use ion-content css instead of .content

This commit is contained in:
Adam Bradley
2015-05-06 10:19:34 -05:00
parent 44c7ea6e27
commit 604a11cd7a
2 changed files with 10 additions and 3 deletions

View File

@@ -5,6 +5,6 @@
$content-background-color: #fff !default;
.pane-container {
.nav-item-container {
background-color: $content-background-color;
}

View File

@@ -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;
}