Fix incorrect style for avatar flair icon preview.

This commit is contained in:
Guo Xiang Tan 2016-11-29 15:32:53 +08:00
parent e97efe3ac6
commit 06d501ad41
1 changed files with 9 additions and 7 deletions

View File

@ -3,15 +3,17 @@
display: table;
}
.avatar-flair {
$size: 40px;
.group-avatar-flair {
.avatar-flair {
$size: 40px;
background-size: $size;
height: $size;
width: $size;
background-size: $size;
height: $size;
width: $size;
i {
font-size: $size !important;
i {
font-size: $size !important;
}
}
}