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

Customizing Wizard

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-wizard-border-width0px
Description
Border width of the wizard.
$kendo-wizard-padding-xmap.get( $kendo-spacing, 6 )
Description
Horizontal padding of the wizard.
$kendo-wizard-padding-ymap.get( $kendo-spacing, 6 )
Description
Vertical padding of the wizard.
$kendo-wizard-font-sizevar( --kendo-font-size, inherit )
Description
Font size of the wizard.
$kendo-wizard-line-heightvar( --kendo-line-height, normal )
Description
Line height of the wizard.
$kendo-wizard-font-familyvar( --kendo-font-family, inherit )
Description
Font family of the wizard.
$kendo-wizard-steps-padding-xmap.get( $kendo-spacing, 3 )
Description
Horizontal padding of the wizard steps.
$kendo-wizard-steps-padding-ymap.get( $kendo-spacing, 3 )
Description
Vertical padding of the wizard steps.
$kendo-wizard-content-padding-x0px
Description
Horizontal padding of the wizard content.
$kendo-wizard-content-padding-y0px
Description
Vertical padding of the wizard content.
$kendo-wizard-content-textvar( --kendo-component-text, initial )
Description
Text color of the wizard content.
$kendo-wizard-content-bgvar( --kendo-component-bg, initial )
Description
Background color of the wizard content.
$kendo-wizard-buttons-margin-xmap.get( $kendo-spacing, 7 )
Description
Horizontal margin of the wizard buttons container.
$kendo-wizard-buttons-margin-ymap.get( $kendo-spacing, 6 )
Description
Vertical margin of the wizard buttons container.
$kendo-wizard-step-focus-borderk-get-theme-color-var( neutral-130 )
Description
Outline of the focused wizard step.

In this article

Not finding the help you need?