mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
* alpha tweaks * added alpha-input cleanup for theme-builder * removed global variables * style(searchbar): fix indentation closes #14196
23 lines
506 B
SCSS
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);
|
|
}
|