Customizing Panel

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-panel-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the Panel.
$kendo-panel-border-widthNumber1px1px
Description
The width of the border around the Panel.
$kendo-panel-border-styleStringsolidsolid
Description
The style of the border around the Panel.
$kendo-panel-header-padding-inlineStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The inline padding of the Panel header.
$kendo-panel-header-padding-blockStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The block padding of the Panel header.
$kendo-panel-content-padding-inlineStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The inline padding of the Panel content.
$kendo-panel-content-padding-blockStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The block padding of the Panel content.
$kendo-panel-textStringvar(--kendo-component-text, #{$kendo-component-text})var(--kendo-component-text, var(--kendo-color-on-app-surface, #3d3d3d))
Description
The text color of the Panel.
$kendo-panel-bgStringvar(--kendo-component-bg, #{$kendo-component-bg})var(--kendo-component-bg, var(--kendo-color-surface-alt, #ffffff))
Description
The background color of the Panel.
$kendo-panel-borderStringvar(--kendo-component-border, #{$kendo-component-border})var(--kendo-component-border, var(--kendo-color-border, rgba(0, 0, 0, 0.08)))
Description
The color of the border around the Panel.

In this article

Not finding the help you need?