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 | 4px | ||
Description
The height of the ProgressBar. | |||
$kendo-progressbar-horizontal-width | 100% | ||
Description
The horizontal width of the ProgressBar. | |||
$kendo-progressbar-animation-timing | 1s linear infinite | ||
Description
The animation timing of the ProgressBar. | |||
$kendo-progressbar-border-width | 0px | ||
Description
The width of the border around the ProgressBar. | |||
$kendo-progressbar-border-radius | var( --kendo-border-radius-sm, initial ) | ||
Description
The border radius of the ProgressBar. | |||
$kendo-progressbar-font-family | var( --kendo-font-family, inherit ) | ||
Description
The font family of the ProgressBar. | |||
$kendo-progressbar-font-size | var( --kendo-font-size-sm, inherit ) | ||
Description
The font size of the ProgressBar. | |||
$kendo-progressbar-line-height | var( --kendo-line-height, inherit ) | ||
Description
The line height of the ProgressBar. | |||
$kendo-progressbar-padding-x | 0 | ||
Description
The horizontal padding of the ProgressBar. | |||
$kendo-progressbar-padding-y | 0 | ||
Description
The vertical padding of the ProgressBar. | |||
$kendo-progressbar-bg | k-get-theme-color-var( neutral-30 ) | ||
Description
The background color of the ProgressBar. | |||
$kendo-progressbar-text | var( --kendo-component-text, initial ) | ||
Description
The text color of the ProgressBar. | |||
$kendo-progressbar-border | $kendo-progressbar-bg | ||
Description
The border color of the ProgressBar. | |||
$kendo-progressbar-gradient | null | ||
Description
The background gradient of the ProgressBar. | |||
$kendo-progressbar-value-bg | k-get-theme-color-var( primary-100 ) | ||
Description
The progress background color of the ProgressBar. | |||
$kendo-progressbar-value-text | var( --kendo-component-text, initial ) | ||
Description
The progress text color of the ProgressBar. | |||
$kendo-progressbar-value-border | $kendo-progressbar-value-bg | ||
Description
The progress border color of the ProgressBar. | |||
$kendo-progressbar-value-gradient | null | ||
Description
The progress background gradient of the ProgressBar. | |||
$kendo-progressbar-offset-y | map.get( $kendo-spacing, 2 ) | ||
Description
The progress status offset of the ProgressBar. | |||
$kendo-progressbar-vertical-status-offset | calc( (#{$kendo-progressbar-font-size} * #{$kendo-progressbar-line-height} + #{$kendo-progressbar-offset-y}) * -1) | ||
Description
The progress status offset of the vertical ProgressBar. | |||
$kendo-progressbar-disabled-bg | k-get-theme-color-var( neutral-20 ) | ||
Description
The background color of the disabled ProgressBar. | |||
$kendo-progressbar-disabled-text | k-get-theme-color-var( neutral-90 ) | ||
Description
The text color of the disabled ProgressBar. | |||
$kendo-progressbar-disabled-border | $kendo-progressbar-disabled-bg | ||
Description
The border color of the disabled ProgressBar. | |||
$kendo-progressbar-value-disabled-bg | k-get-theme-color-var( primary-30 ) | ||
Description
The progress background color of the disabled ProgressBar. | |||
$kendo-progressbar-indeterminate-bg | k-get-theme-color-var( neutral-30 ) | ||
Description
The background color of the indeterminate ProgressBar. | |||
$kendo-progressbar-indeterminate-text | $kendo-progressbar-text | ||
Description
The text color of the indeterminate ProgressBar. | |||
$kendo-progressbar-indeterminate-border | k-get-theme-color-var( neutral-30 ) | ||
Description
The border color of the indeterminate ProgressBar. | |||
$kendo-progressbar-indeterminate-gradient-horizontal | linear-gradient(270deg, k-get-theme-color-var( neutral-30 ) 15%, k-get-theme-color-var( primary-100 ) 50%, k-get-theme-color-var( neutral-30 ) 85%) | ||
Description
The background gradient of the horizontal indeterminate ProgressBar. | |||
$kendo-progressbar-indeterminate-gradient-vertical | linear-gradient(180deg, k-get-theme-color-var( neutral-30 ) 15%, k-get-theme-color-var( primary-100 ) 50%, k-get-theme-color-var( neutral-30 ) 85%) | ||
Description
The background gradient of the vertical indeterminate ProgressBar. | |||
$kendo-progressbar-indeterminate-animation-horizontal | 3s ease 0s infinite running progressbar-indeterminate-animation-horizontal | ||
Description
The gradient size of the horizontal indeterminate ProgressBar. | |||
$kendo-progressbar-indeterminate-animation-vertical | 3s ease 0s infinite running progressbar-indeterminate-animation-vertical | ||
Description
The gradient size of the vertical indeterminate ProgressBar. | |||
$kendo-progressbar-chunk-border | var( --kendo-body-bg, initial ) | ||
Description
The border color of the chunk ProgressBar. | |||
$kendo-circular-progressbar-arc-stroke | k-get-theme-color-var( primary-100 ) | ||
Description
The arc stroke color of the circular ProgressBar. | |||
$kendo-circular-progressbar-scale-stroke | $kendo-progressbar-bg | ||
Description
The scale stroke background color of the circular ProgressBar. |