Files
2015-11-23 14:51:41 -06:00

17 lines
300 B
SCSS

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