update: fix user admin icon

This commit is contained in:
Gaëlle Morin
2020-04-16 14:30:31 +02:00
committed by Jean-Baptiste Pasquier
parent 019e8b99a6
commit 92c8ace547
7 changed files with 168 additions and 33 deletions
+6 -18
View File
@@ -88,18 +88,18 @@
}
}
.cell-with-groups {
align-items: center;
display: flex;
justify-content: center;
}
.cell-with-name {
color: $color-233-18-29;
font-weight: 600;
padding-top: 2.5rem;
}
sib-multiple {
display: flex;
align-items: center;
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;
@@ -134,18 +134,6 @@
}
}
.cell-with-groups {
align-items: center;
display: flex;
justify-content: center;
>div {
display: flex;
justify-content: space-evenly;
width: 100%;
}
}
sib-ac-checker {
align-items: center;
display: flex;