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

Customizing Split-button

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-split-button-focus-shadowNull$kendo-button-focus-shadownull
Description
The focus shadow of the SplitButton.
$kendo-split-button-arrow-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the arrow Button.
$kendo-split-button-sm-arrow-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the small arrow Button.
$kendo-split-button-md-arrow-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the medium arrow Button.
$kendo-split-button-lg-arrow-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the large arrow Button.
$kendo-split-button-arrow-padding-yString$kendo-button-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the arrow Button.
$kendo-split-button-sm-arrow-padding-yString$kendo-button-sm-padding-yvar(--kendo-spacing-1\.5, 0.375rem)
Description
The vertical padding of the small arrow Button.
$kendo-split-button-md-arrow-padding-yString$kendo-button-md-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the medium arrow Button.
$kendo-split-button-lg-arrow-padding-yString$kendo-button-lg-padding-yvar(--kendo-spacing-2\.5, 0.625rem)
Description
The vertical padding of the large arrow Button.

In this article

Not finding the help you need?