mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
20 lines
393 B
SCSS
20 lines
393 B
SCSS
|
|
// iOS Content
|
|
// --------------------------------------------------
|
|
|
|
$content-container-ios-background-color: #000 !default;
|
|
$content-ios-background-color: #efeff4 !default;
|
|
|
|
|
|
.nav[mode="ios"].show-pane {
|
|
|
|
.content-container {
|
|
background-color: $content-container-ios-background-color;
|
|
}
|
|
|
|
ion-content {
|
|
background-color: $content-ios-background-color;
|
|
}
|
|
|
|
}
|