New to Kendo UI for Angular? Start a free 30-day trial

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-xNumber12px12px
Description
The horizontal margin the Stepper label.
$kendo-stepper-label-padding-xNumber12px12px
Description
The horizontal padding the Stepper label.
$kendo-stepper-label-padding-yNumber5px5px
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-xNumber20px20px
Description
The horizontal padding of the Stepper content.
$kendo-stepper-inline-content-padding-yNumber10px10px
Description
The vertical padding of the Stepper content.
$kendo-stepper-font-sizeNumber$kendo-font-size-md14px
$kendo-stepper-line-heightNumber$kendo-line-height-md1.4285714286
$kendo-stepper-font-familyString$kendo-font-familyinherit
$kendo-stepper-bgNullnullnull
Description
The background color of the Stepper.
$kendo-stepper-textColor$kendo-component-text#424242
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-widthNumber1px1px
Description
The border width of the Stepper indicator.
$kendo-stepper-indicator-border-radiusNumber50%50%
Description
The border radius 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-bgColor$kendo-component-bg#ffffff
Description
The background color of the Stepper indicator.
$kendo-stepper-indicator-textColor$kendo-component-text#424242
Description
The text color of the Stepper indicator.
$kendo-stepper-indicator-borderColor#cccccc#cccccc
Description
The border color of the Stepper indicator.
$kendo-stepper-indicator-hover-bgColorif($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg ))#ebebeb
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-textColorif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)#8f8f8f
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-bgColor$kendo-color-primary#ff6358
Description
The background color of the Stepper's done indicator.
$kendo-stepper-indicator-done-textColorif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg ))white
Description
The text color of the Stepper's done indicator.
$kendo-stepper-indicator-done-borderColor$kendo-stepper-indicator-done-bg#ff6358
Description
The border color of the Stepper's done indicator.
$kendo-stepper-indicator-done-hover-bgColorif($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg ))#eb5b51
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-bgColorif($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%))#ffa19b
Description
The background color of the Stepper's disabled done indicator.
$kendo-stepper-indicator-done-disabled-textColorif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg ))white
Description
The text color of the Stepper's disabled done indicator.
$kendo-stepper-indicator-done-disabled-borderColor$kendo-stepper-indicator-done-disabled-bg#ffa19b
Description
The border color of the Stepper's disabled done indicator.
$kendo-stepper-indicator-current-bgColor$kendo-stepper-indicator-done-bg#ff6358
Description
The background color of the Stepper current indicator.
$kendo-stepper-indicator-current-textColor$kendo-stepper-indicator-done-textwhite
Description
The text color of the Stepper current indicator.
$kendo-stepper-indicator-current-borderColor$kendo-stepper-indicator-done-border#ff6358
Description
The border color of the Stepper current indicator.
$kendo-stepper-indicator-current-hover-bgColor$kendo-stepper-indicator-done-hover-bg#eb5b51
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-bgColor$kendo-stepper-indicator-done-disabled-bg#ffa19b
Description
The background color of the Stepper's disabled current indicator.
$kendo-stepper-indicator-current-disabled-textColor$kendo-stepper-indicator-done-disabled-textwhite
Description
The text color of the Stepper's disabled current indicator.
$kendo-stepper-indicator-current-disabled-borderColor$kendo-stepper-indicator-done-disabled-border#ffa19b
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-textColor$kendo-color-success#37b400
Description
The success text color of the Stepper label.
$kendo-stepper-label-error-textColor$kendo-color-error#f31700
Description
The error text color of the Stepper label.
$kendo-stepper-label-hover-textColorif($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-stepper-text, 2 ))#373737
Description
The text color of the hovered Stepper label.
$kendo-stepper-label-disabled-textColorif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)#8f8f8f
Description
The text color of the disabled Stepper label.
$kendo-stepper-optional-label-textColor$kendo-subtle-text#666666
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-sizeNullnullnull
Description
The font size of the optional Stepper label.
$kendo-stepper-optional-label-font-styleStringitalicitalic
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?