mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +08:00
18 lines
708 B
SCSS
18 lines
708 B
SCSS
@import "../../themes/ionic.globals.md";
|
|
@import "../item/item.md.vars";
|
|
|
|
// Material Design Label
|
|
// --------------------------------------------------
|
|
|
|
/// @prop - Text color of the label by an input, select, or datetime
|
|
$label-md-text-color: $text-color-step-600 !default;
|
|
|
|
/// @prop - Text color of the stacked/floating label when it is focused
|
|
$label-md-text-color-focused: ion-color(primary, base) !default;
|
|
|
|
/// @prop - Line height of the label when the text wraps
|
|
$label-md-text-wrap-line-height: 1.5 !default;
|
|
|
|
/// @prop - Transition timing function of the label (stacked / focused)
|
|
$label-md-transition-timing-function: cubic-bezier(.4, 0, .2, 1) !default;
|