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