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-familyvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)Default: var( --kendo-font-family, inherit )Computed: var(--kendo-font-family, inherit)
Description: The font family of the Window.
kendo-window-font-sizevar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)Default: var( --kendo-font-size, inherit )Computed: var(--kendo-font-size, inherit)
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-xk-spacing(4)var(--kendo-spacing-4, 1rem)Default: k-spacing(4)Computed: var(--kendo-spacing-4, 1rem)
Description: The horizontal padding of the Window titlebar.
kendo-window-titlebar-padding-yk-spacing(3)var(--kendo-spacing-3, 0.75rem)Default: k-spacing(3)Computed: var(--kendo-spacing-3, 0.75rem)
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-sizevar( --kendo-font-size-lg, inherit )var(--kendo-font-size-lg, inherit)Default: var( --kendo-font-size-lg, inherit )Computed: var(--kendo-font-size-lg, inherit)
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-xk-spacing(4)var(--kendo-spacing-4, 1rem)Default: k-spacing(4)Computed: var(--kendo-spacing-4, 1rem)
Description: The horizontal padding of the content of the Window.
kendo-window-inner-padding-yk-spacing(4)var(--kendo-spacing-4, 1rem)Default: k-spacing(4)Computed: var(--kendo-spacing-4, 1rem)
Description: The vertical padding of the content of the Window.
kendo-window-buttongroup-padding-x$kendo-actions-padding-xvar(--kendo-spacing-2, 0.5rem)Default: $kendo-actions-padding-xComputed: var(--kendo-spacing-2, 0.5rem)
Description: The horizontal padding of the Window action buttons.
kendo-window-buttongroup-padding-y$kendo-actions-padding-yvar(--kendo-spacing-2, 0.5rem)Default: $kendo-actions-padding-yComputed: var(--kendo-spacing-2, 0.5rem)
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-bgvar(--kendo-color-surface-alt, #ffffff)Default: $kendo-component-bgComputed: var(--kendo-color-surface-alt, #ffffff)
Description: The background color of the Window.
kendo-window-text$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)Default: $kendo-component-textComputed: var(--kendo-color-on-app-surface, #3d3d3d)
Description: The text color of the Window.
kendo-window-border$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))Default: $kendo-component-borderComputed: var(--kendo-color-border, 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-bgvar(--kendo-color-surface, #fafafa)Default: $kendo-component-header-bgComputed: var(--kendo-color-surface, #fafafa)
Description: The background color of the Window titlebar.
kendo-window-titlebar-text$kendo-component-header-textvar(--kendo-color-on-app-surface, #3d3d3d)Default: $kendo-component-header-textComputed: var(--kendo-color-on-app-surface, #3d3d3d)
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": var(--kendo-color-primary, #ff6358), "light": var(--kendo-color-light, #ebebeb), "dark": var(--kendo-color-dark, #3d3d3d))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": var(--kendo-color-primary, #ff6358), "light": var(--kendo-color-light, #ebebeb), "dark": var(--kendo-color-dark, #3d3d3d))
Description: The theme colors map for the Window.