ui : member card

This commit is contained in:
simon louvet 2018-11-21 14:16:59 +01:00
parent ddad1d7d0f
commit 2b305418f0
1 changed files with 8 additions and 5 deletions

View File

@ -176,11 +176,7 @@ sib-display#member-info {
display: none;
}
sib-display-img {
img {
border-radius: 100%;
}
}
div[name='header'] {
border-bottom: 1px solid $color-grey-light;
@ -194,6 +190,13 @@ sib-display#member-info {
justify-content: center;
flex-basis: content;
}
sib-display-img {
flex-basis:150px;
img {
border-radius: 100%;
width:150px;
}
}
}
hdapp-userinfo {