From 06d501ad414c487b73958c3dc514caed5e8229e8 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Tue, 29 Nov 2016 15:32:53 +0800 Subject: [PATCH] Fix incorrect style for avatar flair icon preview. --- app/assets/stylesheets/common/base/groups.scss | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/common/base/groups.scss b/app/assets/stylesheets/common/base/groups.scss index 15120e72422..9146b4bc074 100644 --- a/app/assets/stylesheets/common/base/groups.scss +++ b/app/assets/stylesheets/common/base/groups.scss @@ -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; + } } }