mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
16 lines
333 B
SCSS
16 lines
333 B
SCSS
|
|
// Content
|
|
// --------------------------------------------------
|
|
|
|
$content-container-background-color: #fff !default;
|
|
$content-background-color: #fff !default;
|
|
|
|
|
|
.content-container {
|
|
background-color: $content-container-background-color;
|
|
}
|
|
|
|
ion-content {
|
|
background-color: $content-background-color;
|
|
}
|