Customizing Progressbar
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-progressbar-height | Number | 22px | 22px |
Description
The height of the ProgressBar. | |||
$kendo-progressbar-horizontal-width | Number | 100% | 100% |
Description
The horizontal width of the ProgressBar. | |||
$kendo-progressbar-animation-timing | List | 1s linear infinite | 1s linear infinite |
Description
The animation timing of the ProgressBar. | |||
$kendo-progressbar-border-width | Number | 0px | 0px |
Description
The width of the border around the ProgressBar. | |||
$kendo-progressbar-font-family | String | $kendo-font-family | inherit |
Description
The font family of the ProgressBar. | |||
$kendo-progressbar-font-size | Number | $kendo-font-size-sm | 12px |
Description
The font size of the ProgressBar. | |||
$kendo-progressbar-line-height | Number | 1 | 1 |
Description
The line height of the ProgressBar. | |||
$kendo-progressbar-bg | Color | k-try-shade( $kendo-component-bg, 1 ) | #ebebeb |
Description
The background color of the ProgressBar. | |||
$kendo-progressbar-text | Color | $kendo-component-text | #424242 |
Description
The text color of the ProgressBar. | |||
$kendo-progressbar-border | Color | $kendo-component-border | rgba(0, 0, 0, 0.08) |
Description
The border color of the ProgressBar. | |||
$kendo-progressbar-gradient | Null | null | null |
Description
The background gradient of the ProgressBar. | |||
$kendo-progressbar-value-bg | Color | $kendo-color-primary | #ff6358 |
Description
The progress background color of the ProgressBar. | |||
$kendo-progressbar-value-text | Color | k-contrast-legacy( $kendo-progressbar-value-bg ) | white |
Description
The progress text color of the ProgressBar. | |||
$kendo-progressbar-value-border | Color | k-try-shade( $kendo-progressbar-value-bg ) | #eb5b51 |
Description
The progress border color of the ProgressBar. | |||
$kendo-progressbar-value-gradient | Null | null | null |
Description
The progress background gradient of the ProgressBar. | |||
$kendo-progressbar-indeterminate-bg | Color | $kendo-progressbar-bg | #ebebeb |
Description
The background color of the indeterminate ProgressBar. | |||
$kendo-progressbar-indeterminate-text | Color | $kendo-progressbar-text | #424242 |
Description
The text color of the indeterminate ProgressBar. | |||
$kendo-progressbar-indeterminate-border | Color | $kendo-progressbar-border | rgba(0, 0, 0, 0.08) |
Description
The border color of the indeterminate ProgressBar. | |||
$kendo-progressbar-indeterminate-gradient | Null | null | null |
Description
The background gradient of the indeterminate ProgressBar. | |||
$kendo-progressbar-chunk-border | Color | $kendo-body-bg | #ffffff |
Description
The border color of the chunk ProgressBar. | |||
$kendo-circular-progressbar-arc-stroke | Color | $kendo-color-primary | #ff6358 |
Description
The arc stroke color of the circular ProgressBar. | |||
$kendo-circular-progressbar-scale-stroke | Color | $kendo-progressbar-bg | #ebebeb |
Description
The scale stroke background color of the circular ProgressBar. |