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-border-widthNumber0px0px
Description
The width of the border around the Stepper.
$kendo-stepper-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
$kendo-stepper-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
$kendo-stepper-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
$kendo-stepper-bgColortransparenttransparent
Description
The background color of the Stepper.
$kendo-stepper-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
The text color of the Stepper.
$kendo-stepper-borderColortransparenttransparent
Description
The border color of the Stepper.
$kendo-stepper-label-margin-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
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-yStringk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)
Description
The vertical padding the Stepper label.
$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(3)var(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the Stepper content.
$kendo-stepper-indicator-widthStringk-spacing(7.5)var(--kendo-spacing-7\.5, 1.875rem)
Description
The width of the Stepper indicator.
$kendo-stepper-indicator-heightString$kendo-stepper-indicator-widthvar(--kendo-spacing-7\.5, 1.875rem)
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-widthNumber$kendo-stepper-indicator-border-width1px
Description
The border width of the focused Stepper indicator.
$kendo-stepper-indicator-focus-sizeStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
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-bgStringvar( --kendo-component-bg, initial )var(--kendo-component-bg, initial)
Description
The background color of the Stepper indicator.
$kendo-stepper-indicator-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
The text color of the Stepper indicator.
$kendo-stepper-indicator-borderStringif($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-bgStringvar( --kendo-hover-bg, initial )var(--kendo-hover-bg, initial)
Description
The background color of the hovered Stepper indicator.
$kendo-stepper-indicator-hover-textStringvar( --kendo-hover-text, initial )var(--kendo-hover-text, initial)
Description
The text color of the hovered Stepper indicator.
$kendo-stepper-indicator-hover-borderString$kendo-stepper-indicator-bordervar(--kendo-color-border, #8a8886)
Description
The border color of the hovered Stepper indicator.
$kendo-stepper-indicator-disabled-bgStringvar( --kendo-disabled-bg, initial )var(--kendo-disabled-bg, initial)
Description
The background color of the disabled Stepper indicator.
$kendo-stepper-indicator-disabled-textStringvar( --kendo-disabled-text, initial)var(--kendo-disabled-text, initial)
Description
The text color of the disabled Stepper indicator.
$kendo-stepper-indicator-disabled-borderStringvar( --kendo-disabled-border, initial )var(--kendo-disabled-border, initial)
Description
The border color of the disabled Stepper indicator.
$kendo-stepper-indicator-done-bgStringif($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-textStringif($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-borderString$kendo-stepper-indicator-done-bgvar(--kendo-color-primary, #0078d4)
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-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-textString$kendo-stepper-indicator-done-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the Stepper's hovered done indicator.
$kendo-stepper-indicator-done-hover-borderString$kendo-stepper-indicator-done-hover-bgvar(--kendo-color-primary-hover, #106ebe)
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 ) 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-textStringvar( --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-borderStringvar( --kendo-disabled-border, initial )var(--kendo-disabled-border, initial)
Description
The border color of the Stepper's disabled done indicator.
$kendo-stepper-indicator-current-bgStringif($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-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-current-bgvar(--kendo-color-primary-active, #005a9e)
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, #106ebe)
Description
The background color of the Stepper's hovered current indicator.
$kendo-stepper-indicator-current-hover-textString$kendo-stepper-indicator-done-hover-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the Stepper's hovered current indicator.
$kendo-stepper-indicator-current-hover-borderString$kendo-stepper-indicator-done-hover-bordervar(--kendo-color-primary-hover, #106ebe)
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, #0078d4) 22%, 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-disabled-text, initial)
Description
The text color of the Stepper's disabled current indicator.
$kendo-stepper-indicator-current-disabled-borderString$kendo-stepper-indicator-done-disabled-bordervar(--kendo-disabled-border, initial)
Description
The border color of the Stepper's disabled current indicator.
$kendo-stepper-label-textStringinheritinherit
Description
The text color of the Stepper label.
$kendo-stepper-label-success-textStringif($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-textStringif($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-textString$kendo-stepper-textvar(--kendo-component-text, initial)
Description
The text color of the hovered Stepper label.
$kendo-stepper-label-disabled-textStringvar( --kendo-disabled-text, initial )var(--kendo-disabled-text, initial)
Description
The text color of the disabled Stepper label.
$kendo-stepper-current-label-font-weightStringvar( --kendo-font-weight-bold, bold )var(--kendo-font-weight-bold, bold)
Description
The font weight of the disabled Stepper label.
$kendo-stepper-optional-label-textStringif($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-sizeStringinheritinherit
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-sizeStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The size of the Stepper ProgressBar.
$kendo-stepper-content-transition-propertyStringnonenone
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?