fix(toolbar): button distance and colors.

This commit is contained in:
Hristo Terezov 2019-02-21 17:08:19 +00:00
parent 0d674001d2
commit 981600a999
2 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@
.button-group-center { .button-group-center {
justify-content: center; justify-content: center;
.toolbox-icon { .toolbox-icon {
margin: 0px 12px; margin: 0px 4px;
} }
} }

View File

@ -34,8 +34,8 @@ $defaultDarkColor: #2b3d5c;
*/ */
$defaultToolbarSize: 50px; $defaultToolbarSize: 50px;
$newToolbarBackgroundColor: rgba(22, 38, 55, 0.8); $newToolbarBackgroundColor: rgba(22, 38, 55, 0.8);
$newToolbarButtonHoverColor: rgba(42, 58, 75, 0.15); $newToolbarButtonHoverColor: rgba(255, 255, 255, 0.15);
$newToolbarButtonToggleColor: rgba(42, 58, 75, 0.2); $newToolbarButtonToggleColor: rgba(255, 255, 255, 0.2);
$AOTToolbarButtonHoverColor: rgba(14, 20, 35, 0.6); $AOTToolbarButtonHoverColor: rgba(14, 20, 35, 0.6);
$AOTToolbarButtonToggleColor: rgba(14, 20, 35, 1); $AOTToolbarButtonToggleColor: rgba(14, 20, 35, 1);
$newToolbarFontSize: 24px; $newToolbarFontSize: 24px;