New to Kendo UI for Vue? Start a free 30-day trial

Customizing Floating-label

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-floating-label-scaleNumber11
Description
The transformation scale of the Floating Label.
$kendo-floating-label-font-sizeNumber$kendo-input-font-size16px
Description
The font size of the Floating Label.
$kendo-floating-label-max-widthNumber90%90%
Description
The maximum width of the Floating Label.
$kendo-floating-label-line-heightNumber$kendo-input-line-height1.25
Description
The line height of the Floating Label.
$kendo-floating-label-heightCalculationcalc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} )calc(1.25 * 16px)
Description
The height of the Floating Label.
$kendo-floating-label-offset-xCalculationcalc( #{$kendo-input-padding-x} + #{$kendo-input-border-width} )calc(16px + 1px)
Description
The horizontal offset of the Floating Label.
$kendo-floating-label-offset-yCalculationcalc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-padding-y} )calc(calc(1.25 * 16px) + 1px + 8px)
Description
The vertical offset of the Floating Label.
$kendo-floating-label-focus-scaleNumber.750.75
Description
The transformation scale of the focused Floating Label.
$kendo-floating-label-focus-offset-xNumber0px0px
Description
The horizontal offset of the focused Floating Label.
$kendo-floating-label-focus-offset-yNumber0px0px
Description
The vertical offset of the focused Floating Label.
$kendo-floating-label-transitionList.15s cubic-bezier( .4, 0, .2, 1 )0.15s cubic-bezier(0.4, 0, 0.2, 1)
Description
The transition of the Floating Label.
$kendo-floating-label-bgNullnullnull
Description
The background color of the Floating Label.
$kendo-floating-label-textColor$kendo-subtle-textrgba(0, 0, 0, 0.54)
Description
The text color of the Floating Label.
$kendo-floating-label-focus-bgNullnullnull
Description
The background color of the focused Floating Label.
$kendo-floating-label-focus-textColor$kendo-color-primary#3f51b5
Description
The text color of the focused Floating Label.

In this article

Not finding the help you need?