New to Kendo UI for Vue? Start a free 30-day trial
Customizing Loading
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-loading-bg | String | var( --kendo-component-bg, initial ) | var(--kendo-component-bg, initial) |
Description
The background color of the Loading indicator. | |||
$kendo-loading-text | String | currentColor | currentColor |
Description
The text color of the Loading indicator. | |||
$kendo-loading-opacity | Number | .3 | 0.3 |
Description
The opacity of the Loading indicator. | |||
$kendo-zindex-loading | Number | 100 | 100 |
Description
The z-index of the Loading indicator. |