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
The width of the border around the Window.
$kendo-window-border-radiusNumber$kendo-border-radius-md0.375rem
Description
The border radius of the Window.
$kendo-window-font-familyList$kendo-font-familysystem-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
Description
The font family of the Window.
$kendo-window-font-sizeNumber$kendo-font-size-md1rem
Description
The font size of the Window.
$kendo-window-line-heightNumber$kendo-line-height-md1.5
Description
The line height of the Window.
$kendo-window-titlebar-padding-xNumberk-map-get( $kendo-spacing, 4 )1rem
Description
The horizontal padding of the Window titlebar.
$kendo-window-titlebar-padding-yNumberk-map-get( $kendo-spacing, 4 )1rem
Description
The vertical padding of the Window titlebar.
$kendo-window-titlebar-border-widthList0 0 1px0 0 1px
Description
The width of the border of the Window titlebar.
$kendo-window-titlebar-border-styleStringsolidsolid
Description
The style of the border of the Window titlebar.
$kendo-window-title-font-sizeNumber$kendo-font-size-lg1.25rem
Description
The font size of the title of the Window.
$kendo-window-title-line-heightNumber1.51.5
Description
The line height of the title of the Window.
$kendo-window-actions-gapNumber.5rem0.5rem
Description
The spacing between the buttons in the Window titlebar.
$kendo-window-action-opacityNumber.50.5
Description
The opacity of the buttons in the Window titlebar.
$kendo-window-action-hover-opacityNumber.750.75
Description
The opacity of the hovered buttons in the Window titlebar.
$kendo-window-inner-padding-xNumberk-map-get( $kendo-spacing, 4 )1rem
Description
The horizontal padding of the content of the Window.
$kendo-window-inner-padding-yNumberk-map-get( $kendo-spacing, 4 )1rem
Description
The vertical padding of the content of the Window.
$kendo-window-buttongroup-padding-xNumber$kendo-actions-padding-x0.5rem
Description
The horizontal padding of the Window action buttons.
$kendo-window-buttongroup-padding-yNumber$kendo-actions-padding-y0.5rem
Description
The vertical padding of the Window action buttons.
$kendo-window-buttongroup-border-widthNumber1px1px
Description
The width of the top border of the Window action buttons.
$kendo-window-bgColor$kendo-component-bg#ffffff
Description
The background color of the Window.
$kendo-window-textColor$kendo-component-text#212529
Description
The text color of the Window.
$kendo-window-borderColor$kendo-component-border#dee2e6
Description
The border color of the Window.
$kendo-window-shadowNullnullnull
Description
The box shadow of the Window.
$kendo-window-focus-shadowNullnullnull
Description
The box shadow of the focused Window.
$kendo-window-titlebar-bgNullnullnull
Description
The background color of the Window titlebar.
$kendo-window-titlebar-textNullnullnull
Description
The text color of the Window titlebar.
$kendo-window-titlebar-borderColor$kendo-component-border#dee2e6
Description
The border color of the Window titlebar.
$kendo-window-titlebar-gradientNullnullnull
Description
The background gradient of the Window titlebar.
$kendo-window-sizesMap( sm: 300px, md: 800px, lg: 1200px )(sm: 300px, md: 800px, lg: 1200px)
Description
The map of the width for the different Window sizes.
$kendo-window-theme-colorsMap( "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": #0d6efd, "light": #f8f9fa, "dark": #212529)
Description
The theme colors map for the Window.

In this article

Not finding the help you need?