fix: mongoose connect fix + allpages nav theming

This commit is contained in:
NGPixel
2017-07-08 21:01:07 -04:00
committed by Nicolas Giard
parent 3d72c4ca95
commit 9231081624
4 changed files with 33 additions and 3 deletions

View File

@@ -107,3 +107,16 @@
}
}
/* THEME OVERRIDE - START */
@each $color, $colorvalue in $material-colors {
.is-primary-#{$color} .collapsable-nav {
&.has-children {
background-color: mc($color, '500');
border-left-color: mc($color, '700');
}
}
}
/* THEME OVERRIDE - END */