Window

The Window component provides a movable and resizable container for displaying temporary or additional content in a separate window on the screen.

Sass Variables

The Telerik and Kendo UI Window enables you to configure and customize its appearance through the available Sass variables.

VariableDefault ValueComputed ValueValue
kendo-window-border-width0px0pxDefault: 0pxComputed: 0px
Description: The width of the border around the Window.
kendo-window-border-radius0px0pxDefault: 0pxComputed: 0px
Description: The border radius of the Window.
kendo-window-font-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the Window.
kendo-window-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description: The font size of the Window.
kendo-window-line-height1.251.25Default: 1.25Computed: 1.25
Description: The line height of the Window.
kendo-window-titlebar-padding-x16px16pxDefault: 16pxComputed: 16px
Description: The horizontal padding of the Window titlebar.
kendo-window-titlebar-padding-y12px12pxDefault: 12pxComputed: 12px
Description: The vertical padding of the Window titlebar.
kendo-window-titlebar-border-width0 0 1px0 0 1pxDefault: 0 0 1pxComputed: 0 0 1px
Description: The width of the border of the Window titlebar.
kendo-window-titlebar-border-stylesolidsolidDefault: solidComputed: solid
Description: The style of the border of the Window titlebar.
kendo-window-title-font-size$kendo-font-size-lg16pxDefault: $kendo-font-size-lgComputed: 16px
Description: The font size of the title of the Window.
kendo-window-title-line-height1.251.25Default: 1.25Computed: 1.25
Description: The line height of the title of the Window.
kendo-window-actions-gapnullnullDefault: nullComputed: null
Description: The spacing between the buttons in the Window titlebar.
kendo-window-action-opacitynullnullDefault: nullComputed: null
Description: The opacity of the buttons in the Window titlebar.
kendo-window-action-hover-opacitynullnullDefault: nullComputed: null
Description: The opacity of the hovered buttons in the Window titlebar.
kendo-window-inner-padding-x16px16pxDefault: 16pxComputed: 16px
Description: The horizontal padding of the content of the Window.
kendo-window-inner-padding-y16px16pxDefault: 16pxComputed: 16px
Description: The vertical padding of the content of the Window.
kendo-window-buttongroup-padding-x$kendo-actions-padding-x8pxDefault: $kendo-actions-padding-xComputed: 8px
Description: The horizontal padding of the Window action buttons.
kendo-window-buttongroup-padding-y$kendo-actions-padding-y8pxDefault: $kendo-actions-padding-yComputed: 8px
Description: The vertical padding of the Window action buttons.
kendo-window-buttongroup-border-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the top border of the Window action buttons.
kendo-window-bg$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The background color of the Window.
kendo-window-text$kendo-component-text #424242Default: $kendo-component-textComputed: #424242
Description: The text color of the Window.
kendo-window-border$kendo-component-border rgba(0, 0, 0, 0.08)Default: $kendo-component-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the Window.
kendo-window-shadowk-elevation(8)var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12))Default: k-elevation(8)Computed: var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12))
Description: The box shadow of the Window.
kendo-window-focus-shadowk-elevation(9)var(--kendo-elevation-9, 0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12))Default: k-elevation(9)Computed: var(--kendo-elevation-9, 0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12))
Description: The box shadow of the focused Window.
kendo-window-titlebar-bg$kendo-component-header-bg #fafafaDefault: $kendo-component-header-bgComputed: #fafafa
Description: The background color of the Window titlebar.
kendo-window-titlebar-text$kendo-component-header-text #424242Default: $kendo-component-header-textComputed: #424242
Description: The text color of the Window titlebar.
kendo-window-titlebar-borderinheritinheritDefault: inheritComputed: inherit
Description: The border color of the Window titlebar.
kendo-window-titlebar-gradientnullnullDefault: nullComputed: null
Description: The background gradient of the Window titlebar.
kendo-window-sizes( sm: 300px, md: 800px, lg: 1200px )(sm: 300px, md: 800px, lg: 1200px)Default: ( sm: 300px, md: 800px, lg: 1200px )Computed: (sm: 300px, md: 800px, lg: 1200px)
Description: The map of the width for the different Window sizes.
kendo-window-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 Window.