mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
multiple panes updates
This commit is contained in:
@@ -2,14 +2,9 @@
|
||||
// Content
|
||||
// --------------------------------------------------
|
||||
|
||||
$content-container-background-color: $background-color !default;
|
||||
$content-background-color: $background-color !default;
|
||||
|
||||
|
||||
.content-container {
|
||||
background-color: $content-container-background-color;
|
||||
}
|
||||
|
||||
ion-content {
|
||||
position: relative;
|
||||
display: block;
|
||||
|
||||
@@ -1,20 +0,0 @@
|
||||
|
||||
// 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;
|
||||
}
|
||||
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user