Use midnight-blue for sidebar bg

This commit is contained in:
James Brooks
2014-12-04 23:38:22 +00:00
parent f4f172a1c4
commit b38d23b91b
4 changed files with 4 additions and 4 deletions

View File

@@ -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;

View File

@@ -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) {

View File

@@ -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) {

View File

@@ -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"
} }