New to Kendo UI for Angular? Start a free 30-day trial
Customizing Stepper
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-stepper-border-width | Number | 0px | 0px |
Description
The width of the border around the Stepper. | |||
$kendo-stepper-font-size | String | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) |
$kendo-stepper-font-family | String | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) |
$kendo-stepper-line-height | String | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) |
$kendo-stepper-bg | Color | transparent | transparent |
Description
The background color of the Stepper. | |||
$kendo-stepper-text | String | var( --kendo-component-text, initial ) | var(--kendo-component-text, initial) |
Description
The text color of the Stepper. | |||
$kendo-stepper-border | Color | transparent | transparent |
Description
The border color of the Stepper. | |||
$kendo-stepper-label-margin-x | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The horizontal margin the Stepper label. | |||
$kendo-stepper-label-padding-x | String | k-spacing(3) | var(--kendo-spacing-3, 0.75rem) |
Description
The horizontal padding the Stepper label. | |||
$kendo-stepper-label-padding-y | String | k-spacing(1.5) | var(--kendo-spacing-1\.5, 0.375rem) |
Description
The vertical padding the Stepper label. | |||
$kendo-stepper-inline-content-padding-x | String | k-spacing(5) | var(--kendo-spacing-5, 1.25rem) |
Description
The horizontal padding of the Stepper content. | |||
$kendo-stepper-inline-content-padding-y | String | k-spacing(3) | var(--kendo-spacing-3, 0.75rem) |
Description
The vertical padding of the Stepper content. | |||
$kendo-stepper-indicator-width | String | k-spacing(7.5) | var(--kendo-spacing-7\.5, 1.875rem) |
Description
The width of the Stepper indicator. | |||
$kendo-stepper-indicator-height | String | $kendo-stepper-indicator-width | var(--kendo-spacing-7\.5, 1.875rem) |
Description
The height of the Stepper indicator. | |||
$kendo-stepper-indicator-border-width | Number | 1px | 1px |
Description
The border width of the Stepper indicator. | |||
$kendo-stepper-indicator-border-radius | Number | 50% | 50% |
Description
The border radius of the Stepper indicator. | |||
$kendo-stepper-indicator-focus-border-width | Number | $kendo-stepper-indicator-border-width | 1px |
Description
The border width of the focused Stepper indicator. | |||
$kendo-stepper-indicator-focus-size | String | k-spacing(0.5) | var(--kendo-spacing-0\.5, 0.125rem) |
Description
The size of the focused Stepper indicator. | |||
$kendo-stepper-indicator-focus-offset | Number | 3px | 3px |
Description
The offset of the Stepper's focused indicator. | |||
$kendo-stepper-indicator-focus-calc-offset | Calculation | calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} ) | calc(1px + 3px) |
Description
The calculated offset of the Stepper's focused indicator. | |||
$kendo-stepper-indicator-bg | String | var( --kendo-component-bg, initial ) | var(--kendo-component-bg, initial) |
Description
The background color of the Stepper indicator. | |||
$kendo-stepper-indicator-text | String | var( --kendo-component-text, initial ) | var(--kendo-component-text, initial) |
Description
The text color of the Stepper indicator. | |||
$kendo-stepper-indicator-border | String | if($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 )) | var(--kendo-color-border, #8a8886) |
Description
The border color of the Stepper indicator. | |||
$kendo-stepper-indicator-hover-bg | String | var( --kendo-hover-bg, initial ) | var(--kendo-hover-bg, initial) |
Description
The background color of the hovered Stepper indicator. | |||
$kendo-stepper-indicator-hover-text | String | var( --kendo-hover-text, initial ) | var(--kendo-hover-text, initial) |
Description
The text color of the hovered Stepper indicator. | |||
$kendo-stepper-indicator-hover-border | String | $kendo-stepper-indicator-border | var(--kendo-color-border, #8a8886) |
Description
The border color of the hovered Stepper indicator. | |||
$kendo-stepper-indicator-disabled-bg | String | var( --kendo-disabled-bg, initial ) | var(--kendo-disabled-bg, initial) |
Description
The background color of the disabled Stepper indicator. | |||
$kendo-stepper-indicator-disabled-text | String | var( --kendo-disabled-text, initial) | var(--kendo-disabled-text, initial) |
Description
The text color of the disabled Stepper indicator. | |||
$kendo-stepper-indicator-disabled-border | String | var( --kendo-disabled-border, initial ) | var(--kendo-disabled-border, initial) |
Description
The border color of the disabled Stepper indicator. | |||
$kendo-stepper-indicator-done-bg | String | if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) | var(--kendo-color-primary, #0078d4) |
Description
The background color of the Stepper's done indicator. | |||
$kendo-stepper-indicator-done-text | String | if($kendo-enable-color-system, k-color( on-primary ), $kendo-color-white) | var(--kendo-color-on-primary, #ffffff) |
Description
The text color of the Stepper's done indicator. | |||
$kendo-stepper-indicator-done-border | String | $kendo-stepper-indicator-done-bg | var(--kendo-color-primary, #0078d4) |
Description
The border color of the Stepper's done indicator. | |||
$kendo-stepper-indicator-done-hover-bg | String | if($kendo-enable-color-system, k-color( primary-hover ), k-get-theme-color-var( primary-110 )) | var(--kendo-color-primary-hover, #106ebe) |
Description
The background color of the Stepper's hovered done indicator. | |||
$kendo-stepper-indicator-done-hover-text | String | $kendo-stepper-indicator-done-text | var(--kendo-color-on-primary, #ffffff) |
Description
The text color of the Stepper's hovered done indicator. | |||
$kendo-stepper-indicator-done-hover-border | String | $kendo-stepper-indicator-done-hover-bg | var(--kendo-color-primary-hover, #106ebe) |
Description
The border color of the Stepper's hovered done indicator. | |||
$kendo-stepper-indicator-done-disabled-bg | String | if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 22%, transparent), k-get-theme-color-var( primary-30 )) | color-mix(in srgb, var(--kendo-color-primary, #0078d4) 22%, transparent) |
Description
The background color of the Stepper's disabled done indicator. | |||
$kendo-stepper-indicator-done-disabled-text | String | var( --kendo-disabled-text, initial ) | var(--kendo-disabled-text, initial) |
Description
The text color of the Stepper's disabled done indicator. | |||
$kendo-stepper-indicator-done-disabled-border | String | var( --kendo-disabled-border, initial ) | var(--kendo-disabled-border, initial) |
Description
The border color of the Stepper's disabled done indicator. | |||
$kendo-stepper-indicator-current-bg | String | if($kendo-enable-color-system, k-color( primary-active ), k-get-theme-color-var( primary-120 )) | var(--kendo-color-primary-active, #005a9e) |
Description
The background color of the Stepper current indicator. | |||
$kendo-stepper-indicator-current-text | String | $kendo-stepper-indicator-done-text | var(--kendo-color-on-primary, #ffffff) |
Description
The text color of the Stepper current indicator. | |||
$kendo-stepper-indicator-current-border | String | $kendo-stepper-indicator-current-bg | var(--kendo-color-primary-active, #005a9e) |
Description
The border color of the Stepper current indicator. | |||
$kendo-stepper-indicator-current-hover-bg | String | $kendo-stepper-indicator-done-hover-bg | var(--kendo-color-primary-hover, #106ebe) |
Description
The background color of the Stepper's hovered current indicator. | |||
$kendo-stepper-indicator-current-hover-text | String | $kendo-stepper-indicator-done-hover-text | var(--kendo-color-on-primary, #ffffff) |
Description
The text color of the Stepper's hovered current indicator. | |||
$kendo-stepper-indicator-current-hover-border | String | $kendo-stepper-indicator-done-hover-border | var(--kendo-color-primary-hover, #106ebe) |
Description
The border color of the Stepper's hovered current indicator. | |||
$kendo-stepper-indicator-current-disabled-bg | String | $kendo-stepper-indicator-done-disabled-bg | color-mix(in srgb, var(--kendo-color-primary, #0078d4) 22%, transparent) |
Description
The background color of the Stepper's disabled current indicator. | |||
$kendo-stepper-indicator-current-disabled-text | String | $kendo-stepper-indicator-done-disabled-text | var(--kendo-disabled-text, initial) |
Description
The text color of the Stepper's disabled current indicator. | |||
$kendo-stepper-indicator-current-disabled-border | String | $kendo-stepper-indicator-done-disabled-border | var(--kendo-disabled-border, initial) |
Description
The border color of the Stepper's disabled current indicator. | |||
$kendo-stepper-label-text | String | inherit | inherit |
Description
The text color of the Stepper label. | |||
$kendo-stepper-label-success-text | String | if($kendo-enable-color-system, k-color( success-on-surface ), k-get-theme-color-var( success-190 )) | var(--kendo-color-success-on-surface, #107c10) |
Description
The success text color of the Stepper label. | |||
$kendo-stepper-label-error-text | String | if($kendo-enable-color-system, k-color( error-on-surface ), k-get-theme-color-var( error-190 )) | var(--kendo-color-error-on-surface, #a4262c) |
Description
The error text color of the Stepper label. | |||
$kendo-stepper-label-hover-text | String | $kendo-stepper-text | var(--kendo-component-text, initial) |
Description
The text color of the hovered Stepper label. | |||
$kendo-stepper-label-disabled-text | String | var( --kendo-disabled-text, initial ) | var(--kendo-disabled-text, initial) |
Description
The text color of the disabled Stepper label. | |||
$kendo-stepper-current-label-font-weight | String | var( --kendo-font-weight-bold, bold ) | var(--kendo-font-weight-bold, bold) |
Description
The font weight of the disabled Stepper label. | |||
$kendo-stepper-optional-label-text | String | if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 )) | var(--kendo-color-subtle, #605e5c) |
Description
The text color of the optional Stepper label. | |||
$kendo-stepper-optional-label-font-size | String | inherit | inherit |
Description
The font size of the optional Stepper label. | |||
$kendo-stepper-optional-label-font-style | String | italic | italic |
Description
The font style of the optional Stepper label. | |||
$kendo-stepper-progressbar-size | String | k-spacing(0.5) | var(--kendo-spacing-0\.5, 0.125rem) |
Description
The size of the Stepper ProgressBar. | |||
$kendo-stepper-content-transition-property | String | none | none |
Description
The property name of the Stepper transition. | |||
$kendo-stepper-content-transition-duration | Number | 300ms | 300ms |
Description
The duration of the Stepper transition. | |||
$kendo-stepper-content-transition-timing-function | List | cubic-bezier(.4, 0, .2, 1) 0ms | cubic-bezier(0.4, 0, 0.2, 1) 0ms |
Description
The timing function of the Stepper transition. |