ExpansionPanel

ExpansionPanels are UI elements that display expandable/collapsible content.

Sass Variables

The Telerik and Kendo UI ExpansionPanel enables you to configure and customize its appearance through the available Sass variables.

VariableDefault ValueComputed ValueValue
kendo-expander-spacing-yk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The vertical spacing of the ExpansionPanel.
kendo-expander-border-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the border around the ExpansionPanel.
kendo-expander-font-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the ExpansionPanel.
kendo-expander-font-size$kendo-font-size-md14pxDefault: $kendo-font-size-mdComputed: 14px
Description: The font size of the ExpansionPanel.
kendo-expander-line-height$kendo-line-height-md1.4285714286Default: $kendo-line-height-mdComputed: 1.4285714286
Description: The hine height of the ExpansionPanel.
kendo-expander-text$kendo-component-text #424242Default: $kendo-component-textComputed: #424242
Description: The text color of the ExpansionPanel.
kendo-expander-bg$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The background color of the ExpansionPanel.
kendo-expander-border$kendo-component-border rgba(0, 0, 0, 0.08)Default: $kendo-component-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the ExpansionPanel.
kendo-expander-focus-shadow$kendo-list-item-focus-shadowinset 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 ExpansionPanel.
kendo-expander-header-padding-xk-map-get( $kendo-spacing, 4 )16pxDefault: k-map-get( $kendo-spacing, 4 )Computed: 16px
Description: The horizontal padding of the ExpansionPanel header.
kendo-expander-header-padding-yk-map-get( $kendo-spacing, 3 )12pxDefault: k-map-get( $kendo-spacing, 3 )Computed: 12px
Description: The vertical padding of the ExpansionPanel header.
kendo-expander-header-text$kendo-expander-text #424242Default: $kendo-expander-textComputed: #424242
Description: The text color of the ExpansionPanel header.
kendo-expander-header-bgtransparent transparentDefault: transparentComputed: transparent
Description: The background color of the ExpansionPanel header.
kendo-expander-header-bordernullnullDefault: nullComputed: null
Description: The border color of the ExpansionPanel header.
kendo-expander-header-hover-bg rgba(0, 0, 0, .04) rgba(0, 0, 0, 0.04)Default: rgba(0, 0, 0, .04)Computed: rgba(0, 0, 0, 0.04)
Description: The background color of the hovered ExpansionPanel header.
kendo-expander-header-focus-bgnullnullDefault: nullComputed: null
Description: The background color of the focused ExpansionPanel header.
kendo-expander-header-focus-shadow$kendo-list-item-focus-shadowinset 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 ExpansionPanel header.
kendo-expander-title-text$kendo-color-primary #ff6358Default: $kendo-color-primaryComputed: #ff6358
Description: The text color of the ExpansionPanel title.
kendo-expander-header-sub-title-text$kendo-subtle-text #666666Default: $kendo-subtle-textComputed: #666666
Description: The text color of the ExpansionPanel sub-title.
kendo-expander-indicator-margin-xk-map-get( $kendo-spacing, 3 )12pxDefault: k-map-get( $kendo-spacing, 3 )Computed: 12px
Description: The horizontal margin of the ExpansionPanel indicator.
kendo-expander-content-padding-xk-map-get( $kendo-spacing, 4 )16pxDefault: k-map-get( $kendo-spacing, 4 )Computed: 16px
Description: The horizontal padding of the ExpansionPanel content.
kendo-expander-content-padding-yk-map-get( $kendo-spacing, 4 )16pxDefault: k-map-get( $kendo-spacing, 4 )Computed: 16px
Description: The vertical padding of the ExpansionPanel content.