Fix style for font-awesome avatar flair.

This commit is contained in:
Guo Xiang Tan 2016-11-29 14:14:44 +08:00
parent 0d4f71e90b
commit efe24f7cc6
1 changed files with 9 additions and 3 deletions

View File

@ -4,9 +4,15 @@
}
.avatar-flair {
background-size: 40px;
height: 40px;
width: 40px;
$size: 40px;
background-size: $size;
height: $size;
width: $size;
i {
font-size: $size !important;
}
}
.group-avatar-flair, .group-name {