mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
17 lines
318 B
SCSS
17 lines
318 B
SCSS
@import "./scroll";
|
|
@import "./scroll.md.vars";
|
|
|
|
// Material Design Content
|
|
// --------------------------------------------------
|
|
|
|
.scroll-md {
|
|
font-family: $content-md-font-family;
|
|
|
|
color: $text-md-color;
|
|
background-color: $background-md-color;
|
|
|
|
hr {
|
|
background-color: $background-md-color-step-50;
|
|
}
|
|
}
|