mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
31 lines
996 B
SCSS
31 lines
996 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: ($item-md-padding-end / 2) !default;
|
|
|
|
/// @prop - Padding bottom of the select
|
|
$select-md-padding-bottom: $item-md-padding-bottom !default;
|
|
|
|
/// @prop - Padding start of the select
|
|
$select-md-padding-start: $item-md-padding-start !default;
|
|
|
|
/// @prop - Font family of the select
|
|
$select-md-font-family: $font-family-md-base !default;
|
|
|
|
/// @prop - Color of the select icon
|
|
$select-md-icon-color: $text-md-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-md-color !default;
|