Customizing Stepper
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-stepper-margin-x | Null | null | null |
Description
The horizontal margin the Stepper. | |||
$kendo-stepper-margin-y | Null | null | null |
Description
The vertical margin the Stepper. | |||
$kendo-stepper-padding-x | Null | null | null |
Description
The horizontal padding the Stepper. | |||
$kendo-stepper-padding-y | Null | null | null |
Description
The vertical padding the Stepper. | |||
$kendo-stepper-label-margin-x | String | k-spacing(3) | var(--kendo-spacing-3, 0.75rem) |
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 | Calculation | calc( #{k-spacing(2.5)} / 2 ) | calc(var(--kendo-spacing-2\.5, 0.625rem) / 2) |
Description
The vertical padding the Stepper label. | |||
$kendo-stepper-border-width | Number | 0px | 0px |
Description
The width of the border around the Stepper. | |||
$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(2.5) | var(--kendo-spacing-2\.5, 0.625rem) |
Description
The vertical padding of the Stepper content. | |||
$kendo-stepper-font-size | String | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) |
$kendo-stepper-line-height | String | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) |
$kendo-stepper-font-family | String | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) |
$kendo-stepper-bg | Null | null | null |
Description
The background color of the Stepper. | |||
$kendo-stepper-text | String | $kendo-component-text | var(--kendo-color-on-app-surface, #3d3d3d) |
Description
The text color of the Stepper. | |||
$kendo-stepper-border | Null | null | null |
Description
The border color of the Stepper. | |||
$kendo-stepper-indicator-width | Number | 28px | 28px |
Description
The width of the Stepper indicator. | |||
$kendo-stepper-indicator-height | Number | $kendo-stepper-indicator-width | 28px |
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 | 1px | 1px |
Description
The border width of the focused Stepper indicator. | |||
$kendo-stepper-indicator-focus-size | Number | 2px | 2px |
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 | $kendo-component-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
The background color of the Stepper indicator. | |||
$kendo-stepper-indicator-text | String | $kendo-component-text | var(--kendo-color-on-app-surface, #3d3d3d) |
Description
The text color of the Stepper indicator. | |||
$kendo-stepper-indicator-border | Color | #cccccc | #cccccc |
Description
The border color of the Stepper indicator. | |||
$kendo-stepper-indicator-hover-bg | String | if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg )) | var(--kendo-color-base-hover, #ebebeb) |
Description
The background color of the hovered Stepper indicator. | |||
$kendo-stepper-indicator-hover-text | Null | null | null |
Description
The text color of the hovered Stepper indicator. | |||
$kendo-stepper-indicator-hover-border | Null | null | null |
Description
The border color of the hovered Stepper indicator. | |||
$kendo-stepper-indicator-disabled-bg | Null | null | null |
Description
The background color of the disabled Stepper indicator. | |||
$kendo-stepper-indicator-disabled-text | String | if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8f8f8f) | color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 60%, transparent) |
Description
The text color of the disabled Stepper indicator. | |||
$kendo-stepper-indicator-disabled-border | Null | null | null |
Description
The border color of the disabled Stepper indicator. | |||
$kendo-stepper-indicator-done-bg | String | $kendo-color-primary | var(--kendo-color-primary, #ff6358) |
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 ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) | 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, #ff6358) |
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-try-shade( $kendo-stepper-indicator-done-bg )) | var(--kendo-color-primary-hover, #ea5a51) |
Description
The background color of the Stepper's hovered done indicator. | |||
$kendo-stepper-indicator-done-hover-text | Null | null | null |
Description
The text color of the Stepper's hovered done indicator. | |||
$kendo-stepper-indicator-done-hover-border | Null | null | null |
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 ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%)) | color-mix(in srgb, var(--kendo-color-primary, #ff6358) 60%, transparent) |
Description
The background color of the Stepper's disabled done indicator. | |||
$kendo-stepper-indicator-done-disabled-text | String | if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) | var(--kendo-color-on-primary, #ffffff) |
Description
The text color of the Stepper's disabled done indicator. | |||
$kendo-stepper-indicator-done-disabled-border | String | $kendo-stepper-indicator-done-disabled-bg | color-mix(in srgb, var(--kendo-color-primary, #ff6358) 60%, transparent) |
Description
The border color of the Stepper's disabled done indicator. | |||
$kendo-stepper-indicator-current-bg | String | $kendo-stepper-indicator-done-bg | var(--kendo-color-primary, #ff6358) |
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-done-border | var(--kendo-color-primary, #ff6358) |
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, #ea5a51) |
Description
The background color of the Stepper's hovered current indicator. | |||
$kendo-stepper-indicator-current-hover-text | Null | $kendo-stepper-indicator-done-hover-text | null |
Description
The text color of the Stepper's hovered current indicator. | |||
$kendo-stepper-indicator-current-hover-border | Null | $kendo-stepper-indicator-done-hover-border | null |
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, #ff6358) 60%, 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-color-on-primary, #ffffff) |
Description
The text color of the Stepper's disabled current indicator. | |||
$kendo-stepper-indicator-current-disabled-border | String | $kendo-stepper-indicator-done-disabled-border | color-mix(in srgb, var(--kendo-color-primary, #ff6358) 60%, transparent) |
Description
The border color of the Stepper's disabled current indicator. | |||
$kendo-stepper-label-text | Null | null | null |
Description
The text color of the Stepper label. | |||
$kendo-stepper-label-success-text | String | $kendo-color-success | var(--kendo-color-success, #37b400) |
Description
The success text color of the Stepper label. | |||
$kendo-stepper-label-error-text | String | $kendo-color-error | var(--kendo-color-error, #f31700) |
Description
The error text color of the Stepper label. | |||
$kendo-stepper-label-hover-text | String | if($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-stepper-text, 2 )) | var(--kendo-color-on-base, #3d3d3d) |
Description
The text color of the hovered Stepper label. | |||
$kendo-stepper-label-disabled-text | String | if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), #8f8f8f) | color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 60%, transparent) |
Description
The text color of the disabled Stepper label. | |||
$kendo-stepper-optional-label-text | String | $kendo-subtle-text | var(--kendo-color-subtle, #666666) |
Description
The text color of the optional Stepper label. | |||
$kendo-stepper-optional-label-opacity | Null | null | null |
Description
The opacity of the optional Stepper label. | |||
$kendo-stepper-optional-label-font-size | Null | null | null |
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 | Number | 2px | 2px |
Description
The size of the Stepper ProgressBar. | |||
$kendo-stepper-progressbar-bg | Null | null | null |
Description
The background color of the Stepper ProgressBar. | |||
$kendo-stepper-progressbar-text | Null | null | null |
Description
The text color of the Stepper ProgressBar. | |||
$kendo-stepper-progressbar-fill-bg | Null | null | null |
Description
The background color of the selected Stepper ProgressBar. | |||
$kendo-stepper-progressbar-fill-text | Null | null | null |
Description
The text color of the selected Stepper ProgressBar. | |||
$kendo-stepper-content-transition-property | String | height | height |
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. |