mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
27 lines
912 B
SCSS
27 lines
912 B
SCSS
@import "../../themes/ionic.globals.ios";
|
|
@import "../item/item.ios.vars";
|
|
|
|
// iOS Select
|
|
// --------------------------------------------------
|
|
|
|
/// @prop - Padding top of the select
|
|
$select-ios-padding-top: $item-ios-padding-top !default;
|
|
|
|
/// @prop - Padding end of the select
|
|
$select-ios-padding-end: ($item-ios-padding-end * 0.5) !default;
|
|
|
|
/// @prop - Padding bottom of the select
|
|
$select-ios-padding-bottom: $item-ios-padding-bottom !default;
|
|
|
|
/// @prop - Padding start of the select
|
|
$select-ios-padding-start: $item-ios-padding-start !default;
|
|
|
|
/// @prop - Color of the select icon
|
|
$select-ios-icon-color: $text-color-step-650 !default;
|
|
|
|
/// @prop - Color of the select placeholder
|
|
$select-ios-placeholder-color: $select-ios-icon-color !default;
|
|
|
|
/// @prop - Text Color of the selected item
|
|
$select-ios-text-color: $text-color !default;
|