@import "../../themes/ionic.globals.md";
@import "../item/item.md.vars";

// Material Design Textarea
// --------------------------------------------------

/// @prop - Font family of the textarea
$textarea-md-font-family:                    $font-family-base !default;

/// @prop - Font size of the textarea
$textarea-md-font-size:                      inherit !default;

/// @prop - Margin top of the textarea
$textarea-md-padding-top:                     $item-md-padding-top !default;

/// @prop - Margin end of the textarea
$textarea-md-padding-end:                     ($item-md-padding-end / 2) !default;

/// @prop - Margin bottom of the textarea
$textarea-md-padding-bottom:                  $item-md-padding-bottom !default;

/// @prop - Margin start of the textarea
$textarea-md-padding-start:                   ($item-md-padding-start / 2) !default;

/// @prop - Placeholder text color of the textarea
$textarea-md-placeholder-color:             $placeholder-text-color !default;
