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: 1px Computed: 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 | $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 Splitter. | |||
kendo-splitter-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 Splitter. | |||
kendo-splitter-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 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: 20px Computed: 20px |
Description: The length of the Splitter drag handle. | |||
kendo-splitter-drag-handle-thickness | 2px | 2px | Default: 2px Computed: 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: null Computed: 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 | $kendo-base-bg | var(--kendo-color-surface, #fafafa) | Default: $kendo-base-bg Computed: var(--kendo-color-surface, #fafafa) |
Description: The background color of the Splitter split bar. | |||
kendo-splitbar-text | $kendo-base-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-base-text Computed: var(--kendo-color-on-app-surface, #3d3d3d) |
Description: The text color of the Splitter split bar. | |||
kendo-splitbar-hover-bg | if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-splitbar-bg, .5 )) | var(--kendo-color-base-hover, #ebebeb) | Default: if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-splitbar-bg, .5 )) 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-text Computed: var(--kendo-color-on-app-surface, #3d3d3d) |
Description: The hover text color of the Splitter split bar. | |||
kendo-splitbar-selected-bg | $kendo-selected-bg | var(--kendo-color-primary, #ff6358) | Default: $kendo-selected-bg Computed: var(--kendo-color-primary, #ff6358) |
Description: The selected background color of the Splitter split bar. | |||
kendo-splitbar-selected-text | $kendo-selected-text | var(--kendo-color-on-primary, #ffffff) | Default: $kendo-selected-text Computed: var(--kendo-color-on-primary, #ffffff) |
Description: The selected text color of the Splitter split bar. |