fix: css merge
This commit is contained in:
parent
e56a65a0cd
commit
4de5229960
@ -25,146 +25,118 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.table-body div team-template-edit {
|
.table-body div team-template-edit {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
|
>* {
|
||||||
|
border-bottom: 1px solid $color-228-25-79;
|
||||||
|
flex: 1;
|
||||||
|
width: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
|
sib-display {
|
||||||
|
border-left: 1px solid $color-228-25-79;
|
||||||
|
border-right: 1px solid $color-228-25-79;
|
||||||
|
padding: 0 2.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
sib-ac-checker {
|
||||||
|
align-items: center;
|
||||||
|
border-right: 1px solid $color-228-25-79;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: flex-end;
|
||||||
|
padding: 2.7rem 2.2rem;
|
||||||
|
|
||||||
>* {
|
@media (max-width: 1220px) {
|
||||||
border-bottom: 1px solid $color-228-25-79;
|
display: none;
|
||||||
flex: 1;
|
|
||||||
width: 50%;
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
sib-display {
|
.member-select.color {
|
||||||
border-left: 1px solid $color-228-25-79;
|
|
||||||
border-right: 1px solid $color-228-25-79;
|
|
||||||
padding: 0 2.2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
sib-ac-checker {
|
.ss-main {
|
||||||
|
color: $color-233-18-29;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
sib-multiple[widget='team-template-edit'] {
|
||||||
|
|
||||||
|
label {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
>div>team-template-edit>sib-display>div {
|
||||||
|
display: grid;
|
||||||
|
grid-column-gap: 1.6rem;
|
||||||
|
grid-template-columns: 7vh auto;
|
||||||
|
grid-template-rows: repeat(2, 5.2vh);
|
||||||
|
|
||||||
|
>[name='account.picture'] {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-right: 1px solid $color-228-25-79;
|
align-self: center;
|
||||||
|
background-color: $color-213-20-91;
|
||||||
|
border-radius: 50%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: flex-end;
|
grid-column: 1 / span 1;
|
||||||
padding: 2.7rem 2.2rem;
|
grid-row: 1 / span 2;
|
||||||
|
height: 7vh;
|
||||||
|
justify-content: center;
|
||||||
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
width: 7vh;
|
||||||
|
|
||||||
@media (max-width: 1220px) {
|
img {
|
||||||
display: none;
|
background-color: white;
|
||||||
|
height: 100%;
|
||||||
|
left: 0;
|
||||||
|
object-fit: cover;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
object {
|
||||||
|
height: 45%;
|
||||||
|
width: 45%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-body div team-template-edit {
|
>[name='sup'] {
|
||||||
|
align-self: end;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
grid-column: 2 / span 1;
|
||||||
|
grid-row: 1 / span 1;
|
||||||
|
margin-bottom: 0.50rem;
|
||||||
|
|
||||||
>* {
|
[name='name'] {
|
||||||
border-bottom: 1px solid $color-228-25-79;
|
font-weight: 600;
|
||||||
flex: 1;
|
margin-right: 1rem;
|
||||||
width: 50%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
>*:nth-child(odd) {
|
sib-multiple {
|
||||||
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;
|
display: flex;
|
||||||
border-right: 1px solid $color-228-25-79;
|
|
||||||
justify-content: flex-end;
|
[name='groups'] {
|
||||||
padding: 2.7rem 2.2rem;
|
@extend %user-role;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.member-select.color {
|
>[name='sub'] {
|
||||||
|
align-self: start;
|
||||||
|
grid-column: 2 / span 1;
|
||||||
|
grid-row: 2 / span 1;
|
||||||
|
margin-top: 0.50rem;
|
||||||
|
|
||||||
.ss-main {
|
>[name$='profile.city']:not(:empty) {
|
||||||
color: $color-233-18-29;
|
@include mdi('atom');
|
||||||
}
|
align-items: center;
|
||||||
}
|
display: flex;
|
||||||
|
|
||||||
sib-multiple[widget='team-template-edit'] {
|
&::before {
|
||||||
|
color: $color-43-100-50;
|
||||||
label {
|
margin-right: 0.50rem;
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
>div>team-template-edit>sib-display>div {
|
|
||||||
display: grid;
|
|
||||||
grid-column-gap: 1.6rem;
|
|
||||||
grid-template-columns: 7vh auto;
|
|
||||||
grid-template-rows: repeat(2, 5.2vh);
|
|
||||||
|
|
||||||
>[name='account.picture'] {
|
|
||||||
align-items: center;
|
|
||||||
align-self: center;
|
|
||||||
background-color: $color-213-20-91;
|
|
||||||
border-radius: 50%;
|
|
||||||
display: flex;
|
|
||||||
grid-column: 1 / span 1;
|
|
||||||
grid-row: 1 / span 2;
|
|
||||||
height: 7vh;
|
|
||||||
justify-content: center;
|
|
||||||
overflow: hidden;
|
|
||||||
position: relative;
|
|
||||||
width: 7vh;
|
|
||||||
|
|
||||||
img {
|
|
||||||
background-color: white;
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
object-fit: cover;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
object {
|
|
||||||
height: 45%;
|
|
||||||
width: 45%;
|
|
||||||
}
|
|
||||||
[name='name'] {
|
|
||||||
font-weight: 600;
|
|
||||||
margin-right: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
>[name='sup'] {
|
|
||||||
align-self: end;
|
|
||||||
display: flex;
|
|
||||||
grid-column: 2 / span 1;
|
|
||||||
grid-row: 1 / span 1;
|
|
||||||
margin-bottom: 0.50rem;
|
|
||||||
|
|
||||||
[name='name'] {
|
|
||||||
font-weight: 600;
|
|
||||||
}
|
|
||||||
|
|
||||||
sib-multiple {
|
|
||||||
display: flex;
|
|
||||||
margin-left: 1rem;
|
|
||||||
|
|
||||||
[name='groups'] {
|
|
||||||
@extend %user-role;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
>[name='sub'] {
|
|
||||||
align-self: start;
|
|
||||||
grid-column: 2 / span 1;
|
|
||||||
grid-row: 2 / span 1;
|
|
||||||
margin-top: 0.50rem;
|
|
||||||
|
|
||||||
>[name$='profile.city']:not(:empty) {
|
|
||||||
@include mdi('atom');
|
|
||||||
align-items: center;
|
|
||||||
display: flex;
|
|
||||||
|
|
||||||
&::before {
|
|
||||||
color: $color-43-100-50;
|
|
||||||
margin-right: 0.50rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user