From e76fed663c26f7dc72c4f023fa910d5402f2e854 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Fri, 15 Mar 2019 13:36:35 +0100 Subject: [PATCH] Fixed some avatar styling --- src/system/components/data-display/Avatar/style.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/system/components/data-display/Avatar/style.scss b/src/system/components/data-display/Avatar/style.scss index 3e5ef0163..d0d065e40 100644 --- a/src/system/components/data-display/Avatar/style.scss +++ b/src/system/components/data-display/Avatar/style.scss @@ -48,7 +48,6 @@ &.ds-size-small { width: $size-avatar-small; height: $size-avatar-small; - font-size: 0.8em; &.is-online::before { border-width: 1px; @@ -63,12 +62,10 @@ &.ds-size-large { width: $size-avatar-large; height: $size-avatar-large; - font-size: 1.5em; } &.ds-size-x-large { width: $size-avatar-x-large; height: $size-avatar-x-large; - font-size: 3em; &.is-online::before { height: $space-large;