From 3a50f89309cf2a30bd336979f033f5039f3cfff6 Mon Sep 17 00:00:00 2001 From: Daniel Wiser Date: Fri, 8 May 2020 15:14:01 -0400 Subject: [PATCH] Avatar badge sizes --- scss/ui/_avatars.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scss/ui/_avatars.scss b/scss/ui/_avatars.scss index 209d0706..e51665fa 100644 --- a/scss/ui/_avatars.scss +++ b/scss/ui/_avatars.scss @@ -39,6 +39,10 @@ font-size: $size / 2; line-height: $size; } + .avatar-#{$avatar-size} .badge:empty { + width: $size / 4; + height: $size / 4; + } } @@ -98,4 +102,4 @@ font-size: $h6-font-size; line-height: 1; margin-top: .25rem; -} \ No newline at end of file +} -- GitLab