From e29ae488a1437c606421e95ef62cb986e3e238b7 Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Wed, 8 Sep 2021 10:20:32 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B03929=20Align=20dashboard=20switch=20butt?= =?UTF-8?q?on=20with=20specifications?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/backoffice/layout/dashboard/_dashboard.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/backoffice/layout/dashboard/_dashboard.scss b/css/backoffice/layout/dashboard/_dashboard.scss index 439a01b58..b00462b37 100644 --- a/css/backoffice/layout/dashboard/_dashboard.scss +++ b/css/backoffice/layout/dashboard/_dashboard.scss @@ -121,17 +121,17 @@ $ibo-dashboard--top-bar-padding-bottom: 20px !default; .ibo-dashboard--slider:before { position: absolute; right: 5px; - bottom: 2px; + bottom: 3px; color: $ibo-color-secondary-800; content: "\f007"; font-family: "Font Awesome 5 Free", serif; - font-size: $ibo-font-size-100; + font-size: $ibo-font-size-50; font-weight: 900; } .ibo-dashboard--slider:after { position: absolute; - left: 5px; + left: 6px; bottom: 1px; color: $ibo-color-primary-600; content: "\f1ad";