Customizing Stepper

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-stepper-margin-xNullnullnull
Description
The horizontal margin the Stepper.
$kendo-stepper-margin-yNullnullnull
Description
The vertical margin the Stepper.
$kendo-stepper-padding-xNullnullnull
Description
The horizontal padding the Stepper.
$kendo-stepper-padding-yNullnullnull
Description
The vertical padding the Stepper.
$kendo-stepper-label-margin-xStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The horizontal margin the Stepper label.
$kendo-stepper-label-padding-xStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding the Stepper label.
$kendo-stepper-label-padding-yCalculationcalc( #{k-spacing(2.5)} / 2 )calc(var(--kendo-spacing-2\.5, 0.625rem) / 2)
Description
The vertical padding the Stepper label.
$kendo-stepper-border-widthNumber0px0px
Description
The width of the border around the Stepper.
$kendo-stepper-inline-content-padding-xStringk-spacing(5)var(--kendo-spacing-5, 1.25rem)
Description
The horizontal padding of the Stepper content.
$kendo-stepper-inline-content-padding-yStringk-spacing(2.5)var(--kendo-spacing-2\.5, 0.625rem)
Description
The vertical padding of the Stepper content.
$kendo-stepper-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
$kendo-stepper-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
$kendo-stepper-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
$kendo-stepper-bgNullnullnull
Description
The background color of the Stepper.
$kendo-stepper-textString$kendo-component-textvar(--kendo-color-on-app-surface, #212529)
Description
The text color of the Stepper.
$kendo-stepper-borderNullnullnull
Description
The border color of the Stepper.
$kendo-stepper-indicator-widthNumber28px28px
Description
The width of the Stepper indicator.
$kendo-stepper-indicator-heightNumber$kendo-stepper-indicator-width28px
Description
The height of the Stepper indicator.
$kendo-stepper-indicator-border-radiusNumber50%50%
Description
The border radius of the Stepper indicator.
$kendo-stepper-indicator-border-widthNumber1px1px
Description
The border width of the Stepper indicator.
$kendo-stepper-indicator-focus-border-widthNumber1px1px
Description
The border width of the focused Stepper indicator.
$kendo-stepper-indicator-focus-sizeNumber2px2px
Description
The size of the focused Stepper indicator.
$kendo-stepper-indicator-focus-offsetNumber3px3px
Description
The offset of the Stepper's focused indicator.
$kendo-stepper-indicator-focus-calc-offsetCalculationcalc( #{$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-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Stepper indicator.
$kendo-stepper-indicator-textString$kendo-component-textvar(--kendo-color-on-app-surface, #212529)
Description
The text color of the Stepper indicator.
$kendo-stepper-indicator-borderString$kendo-component-bordervar(--kendo-color-border, #dee2e6)
Description
The border color of the Stepper indicator.
$kendo-stepper-indicator-hover-bgStringif($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg ))var(--kendo-color-base-hover, #ced4da)
Description
The background color of the hovered Stepper indicator.
$kendo-stepper-indicator-hover-textNullnullnull
Description
The text color of the hovered Stepper indicator.
$kendo-stepper-indicator-hover-borderNullnullnull
Description
The border color of the hovered Stepper indicator.
$kendo-stepper-indicator-disabled-bgNullnullnull
Description
The background color of the disabled Stepper indicator.
$kendo-stepper-indicator-disabled-textStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), $kendo-disabled-text)color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 65%, transparent)
Description
The text color of the disabled Stepper indicator.
$kendo-stepper-indicator-disabled-borderNullnullnull
Description
The border color of the disabled Stepper indicator.
$kendo-stepper-indicator-done-bgString$kendo-color-primaryvar(--kendo-color-primary, #0d6efd)
Description
The background color of the Stepper's done indicator.
$kendo-stepper-indicator-done-textStringif($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $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-borderString$kendo-stepper-indicator-done-bgvar(--kendo-color-primary, #0d6efd)
Description
The border color of the Stepper's done indicator.
$kendo-stepper-indicator-done-hover-bgStringif($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg ))var(--kendo-color-primary-hover, #0b5ed7)
Description
The background color of the Stepper's hovered done indicator.
$kendo-stepper-indicator-done-hover-textNullnullnull
Description
The text color of the Stepper's hovered done indicator.
$kendo-stepper-indicator-done-hover-borderNullnullnull
Description
The border color of the Stepper's hovered done indicator.
$kendo-stepper-indicator-done-disabled-bgStringif($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, #0d6efd) 60%, transparent)
Description
The background color of the Stepper's disabled done indicator.
$kendo-stepper-indicator-done-disabled-textStringif($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $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-borderString$kendo-stepper-indicator-done-disabled-bgcolor-mix(in srgb, var(--kendo-color-primary, #0d6efd) 60%, transparent)
Description
The border color of the Stepper's disabled done indicator.
$kendo-stepper-indicator-current-bgString$kendo-stepper-indicator-done-bgvar(--kendo-color-primary, #0d6efd)
Description
The background color of the Stepper current indicator.
$kendo-stepper-indicator-current-textString$kendo-stepper-indicator-done-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the Stepper current indicator.
$kendo-stepper-indicator-current-borderString$kendo-stepper-indicator-done-bordervar(--kendo-color-primary, #0d6efd)
Description
The border color of the Stepper current indicator.
$kendo-stepper-indicator-current-hover-bgString$kendo-stepper-indicator-done-hover-bgvar(--kendo-color-primary-hover, #0b5ed7)
Description
The background color of the Stepper's hovered current indicator.
$kendo-stepper-indicator-current-hover-textNull$kendo-stepper-indicator-done-hover-textnull
Description
The text color of the Stepper's hovered current indicator.
$kendo-stepper-indicator-current-hover-borderNull$kendo-stepper-indicator-done-hover-bordernull
Description
The border color of the Stepper's hovered current indicator.
$kendo-stepper-indicator-current-disabled-bgString$kendo-stepper-indicator-done-disabled-bgcolor-mix(in srgb, var(--kendo-color-primary, #0d6efd) 60%, transparent)
Description
The background color of the Stepper's disabled current indicator.
$kendo-stepper-indicator-current-disabled-textString$kendo-stepper-indicator-done-disabled-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the Stepper's disabled current indicator.
$kendo-stepper-indicator-current-disabled-borderString$kendo-stepper-indicator-done-disabled-bordercolor-mix(in srgb, var(--kendo-color-primary, #0d6efd) 60%, transparent)
Description
The border color of the Stepper's disabled current indicator.
$kendo-stepper-label-textNullnullnull
Description
The text color of the Stepper label.
$kendo-stepper-label-success-textString$kendo-color-successvar(--kendo-color-success, #146c43)
Description
The success text color of the Stepper label.
$kendo-stepper-label-error-textString$kendo-color-errorvar(--kendo-color-error, #dc3545)
Description
The error text color of the Stepper label.
$kendo-stepper-label-hover-textNullnullnull
Description
The text color of the hovered Stepper label.
$kendo-stepper-label-disabled-textStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 65%, transparent), $kendo-disabled-text)color-mix(in srgb, var(--kendo-color-on-app-surface, #212529) 65%, transparent)
Description
The text color of the disabled Stepper label.
$kendo-stepper-optional-label-textString$kendo-subtle-textvar(--kendo-color-subtle, #606970)
Description
The text color of the optional Stepper label.
$kendo-stepper-optional-label-opacityNullnullnull
Description
The opacity of the optional Stepper label.
$kendo-stepper-optional-label-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
The font size of the optional Stepper label.
$kendo-stepper-optional-label-font-styleNullnullnull
Description
The font style of the optional Stepper label.
$kendo-stepper-progressbar-sizeNumber2px2px
Description
The size of the Stepper ProgressBar.
$kendo-stepper-progressbar-bgNullnullnull
Description
The background color of the Stepper ProgressBar.
$kendo-stepper-progressbar-textNullnullnull
Description
The text color of the Stepper ProgressBar.
$kendo-stepper-progressbar-fill-bgNullnullnull
Description
The background color of the selected Stepper ProgressBar.
$kendo-stepper-progressbar-fill-textNullnullnull
Description
The text color of the selected Stepper ProgressBar.
$kendo-stepper-content-transition-propertyStringheightheight
Description
The property name of the Stepper transition.
$kendo-stepper-content-transition-durationNumber300ms300ms
Description
The duration of the Stepper transition.
$kendo-stepper-content-transition-timing-functionListcubic-bezier(.4, 0, .2, 1) 0mscubic-bezier(0.4, 0, 0.2, 1) 0ms
Description
The timing function of the Stepper transition.

In this article

Not finding the help you need?