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

Customizing Window

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-window-border-widthNumber1px1px
Description
Width of the border around the window.
$kendo-window-border-radiusNumberk-map-get( $kendo-border-radii, md )0.25rem
Description
Border radius of the window.
$kendo-window-font-familyNullnullnull
Description
Font family of the window.
$kendo-window-font-sizeNumber$kendo-font-size-md1rem
Description
Font size of the window.
$kendo-window-line-heightNumber$kendo-line-height-md1.5
Description
Line height of the window.
$kendo-window-titlebar-padding-xNumberk-map-get( $kendo-spacing, 4 )1rem
Description
Horizontal padding of the window titlebar.
$kendo-window-titlebar-padding-yNumberk-map-get( $kendo-spacing, 3 )0.75rem
Description
Vertical padding of the window titlebar.
$kendo-window-titlebar-spacingNumberk-map-get( $kendo-spacing, 2 )0.5rem
Description
Spacing between title and actions in window titlebar.
$kendo-window-titlebar-border-widthNullnullnull
Description
Width of the top border of the window titlebar.
$kendo-window-titlebar-border-styleStringsolidsolid
Description
Style of the top border of the window titlebar.
$kendo-window-title-font-sizeNumber$kendo-font-size-lg1.25rem
Description
Font size of the title of the window.
$kendo-window-title-line-heightNumber$kendo-line-height-sm1.25
Description
Line height of the title of the window.
$kendo-window-title-font-weightNullnullnull
Description
Font weight of the title of the window.
$kendo-window-titlebar-actions-spacingNullnullnull
Description
Spacing between the buttons in the header of the window.
$kendo-window-titlebar-action-opacityNumber11
Description
Opacity of the buttons in the header of the window.
$kendo-window-titlebar-action-hover-opacityNumber11
Description
Opacity of the buttons when hovered in the header of the window.
$kendo-window-inner-padding-xNumberk-map-get( $kendo-spacing, 4 )1rem
Description
Horizontal padding of the content of the window.
$kendo-window-inner-padding-yNumberk-map-get( $kendo-spacing, 4 )1rem
Description
Vertical padding of the content of the window.
$kendo-window-actions-padding-xNumberk-map-get( $kendo-spacing, 2 )0.5rem
Description
Horizontal padding of the window action buttons.
$kendo-window-actions-padding-yNumberk-map-get( $kendo-spacing, 2 )0.5rem
Description
Vertical padding of the window action buttons.
$kendo-window-actions-border-widthNumber1px1px
Description
Width of the top border of the window action buttons.
$kendo-window-actions-spacingNumberk-map-get( $kendo-spacing, 2 )0.5rem
Description
Spacing between the action buttons of the window.
$kendo-window-bgColor$kendo-component-bg#ffffff
Description
Background color of the window.
$kendo-window-textColor$kendo-component-text#494949
Description
Text color of the window.
$kendo-window-borderColor$kendo-component-border#ededed
Description
Border color of the window.
$kendo-window-shadowStringnonenone
Description
Box shadow around the window.
$kendo-window-focus-shadowStringnonenone
Description
Box shadow around the window when hovered.

In this article

Not finding the help you need?