New to Kendo UI for Vue? Start a free 30-day trial

Customizing Expander

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-expander-margin-ymap.get( $kendo-spacing, 2 )
Description
The vertical spacing of the ExpansionPanel.
$kendo-expander-border-width1px
Description
The width of the border around the ExpansionPanel.
$kendo-expander-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the ExpansionPanel.
$kendo-expander-font-sizevar( --kendo-font-size, inherit )
Description
The font size of the ExpansionPanel.
$kendo-expander-line-heightvar( --kendo-line-height, normal )
Description
The hine height of the ExpansionPanel.
$kendo-expander-textvar( --kendo-component-text, initial )
Description
The text color of the ExpansionPanel.
$kendo-expander-bgif($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
Description
The background color of the ExpansionPanel.
$kendo-expander-bordervar( --kendo-component-border, initial )
Description
The border color of the ExpansionPanel.
$kendo-expander-shadowinset 0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 ))
Description
The box shadow of the ExpansionPanel.
$kendo-expander-expanded-bgvar( --kendo-component-bg, initial )
Description
The background color of the expanded ExpansionPanel.
$kendo-expander-disabled-textvar( --kendo-disabled-text, initial )
Description
The text color of the disabled ExpansionPanel.
$kendo-expander-disabled-bgvar( --kendo-disabled-bg, initial )
Description
The background color of the disabled ExpansionPanel.
$kendo-expander-focus-offset1px
Description
The offset of the focused ExpansionPanel.
$kendo-expander-focus-outline-width1px
Description
The outline width of the focused ExpansionPanel.
$kendo-expander-focus-outline-stylesolid
Description
The outline style of the focused ExpansionPanel.
$kendo-expander-focus-outlineif($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))
Description
The outline color of the focused ExpansionPanel.
$kendo-expander-focus-bgvar( --kendo-component-bg, initial )
Description
The background color of the focused ExpansionPanel.
$kendo-expander-focus-shadowinset 0px 0px 0px 2px if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130))
Description
The box shadow of the focused ExpansionPanel.
$kendo-expander-header-padding-xmap.get( $kendo-spacing, 4 )
Description
The horizontal padding of the ExpansionPanel header.
$kendo-expander-header-padding-ymap.get( $kendo-spacing, 3 )
Description
The vertical padding of the ExpansionPanel header.
$kendo-expander-header-textif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
The text color of the ExpansionPanel header.
$kendo-expander-header-bginherit
Description
The background color of the ExpansionPanel header.
$kendo-expander-header-hover-bgif($kendo-enable-color-system, k-color( base-hover ), k-get-theme-color-var( neutral-20 ))
Description
The background color of the hovered ExpansionPanel header.
$kendo-expander-title-textif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
The text color of the ExpansionPanel title.
$kendo-expander-header-sub-title-textvar( --kendo-subtle-text, initial )
Description
The text color of the ExpansionPanel sub-title.
$kendo-expander-indicator-margin-xmap.get( $kendo-spacing, 2.5 )
Description
The horizontal margin of the ExpansionPanel indicator.
$kendo-expander-indicator-textvar( --kendo-expander-text, #{$kendo-expander-text} )
Description
The text color of the ExpansionPanel indicator.
$kendo-expander-content-padding-xmap.get( $kendo-spacing, 4 )
Description
The horizontal padding of the ExpansionPanel content.
$kendo-expander-content-padding-ymap.get( $kendo-spacing, 4 )
Description
The vertical padding of the ExpansionPanel content.

In this article

Not finding the help you need?