update: styles for project- and circle-edit

This commit is contained in:
gaelle morin
2020-09-17 19:41:39 +02:00
parent 7e99beeb9b
commit 8369cfbd75
7 changed files with 52 additions and 15 deletions

View File

@ -132,6 +132,10 @@ solid-form-dropdown-autocompletion-label,
solid-form-multipleselect-autocompletion-label,
hubl-status {
label {
display: none;
}
.ss-main {
font-weight: normal;
text-transform: none;
@ -143,7 +147,6 @@ hubl-status {
border-radius: 0px;
color: var(--color-input-text);
font-weight: normal;
margin-top: 0.8rem;
min-height: 4.6rem;
padding-left: 1.2rem;
@ -178,6 +181,7 @@ hubl-status {
display: flex;
flex-direction: row;
margin-bottom: 2.6rem;
margin-top: 1.8rem;
}
label {
@ -198,6 +202,7 @@ hubl-status {
width: 100%;
@include breakpoint(lg) {
height: 32px;
margin: auto 0 auto 2.2rem;
width: auto;
}

View File

@ -46,13 +46,14 @@
&>* {
border-bottom: 1px solid var(--color-table-border);
display: table-cell;
text-align: center;
vertical-align: middle;
}
}
}
&>solid-multiple {
display: contents;
/*&>solid-multiple {
display: contents;*/
&>div {
display: contents;
@ -68,7 +69,7 @@
}
}
}
}
/*}*/
}
}
}
@ -163,7 +164,7 @@
/* Styles of elements inside cells */
.user-thumb>div,
.user-thumb,
[name='user-thumb'] {
vertical-align: middle;
text-align: left;

View File

@ -79,6 +79,7 @@
/* Apply the grids to all user-thumbs */
.user-thumb>div,
.user-thumb>[name='classGrid'],
[name='user-thumb'] {
@extend %user-thumb__grid;
@ -92,7 +93,7 @@
}
/* Add extra spaces to user-thumbs that are inside a table */
.user-thumb.is-spaced>div,
.user-thumb.is-spaced,
[name='user-thumb'] {
padding: 0.8rem 2.2rem;
}