feat: Color Themes - Header + Sidebar + Footer support

This commit is contained in:
NGPixel
2017-06-26 17:47:01 -04:00
committed by Nicolas Giard
parent c863059a53
commit 247d598edb
8 changed files with 107 additions and 10 deletions

View File

@@ -27,4 +27,11 @@
}
@each $color, $colorvalue in $material-colors {
&.is-#{$color} {
background-color: mc($color,'50');
color: mc($color,'500');
}
}
}