feat: tweaks in style.

This commit is contained in:
a.bouhuolia
2021-01-27 16:42:23 +02:00
parent f8ee455985
commit 3f22872992
11 changed files with 84 additions and 76 deletions

View File

@@ -32,7 +32,7 @@ $button-background-color-hover: #CFDCEE !default;
$sidebar-background: #01194e;
$sidebar-text-color: #fff;
$sidebar-width: 100%;
$sidebar-menu-item-color: rgba(255, 255, 255, 0.9);
$sidebar-menu-item-color: rgb(255, 255, 255);
$sidebar-menu-item-color-active: rgb(255, 255, 255);
$sidebar-popover-submenu-bg: rgb(1, 20, 62);
$sidebar-menu-label-color: rgba(255, 255, 255, 0.45);