Sass Variables
To configure and customize the Telerik and Kendo UI Dialog, use not only its dedicated Sass variables but also the Sass variables provided by the Button component.
| Variable | Default Value | Computed Value | Value |
|---|---|---|---|
kendo-dialog-titlebar-bg | k-color(surface) | var(--kendo-color-surface) | Default: k-color(surface)Computed: var(--kendo-color-surface) |
| Description: The background color of the Dialog titlebar. | |||
kendo-dialog-titlebar-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface) |
| Description: The text color of the Dialog titlebar. | |||
kendo-dialog-titlebar-border | inherit | inherit | Default: inheritComputed: inherit |
| Description: The border color of the Dialog titlebar. | |||
kendo-dialog-buttongroup-padding-x | $kendo-actions-padding-x | var(--kendo-spacing-2) | Default: $kendo-actions-padding-xComputed: var(--kendo-spacing-2) |
| Description: The horizontal padding of the Dialog action buttons. | |||
kendo-dialog-buttongroup-padding-y | $kendo-actions-padding-y | var(--kendo-spacing-2) | Default: $kendo-actions-padding-yComputed: var(--kendo-spacing-2) |
| Description: The vertical padding of the Dialog action buttons. | |||
kendo-dialog-buttongroup-border-width | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The width of the top border of the Dialog action buttons. | |||
kendo-dialog-button-spacing | $kendo-actions-button-spacing | var(--kendo-spacing-2) | Default: $kendo-actions-button-spacingComputed: var(--kendo-spacing-2) |
| Description: The spacing between the Dialog action buttons. | |||
kendo-dialog-bg | k-color(surface-alt) | var(--kendo-color-surface-alt) | Default: k-color(surface-alt)Computed: var(--kendo-color-surface-alt) |
| Description: The background color of the Dialog. | |||