minor tweaks for css group card image

This commit is contained in:
Jeff Wong 2018-04-17 09:27:48 -07:00
parent 2585ada5ca
commit 059f1d8df4
1 changed files with 7 additions and 5 deletions

View File

@ -201,22 +201,24 @@ $user_card_background: $secondary;
.group-card-avatar {
float: left;
margin-right: 10px;
margin-top: 0px;
margin-top: -5px;
$size: 50px;
.avatar-flair {
width: 40px;
height: 40px;
border-radius: 50%;
width: $size;
height: $size;
display: flex;
align-items: center;
background-repeat: no-repeat;
background-position: center;
background-size: $size;
color: $primary;
i {
margin: auto;
font-size: $font-up-4;
font-size: $size !important;
}
}
}
.members {
a {
color: lighten($primary, 40%);