fix color inheritance, core components should not contain colors

This commit is contained in:
Adam Bradley
2015-12-04 23:23:55 -06:00
parent 78a3ce12b1
commit d8f235d09d
38 changed files with 313 additions and 373 deletions

View File

@@ -3,7 +3,7 @@
// iOS Content
// --------------------------------------------------
$outer-content-md-background-color: #efeff4 !default;
$outer-content-ios-background-color: #efeff4 !default;
body,
@@ -16,7 +16,7 @@ a {
}
.outer-content {
background: $outer-content-md-background-color;
background: $outer-content-ios-background-color;
}
ion-nav.has-views,
@@ -24,7 +24,7 @@ ion-tab.has-views {
background: #000;
}
@each $color-name, $color-value in $colors {
@each $color-name, $color-value in $colors-ios {
h1, h2, h3, h4, h5, h6,
p,
span,