ui : members with user.groups

This commit is contained in:
simon louvet
2018-11-25 17:30:11 +01:00
parent 1d0e1ea90b
commit 1a3c36ef4d
6 changed files with 32 additions and 11 deletions

View File

@ -176,8 +176,6 @@ sib-display#member-info {
display: none;
}
div[name='header'] {
border-bottom: 1px solid $color-grey-light;
padding-bottom: 1em;
@ -251,6 +249,10 @@ sib-display#member-info {
sib-display-div[name$='foaf:homepage'] * {
@include icon('link');
}
sib-display-div[name$='more']{
display: flex;
flex-direction: row-reverse;
}
}
hdapp-available {