diff --git a/client/src/style/containers/Dashboard/Sidebar.scss b/client/src/style/containers/Dashboard/Sidebar.scss index c89f276b9..ec2bb8e77 100644 --- a/client/src/style/containers/Dashboard/Sidebar.scss +++ b/client/src/style/containers/Dashboard/Sidebar.scss @@ -99,7 +99,7 @@ .#{$ns}-submenu { .#{$ns}-collapse { &-body { - background-color: rgb(11, 34, 85); + background-color: rgba(255, 255, 255, 0.02); padding-bottom: 6px; padding-top: 6px; } @@ -193,7 +193,6 @@ .bp3-button.menu-item__add-btn { width: auto; - padding: 2px; margin-right: 0px; position: relative; diff --git a/client/src/style/pages/Dashboard/Dashboard.scss b/client/src/style/pages/Dashboard/Dashboard.scss index 0e4ce732e..4078923d8 100644 --- a/client/src/style/pages/Dashboard/Dashboard.scss +++ b/client/src/style/pages/Dashboard/Dashboard.scss @@ -86,12 +86,12 @@ $dashboard-views-bar-height: 45px; .user-text { font-size: 12px; - color: #804f87; + color: #804F87; } &, &:hover, &:focus { - background-color: #eed1f2; + background-color: #EEB1F7; border: 0; box-shadow: none; } @@ -220,7 +220,7 @@ $dashboard-views-bar-height: 45px; h1 { font-size: 22px; color: #48485c; - font-weight: 400; + font-weight: 500; margin: 0; } h3 { diff --git a/client/src/style/variables.scss b/client/src/style/variables.scss index ec2d51453..6f5e33918 100644 --- a/client/src/style/variables.scss +++ b/client/src/style/variables.scss @@ -29,7 +29,7 @@ $button-background-color: #E6EFFB !default; $button-background-color-hover: #CFDCEE !default; -$sidebar-background: #01194e; +$sidebar-background: #01115e; $sidebar-text-color: #fff; $sidebar-width: 100%; $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-menu-label-color: rgba(255, 255, 255, 0.45); $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-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-bg-color: $blue1;