mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
21 lines
506 B
SCSS
21 lines
506 B
SCSS
@import "./select";
|
|
@import "./select.ios.vars";
|
|
|
|
// iOS Select
|
|
// --------------------------------------------------
|
|
|
|
:host {
|
|
--color: #{$select-ios-text-color};
|
|
--icon-color: #{$select-ios-icon-color};
|
|
--padding-top: #{$select-ios-padding-top};
|
|
--padding-end: #{$select-ios-padding-end};
|
|
--padding-bottom: #{$select-ios-padding-bottom};
|
|
--padding-start: #{$select-ios-padding-start};
|
|
--placeholder-color: #{$select-ios-placeholder-color};
|
|
}
|
|
|
|
.select-icon {
|
|
width: 12px;
|
|
height: 18px;
|
|
}
|