Sass Variables
The Telerik and Kendo UI PanelBar enables you to configure and customize its appearance through the available Sass variables.
Variable | Default Value | Computed Value | Value |
---|---|---|---|
kendo-panelbar-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 PanelBar. | |||
kendo-panelbar-padding-y | k-spacing(0) | var(--kendo-spacing-0, 0px) | Default: k-spacing(0) Computed: var(--kendo-spacing-0, 0px) |
Description: The vertical padding of the PanelBar. | |||
kendo-panelbar-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 PanelBar. | |||
kendo-panelbar-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 PanelBar. | |||
kendo-panelbar-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 PanelBar. | |||
kendo-panelbar-border-width | 1px | 1px | Default: 1px Computed: 1px |
Description: The width of the border around the PanelBar. | |||
kendo-panelbar-border-style | solid | solid | Default: solid Computed: solid |
Description: The border style around the the PanelBar. | |||
kendo-panelbar-item-border-width | 1px | 1px | Default: 1px Computed: 1px |
Description: The width of the border around the PanelBar items. | |||
kendo-panelbar-item-border-style | solid | solid | Default: solid Computed: solid |
Description: The style of the border around the PanelBar items. | |||
kendo-panelbar-header-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 PanelBar header. | |||
kendo-panelbar-header-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 PanelBar header. | |||
kendo-panelbar-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 PanelBar items. | |||
kendo-panelbar-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 PanelBar items. | |||
kendo-panelbar-item-level-count | 4 | 4 | Default: 4 Computed: 4 |
Description: The maximum nesting of the PanelBar items. | |||
kendo-panelbar-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 PanelBar. | |||
kendo-panelbar-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 PanelBar. | |||
kendo-panelbar-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 PanelBar. | |||
kendo-panelbar-header-bg | $kendo-panelbar-bg | var(--kendo-color-surface-alt, #ffffff) | Default: $kendo-panelbar-bg Computed: var(--kendo-color-surface-alt, #ffffff) |
Description: The background color of the PanelBar header. | |||
kendo-panelbar-header-text | k-color(primary) | var(--kendo-color-primary, #ff6358) | Default: k-color(primary) Computed: var(--kendo-color-primary, #ff6358) |
Description: The text color of the PanelBar header. | |||
kendo-panelbar-header-border | null | null | Default: null Computed: null |
Description: The border color of the PanelBar header. | |||
kendo-panelbar-header-gradient | null | null | Default: null Computed: null |
Description: The gradient of the PanelBar header. | |||
kendo-panelbar-header-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 PanelBar header. | |||
kendo-panelbar-header-hover-text | null | null | Default: null Computed: null |
Description: The text color of the hovered PanelBar header. | |||
kendo-panelbar-header-hover-border | null | null | Default: null Computed: null |
Description: The border color of the hovered PanelBar header. | |||
kendo-panelbar-header-hover-gradient | null | null | Default: null Computed: null |
Description: The gradient of the hovered PanelBar header. | |||
kendo-panelbar-header-focus-bg | null | null | Default: null Computed: null |
Description: The background color of the focused PanelBar header. | |||
kendo-panelbar-header-focus-text | null | null | Default: null Computed: null |
Description: The text color of the focused PanelBar header. | |||
kendo-panelbar-header-focus-border | null | null | Default: null Computed: null |
Description: The border color of the focused PanelBar header. | |||
kendo-panelbar-header-focus-gradient | null | null | Default: null Computed: null |
Description: The gradient of the focused PanelBar header. | |||
kendo-panelbar-header-focus-shadow | $kendo-list-item-focus-shadow | (inset 0 0 0 2px rgba(0, 0, 0, 0.12)) | Default: $kendo-list-item-focus-shadow Computed: (inset 0 0 0 2px rgba(0, 0, 0, 0.12)) |
Description: The shadow of the focused PanelBar header. | |||
kendo-panelbar-header-hover-focus-bg | null | null | Default: null Computed: null |
Description: The background color of the focused and hovered PanelBar header. | |||
kendo-panelbar-header-hover-focus-text | null | null | Default: null Computed: null |
Description: The text color of the focused and hovered PanelBar header. | |||
kendo-panelbar-header-hover-focus-border | null | null | Default: null Computed: null |
Description: The border color of the focused and hovered PanelBar header. | |||
kendo-panelbar-header-hover-focus-gradient | null | null | Default: null Computed: null |
Description: The gradient of the focused and hovered PanelBar header. | |||
kendo-panelbar-header-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 PanelBar header. | |||
kendo-panelbar-header-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 PanelBar header. | |||
kendo-panelbar-header-selected-border | null | null | Default: null Computed: null |
Description: The border color of the selected PanelBar header. | |||
kendo-panelbar-header-selected-gradient | null | null | Default: null Computed: null |
Description: The gradient of the selected PanelBar header. | |||
kendo-panelbar-header-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 PanelBar header. | |||
kendo-panelbar-header-selected-hover-text | null | null | Default: null Computed: null |
Description: The text color of the selected and hovered PanelBar header. | |||
kendo-panelbar-header-selected-hover-border | null | null | Default: null Computed: null |
Description: The border color of the selected and hovered PanelBar header. | |||
kendo-panelbar-header-selected-hover-gradient | null | null | Default: null Computed: null |
Description: The gradient of the selected and hovered PanelBar header. | |||
kendo-panelbar-header-selected-focus-bg | null | null | Default: null Computed: null |
Description: The background color of the selected and focused PanelBar header. | |||
kendo-panelbar-header-selected-focus-text | null | null | Default: null Computed: null |
Description: The text color of the selected and focused PanelBar header. | |||
kendo-panelbar-header-selected-focus-border | null | null | Default: null Computed: null |
Description: The border color of the selected and focused PanelBar header. | |||
kendo-panelbar-header-selected-focus-gradient | null | null | Default: null Computed: null |
Description: The gradient of the selected and focused PanelBar header. | |||
kendo-panelbar-header-selected-hover-focus-bg | null | null | Default: null Computed: null |
Description: The background color of the selected, hovered and focused PanelBar header. | |||
kendo-panelbar-header-selected-hover-focus-text | null | null | Default: null Computed: null |
Description: The text color of the selected, hovered and focused PanelBar header. | |||
kendo-panelbar-header-selected-hover-focus-border | null | null | Default: null Computed: null |
Description: The border color of the selected, hovered and focused PanelBar header. | |||
kendo-panelbar-header-selected-hover-focus-gradient | null | null | Default: null Computed: null |
Description: The gradient of the selected, hovered and focused PanelBar header. | |||
kendo-panelbar-item-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 PanelBar items. | |||
kendo-panelbar-item-hover-text | null | null | Default: null Computed: null |
Description: The text color of the hovered PanelBar items. | |||
kendo-panelbar-item-hover-border | null | null | Default: null Computed: null |
Description: The border color of the hovered PanelBar items. | |||
kendo-panelbar-item-hover-gradient | null | null | Default: null Computed: null |
Description: The gradient of the hovered PanelBar items. | |||
kendo-panelbar-item-focus-bg | null | null | Default: null Computed: null |
Description: The background color of the focused PanelBar items. | |||
kendo-panelbar-item-focus-text | null | null | Default: null Computed: null |
Description: The text color of the focused PanelBar items. | |||
kendo-panelbar-item-focus-border | null | null | Default: null Computed: null |
Description: The border color of the focused PanelBar items. | |||
kendo-panelbar-item-focus-gradient | null | null | Default: null Computed: null |
Description: The gradient of the focused PanelBar items. | |||
kendo-panelbar-item-focus-shadow | $kendo-list-item-focus-shadow | (inset 0 0 0 2px rgba(0, 0, 0, 0.12)) | Default: $kendo-list-item-focus-shadow Computed: (inset 0 0 0 2px rgba(0, 0, 0, 0.12)) |
Description: The box shadow of the focused PanelBar items. | |||
kendo-panelbar-item-hover-focus-bg | null | null | Default: null Computed: null |
Description: The background color of the focused and hovered PanelBar items. | |||
kendo-panelbar-item-hover-focus-text | null | null | Default: null Computed: null |
Description: The text color of the focused and hovered PanelBar items. | |||
kendo-panelbar-item-hover-focus-border | null | null | Default: null Computed: null |
Description: The border color of the focused and hovered PanelBar items. | |||
kendo-panelbar-item-hover-focus-gradient | null | null | Default: null Computed: null |
Description: The gradient of the focused and hovered PanelBar items. | |||
kendo-panelbar-item-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 PanelBar items. | |||
kendo-panelbar-item-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 PanelBar items. | |||
kendo-panelbar-item-selected-border | null | null | Default: null Computed: null |
Description: The border color of the selected PanelBar items. | |||
kendo-panelbar-item-selected-gradient | null | null | Default: null Computed: null |
Description: The gradient of the selected PanelBar items. | |||
kendo-panelbar-item-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 PanelBar items. | |||
kendo-panelbar-item-selected-hover-text | null | null | Default: null Computed: null |
Description: The text color of the selected and hovered PanelBar items. | |||
kendo-panelbar-item-selected-hover-border | null | null | Default: null Computed: null |
Description: The border color of the selected and hovered PanelBar items. | |||
kendo-panelbar-item-selected-hover-gradient | null | null | Default: null Computed: null |
Description: The gradient of the selected and hovered PanelBar items. | |||
kendo-panelbar-item-selected-focus-bg | null | null | Default: null Computed: null |
Description: The background color of the selected and focused PanelBar items. | |||
kendo-panelbar-item-selected-focus-text | null | null | Default: null Computed: null |
Description: The text color of the selected and focused PanelBar items. | |||
kendo-panelbar-item-selected-focus-border | null | null | Default: null Computed: null |
Description: The border color of the selected and focused PanelBar items. | |||
kendo-panelbar-item-selected-focus-gradient | null | null | Default: null Computed: null |
Description: The gradient of the selected and focused PanelBar items. | |||
kendo-panelbar-item-selected-hover-focus-bg | null | null | Default: null Computed: null |
Description: The background color of the selected, hovered and focused PanelBar items. | |||
kendo-panelbar-item-selected-hover-focus-text | null | null | Default: null Computed: null |
Description: The text color of the selected, hovered and focused PanelBar items. | |||
kendo-panelbar-item-selected-hover-focus-border | null | null | Default: null Computed: null |
Description: The border color of the selected, hovered and focused PanelBar items. | |||
kendo-panelbar-item-selected-hover-focus-gradient | null | null | Default: null Computed: null |
Description: The gradient of the selected, hovered and focused PanelBar items. | |||
kendo-panelbar-header-expanded-bg | null | null | Default: null Computed: null |
Description: The background color of the expanded PanelBar header. | |||
kendo-panelbar-header-expanded-text | null | null | Default: null Computed: null |
Description: The text color of the expanded PanelBar header. | |||
kendo-panelbar-header-expanded-border | null | null | Default: null Computed: null |
Description: The border color of the expanded PanelBar header. | |||
kendo-panelbar-header-expanded-gradient | null | null | Default: null Computed: null |
Description: The gradient of the expanded PanelBar header. |