Sass Variables
The Telerik and Kendo UI Progressbar enables you to configure and customize its appearance through the available Sass variables.
Variable | Default Value | Computed Value | Value |
---|---|---|---|
kendo-progressbar-height | 22px | 22px | Default: 22px Computed: 22px |
Description: The height of the ProgressBar. | |||
kendo-progressbar-horizontal-width | 100% | 100% | Default: 100% Computed: 100% |
Description: The horizontal width of the ProgressBar. | |||
kendo-progressbar-animation-timing | 1s linear infinite | (1s linear infinite) | Default: 1s linear infinite Computed: (1s linear infinite) |
Description: The animation timing of the ProgressBar. | |||
kendo-progressbar-border-width | 0px | 0px | Default: 0px Computed: 0px |
Description: The width of the border around the ProgressBar. | |||
kendo-progressbar-font-family | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) | Default: var( --kendo-font-family, inherit ) Computed: var(--kendo-font-family, inherit) |
Description: The font family of the ProgressBar. | |||
kendo-progressbar-font-size | var( --kendo-font-size-sm, inherit ) | var(--kendo-font-size-sm, inherit) | Default: var( --kendo-font-size-sm, inherit ) Computed: var(--kendo-font-size-sm, inherit) |
Description: The font size of the ProgressBar. | |||
kendo-progressbar-line-height | var( --kendo-line-height-xs, normal ) | var(--kendo-line-height-xs, normal) | Default: var( --kendo-line-height-xs, normal ) Computed: var(--kendo-line-height-xs, normal) |
Description: The line height of the ProgressBar. | |||
kendo-progressbar-bg | if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-component-bg, 1 )) | var(--kendo-color-base-subtle, #ebebeb) | Default: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-component-bg, 1 )) Computed: var(--kendo-color-base-subtle, #ebebeb) |
Description: The background color of the ProgressBar. | |||
kendo-progressbar-text | $kendo-component-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-component-text Computed: var(--kendo-color-on-app-surface, #3d3d3d) |
Description: The text color of the ProgressBar. | |||
kendo-progressbar-border | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: $kendo-component-border Computed: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description: The border color of the ProgressBar. | |||
kendo-progressbar-gradient | null | null | Default: null Computed: null |
Description: The background gradient of the ProgressBar. | |||
kendo-progressbar-value-bg | $kendo-color-primary | var(--kendo-color-primary, #ff6358) | Default: $kendo-color-primary Computed: var(--kendo-color-primary, #ff6358) |
Description: The progress background color of the ProgressBar. | |||
kendo-progressbar-value-text | if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg )) | var(--kendo-color-on-primary, #ffffff) | Default: if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg )) Computed: var(--kendo-color-on-primary, #ffffff) |
Description: The progress text color of the ProgressBar. | |||
kendo-progressbar-value-border | if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg )) | var(--kendo-color-primary-active, #d45349) | Default: if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg )) Computed: var(--kendo-color-primary-active, #d45349) |
Description: The progress border color of the ProgressBar. | |||
kendo-progressbar-value-gradient | null | null | Default: null Computed: null |
Description: The progress background gradient of the ProgressBar. | |||
kendo-progressbar-indeterminate-bg | $kendo-progressbar-bg | var(--kendo-color-base-subtle, #ebebeb) | Default: $kendo-progressbar-bg Computed: var(--kendo-color-base-subtle, #ebebeb) |
Description: The background color of the indeterminate ProgressBar. | |||
kendo-progressbar-indeterminate-text | $kendo-progressbar-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-progressbar-text Computed: var(--kendo-color-on-app-surface, #3d3d3d) |
Description: The text color of the indeterminate ProgressBar. | |||
kendo-progressbar-indeterminate-border | $kendo-progressbar-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: $kendo-progressbar-border Computed: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description: The border color of the indeterminate ProgressBar. | |||
kendo-progressbar-indeterminate-gradient | null | null | Default: null Computed: null |
Description: The background gradient of the indeterminate ProgressBar. | |||
kendo-progressbar-chunk-border | $kendo-body-bg | var(--kendo-color-app-surface, #ffffff) | Default: $kendo-body-bg Computed: var(--kendo-color-app-surface, #ffffff) |
Description: The border color of the chunk ProgressBar. | |||
kendo-circular-progressbar-arc-stroke | $kendo-color-primary | var(--kendo-color-primary, #ff6358) | Default: $kendo-color-primary Computed: var(--kendo-color-primary, #ff6358) |
Description: The arc stroke color of the circular ProgressBar. | |||
kendo-circular-progressbar-scale-stroke | $kendo-progressbar-bg | var(--kendo-color-base-subtle, #ebebeb) | Default: $kendo-progressbar-bg Computed: var(--kendo-color-base-subtle, #ebebeb) |
Description: The scale stroke background color of the circular ProgressBar. |