mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
15 lines
247 B
SCSS
15 lines
247 B
SCSS
|
|
// iOS Content
|
|
// --------------------------------------------------
|
|
|
|
$outer-content-md-background-color: #efeff4 !default;
|
|
|
|
|
|
.outer-content {
|
|
background: $outer-content-md-background-color;
|
|
}
|
|
|
|
ion-nav.has-views {
|
|
background: #000;
|
|
}
|