fix a lot of problems and add js for menus

This commit is contained in:
Jean-Baptiste Pasquier
2020-01-20 13:57:03 +01:00
parent 36a045cacb
commit 83e6957934
15 changed files with 169 additions and 117 deletions

View File

@ -14,7 +14,7 @@
grid-template-columns: 7vh auto;
grid-template-rows: repeat(2, 5.2vh);
>[name='user.account.picture'] {
>[name='account.picture'] {
align-items: center;
align-self: center;
background-color: $color-213-20-91;
@ -61,7 +61,7 @@
margin-bottom: 1px;
margin-left: 0.6rem;
[name='user.groups'] {
[name='groups'] {
@extend %tag-role;
}
}