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

// Material Design Label
// --------------------------------------------------

/// @prop - Text color of the stacked/floating label when it is focused
$label-md-text-color-focused: ion-color(primary, base);

/// @prop - Line height of the label when the text wraps
$label-md-text-wrap-line-height: 1.5;

/// @prop - Transition timing function of the label (stacked / focused)
$label-md-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
