From 9573bc43ceb584f3b1fbf1b5cb81bb40531af20f Mon Sep 17 00:00:00 2001 From: Marcus Efraimsson Date: Mon, 16 Apr 2018 17:16:35 +0200 Subject: [PATCH] dashboard: better size and alignment of settings icons --- .../sass/components/_dashboard_settings.scss | 23 ++++++------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/public/sass/components/_dashboard_settings.scss b/public/sass/components/_dashboard_settings.scss index 6be7fab53e5..2c709f1ddf9 100644 --- a/public/sass/components/_dashboard_settings.scss +++ b/public/sass/components/_dashboard_settings.scss @@ -3,20 +3,6 @@ height: 100%; display: flex; flex-direction: row; - - //fix for fontawesome icons - .fa-lock { - &::before { - font-size: 20px; - text-align: center; - padding-left: 1px; - } - } - .fa-history { - &::before { - font-size: 17px; - } - } } .dashboard-page--settings-opening { @@ -78,8 +64,13 @@ background: $page-bg; } - i { - padding-right: 5px; + .gicon { + margin-bottom: 2px; + } + + .fa { + font-size: 17px; + width: 16px; } }