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

View File

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