From efe24f7cc6f768491c9f35b664f72be66d29342f Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Tue, 29 Nov 2016 14:14:44 +0800 Subject: [PATCH] Fix style for font-awesome avatar flair. --- app/assets/stylesheets/common/base/groups.scss | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/base/groups.scss b/app/assets/stylesheets/common/base/groups.scss index 76930759f7e..15120e72422 100644 --- a/app/assets/stylesheets/common/base/groups.scss +++ b/app/assets/stylesheets/common/base/groups.scss @@ -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 {