Sass Variables
The Telerik and Kendo UI Splitter enables you to configure and customize its appearance through the available Sass variables.
| Variable | Default Value | Computed Value | Value |
|---|---|---|---|
kendo-splitter-border-width | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The width of the border around the Splitter. | |||
kendo-splitter-font-family | var(--kendo-font-family) | var(--kendo-font-family) | Default: var(--kendo-font-family)Computed: var(--kendo-font-family) |
| Description: The font family of the Splitter. | |||
kendo-splitter-font-size | var(--kendo-font-size) | var(--kendo-font-size) | Default: var(--kendo-font-size)Computed: var(--kendo-font-size) |
| Description: The font size of the Splitter. | |||
kendo-splitter-line-height | var(--kendo-line-height) | var(--kendo-line-height) | Default: var(--kendo-line-height)Computed: var(--kendo-line-height) |
| Description: The line height of the Splitter. | |||
kendo-splitter-bg | k-color(surface-alt) | var(--kendo-color-surface-alt) | Default: k-color(surface-alt)Computed: var(--kendo-color-surface-alt) |
| Description: The background color of the Splitter. | |||
kendo-splitter-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface) |
| Description: The text color of the Splitter. | |||
kendo-splitter-border | k-color(border) | var(--kendo-color-border) | Default: k-color(border)Computed: var(--kendo-color-border) |
| Description: The border color of the Splitter. | |||
kendo-splitter-splitbar-size | k-spacing(3) | var(--kendo-spacing-3) | Default: k-spacing(3)Computed: var(--kendo-spacing-3) |
| Description: The size of the Splitter split bar. | |||
kendo-splitter-drag-handle-length | 20px | 20px | Default: 20pxComputed: 20px |
| Description: The length of the Splitter drag handle. | |||
kendo-splitter-drag-handle-thickness | 2px | 2px | Default: 2pxComputed: 2px |
| Description: The thickness of the Splitter drag handle. | |||
kendo-splitter-drag-icon-margin | k-spacing(2) | var(--kendo-spacing-2) | Default: k-spacing(2)Computed: var(--kendo-spacing-2) |
| Description: The margin of the Splitter drag handle icon. | |||
kendo-splitter-collapse-icon-padding-x | null | null | Default: nullComputed: null |
| Description: The horizontal padding of the collapse icon in the Splitter. | |||
kendo-splitter-collapse-icon-padding-y | k-spacing(0.5) | var(--kendo-spacing-0\.5) | Default: k-spacing(0.5)Computed: var(--kendo-spacing-0\.5) |
| Description: The vertical padding of the collapse icon in the Splitter. | |||
kendo-splitbar-bg | k-color(surface) | var(--kendo-color-surface) | Default: k-color(surface)Computed: var(--kendo-color-surface) |
| Description: The background color of the Splitter split bar. | |||
kendo-splitbar-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface) |
| Description: The text color of the Splitter split bar. | |||
kendo-splitbar-hover-bg | k-color(base-hover) | var(--kendo-color-base-hover) | Default: k-color(base-hover)Computed: var(--kendo-color-base-hover) |
| Description: The hover background color of the Splitter split bar. | |||
kendo-splitbar-hover-text | $kendo-splitbar-text | var(--kendo-color-on-app-surface) | Default: $kendo-splitbar-textComputed: var(--kendo-color-on-app-surface) |
| Description: The hover text color of the Splitter split bar. | |||
kendo-splitbar-selected-bg | k-color(primary) | var(--kendo-color-primary) | Default: k-color(primary)Computed: var(--kendo-color-primary) |
| Description: The selected background color of the Splitter split bar. | |||
kendo-splitbar-selected-text | k-color(on-primary) | var(--kendo-color-on-primary) | Default: k-color(on-primary)Computed: var(--kendo-color-on-primary) |
| Description: The selected text color of the Splitter split bar. | |||