update: dependancies + styles for select

This commit is contained in:
gaelle morin
2020-09-23 16:51:45 +02:00
parent 8fda5091a5
commit e7a416b2f9
4 changed files with 13 additions and 32 deletions

View File

@ -132,12 +132,9 @@ solid-form-dropdown-autocompletion-label,
solid-form-multipleselect-autocompletion-label,
hubl-status {
label {
display: none;
}
.ss-main {
font-weight: normal;
margin-top: 0.8rem;
text-transform: none;

View File

@ -168,22 +168,11 @@
/* Styles of elements inside cells */
[name='user-thumb'] {
vertical-align: middle;
text-align: left;
@extend %user-thumb__grid;
padding: 0 2.2rem;
>.user-thumb__picture {
@extend .user-thumb__picture;
}
>[name='sup'] {
@extend %user-thumb__grid-sup;
}
>[name='sub'] {
@extend %user-thumb__grid-inf;
.table {
.user-thumb.is-spaced,
[name='user-thumb'] {
padding: 0.8rem 2.2rem;
}
}

View File

@ -35,6 +35,7 @@
color: var(--color-user-thumb-name);
font-weight: 600;
margin-right: 1rem;
text-align: left;
}
.user-thumb__admin:not(:empty) {
@ -91,9 +92,3 @@
@extend %user-thumb__grid-inf;
}
}
/* Add extra spaces to user-thumbs that are inside a table */
.user-thumb.is-spaced,
[name='user-thumb'] {
padding: 0.8rem 2.2rem;
}