Sidenav is now using palette for border color

master
Matt Gaunt 2014-09-05 13:50:17 +01:00
parent be6f9676d7
commit ec48fef385
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
@import "../palette/palette";
$sidenav-bg-color: white;
$sidenav-modal-bg-color: rgba(0, 0, 0, 0.5);
$sidenav-border-color: nth($paletteGrey, 4);
$sidenav-width: 240px;
.sidenav-button {
display: block;
@ -36,7 +40,7 @@ $sidenav-width: 240px;
left: 0px;
background-color: $sidenav-bg-color;
border-right: 1px solid #e0e0e0;
border-right: 1px solid $sidenav-border-color;
// With this, we get a huge paint before it runs.
box-sizing: border-box;