New to Kendo UI for Angular? Start a free 30-day trial
Customizing Dialog
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-dialog-titlebar-bg | Null | null | null |
Description
The background color of the Dialog titlebar. | |||
$kendo-dialog-titlebar-text | Null | null | null |
Description
The text color of the Dialog titlebar. | |||
$kendo-dialog-titlebar-border | Null | null | null |
Description
The border color of the Dialog titlebar. | |||
$kendo-dialog-buttongroup-padding-x | String | $kendo-actions-padding-x | var(--kendo-spacing-2, 0.5rem) |
Description
The horizontal padding of the Dialog action buttons. | |||
$kendo-dialog-buttongroup-padding-y | String | $kendo-actions-padding-y | var(--kendo-spacing-2, 0.5rem) |
Description
The vertical padding of the Dialog action buttons. | |||
$kendo-dialog-buttongroup-border-width | Number | 1px | 1px |
Description
The width of the top border of the Dialog action buttons. | |||
$kendo-dialog-button-spacing | String | $kendo-actions-button-spacing | var(--kendo-spacing-2, 0.5rem) |
Description
The spacing between the Dialog action buttons. | |||
$kendo-dialog-theme-colors | Map | (
"primary": k-map-get($kendo-theme-colors, "primary"),
"light": k-map-get($kendo-theme-colors, "light"),
"dark": k-map-get($kendo-theme-colors, "dark")
) |
|
Description
The theme colors map for the Dialog. |