Sass Variables
The Telerik and Kendo UI Stepper enables you to configure and customize its appearance through the available Sass variables.
| Variable | Default Value | Computed Value | Value |
|---|---|---|---|
kendo-stepper-margin-x | null | null | Default: nullComputed: null |
| Description: The horizontal margin the Stepper. | |||
kendo-stepper-margin-y | null | null | Default: nullComputed: null |
| Description: The vertical margin the Stepper. | |||
kendo-stepper-padding-x | null | null | Default: nullComputed: null |
| Description: The horizontal padding the Stepper. | |||
kendo-stepper-padding-y | null | null | Default: nullComputed: null |
| Description: The vertical padding the Stepper. | |||
kendo-stepper-label-margin-x | k-spacing(3) | var(--kendo-spacing-3, 0.75rem) | Default: k-spacing(3)Computed: var(--kendo-spacing-3, 0.75rem) |
| Description: The horizontal margin the Stepper label. | |||
kendo-stepper-label-padding-x | k-spacing(3) | var(--kendo-spacing-3, 0.75rem) | Default: k-spacing(3)Computed: var(--kendo-spacing-3, 0.75rem) |
| Description: The horizontal padding the Stepper label. | |||
kendo-stepper-label-padding-y | calc( #{k-spacing(2.5)} / 2 ) | calc(var(--kendo-spacing-2\.5, 0.625rem) / 2) | Default: calc( #{k-spacing(2.5)} / 2 )Computed: calc(var(--kendo-spacing-2\.5, 0.625rem) / 2) |
| Description: The vertical padding the Stepper label. | |||
kendo-stepper-label-border-radius | k-border-radius(xxxl) | var(--kendo-border-radius-xxxl, 1rem) | Default: k-border-radius(xxxl)Computed: var(--kendo-border-radius-xxxl, 1rem) |
| Description: The border radius of the Stepper label. | |||
kendo-stepper-border-width | 0px | 0px | Default: 0pxComputed: 0px |
| Description: The width of the border around the Stepper. | |||
kendo-stepper-inline-content-padding-x | k-spacing(5) | var(--kendo-spacing-5, 1.25rem) | Default: k-spacing(5)Computed: var(--kendo-spacing-5, 1.25rem) |
| Description: The horizontal padding of the Stepper content. | |||
kendo-stepper-inline-content-padding-y | k-spacing(2.5) | var(--kendo-spacing-2\.5, 0.625rem) | Default: k-spacing(2.5)Computed: var(--kendo-spacing-2\.5, 0.625rem) |
| Description: The vertical padding of the Stepper content. | |||
kendo-stepper-font-size | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) | Default: var( --kendo-font-size, inherit )Computed: var(--kendo-font-size, inherit) |
| Description: | |||
kendo-stepper-line-height | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) | Default: var( --kendo-line-height, normal )Computed: var(--kendo-line-height, normal) |
| Description: | |||
kendo-stepper-font-family | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) | Default: var( --kendo-font-family, inherit )Computed: var(--kendo-font-family, inherit) |
| Description: | |||
kendo-stepper-bg | null | null | Default: nullComputed: null |
| Description: The background color of the Stepper. | |||
kendo-stepper-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface, #3d3d3d) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface, #3d3d3d) |
| Description: The text color of the Stepper. | |||
kendo-stepper-border | null | null | Default: nullComputed: null |
| Description: The border color of the Stepper. | |||
kendo-stepper-indicator-width | 28px | 28px | Default: 28pxComputed: 28px |
| Description: The width of the Stepper indicator. | |||
kendo-stepper-indicator-height | $kendo-stepper-indicator-width | 28px | Default: $kendo-stepper-indicator-widthComputed: 28px |
| Description: The height of the Stepper indicator. | |||
kendo-stepper-indicator-border-width | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The border width of the Stepper indicator. | |||
kendo-stepper-indicator-border-radius | 50% | 50% | Default: 50%Computed: 50% |
| Description: The border radius of the Stepper indicator. | |||
kendo-stepper-indicator-focus-border-width | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The border width of the focused Stepper indicator. | |||
kendo-stepper-indicator-focus-size | 2px | 2px | Default: 2pxComputed: 2px |
| Description: The size of the focused Stepper indicator. | |||
kendo-stepper-indicator-focus-offset | 3px | 3px | Default: 3pxComputed: 3px |
| Description: The offset of the Stepper's focused indicator. | |||
kendo-stepper-indicator-focus-calc-offset | calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} ) | calc(1px + 3px) | Default: calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )Computed: calc(1px + 3px) |
| Description: The calculated offset of the Stepper's focused indicator. | |||
kendo-stepper-indicator-bg | k-color(surface-alt) | var(--kendo-color-surface-alt, #ffffff) | Default: k-color(surface-alt)Computed: var(--kendo-color-surface-alt, #ffffff) |
| Description: The background color of the Stepper indicator. | |||
kendo-stepper-indicator-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface, #3d3d3d) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface, #3d3d3d) |
| Description: The text color of the Stepper indicator. | |||
kendo-stepper-indicator-border | #cccccc | #cccccc | Default: #ccccccComputed: #cccccc |
| Description: The border color of the Stepper indicator. | |||
kendo-stepper-indicator-hover-bg | k-color(base-hover) | var(--kendo-color-base-hover, #ebebeb) | Default: k-color(base-hover)Computed: var(--kendo-color-base-hover, #ebebeb) |
| Description: The background color of the hovered Stepper indicator. | |||
kendo-stepper-indicator-hover-text | null | null | Default: nullComputed: null |
| Description: The text color of the hovered Stepper indicator. | |||
kendo-stepper-indicator-hover-border | null | null | Default: nullComputed: null |
| Description: The border color of the hovered Stepper indicator. | |||
kendo-stepper-indicator-disabled-bg | null | null | Default: nullComputed: null |
| Description: The background color of the disabled Stepper indicator. | |||
kendo-stepper-indicator-disabled-text | color-mix(in srgb, k-color(on-app-surface) 60%, transparent) | color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 60%, transparent) | Default: color-mix(in srgb, k-color(on-app-surface) 60%, transparent)Computed: 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 | Default: nullComputed: null |
| Description: The border color of the disabled Stepper indicator. | |||
kendo-stepper-indicator-done-bg | k-color(primary) | var(--kendo-color-primary, #ff6358) | Default: k-color(primary)Computed: var(--kendo-color-primary, #ff6358) |
| Description: The background color of the Stepper's done indicator. | |||
kendo-stepper-indicator-done-text | k-color(on-primary) | var(--kendo-color-on-primary, #ffffff) | Default: k-color(on-primary)Computed: var(--kendo-color-on-primary, #ffffff) |
| Description: The text color of the Stepper's done indicator. | |||
kendo-stepper-indicator-done-border | $kendo-stepper-indicator-done-bg | var(--kendo-color-primary, #ff6358) | Default: $kendo-stepper-indicator-done-bgComputed: var(--kendo-color-primary, #ff6358) |
| Description: The border color of the Stepper's done indicator. | |||
kendo-stepper-indicator-done-hover-bg | k-color(primary-hover) | var(--kendo-color-primary-hover, #ea5a51) | Default: k-color(primary-hover)Computed: 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 | Default: nullComputed: null |
| Description: The text color of the Stepper's hovered done indicator. | |||
kendo-stepper-indicator-done-hover-border | null | null | Default: nullComputed: null |
| Description: The border color of the Stepper's hovered done indicator. | |||
kendo-stepper-indicator-done-disabled-bg | color-mix(in srgb, k-color(primary) 60%, transparent) | color-mix(in srgb, var(--kendo-color-primary, #ff6358) 60%, transparent) | Default: color-mix(in srgb, k-color(primary) 60%, transparent)Computed: 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 | k-color(on-primary) | var(--kendo-color-on-primary, #ffffff) | Default: k-color(on-primary)Computed: var(--kendo-color-on-primary, #ffffff) |
| Description: The text color of the Stepper's disabled done indicator. | |||
kendo-stepper-indicator-done-disabled-border | $kendo-stepper-indicator-done-disabled-bg | color-mix(in srgb, var(--kendo-color-primary, #ff6358) 60%, transparent) | Default: $kendo-stepper-indicator-done-disabled-bgComputed: 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 | $kendo-stepper-indicator-done-bg | var(--kendo-color-primary, #ff6358) | Default: $kendo-stepper-indicator-done-bgComputed: var(--kendo-color-primary, #ff6358) |
| Description: The background color of the Stepper current indicator. | |||
kendo-stepper-indicator-current-text | $kendo-stepper-indicator-done-text | var(--kendo-color-on-primary, #ffffff) | Default: $kendo-stepper-indicator-done-textComputed: var(--kendo-color-on-primary, #ffffff) |
| Description: The text color of the Stepper current indicator. | |||
kendo-stepper-indicator-current-border | $kendo-stepper-indicator-done-border | var(--kendo-color-primary, #ff6358) | Default: $kendo-stepper-indicator-done-borderComputed: var(--kendo-color-primary, #ff6358) |
| Description: The border color of the Stepper current indicator. | |||
kendo-stepper-indicator-current-hover-bg | $kendo-stepper-indicator-done-hover-bg | var(--kendo-color-primary-hover, #ea5a51) | Default: $kendo-stepper-indicator-done-hover-bgComputed: var(--kendo-color-primary-hover, #ea5a51) |
| Description: The background color of the Stepper's hovered current indicator. | |||
kendo-stepper-indicator-current-hover-text | $kendo-stepper-indicator-done-hover-text | null | Default: $kendo-stepper-indicator-done-hover-textComputed: null |
| Description: The text color of the Stepper's hovered current indicator. | |||
kendo-stepper-indicator-current-hover-border | $kendo-stepper-indicator-done-hover-border | null | Default: $kendo-stepper-indicator-done-hover-borderComputed: null |
| Description: The border color of the Stepper's hovered current indicator. | |||
kendo-stepper-indicator-current-disabled-bg | $kendo-stepper-indicator-done-disabled-bg | color-mix(in srgb, var(--kendo-color-primary, #ff6358) 60%, transparent) | Default: $kendo-stepper-indicator-done-disabled-bgComputed: 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 | $kendo-stepper-indicator-done-disabled-text | var(--kendo-color-on-primary, #ffffff) | Default: $kendo-stepper-indicator-done-disabled-textComputed: var(--kendo-color-on-primary, #ffffff) |
| Description: The text color of the Stepper's disabled current indicator. | |||
kendo-stepper-indicator-current-disabled-border | $kendo-stepper-indicator-done-disabled-border | color-mix(in srgb, var(--kendo-color-primary, #ff6358) 60%, transparent) | Default: $kendo-stepper-indicator-done-disabled-borderComputed: 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 | Default: nullComputed: null |
| Description: The text color of the Stepper label. | |||
kendo-stepper-label-success-text | k-color(success)!default | var(--kendo-color-success, #37b400) | Default: k-color(success)!defaultComputed: var(--kendo-color-success, #37b400) |
| Description: The success text color of the Stepper label. | |||
kendo-stepper-label-error-text | k-color(error) | var(--kendo-color-error, #f31700) | Default: k-color(error)Computed: var(--kendo-color-error, #f31700) |
| Description: The error text color of the Stepper label. | |||
kendo-stepper-label-hover-text | k-color(on-base) | var(--kendo-color-on-base, #3d3d3d) | Default: k-color(on-base)Computed: var(--kendo-color-on-base, #3d3d3d) |
| Description: The text color of the hovered Stepper label. | |||
kendo-stepper-label-disabled-text | color-mix(in srgb, k-color(on-app-surface) 60%, transparent) | color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 60%, transparent) | Default: color-mix(in srgb, k-color(on-app-surface) 60%, transparent)Computed: 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 | k-color(subtle) | var(--kendo-color-subtle, #666666) | Default: k-color(subtle)Computed: var(--kendo-color-subtle, #666666) |
| Description: The text color of the optional Stepper label. | |||
kendo-stepper-optional-label-opacity | null | null | Default: nullComputed: null |
| Description: The opacity of the optional Stepper label. | |||
kendo-stepper-optional-label-font-size | null | null | Default: nullComputed: null |
| Description: The font size of the optional Stepper label. | |||
kendo-stepper-optional-label-font-style | italic | italic | Default: italicComputed: italic |
| Description: The font style of the optional Stepper label. | |||
kendo-stepper-progressbar-size | 2px | 2px | Default: 2pxComputed: 2px |
| Description: The size of the Stepper ProgressBar. | |||
kendo-stepper-progressbar-bg | null | null | Default: nullComputed: null |
| Description: The background color of the Stepper ProgressBar. | |||
kendo-stepper-progressbar-text | null | null | Default: nullComputed: null |
| Description: The text color of the Stepper ProgressBar. | |||
kendo-stepper-progressbar-fill-bg | null | null | Default: nullComputed: null |
| Description: The background color of the selected Stepper ProgressBar. | |||
kendo-stepper-progressbar-fill-text | null | null | Default: nullComputed: null |
| Description: The text color of the selected Stepper ProgressBar. | |||
kendo-stepper-content-transition-property | height | height | Default: heightComputed: height |
| Description: The property name of the Stepper transition. | |||
kendo-stepper-content-transition-duration | 300ms | 300ms | Default: 300msComputed: 300ms |
| Description: The duration of the Stepper transition. | |||
kendo-stepper-content-transition-timing-function | cubic-bezier(.4, 0, .2, 1) 0ms | (cubic-bezier(0.4, 0, 0.2, 1) 0ms) | Default: cubic-bezier(.4, 0, .2, 1) 0msComputed: (cubic-bezier(0.4, 0, 0.2, 1) 0ms) |
| Description: The timing function of the Stepper transition. | |||