feat: optimize dashboard style.

This commit is contained in:
a.bouhuolia
2021-01-28 12:07:14 +02:00
parent 62ea979014
commit 9dbb139750
3 changed files with 7 additions and 8 deletions

View File

@@ -99,7 +99,7 @@
.#{$ns}-submenu { .#{$ns}-submenu {
.#{$ns}-collapse { .#{$ns}-collapse {
&-body { &-body {
background-color: rgb(11, 34, 85); background-color: rgba(255, 255, 255, 0.02);
padding-bottom: 6px; padding-bottom: 6px;
padding-top: 6px; padding-top: 6px;
} }
@@ -193,7 +193,6 @@
.bp3-button.menu-item__add-btn { .bp3-button.menu-item__add-btn {
width: auto; width: auto;
padding: 2px; padding: 2px;
margin-right: 0px; margin-right: 0px;
position: relative; position: relative;

View File

@@ -86,12 +86,12 @@ $dashboard-views-bar-height: 45px;
.user-text { .user-text {
font-size: 12px; font-size: 12px;
color: #804f87; color: #804F87;
} }
&, &,
&:hover, &:hover,
&:focus { &:focus {
background-color: #eed1f2; background-color: #EEB1F7;
border: 0; border: 0;
box-shadow: none; box-shadow: none;
} }
@@ -220,7 +220,7 @@ $dashboard-views-bar-height: 45px;
h1 { h1 {
font-size: 22px; font-size: 22px;
color: #48485c; color: #48485c;
font-weight: 400; font-weight: 500;
margin: 0; margin: 0;
} }
h3 { h3 {

View File

@@ -29,7 +29,7 @@ $button-background-color: #E6EFFB !default;
$button-background-color-hover: #CFDCEE !default; $button-background-color-hover: #CFDCEE !default;
$sidebar-background: #01194e; $sidebar-background: #01115e;
$sidebar-text-color: #fff; $sidebar-text-color: #fff;
$sidebar-width: 100%; $sidebar-width: 100%;
$sidebar-menu-item-color: rgb(255, 255, 255); $sidebar-menu-item-color: rgb(255, 255, 255);
@@ -37,9 +37,9 @@ $sidebar-menu-item-color-active: rgb(255, 255, 255);
$sidebar-popover-submenu-bg: rgb(1, 20, 62); $sidebar-popover-submenu-bg: rgb(1, 20, 62);
$sidebar-menu-label-color: rgba(255, 255, 255, 0.45); $sidebar-menu-label-color: rgba(255, 255, 255, 0.45);
$sidebar-submenu-item-color: rgba(255, 255, 255, 0.6); $sidebar-submenu-item-color: rgba(255, 255, 255, 0.6);
$sidebar-submenu-item-hover-color: rgba(255, 255, 255, 0.85); $sidebar-submenu-item-hover-color: rgb(255, 255, 255);
$sidebar-logo-opacity: 0.5; $sidebar-logo-opacity: 0.5;
$sidebar-submenu-item-bg-color: #01287d; $sidebar-submenu-item-bg-color: rgba(255, 255, 255, 0.2);
$form-check-input-checked-color: #fff; $form-check-input-checked-color: #fff;
$form-check-input-checked-bg-color: $blue1; $form-check-input-checked-bg-color: $blue1;