Customizing Progressbar
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-progressbar-height | Number | $progress-height | 1rem |
Description
Height of the progressbar. | |||
$kendo-progressbar-horizontal-width | Number | 100% | 100% |
Description
Horizontal width of the progressbar. | |||
$kendo-progressbar-animation-timing | String | progress-bar-animation-timing | progress-bar-animation-timing |
Description
Animation timing of the progressbar. | |||
$kendo-progressbar-border-width | Number | 0px | 0px |
Description
Border width of the progressbar. | |||
$kendo-progressbar-font-family | List | $kendo-font-family | system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" |
Description
Font family of the progressbar. | |||
$kendo-progressbar-font-size | Number | $progress-font-size | 0.75rem |
Description
Font size of the progressbar. | |||
$kendo-progressbar-line-height | Number | 1 | 1 |
Description
Line height of the progressbar. | |||
$kendo-progressbar-bg | Color | $gray-200 | #e9ecef |
Description
Background color of the progressbar. | |||
$kendo-progressbar-text | Color | k-contrast-color( $gray-200 ) | black |
Description
Text color of the progressbar. | |||
$kendo-progressbar-border | Null | null | null |
Description
Border color of the progressbar. | |||
$kendo-progressbar-gradient | Null | null | null |
Description
Background gradient of the progressbar. | |||
$kendo-progressbar-value-bg | Color | $kendo-selected-bg | #0d6efd |
Description
Progress background color of the progressbar. | |||
$kendo-progressbar-value-text | Color | $kendo-selected-text | white |
Description
Progress text color of the progressbar. | |||
$kendo-progressbar-value-border | Null | null | null |
Description
Progress border color of the progressbar. | |||
$kendo-progressbar-value-gradient | Null | null | null |
Description
Progress background gradient of the progressbar. | |||
$kendo-progressbar-indeterminate-bg | Color | $kendo-progressbar-bg | #e9ecef |
Description
Background color of the indeterminate progressbar. | |||
$kendo-progressbar-indeterminate-text | Color | $kendo-progressbar-text | black |
Description
Text color of the indeterminate progressbar. | |||
$kendo-progressbar-indeterminate-border | Null | $kendo-progressbar-border | null |
Description
Border color of the indeterminate progressbar. | |||
$kendo-progressbar-indeterminate-gradient | Null | null | null |
Description
Background gradient of the indeterminate progressbar. | |||
$kendo-progressbar-chunk-border | Color | $kendo-body-bg | #ffffff |
Description
Border color of the chunk progressbar. | |||
$kendo-circular-progressbar-arc-stroke | Color | $kendo-color-primary | #0d6efd |
Description
Arc stroke color of the circular progressbar. | |||
$kendo-circular-progressbar-scale-stroke | Color | $kendo-progressbar-bg | #e9ecef |
Description
Scale stroke background color of the circular progressbar. |