fix: css merge

This commit is contained in:
Jean-Baptiste Pasquier 2019-10-25 19:25:06 +02:00
parent e56a65a0cd
commit 4de5229960
No known key found for this signature in database
GPG Key ID: F2702E6D22ED4D62
1 changed files with 108 additions and 136 deletions

View File

@ -51,29 +51,6 @@
display: none;
}
}
.table-body div team-template-edit {
display: flex;
justify-content: space-between;
>* {
border-bottom: 1px solid $color-228-25-79;
flex: 1;
width: 50%;
}
>*:nth-child(odd) {
border-left: 1px solid $color-228-25-79;
border-right: 1px solid $color-228-25-79;
padding: 0 2.2rem;
}
>*:nth-child(even) {
display: flex;
border-right: 1px solid $color-228-25-79;
justify-content: flex-end;
padding: 2.7rem 2.2rem;
}
}
.member-select.color {
@ -123,9 +100,6 @@
height: 45%;
width: 45%;
}
[name='name'] {
font-weight: 600;
margin-right: 1rem;
}
>[name='sup'] {
@ -137,11 +111,11 @@
[name='name'] {
font-weight: 600;
margin-right: 1rem;
}
sib-multiple {
display: flex;
margin-left: 1rem;
[name='groups'] {
@extend %user-role;
@ -169,5 +143,3 @@
}
}
}
}
}