Files
ionic-framework/core/src/components/select/select.md.vars.scss
2018-03-12 16:02:25 -04:00

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;