Use midnight-blue for sidebar bg
This commit is contained in:
@@ -12,7 +12,7 @@ $header-background-color: #00695C;
|
||||
$header-border-color: 1px solid darken(#00695C, 10%);
|
||||
|
||||
$sidebar-transition-speed: .2s;
|
||||
$sidebar-background-color: #37474f;
|
||||
$sidebar-background-color: #2c3e50;
|
||||
$sidebar-border-color: 1px solid rgba(255, 255, 255, .1);
|
||||
$sidebar-text-color: #d7dadc;
|
||||
$sidebar-text-active-color: #ffffff;
|
||||
|
||||
@@ -91,7 +91,7 @@ body.dashboard .sidebar {
|
||||
position: fixed;
|
||||
z-index: 998;
|
||||
width: 250px;
|
||||
background: #37474f;
|
||||
background: #2c3e50;
|
||||
-webkit-transition: margin 0.2s;
|
||||
transition: margin 0.2s; }
|
||||
@media (max-width: 991px) {
|
||||
@@ -91,7 +91,7 @@ body.dashboard .sidebar {
|
||||
position: fixed;
|
||||
z-index: 998;
|
||||
width: 250px;
|
||||
background: #37474f;
|
||||
background: #2c3e50;
|
||||
-webkit-transition: margin 0.2s;
|
||||
transition: margin 0.2s; }
|
||||
@media (max-width: 991px) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"css/all.css": "css/all-f5ad53eb.css",
|
||||
"css/all.css": "css/all-292b675b.css",
|
||||
"js/all.js": "js/all-c84ab03b.js"
|
||||
}
|
||||
Reference in New Issue
Block a user