Customizing FloatingLabel
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-floating-label-scale | Number | 1 | 1 |
Description
The transformation scale of the Floating Label. | |||
$kendo-floating-label-font-size | String | $kendo-input-font-size | var(--kendo-font-size, inherit) |
Description
The font size of the Floating Label. | |||
$kendo-floating-label-max-width | Number | 90% | 90% |
Description
The maximum width of the Floating Label. | |||
$kendo-floating-label-line-height | Number | $kendo-input-line-height | 1.5 |
Description
The line height of the Floating Label. | |||
$kendo-floating-label-height | Calculation | calc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} ) | calc(1.5 * var(--kendo-font-size, inherit)) |
Description
The height of the Floating Label. | |||
$kendo-floating-label-offset-x | Calculation | calc( #{$kendo-input-padding-x} + #{$kendo-input-border-width} ) | calc(0.75rem + 1px) |
Description
The horizontal offset of the Floating Label. | |||
$kendo-floating-label-offset-y | Calculation | calc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-padding-y} ) | calc(calc(1.5 * var(--kendo-font-size, inherit)) + 1px + 0.375rem) |
Description
The vertical offset of the Floating Label. | |||
$kendo-floating-label-focus-scale | Number | 1 | 1 |
Description
The transformation scale of the focused Floating Label. | |||
$kendo-floating-label-focus-offset-x | Number | 0 | 0 |
Description
The horizontal offset of the focused Floating Label. | |||
$kendo-floating-label-focus-offset-y | Number | 0 | 0 |
Description
The vertical offset of the focused Floating Label. | |||
$kendo-floating-label-transition | List | .2s ease-out | 0.2s ease-out |
Description
The transition of the Floating Label. | |||
$kendo-floating-label-bg | Null | null | null |
Description
The background color of the Floating Label. | |||
$kendo-floating-label-text | Null | null | null |
Description
The text color of the Floating Label. | |||
$kendo-floating-label-focus-bg | Null | null | null |
Description
The background color of the focused Floating Label. | |||
$kendo-floating-label-focus-text | Null | null | null |
Description
The text color of the focused Floating Label. |