Skip to content
Snippets Groups Projects
Commit 2b305418 authored by simon louvet's avatar simon louvet
Browse files

ui : member card

parent ddad1d7d
No related branches found
No related tags found
No related merge requests found
...@@ -176,11 +176,7 @@ sib-display#member-info { ...@@ -176,11 +176,7 @@ sib-display#member-info {
display: none; display: none;
} }
sib-display-img {
img {
border-radius: 100%;
}
}
div[name='header'] { div[name='header'] {
border-bottom: 1px solid $color-grey-light; border-bottom: 1px solid $color-grey-light;
...@@ -194,6 +190,13 @@ sib-display#member-info { ...@@ -194,6 +190,13 @@ sib-display#member-info {
justify-content: center; justify-content: center;
flex-basis: content; flex-basis: content;
} }
sib-display-img {
flex-basis:150px;
img {
border-radius: 100%;
width:150px;
}
}
} }
hdapp-userinfo { hdapp-userinfo {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment