mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
21 lines
360 B
SCSS
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;
|
|
}
|