Sass Variables
The Telerik and Kendo UI Drawer enables you to configure and customize its appearance through the available Sass variables.
| Variable | Default Value | Computed Value | Value | 
|---|---|---|---|
kendo-drawer-bg | k-color(surface-alt) | var(--kendo-color-surface-alt, #ffffff) | Default: k-color(surface-alt)Computed: var(--kendo-color-surface-alt, #ffffff) | 
| Description: The background color of the Drawer. | |||
kendo-drawer-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface, #3d3d3d) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface, #3d3d3d) | 
| Description: The text color of the Drawer. | |||
kendo-drawer-border | k-color(border) | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: k-color(border)Computed: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | 
| Description: The border color of the Drawer. | |||
kendo-drawer-border-width | 1px | 1px | Default: 1pxComputed: 1px | 
| Description: The border width of the Drawer. | |||
kendo-drawer-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 Drawer. | |||
kendo-drawer-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 Drawer. | |||
kendo-drawer-line-height | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) | Default: var( --kendo-line-height, normal )Computed: var(--kendo-line-height, normal) | 
| Description: The line height of the Drawer. | |||
kendo-drawer-content-padding-x | null | null | Default: nullComputed: null | 
| Description: The horizontal padding of the Drawer content. | |||
kendo-drawer-content-padding-y | null | null | Default: nullComputed: null | 
| Description: The vertical padding of the Drawer content. | |||
kendo-drawer-scrollbar-width | 7px | 7px | Default: 7pxComputed: 7px | 
| Description: The width of the Drawer scrollbar. | |||
kendo-drawer-scrollbar-color |  rgba(156, 156, 156, .7) |  rgba(156, 156, 156, 0.7) | Default: rgba(156, 156, 156, .7)Computed: rgba(156, 156, 156, 0.7) | 
| Description: The color of the Drawer scrollbar track. | |||
kendo-drawer-scrollbar-bg |  #dedede |  #dedede | Default: #dededeComputed: #dedede | 
| Description: The background color of the Drawer scrollbar thumb. | |||
kendo-drawer-scrollbar-radius | 20px | 20px | Default: 20pxComputed: 20px | 
| Description: The border radius of the Drawer scrollbar. | |||
kendo-drawer-scrollbar-hover-color |  rgba(156, 156, 156, 1) |  rgb(156, 156, 156) | Default: rgba(156, 156, 156, 1)Computed: rgb(156, 156, 156) | 
| Description: The hover color of the Drawer scrollbar track. | |||
kendo-drawer-items-padding-x | 0 | 0 | Default: 0Computed: 0 | 
| Description: The horizontal padding of the Drawer items. | |||
kendo-drawer-items-padding-y | 0 | 0 | Default: 0Computed: 0 | 
| Description: The vertical padding of the Drawer items. | |||
kendo-drawer-item-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 Drawer item. | |||
kendo-drawer-item-padding-y | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) | Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem) | 
| Description: The vertical padding of the Drawer item. | |||
kendo-drawer-item-spacing | $kendo-drawer-item-padding-x | var(--kendo-spacing-4, 1rem) | Default: $kendo-drawer-item-padding-xComputed: var(--kendo-spacing-4, 1rem) | 
| Description: The spacing between the items in the Drawer item. | |||
kendo-drawer-item-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 Drawer item. | |||
kendo-drawer-item-line-height | var( --kendo-line-height-lg, normal ) | var(--kendo-line-height-lg, normal) | Default: var( --kendo-line-height-lg, normal )Computed: var(--kendo-line-height-lg, normal) | 
| Description: The line height of the Drawer item. | |||
kendo-drawer-item-font-weight | var( --kendo-font-weight, normal ) | var(--kendo-font-weight, normal) | Default: var( --kendo-font-weight, normal )Computed: var(--kendo-font-weight, normal) | 
| Description: The font weight of the Drawer item. | |||
kendo-drawer-item-level-padding-x | $kendo-drawer-item-padding-x | var(--kendo-spacing-4, 1rem) | Default: $kendo-drawer-item-padding-xComputed: var(--kendo-spacing-4, 1rem) | 
| Description: The horizontal padding of the Drawer item in each level. | |||
kendo-drawer-item-level-count | 5 | 5 | Default: 5Computed: 5 | 
| Description: The count of the Drawer item levels. | |||
kendo-drawer-item-border-radius | null | null | Default: nullComputed: null | 
| Description: The border radius of the Drawer item. | |||
kendo-drawer-icon-padding-x | k-spacing(0) | var(--kendo-spacing-0, 0px) | Default: k-spacing(0)Computed: var(--kendo-spacing-0, 0px) | 
| Description: The horizontal padding of the Drawer icon. | |||
kendo-drawer-icon-padding-y | k-spacing(1) | var(--kendo-spacing-1, 0.25rem) | Default: k-spacing(1)Computed: var(--kendo-spacing-1, 0.25rem) | 
| Description: The vertical padding of the Drawer icon. | |||
kendo-drawer-mini-initial-width | calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size}) | calc(2 * var(--kendo-spacing-4, 1rem) + 16px) | Default: calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size})Computed: calc(2 * var(--kendo-spacing-4, 1rem) + 16px) | 
| Description: The initial width of the mini Drawer. | |||
kendo-drawer-hover-bg | k-color(base-hover) | var(--kendo-color-base-hover, #ebebeb) | Default: k-color(base-hover)Computed: var(--kendo-color-base-hover, #ebebeb) | 
| Description: The background color of the hovered Drawer item. | |||
kendo-drawer-hover-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface, #3d3d3d) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface, #3d3d3d) | 
| Description: The text color of the hovered Drawer item. | |||
kendo-drawer-focus-bg | $kendo-drawer-bg | var(--kendo-color-surface-alt, #ffffff) | Default: $kendo-drawer-bgComputed: var(--kendo-color-surface-alt, #ffffff) | 
| Description: The background color of the focused Drawer item. | |||
kendo-drawer-focus-shadow | $kendo-list-item-focus-shadow | (inset 0 0 0 2px rgba(0, 0, 0, 0.12)) | Default: $kendo-list-item-focus-shadowComputed: (inset 0 0 0 2px rgba(0, 0, 0, 0.12)) | 
| Description: The box shadow of the focused Drawer item. | |||
kendo-drawer-selected-bg | k-color(primary) | var(--kendo-color-primary, #ff6358) | Default: k-color(primary)Computed: var(--kendo-color-primary, #ff6358) | 
| Description: The background color of the selected Drawer item. | |||
kendo-drawer-selected-text | k-color(on-primary) | var(--kendo-color-on-primary, #ffffff) | Default: k-color(on-primary)Computed: var(--kendo-color-on-primary, #ffffff) | 
| Description: The text color of the selected Drawer item. | |||
kendo-drawer-selected-hover-bg | k-color(primary-hover) | var(--kendo-color-primary-hover, #ea5a51) | Default: k-color(primary-hover)Computed: var(--kendo-color-primary-hover, #ea5a51) | 
| Description: The background color of the selected and hovered Drawer item. | |||
kendo-drawer-selected-hover-text | k-color(on-primary) | var(--kendo-color-on-primary, #ffffff) | Default: k-color(on-primary)Computed: var(--kendo-color-on-primary, #ffffff) | 
| Description: The text color of the selected and hovered Drawer item. | |||
kendo-drawer-selected-focus-bg | null | null | Default: nullComputed: null | 
| Description: The background color of the selected and focused Drawer item. | |||