fix: fix bugs due to merge
This commit is contained in:
@ -37,7 +37,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
.table-body, .table-header {
|
||||
.table-body,
|
||||
.table-header {
|
||||
|
||||
>div:first-of-type>sib-display>div,
|
||||
hubl-team-template-edit[name='members'] {
|
||||
@ -89,7 +90,8 @@
|
||||
[name='button'] {
|
||||
|
||||
input[type='submit'] {
|
||||
@extend .button,
|
||||
@extend
|
||||
.button,
|
||||
.text-bold,
|
||||
.text-uppercase,
|
||||
.reversed,
|
||||
@ -112,6 +114,27 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.user-thumb>div
|
||||
|
||||
/* for the table in circle-edit and captain's cell in project-admin */
|
||||
,
|
||||
[name='user-thumb'] {
|
||||
@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;
|
||||
}
|
||||
}
|
||||
|
||||
sib-ac-checker {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
|
Reference in New Issue
Block a user