Customizing Component
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-component-bg | Color | $kendo-body-bg | #ffffff |
Description
Background color of a component. Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`. | |||
$kendo-component-text | Color | $kendo-body-text | #424242 |
Description
Text color of a component. Note: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`. | |||
$kendo-component-border | Color | rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 ) | rgba(0, 0, 0, 0.08) |
Description
Border color of a component. Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`. | |||
$kendo-component-header-bg | Color | $kendo-base-bg | #fafafa |
Description
Background color of the component header. | |||
$kendo-component-header-text | Color | $kendo-base-text | #424242 |
Description
Text color of the component header. | |||
$kendo-component-header-border | Color | $kendo-base-border | rgba(0, 0, 0, 0.08) |
Description
Border color of the component header. | |||
$kendo-component-header-gradient | Null | null | null |
Description
Gradient of the component header. | |||
$kendo-invalid-bg | String | null | initial |
Description
Background color of the invalid items. | |||
$kendo-invalid-text | Color | $kendo-color-error | #f31700 |
Description
Text color of the invalid items. | |||
$kendo-invalid-border | Color | $kendo-color-error | #f31700 |
Description
Border color of the invalid items. | |||
$kendo-invalid-shadow | Null | null | null |
Description
Shadow of the invalid items. |