Customizing Floating-label

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-floating-label-scale1
Description
The transformation scale of the Floating Label.
$kendo-floating-label-font-sizevar( --kendo-font-size, inherit )
Description
The font size of the Floating Label.
$kendo-floating-label-max-width90%
Description
The maximum width of the Floating Label.
$kendo-floating-label-font-weightvar( --kendo-font-weight-bold, inherit )
Description
The font weight of the Floating Label.
$kendo-floating-label-line-heightvar( --kendo-line-height, normal )
Description
The line height of the Floating Label.
$kendo-floating-label-heightcalc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} )
Description
The height of the Floating Label.
$kendo-floating-label-offset-xcalc( #{$kendo-input-md-padding-x} + #{$kendo-input-border-width} )
Description
The horizontal offset of the Floating Label.
$kendo-floating-label-offset-ycalc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-md-padding-y} )
Description
The vertical offset of the Floating Label.
$kendo-floating-label-focus-scale1
Description
The transformation scale of the focused Floating Label.
$kendo-floating-label-focus-offset-x0
Description
The horizontal offset of the focused Floating Label.
$kendo-floating-label-focus-offset-y0
Description
The vertical offset of the focused Floating Label.
$kendo-floating-label-transition.2s ease-out
Description
The transition of the Floating Label.
$kendo-floating-label-bginherit
Description
The background color of the Floating Label.
$kendo-floating-label-textinherit
Description
The text color of the Floating Label.
$kendo-floating-label-focus-bginherit
Description
The background color of the focused Floating Label.
$kendo-floating-label-focus-textinherit
Description
The text color of the focused Floating Label.
$kendo-floating-label-invalid-textvar( --kendo-invalid-text, #{$kendo-invalid-text} )
Description
The invalid text color of the Floating Label.

In this article

Not finding the help you need?