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