mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 14:58:36 +08:00
list updates
This commit is contained in:
@ -2,7 +2,9 @@
|
||||
// Content
|
||||
// --------------------------------------------------
|
||||
|
||||
$content-background-color: #fff !default;
|
||||
|
||||
.content {
|
||||
background-color: white;
|
||||
|
||||
.pane-container {
|
||||
background-color: $content-background-color;
|
||||
}
|
||||
|
10
src/components/content/extensions/ios.scss
Normal file
10
src/components/content/extensions/ios.scss
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
// iOS Content
|
||||
// --------------------------------------------------
|
||||
|
||||
$content-ios-background-color: #efeff4 !default;
|
||||
|
||||
|
||||
.view-ios .pane-container {
|
||||
background-color: $content-ios-background-color;
|
||||
}
|
Reference in New Issue
Block a user