New to Kendo UI for Angular? Start a free 30-day trial
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
The height of the ProgressBar. | |||
$kendo-progressbar-horizontal-width | Number | 100% | 100% |
Description
The horizontal width of the ProgressBar. | |||
$kendo-progressbar-animation-timing | List | $progress-bar-animation-timing | 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 | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) |
Description
The font family of the ProgressBar. | |||
$kendo-progressbar-font-size | Number | $progress-font-size | 0.75rem |
Description
The font size of the ProgressBar. | |||
$kendo-progressbar-line-height | String | var( --kendo-line-height-xs, normal ) | var(--kendo-line-height-xs, normal) |
Description
The line height of the ProgressBar. | |||
$kendo-progressbar-bg | String | if($kendo-enable-color-system, k-color( base-subtle ), $gray-200) | var(--kendo-color-base-subtle, #e9ecef) |
Description
The background color of the ProgressBar. | |||
$kendo-progressbar-text | String | if($kendo-enable-color-system, k-color( base-on-subtle ), k-contrast-color( $gray-200 )) | var(--kendo-color-base-on-subtle, #212529) |
Description
The text color of the ProgressBar. | |||
$kendo-progressbar-border | Null | null | null |
Description
The border color of the ProgressBar. | |||
$kendo-progressbar-gradient | Null | null | null |
Description
The background gradient of the ProgressBar. | |||
$kendo-progressbar-value-bg | String | $kendo-selected-bg | var(--kendo-color-primary, #0d6efd) |
Description
The progress background color of the ProgressBar. | |||
$kendo-progressbar-value-text | String | $kendo-selected-text | var(--kendo-color-on-primary, #ffffff) |
Description
The progress text color of the ProgressBar. | |||
$kendo-progressbar-value-border | Null | null | null |
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 | String | $kendo-progressbar-bg | var(--kendo-color-base-subtle, #e9ecef) |
Description
The background color of the indeterminate ProgressBar. | |||
$kendo-progressbar-indeterminate-text | String | $kendo-progressbar-text | var(--kendo-color-base-on-subtle, #212529) |
Description
The text color of the indeterminate ProgressBar. | |||
$kendo-progressbar-indeterminate-border | Null | $kendo-progressbar-border | null |
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 | String | $kendo-body-bg | var(--kendo-color-app-surface, #ffffff) |
Description
The border color of the chunk ProgressBar. | |||
$kendo-circular-progressbar-arc-stroke | String | $kendo-color-primary | var(--kendo-color-primary, #0d6efd) |
Description
The arc stroke color of the circular ProgressBar. | |||
$kendo-circular-progressbar-scale-stroke | String | $kendo-progressbar-bg | var(--kendo-color-base-subtle, #e9ecef) |
Description
The scale stroke background color of the circular ProgressBar. |