fix: fix bugs due to merge

This commit is contained in:
gaelle morin
2020-05-29 18:12:29 +02:00
parent 8087e679c8
commit 20e27997d6
4 changed files with 56 additions and 22 deletions

View File

@ -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;