Dialog

Dialogs are versatile UI elements that display information and prompt users to take actions by interacting with a modal window.

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.

VariableDefault ValueComputed ValueValue
kendo-dialog-titlebar-bg$kendo-component-header-bg #fafafaDefault: $kendo-component-header-bgComputed: #fafafa
Description: The background color of the Dialog titlebar.
kendo-dialog-titlebar-text$kendo-component-header-text #424242Default: $kendo-component-header-textComputed: #424242
Description: The text color of the Dialog titlebar.
kendo-dialog-titlebar-borderinheritinheritDefault: inheritComputed: inherit
Description: The border color of the Dialog titlebar.
kendo-dialog-buttongroup-padding-x$kendo-actions-padding-x8pxDefault: $kendo-actions-padding-xComputed: 8px
Description: The horizontal padding of the Dialog action buttons.
kendo-dialog-buttongroup-padding-y$kendo-actions-padding-y8pxDefault: $kendo-actions-padding-yComputed: 8px
Description: The vertical padding of the Dialog action buttons.
kendo-dialog-buttongroup-border-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the top border of the Dialog action buttons.
kendo-dialog-button-spacing$kendo-actions-button-spacing8pxDefault: $kendo-actions-button-spacingComputed: 8px
Description: The spacing between the Dialog action buttons.
kendo-dialog-theme-colors( "primary": k-map-get($kendo-theme-colors, "primary"), "light": k-map-get($kendo-theme-colors, "light"), "dark": k-map-get($kendo-theme-colors, "dark") )("primary": #ff6358, "light": #ebebeb, "dark": #424242)Default: ( "primary": k-map-get($kendo-theme-colors, "primary"), "light": k-map-get($kendo-theme-colors, "light"), "dark": k-map-get($kendo-theme-colors, "dark") )Computed: ("primary": #ff6358, "light": #ebebeb, "dark": #424242)
Description: The theme colors map for the Dialog.