Customizing Window

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-window-border-widthmap.get( $kendo-spacing, 1 ) 0 0
Description
The width of the border around the Window.
$kendo-window-border-radiusvar( --kendo-border-radius-md, #{$kendo-border-radius-md} )
Description
The border radius of the Window.
$kendo-window-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the Window.
$kendo-window-font-sizevar( --kendo-font-size, inherit )
Description
The font size of the Window.
$kendo-window-line-heightvar( --kendo-line-height, normal )
Description
The line height of the Window.
$kendo-window-titlebar-padding-xmap.get( $kendo-spacing, 6 )
Description
The horizontal padding of the Window titlebar.
$kendo-window-titlebar-padding-ymap.get( $kendo-spacing, 5 )
Description
The vertical padding of the Window titlebar.
$kendo-window-titlebar-border-width0
Description
The width of the border of the Window titlebar.
$kendo-window-titlebar-border-stylesolid
Description
The style of the border of the Window titlebar.
$kendo-window-title-font-sizevar( --kendo-font-size-xl, inherit )
Description
The font size of the title of the Window.
$kendo-window-title-line-heightvar( --kendo-line-height, normal )
Description
The line height of the title of the Window.
$kendo-window-title-font-weightvar( --kendo-font-weight-bold, bold )
Description
The font weight of the title of the Window.
$kendo-window-actions-gap0px
Description
The spacing between the buttons in the Window titlebar.
$kendo-window-action-opacity1
Description
OThe opacity of the buttons in the Window titlebar.
$kendo-window-action-hover-opacity1
Description
The opacity of the hovered buttons in the Window titlebar.
$kendo-window-inner-padding-xmap.get( $kendo-spacing, 6 )
Description
The horizontal padding of the content of the Window.
$kendo-window-inner-padding-ymap.get( $kendo-spacing, 3 )
Description
The vertical padding of the content of the Window.
$kendo-window-buttongroup-padding-xmap.get( $kendo-spacing, 6 )
Description
The horizontal padding of the Window action buttons.
$kendo-window-buttongroup-padding-ymap.get( $kendo-spacing, 6 )
Description
The vertical padding of the Window action buttons.
$kendo-window-buttongroup-border-width0
Description
The width of the top border of the Window action buttons.
$kendo-window-buttongroup-spacingmap.get( $kendo-spacing, 3 )
Description
The spacing between the Window action buttons.
$kendo-window-bgvar( --kendo-component-bg, initial )
Description
The background color of the Window.
$kendo-window-textvar( --kendo-component-text, initial )
Description
The text color of the Window.
$kendo-window-borderif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
The border color of the Window.
$kendo-window-shadowvar( --kendo-box-shadow-depth-8, none )
Description
The box shadow of the Window.
$kendo-window-focus-shadowvar( --kendo-box-shadow-depth-9, none )
Description
The box shadow of the focused Window.
$kendo-window-titlebar-bgvar( --kendo-component-bg, initial )
Description
The background color of the Window titlebar.
$kendo-window-titlebar-textif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
The text color of the Window titlebar.
$kendo-window-titlebar-borderif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
The border color of the Window titlebar.
$kendo-window-sizes( sm: 300px, md: 800px, lg: 1200px )
Description
The map of the width of the different Window sizes.
$kendo-window-brand-colors( primary: primary )
Description
The theme variations for the Window.
$kendo-window-theme-colors()
Description
The theme colors map for the Window.

In this article

Not finding the help you need?