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