feat(Themes): md outer content dark theme

Overriding background color of outer content for material design dark theme
This commit is contained in:
Matheus Cruz Rocha
2016-02-11 19:16:22 -03:00
parent eb8e778473
commit bcaa4841c4

View File

@@ -16,6 +16,10 @@ $font-family-md-base: "Roboto", "Helvetica Neue", sans-serif !de
$font-size-md-base: $font-size-base !default;
// Material Design Outer content
// --------------------------------------------------
$outer-content-md-background-color: $background-color !default;
// Material Design Toolbar
// --------------------------------------------------