Files
ionic-framework/core/src/components/scroll/scroll.ios.scss
Ross Gerbasi 6c6f867ce4 refactor(sass): tweaks to the alpha css variables (#14223)
* alpha tweaks

* added alpha-input
cleanup for theme-builder

* removed global variables

* style(searchbar): fix indentation

closes #14196
2018-03-30 10:27:58 -04:00

23 lines
506 B
SCSS

@import "./scroll";
@import "./scroll.ios.vars";
// iOS Content
// --------------------------------------------------
.outer-content .scroll-ios {
background: $content-ios-outer-background;
}
.scroll-ios {
font-family: $content-ios-font-family;
color: $text-ios-color;
background-color: $background-ios-color;
}
.scroll-ios hr {
height: $hairlines-width;
background-color: css-var($background-ios-color-value, background-ios-color, $content-ios-horizontal-rule-background-color-alpha);
}