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

Customizing Common

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-calendar-weekend-textNullnullnull
Description
The text color of the weekend cells in the Calendar.
$kendo-calendar-navigation-hover-textString$kendo-link-hover-textvar(--kendo-color-secondary-hover, #d31857)
Description
The background color of the hovered items in the Calendar navigation.
$kendo-base-bgStringk-map-get( $theme, base-bg )var(--kendo-color-app-surface, #ffffff)
Description
The background of the components' chrome area.
$kendo-base-textStringk-map-get( $theme, component-text )var(--kendo-color-on-app-surface, #212121)
Description
The text color of the components' chrome area.
$kendo-base-borderStringrgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )var(--kendo-color-border, rgba(0, 0, 0, 0.12))
Description
The border of the components' chrome area.
$kendo-base-gradientNullnullnull
Description
The gradient background of the components' chrome area.
$kendo-hover-bgStringk-map-get( $theme, hover-bg )var(--kendo-color-base-hover, #ebebeb)
Description
The background of hovered items.
$kendo-hover-textString$kendo-base-textvar(--kendo-color-on-app-surface, #212121)
Description
The text color of hovered items.
$kendo-hover-borderStringrgba( $kendo-base-border, .15 )var(--kendo-color-border, rgba(0, 0, 0, 0.12))
Description
The border color of hovered items.
$kendo-hover-gradientNullnullnull
Description
The gradient background of hovered items.
$kendo-selected-bgString$kendo-color-secondaryvar(--kendo-color-secondary, #e51a5f)
Description
The background of selected items.
$kendo-selected-textString$kendo-color-secondary-contrastvar(--kendo-color-on-secondary, #ffffff)
Description
The text color of selected items.
$kendo-selected-borderStringrgba( $kendo-base-border, .1 )var(--kendo-color-border, rgba(0, 0, 0, 0.12))
Description
The border color of selected items.
$kendo-selected-gradientNullnullnull
Description
The gradient background of selected items.
$kendo-disabled-textStringk-map-get( $theme, disabled-text )var(--kendo-color-on-app-surface, #212121)
Description
Text color of disabled items.
$kendo-list-sizesMap( sm: ( font-size: $kendo-list-sm-font-size, line-height: $kendo-list-sm-line-height, header-padding-x: $kendo-list-sm-header-padding-x, header-padding-y: $kendo-list-sm-header-padding-y, header-font-size: null, header-line-height: null, item-padding-x: $kendo-list-sm-item-padding-x, item-padding-y: $kendo-list-sm-item-padding-y, item-font-size: null, item-line-height: null, group-item-padding-x: $kendo-list-sm-group-item-padding-x, group-item-padding-y: $kendo-list-sm-group-item-padding-y, group-item-font-size: null, group-item-line-height: null ), md: ( font-size: $kendo-list-md-font-size, line-height: $kendo-list-md-line-height, header-padding-x: $kendo-list-md-header-padding-x, header-padding-y: $kendo-list-md-header-padding-y, header-font-size: null, header-line-height: null, item-padding-x: $kendo-list-md-item-padding-x, item-padding-y: $kendo-list-md-item-padding-y, item-font-size: null, item-line-height: null, group-item-padding-x: $kendo-list-md-group-item-padding-x, group-item-padding-y: $kendo-list-md-group-item-padding-y, group-item-font-size: null, group-item-line-height: null ), lg: ( font-size: $kendo-list-lg-font-size, line-height: $kendo-list-lg-line-height, header-padding-x: $kendo-list-lg-header-padding-x, header-padding-y: $kendo-list-lg-header-padding-y, header-font-size: null, header-line-height: null, item-padding-x: $kendo-list-lg-item-padding-x, item-padding-y: $kendo-list-lg-item-padding-y, item-font-size: null, item-line-height: null, group-item-padding-x: $kendo-list-lg-group-item-padding-x, group-item-padding-y: $kendo-list-lg-group-item-padding-y, group-item-font-size: null, group-item-line-height: null ) )(sm: (font-size: var(--kendo-font-size, inherit), line-height: 1.4285714286, header-padding-x: var(--kendo-spacing-4, 1rem), header-padding-y: var(--kendo-spacing-1\.5, 0.375rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-4, 1rem), item-padding-y: var(--kendo-spacing-1\.5, 0.375rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-4, 1rem), group-item-padding-y: var(--kendo-spacing-1\.5, 0.375rem), group-item-font-size: null, group-item-line-height: null), md: (font-size: var(--kendo-font-size, inherit), line-height: 1.4285714286, header-padding-x: var(--kendo-spacing-4, 1rem), header-padding-y: var(--kendo-spacing-2, 0.5rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-4, 1rem), item-padding-y: var(--kendo-spacing-2, 0.5rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-4, 1rem), group-item-padding-y: var(--kendo-spacing-2, 0.5rem), group-item-font-size: null, group-item-line-height: null), lg: (font-size: var(--kendo-font-size-lg, inherit), line-height: 1.5, header-padding-x: var(--kendo-spacing-4, 1rem), header-padding-y: var(--kendo-spacing-2, 0.5rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-4, 1rem), item-padding-y: var(--kendo-spacing-2, 0.5rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-4, 1rem), group-item-padding-y: var(--kendo-spacing-2\.5, 0.625rem), group-item-font-size: null, group-item-line-height: null))
Description
The map with the sizes of the List.
@group list
$kendo-paragraph-line-heightStringvar( --kendo-line-height-lg, normal )var(--kendo-line-height-lg, normal)
Description
The line height of the paragraph.
@group typography

In this article

Not finding the help you need?