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, inherit ) | var(--kendo-font-family, inherit) | Default: var( --kendo-font-family, inherit )Computed: var(--kendo-font-family, inherit) |
| Description: The font family of the Splitter. | |||
kendo-splitter-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 Splitter. | |||
kendo-splitter-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 Splitter. | |||
kendo-splitter-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 Splitter. | |||
kendo-splitter-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 Splitter. | |||
kendo-splitter-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 Splitter. | |||
kendo-splitter-splitbar-size | k-spacing(3) | var(--kendo-spacing-3, 0.75rem) | Default: k-spacing(3)Computed: var(--kendo-spacing-3, 0.75rem) |
| 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, 0.5rem) | Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem) |
| 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, 0.125rem) | Default: k-spacing(0.5)Computed: var(--kendo-spacing-0\.5, 0.125rem) |
| Description: The vertical padding of the collapse icon in the Splitter. | |||
kendo-splitbar-bg | k-color(surface) | var(--kendo-color-surface, #fafafa) | Default: k-color(surface)Computed: var(--kendo-color-surface, #fafafa) |
| Description: The background color of the Splitter split bar. | |||
kendo-splitbar-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 Splitter split bar. | |||
kendo-splitbar-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 hover background color of the Splitter split bar. | |||
kendo-splitbar-hover-text | $kendo-splitbar-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-splitbar-textComputed: var(--kendo-color-on-app-surface, #3d3d3d) |
| Description: The hover text color of the Splitter split bar. | |||
kendo-splitbar-selected-bg | k-color(primary) | var(--kendo-color-primary, #ff6358) | Default: k-color(primary)Computed: var(--kendo-color-primary, #ff6358) |
| Description: The selected background color of the Splitter split bar. | |||
kendo-splitbar-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 selected text color of the Splitter split bar. | |||