Files
2015-12-05 11:25:48 -06:00

21 lines
360 B
SCSS

@import "../../../globals.ios";
// iOS Content
// --------------------------------------------------
$outer-content-ios-background-color: #efeff4 !default;
ion-content {
background-color: $background-ios-color;
}
.outer-content {
background: $outer-content-ios-background-color;
}
ion-nav.has-views,
ion-tab.has-views {
background: #000;
}