fix: css merge
This commit is contained in:
parent
e56a65a0cd
commit
4de5229960
@ -51,29 +51,6 @@
|
|||||||
display: none;
|
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 {
|
.member-select.color {
|
||||||
@ -123,9 +100,6 @@
|
|||||||
height: 45%;
|
height: 45%;
|
||||||
width: 45%;
|
width: 45%;
|
||||||
}
|
}
|
||||||
[name='name'] {
|
|
||||||
font-weight: 600;
|
|
||||||
margin-right: 1rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
>[name='sup'] {
|
>[name='sup'] {
|
||||||
@ -137,11 +111,11 @@
|
|||||||
|
|
||||||
[name='name'] {
|
[name='name'] {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
margin-right: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
sib-multiple {
|
sib-multiple {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-left: 1rem;
|
|
||||||
|
|
||||||
[name='groups'] {
|
[name='groups'] {
|
||||||
@extend %user-role;
|
@extend %user-role;
|
||||||
@ -168,6 +142,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user