mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
11 lines
190 B
SCSS
11 lines
190 B
SCSS
|
|
// Content
|
|
// --------------------------------------------------
|
|
|
|
$content-background-color: #fff !default;
|
|
|
|
|
|
.nav-item-container {
|
|
background-color: $content-background-color;
|
|
}
|