Sass Variables
The Telerik and Kendo UI Window enables you to configure and customize its appearance through the available Sass variables.
Variable | Default Value | Computed Value | Value |
---|---|---|---|
kendo-window-border-width | 0px | 0px | Default: 0px Computed: 0px |
Description: The width of the border around the Window. | |||
kendo-window-border-radius | 0px | 0px | Default: 0px Computed: 0px |
Description: The border radius of the Window. | |||
kendo-window-font-family | var( --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-size | var( --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-height | var( --kendo-line-height-sm, normal ) | var(--kendo-line-height-sm, normal) | Default: var( --kendo-line-height-sm, normal ) Computed: var(--kendo-line-height-sm, normal) |
Description: The line height of the Window. | |||
kendo-window-titlebar-padding-x | k-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-y | k-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-width | 0 0 1px | (0 0 1px) | Default: 0 0 1px Computed: (0 0 1px) |
Description: The width of the border of the Window titlebar. | |||
kendo-window-titlebar-border-style | solid | solid | Default: solid Computed: solid |
Description: The style of the border of the Window titlebar. | |||
kendo-window-title-font-size | var( --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-height | var( --kendo-line-height-sm, normal ) | var(--kendo-line-height-sm, normal) | Default: var( --kendo-line-height-sm, normal ) Computed: var(--kendo-line-height-sm, normal) |
Description: The line height of the title of the Window. | |||
kendo-window-actions-gap | null | null | Default: null Computed: null |
Description: The spacing between the buttons in the Window titlebar. | |||
kendo-window-action-opacity | null | null | Default: null Computed: null |
Description: The opacity of the buttons in the Window titlebar. | |||
kendo-window-action-hover-opacity | null | null | Default: null Computed: null |
Description: The opacity of the hovered buttons in the Window titlebar. | |||
kendo-window-inner-padding-x | k-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-y | k-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-x | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-actions-padding-x Computed: var(--kendo-spacing-2, 0.5rem) |
Description: The horizontal padding of the Window action buttons. | |||
kendo-window-buttongroup-padding-y | $kendo-actions-padding-y | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-actions-padding-y Computed: var(--kendo-spacing-2, 0.5rem) |
Description: The vertical padding of the Window action buttons. | |||
kendo-window-buttongroup-border-width | 1px | 1px | Default: 1px Computed: 1px |
Description: The width of the top border of the Window action buttons. | |||
kendo-window-bg | $kendo-component-bg | var(--kendo-color-surface-alt, #ffffff) | Default: $kendo-component-bg Computed: var(--kendo-color-surface-alt, #ffffff) |
Description: The background color of the Window. | |||
kendo-window-text | $kendo-component-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-component-text Computed: var(--kendo-color-on-app-surface, #3d3d3d) |
Description: The text color of the Window. | |||
kendo-window-border | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: $kendo-component-border Computed: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description: The border color of the Window. | |||
kendo-window-shadow | k-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-shadow | k-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 | var(--kendo-color-surface, #fafafa) | Default: $kendo-component-header-bg Computed: var(--kendo-color-surface, #fafafa) |
Description: The background color of the Window titlebar. | |||
kendo-window-titlebar-text | $kendo-component-header-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-component-header-text Computed: var(--kendo-color-on-app-surface, #3d3d3d) |
Description: The text color of the Window titlebar. | |||
kendo-window-titlebar-border | inherit | inherit | Default: inherit Computed: inherit |
Description: The border color of the Window titlebar. | |||
kendo-window-titlebar-gradient | null | null | Default: null Computed: 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": map.get($kendo-theme-colors, "primary"),
"light": map.get($kendo-theme-colors, "light"),
"dark": 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": map.get($kendo-theme-colors, "primary"),
"light": map.get($kendo-theme-colors, "light"),
"dark": 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. |