Customizing Panel
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-panel-border-radius | String | k-border-radius(md) | var(--kendo-border-radius-md, 0.25rem) |
Description
The border radius of the Panel. | |||
$kendo-panel-border-width | Number | 1px | 1px |
Description
The width of the border around the Panel. | |||
$kendo-panel-border-style | String | solid | solid |
Description
The style of the border around the Panel. | |||
$kendo-panel-header-padding-inline | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The inline padding of the Panel header. | |||
$kendo-panel-header-padding-block | String | k-spacing(1) | var(--kendo-spacing-1, 0.25rem) |
Description
The block padding of the Panel header. | |||
$kendo-panel-content-padding-inline | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The inline padding of the Panel content. | |||
$kendo-panel-content-padding-block | String | k-spacing(1) | var(--kendo-spacing-1, 0.25rem) |
Description
The block padding of the Panel content. | |||
$kendo-panel-text | String | var(--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-bg | String | var(--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-border | String | var(--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. |