minor tweaks for css group card image
This commit is contained in:
parent
2585ada5ca
commit
059f1d8df4
|
@ -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%);
|
||||||
|
|
Loading…
Reference in New Issue