mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: optimize dashboard style.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user