ProgressBar

ProgressBars track and display the progress of tasks.

Sass Variables

The Telerik and Kendo UI Progressbar enables you to configure and customize its appearance through the available Sass variables.

VariableDefault ValueComputed ValueValue
kendo-progressbar-height22px22pxDefault: 22pxComputed: 22px
Description: The height of the ProgressBar.
kendo-progressbar-horizontal-width100%100%Default: 100%Computed: 100%
Description: The horizontal width of the ProgressBar.
kendo-progressbar-animation-timing1s linear infinite1s linear infiniteDefault: 1s linear infiniteComputed: 1s linear infinite
Description: The animation timing of the ProgressBar.
kendo-progressbar-border-width0px0pxDefault: 0pxComputed: 0px
Description: The width of the border around the ProgressBar.
kendo-progressbar-font-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the ProgressBar.
kendo-progressbar-font-size$kendo-font-size-sm12pxDefault: $kendo-font-size-smComputed: 12px
Description: The font size of the ProgressBar.
kendo-progressbar-line-height11Default: 1Computed: 1
Description: The line height of the ProgressBar.
kendo-progressbar-bgif($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-component-bg, 1 )) #ebebebDefault: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-component-bg, 1 ))Computed: #ebebeb
Description: The background color of the ProgressBar.
kendo-progressbar-text$kendo-component-text #424242Default: $kendo-component-textComputed: #424242
Description: The text color of the ProgressBar.
kendo-progressbar-border$kendo-component-border rgba(0, 0, 0, 0.08)Default: $kendo-component-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the ProgressBar.
kendo-progressbar-gradientnullnullDefault: nullComputed: null
Description: The background gradient of the ProgressBar.
kendo-progressbar-value-bg$kendo-color-primary #ff6358Default: $kendo-color-primaryComputed: #ff6358
Description: The progress background color of the ProgressBar.
kendo-progressbar-value-textif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg )) whiteDefault: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg ))Computed: white
Description: The progress text color of the ProgressBar.
kendo-progressbar-value-borderif($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg )) #eb5b51Default: if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg ))Computed: #eb5b51
Description: The progress border color of the ProgressBar.
kendo-progressbar-value-gradientnullnullDefault: nullComputed: null
Description: The progress background gradient of the ProgressBar.
kendo-progressbar-indeterminate-bg$kendo-progressbar-bg #ebebebDefault: $kendo-progressbar-bgComputed: #ebebeb
Description: The background color of the indeterminate ProgressBar.
kendo-progressbar-indeterminate-text$kendo-progressbar-text #424242Default: $kendo-progressbar-textComputed: #424242
Description: The text color of the indeterminate ProgressBar.
kendo-progressbar-indeterminate-border$kendo-progressbar-border rgba(0, 0, 0, 0.08)Default: $kendo-progressbar-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the indeterminate ProgressBar.
kendo-progressbar-indeterminate-gradientnullnullDefault: nullComputed: null
Description: The background gradient of the indeterminate ProgressBar.
kendo-progressbar-chunk-border$kendo-body-bg #ffffffDefault: $kendo-body-bgComputed: #ffffff
Description: The border color of the chunk ProgressBar.
kendo-circular-progressbar-arc-stroke$kendo-color-primary #ff6358Default: $kendo-color-primaryComputed: #ff6358
Description: The arc stroke color of the circular ProgressBar.
kendo-circular-progressbar-scale-stroke$kendo-progressbar-bg #ebebebDefault: $kendo-progressbar-bgComputed: #ebebeb
Description: The scale stroke background color of the circular ProgressBar.