From 4e909115be0757e2569278d27ecfb71daa7e84fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Thu, 14 Sep 2017 11:07:51 +0200 Subject: [PATCH] Fix loading icon size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/icons.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/css/icons.scss b/core/css/icons.scss index b2702a2995..38b4590e43 100644 --- a/core/css/icons.scss +++ b/core/css/icons.scss @@ -30,8 +30,8 @@ &:after { z-index: 2; content: ''; - height: 30px; - width: 30px; + height: 28px; + width: 28px; margin: -16px 0 0 -16px; position: absolute; top: 50%; @@ -55,8 +55,8 @@ .icon-loading-small:after, .icon-loading-small-dark:after { - height: 14px; - width: 14px; + height: 12px; + width: 12px; margin: -8px 0 0 -8px; }