summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components/avatar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/components/avatar.scss')
-rw-r--r--app/assets/stylesheets/components/avatar.scss9
1 files changed, 1 insertions, 8 deletions
diff --git a/app/assets/stylesheets/components/avatar.scss b/app/assets/stylesheets/components/avatar.scss
index 1afa5ed90f4..8e9650cdf34 100644
--- a/app/assets/stylesheets/components/avatar.scss
+++ b/app/assets/stylesheets/components/avatar.scss
@@ -191,12 +191,5 @@ $identicon-backgrounds: $identicon-red, $identicon-purple, $identicon-indigo, $i
}
.avatar-counter {
- background-color: $gray-darkest;
- color: $white-light;
- border: 1px solid $gray-normal;
- border-radius: 1em;
- font-family: $regular-font;
- font-size: 9px;
- line-height: 16px;
- text-align: center;
+ @include avatar-counter();
}