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 { .group-card-avatar {
float: left; float: left;
margin-right: 10px; margin-right: 10px;
margin-top: 0px; margin-top: -5px;
$size: 50px;
.avatar-flair { .avatar-flair {
width: 40px; width: $size;
height: 40px; height: $size;
border-radius: 50%;
display: flex; display: flex;
align-items: center; align-items: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
background-size: $size;
color: $primary; color: $primary;
i { i {
margin: auto; margin: auto;
font-size: $font-up-4; font-size: $size !important;
} }
} }
} }
.members { .members {
a { a {
color: lighten($primary, 40%); color: lighten($primary, 40%);