mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
- Re-shape dashboard icons in 16 and 24 grid.
This commit is contained in:
@@ -134,6 +134,10 @@
|
||||
&:focus{
|
||||
background-color: #CFDCEE;
|
||||
}
|
||||
|
||||
.bp3-icon-more-h-16{
|
||||
margin-top: 2px;
|
||||
}
|
||||
}
|
||||
.tr.no-results{
|
||||
.td{
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
}
|
||||
}
|
||||
.code{
|
||||
color: #666;
|
||||
color: #333;
|
||||
}
|
||||
.normal{
|
||||
.bp3-popover-wrapper{
|
||||
|
||||
@@ -104,6 +104,8 @@
|
||||
|
||||
.#{$ns}-navbar{
|
||||
box-shadow: none;
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
|
||||
&,
|
||||
&-group{
|
||||
@@ -163,7 +165,7 @@
|
||||
|
||||
h1{
|
||||
font-size: 26px;
|
||||
font-weight: 200;
|
||||
font-weight: 300;
|
||||
color: #4d4c4c;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -62,9 +62,9 @@
|
||||
|
||||
&__title{
|
||||
margin: 0;
|
||||
font-weight: 200;
|
||||
font-weight: 300;
|
||||
font-size: 22px;
|
||||
color: #222;
|
||||
color: #333;
|
||||
text-align: center;
|
||||
}
|
||||
&__sheet-type{
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
$sidebar-background: #01194e;
|
||||
$sidebar-text-color: #fff;
|
||||
$sidebar-width: 220px;
|
||||
$sidebar-menu-item-color: #b8c0d5;
|
||||
|
||||
$sidebar-menu-item-color: #cbd1dd;
|
||||
$sidebar-popover-submenu-bg: rgb(1, 20, 62);
|
||||
|
||||
.sidebar {
|
||||
@@ -41,7 +40,7 @@ $sidebar-popover-submenu-bg: rgb(1, 20, 62);
|
||||
margin-top: 4px;
|
||||
|
||||
svg{
|
||||
opacity: 0.4;
|
||||
opacity: 0.45;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -67,7 +66,7 @@ $sidebar-popover-submenu-bg: rgb(1, 20, 62);
|
||||
&:hover,
|
||||
&.bp3-active {
|
||||
background: #012470;
|
||||
color: #c1c9dd;
|
||||
color: $sidebar-menu-item-color;
|
||||
}
|
||||
&:focus,
|
||||
&:active {
|
||||
@@ -76,7 +75,7 @@ $sidebar-popover-submenu-bg: rgb(1, 20, 62);
|
||||
|
||||
> .#{$ns}-icon {
|
||||
color: #767b9b;
|
||||
margin-right: 14px;
|
||||
margin-right: 16px;
|
||||
margin-top: 0;
|
||||
}
|
||||
> .#{$ns}-icon-caret-right {
|
||||
@@ -120,10 +119,15 @@ $sidebar-popover-submenu-bg: rgb(1, 20, 62);
|
||||
color: $sidebar-menu-item-color;
|
||||
}
|
||||
.#{$ns}-menu-divider {
|
||||
border-top-color: #1d366a;
|
||||
border-top-color: #152a55;
|
||||
color: #6b708c;
|
||||
margin: 4px 0;
|
||||
}
|
||||
.#{$ns}-menu-spacer{
|
||||
margin: 4px 0;
|
||||
height: 1px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&--mini-sidebar{
|
||||
|
||||
Reference in New Issue
Block a user