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%);
|
$header-border-color: 1px solid darken(#00695C, 10%);
|
||||||
|
|
||||||
$sidebar-transition-speed: .2s;
|
$sidebar-transition-speed: .2s;
|
||||||
$sidebar-background-color: #37474f;
|
$sidebar-background-color: #2c3e50;
|
||||||
$sidebar-border-color: 1px solid rgba(255, 255, 255, .1);
|
$sidebar-border-color: 1px solid rgba(255, 255, 255, .1);
|
||||||
$sidebar-text-color: #d7dadc;
|
$sidebar-text-color: #d7dadc;
|
||||||
$sidebar-text-active-color: #ffffff;
|
$sidebar-text-active-color: #ffffff;
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ body.dashboard .sidebar {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 998;
|
z-index: 998;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
background: #37474f;
|
background: #2c3e50;
|
||||||
-webkit-transition: margin 0.2s;
|
-webkit-transition: margin 0.2s;
|
||||||
transition: margin 0.2s; }
|
transition: margin 0.2s; }
|
||||||
@media (max-width: 991px) {
|
@media (max-width: 991px) {
|
||||||
@@ -91,7 +91,7 @@ body.dashboard .sidebar {
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 998;
|
z-index: 998;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
background: #37474f;
|
background: #2c3e50;
|
||||||
-webkit-transition: margin 0.2s;
|
-webkit-transition: margin 0.2s;
|
||||||
transition: margin 0.2s; }
|
transition: margin 0.2s; }
|
||||||
@media (max-width: 991px) {
|
@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"
|
"js/all.js": "js/all-c84ab03b.js"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user