fix: css merge
This commit is contained in:
parent
e56a65a0cd
commit
4de5229960
@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user