New to Kendo UI for Angular? Start a free 30-day trial
Customizing Colorpalette
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-color-palette-font-family | var( --kendo-font-family, inherit ) | ||
Description
The font family of the ColorPalette. | |||
$kendo-color-palette-font-size | var( --kendo-font-size, inherit ) | ||
Description
The font size of the ColorPalette. | |||
$kendo-color-palette-line-height | 0 | ||
Description
The line height of the ColorPalette. | |||
$kendo-color-palette-tile-outline-width | 1px | ||
Description
The outline width of the ColorPalette tile. | |||
$kendo-color-palette-tile-outline-style | solid | ||
Description
The outline style of the ColorPalette tile. | |||
$kendo-color-palette-tile-outline | transparent | ||
Description
The outline color of the ColorPalette tile. | |||
$kendo-color-palette-tile-width | map.get( $kendo-spacing, 6 ) | ||
Description
The width of the ColorPalette tile. | |||
$kendo-color-palette-tile-height | $kendo-color-palette-tile-width | ||
Description
The height of the ColorPalette tile. | |||
$kendo-color-palette-tile-focus-outline | k-get-theme-color-var( neutral-130 ) | ||
Description
The outline color of the ColorPalette focused tile. | |||
$kendo-color-palette-tile-focus-shadow | inset 0 0 0 2px $kendo-color-white | ||
Description
The shadow of the ColorPalette focused tile. | |||
$kendo-color-palette-tile-hover-outline | k-get-theme-color-var( neutral-20 ) | ||
Description
The outline color of the ColorPalette hovered tile. | |||
$kendo-color-palette-tile-hover-shadow | inset 0 0 0 2px $kendo-color-palette-tile-hover-outline, inset 0 0 0 4px $kendo-color-white | ||
Description
The shadow of the ColorPalette hovered tile. | |||
$kendo-color-palette-tile-selected-outline | $kendo-color-palette-tile-hover-outline | ||
Description
The outline color of the ColorPalette selected tile. | |||
$kendo-color-palette-tile-selected-shadow | $kendo-color-palette-tile-hover-shadow | ||
Description
The shadow of the ColorPalette selected tile. | |||
$kendo-color-palette-tile-selected-hover-outline | $kendo-color-palette-tile-focus-outline | ||
Description
The outline color of the ColorPalette selected hover tile. |