From 981600a9997170ce83acb659cb6fc4402bca6417 Mon Sep 17 00:00:00 2001 From: Hristo Terezov Date: Thu, 21 Feb 2019 17:08:19 +0000 Subject: [PATCH] fix(toolbar): button distance and colors. --- css/_toolbars.scss | 2 +- css/_variables.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/css/_toolbars.scss b/css/_toolbars.scss index 7a34b1da3..05d2b2a38 100644 --- a/css/_toolbars.scss +++ b/css/_toolbars.scss @@ -73,7 +73,7 @@ .button-group-center { justify-content: center; .toolbox-icon { - margin: 0px 12px; + margin: 0px 4px; } } diff --git a/css/_variables.scss b/css/_variables.scss index ad7350d22..97ca22838 100644 --- a/css/_variables.scss +++ b/css/_variables.scss @@ -34,8 +34,8 @@ $defaultDarkColor: #2b3d5c; */ $defaultToolbarSize: 50px; $newToolbarBackgroundColor: rgba(22, 38, 55, 0.8); -$newToolbarButtonHoverColor: rgba(42, 58, 75, 0.15); -$newToolbarButtonToggleColor: rgba(42, 58, 75, 0.2); +$newToolbarButtonHoverColor: rgba(255, 255, 255, 0.15); +$newToolbarButtonToggleColor: rgba(255, 255, 255, 0.2); $AOTToolbarButtonHoverColor: rgba(14, 20, 35, 0.6); $AOTToolbarButtonToggleColor: rgba(14, 20, 35, 1); $newToolbarFontSize: 24px;