mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
use ion-content css instead of .content
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
$content-background-color: #fff !default;
|
||||
|
||||
|
||||
.pane-container {
|
||||
.nav-item-container {
|
||||
background-color: $content-background-color;
|
||||
}
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
.platform-ios .content {
|
||||
background-color: #efeff4;
|
||||
|
||||
// iOS Content
|
||||
// --------------------------------------------------
|
||||
|
||||
$content-ios-background-color: #efeff4 !default;
|
||||
|
||||
|
||||
.platform-ios ion-content {
|
||||
background-color: $content-ios-background-color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user