Files
ionic-framework/core/src/components/scroll/scroll.md.scss
2018-03-12 16:02:25 -04:00

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;
}
}