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.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-split-button-sm-arrow-padding-y | $kendo-button-sm-padding-y | ||
Description
The vertical padding of the small arrow Button. | |||
$kendo-split-button-md-arrow-padding-y | $kendo-button-md-padding-y | ||
Description
The vertical padding of the medium arrow Button. | |||
$kendo-split-button-lg-arrow-padding-y | $kendo-button-lg-padding-y | ||
Description
The vertical padding of the large arrow Button. | |||
$kendo-split-button-sm-arrow-padding-x | $kendo-split-button-sm-arrow-padding-y | ||
Description
The horizontal padding of the small arrow Button. | |||
$kendo-split-button-md-arrow-padding-x | $kendo-split-button-md-arrow-padding-y | ||
Description
The horizontal padding of the medium arrow Button. | |||
$kendo-split-button-lg-arrow-padding-x | $kendo-split-button-lg-arrow-padding-y | ||
Description
The horizontal padding of the large arrow Button. | |||
$kendo-split-button-arrow-delimiter-size | calc( #{$kendo-button-inner-calc-size} / 2 ) | ||
Description
The height of the SplitButton arrow delimiter. | |||
$kendo-split-button-arrow-delimiter-line-size | 1px | ||
Description
The width of the SplitButton arrow delimiter. | |||
$kendo-split-button-arrow-delimiter-bg | k-get-theme-color-var( neutral-60 ) | ||
Description
The background color of the SplitButton arrow delimiter. | |||
$kendo-split-button-sizes | (
sm: $kendo-split-button-sm-arrow-padding-y,
md: $kendo-split-button-md-arrow-padding-y,
lg: $kendo-split-button-lg-arrow-padding-y
) | ||
Description
The sizes map for the SplitButton. |