update: groups removed

This commit is contained in:
gaelle morin
2020-05-13 10:16:00 +02:00
parent ef8ad357f7
commit cf30a0e363
13 changed files with 5 additions and 69 deletions

View File

@ -127,10 +127,6 @@
.user-thumb__name {
@extend %user-thumb__name;
}
.user-thumb__groups {
@extend %user-thumb__groups;
}
}
>[name='sub'] {

View File

@ -57,17 +57,6 @@
margin-right: 1rem;
}
%user-thumb__groups {
display: flex;
margin-bottom: 1px;
margin-left: 0.6rem;
[name='groups'],
[name='user.groups'] {
@extend %tag-role;
}
}
%user-thumb__admin {
@extend %tag-admin;
}