@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-base !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;
