Customization

Variables

The following table lists the available variables for customizing the Default theme.

Common

NameTypeDefault valueComputed value
$kendo-icon-sizeNumber16px16px
Description
Icon size.
$kendo-icon-size-xsCalculationcalc( #{$kendo-icon-size} * .75 )calc(16px * 0.75)
Description
xtra small icon size.
$kendo-icon-size-smCalculationcalc( #{$kendo-icon-size} * .875 )calc(16px * 0.875)
Description
Small icon size.
$kendo-icon-size-mdNumber$kendo-icon-size16px
Description
Medium icon size.
$kendo-icon-size-lgCalculationcalc( #{$kendo-icon-size} * 1.25 )calc(16px * 1.25)
Description
Large icon size.
$kendo-icon-size-xlCalculationcalc( #{$kendo-icon-size} * 1.5 )calc(16px * 1.5)
Description
Extra large icon size.
$kendo-icon-size-xxlCalculationcalc( #{$kendo-icon-size} * 2 )calc(16px * 2)
Description
Double extra large icon size.
$kendo-icon-size-xxxlCalculationcalc( #{$kendo-icon-size} * 3 )calc(16px * 3)
Description
Triple extra large icon size.
$kendo-body-bgString$kendo-color-whitevar(--kendo-color-app-surface, #ffffff)
Description
Background color of the body.
$kendo-body-textString#424242var(--kendo-color-on-app-surface, #3d3d3d)
Description
Text color of the body.
$kendo-subtle-textString#666666var(--kendo-color-subtle, #666666)
Description
Subtle text color.
$kendo-link-textString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
Text color of the links.
$kendo-link-hover-textString$kendo-color-primary-darkervar(--kendo-color-primary-hover, #ea5a51)
Description
Text color of the links on hover.
$kendo-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
Horizontal padding.
$kendo-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
Vertical padding.
$kendo-padding-sm-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
Small horizontal padding.
$kendo-padding-sm-yStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
Small vertical padding.
$kendo-padding-md-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
Medium horizontal padding.
$kendo-padding-md-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
Medium vertical padding.
$kendo-padding-lg-xStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
Large horizontal padding.
$kendo-padding-lg-yStringk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)
Description
Large vertical padding.
$kendo-focus-shadowListinset 0 0 0 2px rgba(0, 0, 0, .13)inset 0 0 0 2px rgba(0, 0, 0, 0.13)
Description
Box shadow of focused items.
$kendo-transitionListcolor .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-outcolor 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out
Description
Transition used across all components.
$kendo-disabled-filterStringgrayscale(.1)grayscale(0.1)
Description
Filter used for disabled items.
$kendo-disabled-opacityNumber.60.6
Description
Opacity used for disabled items.
$kendo-base-bgString#fafafavar(--kendo-color-surface, #fafafa)
Description
The background of the components' chrome area.
$kendo-base-textString$kendo-body-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the components' chrome area.
$kendo-base-borderStringrgba(black, 0.08)var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the components' chrome area.
$kendo-base-gradientNullrgba(black, 0), rgba(black, 0.02)null
Description
The gradient background of the components' chrome area.
$kendo-hover-bgStringk-try-shade($kendo-base-bg, 0.5)var(--kendo-color-base-hover, #ebebeb)
Description
The background of hovered items.
$kendo-hover-textString$kendo-base-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of hovered items.
$kendo-hover-borderString$kendo-base-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of hovered items.
$kendo-hover-gradientNull$kendo-base-gradientnull
Description
The gradient background of hovered items.
$kendo-selected-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The background of selected items.
$kendo-selected-textStringk-contrast-legacy($kendo-selected-bg)var(--kendo-color-on-primary, #ffffff)
Description
The text color of selected items.
$kendo-selected-borderString$kendo-base-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of selected items.
$kendo-selected-gradientNull$kendo-base-gradientnull
Description
The gradient background of selected items.
$kendo-selected-hover-bgStringk-try-shade($kendo-selected-bg, 0.5)var(--kendo-color-primary-hover, #ea5a51)
Description
The background of selected and hovered items.
$kendo-selected-hover-textString$kendo-selected-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of selected and hovered items.
$kendo-selected-hover-borderString$kendo-base-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border of selected and hovered items.
$kendo-selected-hover-gradientNull$kendo-base-gradientnull
Description
The gradient of selected and hovered items.
$kendo-disabled-textString#8f8f8fvar(--kendo-color-on-app-surface, #3d3d3d)
Description
Text color of disabled items.

Appbar

NameTypeDefault valueComputed value
$kendo-appbar-margin-xNullnullnull
Description
The horizontal margin of the AppBar.
$kendo-appbar-margin-yNullnullnull
Description
The vertical margin of the AppBar.
$kendo-appbar-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the AppBar.
$kendo-appbar-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the AppBar.
$kendo-appbar-border-widthNumber0px0px
Description
The width of the border around the AppBar.
$kendo-appbar-zindexNumber10001000
Description
The z-index of the AppBar.
$kendo-appbar-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the AppBar.
$kendo-appbar-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the AppBar.
$kendo-appbar-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the AppBar.
$kendo-appbar-gapStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing between the AppBar sections.
$kendo-appbar-light-bgString$kendo-color-lightvar(--kendo-color-light, #ebebeb)
Description
The background color of the AppBar based on light theme color.
$kendo-appbar-light-textStringif($kendo-enable-color-system, k-color( on-light ), k-contrast-legacy( $kendo-color-light ))var(--kendo-color-on-light, #000000)
Description
The text color of the AppBar based on light theme color.
$kendo-appbar-dark-bgString$kendo-color-darkvar(--kendo-color-dark, #3d3d3d)
Description
The background color of the AppBar based on dark theme color.
$kendo-appbar-dark-textStringif($kendo-enable-color-system, k-color( on-dark ), k-contrast-legacy( $kendo-color-dark ))var(--kendo-color-on-dark, #ffffff)
Description
The text color of the AppBar based on dark theme color.
$kendo-appbar-box-shadowStringk-elevation(4)var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The box shadow of the AppBar.
$kendo-appbar-bottom-box-shadowString$kendo-appbar-box-shadowvar(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The box shadow of the AppBar with bottom position.

Avatar

NameTypeDefault valueComputed value
$kendo-avatar-border-widthNumber1px1px
Description
The border width of the Avatar.
$kendo-avatar-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Avatar.
$kendo-avatar-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Avatar.
$kendo-avatar-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Avatar.
$kendo-avatar-sizesMap( sm: k-spacing(4), md: k-spacing(8), lg: k-spacing(16) )(sm: var(--kendo-spacing-4, 1rem), md: var(--kendo-spacing-8, 2rem), lg: var(--kendo-spacing-16, 4rem))
Description
The sizes map of the Avatar.
$kendo-avatar-theme-colorsMap$kendo-theme-colors("primary": var(--kendo-color-primary, #ff6358), "secondary": var(--kendo-color-secondary, #666666), "tertiary": var(--kendo-color-tertiary, #03a9f4), "info": var(--kendo-color-info, #0058e9), "success": var(--kendo-color-success, #37b400), "warning": var(--kendo-color-warning, #ffc000), "error": var(--kendo-color-error, #f31700), "dark": var(--kendo-color-dark, #3d3d3d), "light": var(--kendo-color-light, #ebebeb), "inverse": var(--kendo-color-dark, #3d3d3d))
Description
The theme colors map of the Avatar.

Badge

NameTypeDefault valueComputed value
$kendo-badge-border-widthNumber1px1px
Description
The width of the border around the Badge.
$kendo-badge-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the Badge.
$kendo-badge-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the Badge.
$kendo-badge-sm-padding-xStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The horizontal padding of the small Badge.
$kendo-badge-md-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the medium Badge.
$kendo-badge-lg-padding-xStringk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)
Description
The horizontal padding of the large Badge.
$kendo-badge-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the Badge.
$kendo-badge-sm-padding-yStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The vertical padding of the small Badge.
$kendo-badge-md-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the medium Badge.
$kendo-badge-lg-padding-yStringk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)
Description
The vertical padding of the large Badge.
$kendo-badge-font-sizeStringvar( --kendo-font-size-xs, inherit )var(--kendo-font-size-xs, inherit)
Description
The font sizes of the Badge.
$kendo-badge-sm-font-sizeStringvar( --kendo-font-size-xs, inherit )var(--kendo-font-size-xs, inherit)
Description
The font size of the small Badge.
$kendo-badge-md-font-sizeStringvar( --kendo-font-size-xs, inherit )!defaultvar(--kendo-font-size-xs, inherit)
Description
The font size of the medium Badge.
$kendo-badge-lg-font-sizeStringvar( --kendo-font-size-xs, inherit )var(--kendo-font-size-xs, inherit)
Description
The font size of the large Badge.
$kendo-badge-line-heightNumber11
Description
The line heights used along with the $kendo-font-size variable.
$kendo-badge-sm-line-heightNumber$kendo-badge-line-height1
Description
The line height used along with the $kendo-font-size variable of the small Badge.
$kendo-badge-md-line-heightNumber$kendo-badge-line-height1
Description
The line height used along with the $kendo-font-size variable of the medium Badge.
$kendo-badge-lg-line-heightNumber$kendo-badge-line-height1
Description
The line height used along with the $kendo-font-size variable of the large Badge.
$kendo-badge-min-widthCalculationcalc( #{$kendo-badge-line-height * 1em} + calc( #{$kendo-badge-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ))calc(1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)
Description
The calculated minimum width of the circular Badge.
$kendo-badge-sm-min-widthCalculationcalc( #{$kendo-badge-sm-line-height * 1em} + calc( #{$kendo-badge-sm-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) )calc(1em + var(--kendo-spacing-0\.5, 0.125rem) * 2 + 1px * 2)
Description
The calculated minimum width of the small circular Badge.
$kendo-badge-md-min-widthCalculationcalc( #{$kendo-badge-md-line-height * 1em} + calc( #{$kendo-badge-md-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) )calc(1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)
Description
The calculated minimum width of the medium circular Badge.
$kendo-badge-lg-min-widthCalculationcalc( #{$kendo-badge-lg-line-height * 1em} + calc( #{$kendo-badge-lg-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) )calc(1em + var(--kendo-spacing-1\.5, 0.375rem) * 2 + 1px * 2)
Description
The calculated minimum width of the large circular Badge.
$kendo-badge-sizesMap( sm: ( padding-x: $kendo-badge-sm-padding-x, padding-y: $kendo-badge-sm-padding-y, font-size: $kendo-badge-sm-font-size, line-height: $kendo-badge-sm-line-height, min-width: $kendo-badge-sm-min-width ), md: ( padding-x: $kendo-badge-md-padding-x, padding-y: $kendo-badge-md-padding-y, font-size: $kendo-badge-md-font-size, line-height: $kendo-badge-md-line-height, min-width: $kendo-badge-md-min-width ), lg: ( padding-x: $kendo-badge-lg-padding-x, padding-y: $kendo-badge-lg-padding-y, font-size: $kendo-badge-lg-font-size, line-height: $kendo-badge-lg-line-height, min-width: $kendo-badge-lg-min-width ) )(sm: (padding-x: var(--kendo-spacing-0\.5, 0.125rem), padding-y: var(--kendo-spacing-0\.5, 0.125rem), font-size: var(--kendo-font-size-xs, inherit), line-height: 1, min-width: calc(1em + var(--kendo-spacing-0\.5, 0.125rem) * 2 + 1px * 2)), md: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), font-size: var(--kendo-font-size-xs, inherit), line-height: 1, min-width: calc(1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)), lg: (padding-x: var(--kendo-spacing-1\.5, 0.375rem), padding-y: var(--kendo-spacing-1\.5, 0.375rem), font-size: var(--kendo-font-size-xs, inherit), line-height: 1, min-width: calc(1em + var(--kendo-spacing-1\.5, 0.375rem) * 2 + 1px * 2)))
Description
The sizes map for the Badge.

Bottom-navigation

NameTypeDefault valueComputed value
$kendo-bottom-nav-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the BottomNavigation.
$kendo-bottom-nav-padding-yString$kendo-bottom-nav-padding-xvar(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the BottomNavigation.
$kendo-bottom-nav-gapString$kendo-bottom-nav-padding-xvar(--kendo-spacing-1, 0.25rem)
Description
The spacing between the BottomNavigation items.
$kendo-bottom-nav-border-widthList1px 0px 0px 0px1px 0px 0px 0px
Description
The width of the border around the BottomNavigation.
$kendo-bottom-nav-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the BottomNavigation.
$kendo-bottom-nav-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the BottomNavigation.
$kendo-bottom-nav-line-heightStringvar( --kendo-line-height-sm, normal )var(--kendo-line-height-sm, normal)
Description
The line height of the BottomNavigation.
$kendo-bottom-nav-letter-spacingNumber.2px0.2px
Description
The letter spacing of the BottomNavigation.
$kendo-bottom-nav-item-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the BottomNavigation item.
$kendo-bottom-nav-item-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The vertical padding of the BottomNavigation item.
$kendo-bottom-nav-item-min-widthNumber72px72px
Description
The minimum width of the BottomNavigation item.
$kendo-bottom-nav-item-max-widthNullnullnull
Description
The maximum width of the BottomNavigation item.
$kendo-bottom-nav-item-min-heightCalculationcalc( #{$kendo-icon-size * 2.5} + calc( #{$kendo-padding-md-x} * 2 ) - calc( #{$kendo-bottom-nav-padding-x} * 2 ) )calc(40px + var(--kendo-spacing-2, 0.5rem) * 2 - var(--kendo-spacing-1, 0.25rem) * 2)
Description
The minimum height of the BottomNavigation item.
$kendo-bottom-nav-item-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the BottomNavigation item.
$kendo-bottom-nav-item-gapList0 k-spacing(1)0 var(--kendo-spacing-1, 0.25rem)
Description
The spacing of the BottomNavigation item.
$kendo-bottom-nav-shadowStringk-elevation(4)var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The box shadow of the BottomNavigation.
$kendo-bottom-nav-flat-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the flat BottomNavigation.
$kendo-bottom-nav-flat-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the flat BottomNavigation.
$kendo-bottom-nav-flat-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the flat BottomNavigation.

Breadcrumb

NameTypeDefault valueComputed value
$kendo-breadcrumb-border-widthNumber0px0px
Description
The width of the border around the Breadcrumb.
$kendo-breadcrumb-margin-xNullnullnull
Description
The horizontal margin of the Breadcrumb.
$kendo-breadcrumb-margin-yNullnullnull
Description
The vertical margin of the Breadcrumb.
$kendo-breadcrumb-padding-xNullnullnull
Description
The horizontal padding of the Breadcrumb.
$kendo-breadcrumb-padding-yNullnullnull
Description
The vertical padding of the Breadcrumb.
$kendo-breadcrumb-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Breadcrumb.
$kendo-breadcrumb-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Breadcrumb.
$kendo-breadcrumb-sm-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the small Breadcrumb.
$kendo-breadcrumb-md-font-sizeString$kendo-breadcrumb-font-sizevar(--kendo-font-size, inherit)
Description
The font size of the medium Breadcrumb.
$kendo-breadcrumb-lg-font-sizeStringvar( --kendo-font-size-lg, inherit )var(--kendo-font-size-lg, inherit)
Description
The font size of the large Breadcrumb.
$kendo-breadcrumb-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line-height of the Breadcrumb.
$kendo-breadcrumb-sm-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line-height of the small Breadcrumb.
$kendo-breadcrumb-md-line-heightString$kendo-breadcrumb-line-heightvar(--kendo-line-height, normal)
Description
The line-height of the medium Breadcrumb.
$kendo-breadcrumb-lg-line-heightStringvar( --kendo-line-height-lg, normal )var(--kendo-line-height-lg, normal)
Description
The line-height of the height Breadcrumb.
$kendo-breadcrumb-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The base background of the Breadcrumb.
$kendo-breadcrumb-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The base text color of the Breadcrumb.
$kendo-breadcrumb-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The base border color of the Breadcrumb.
$kendo-breadcrumb-focus-shadowList0 0 2px 1px rgba(0, 0, 0, .06)0 0 2px 1px rgba(0, 0, 0, 0.06)
Description
The box shadow of the focused Breadcrumb.
$kendo-breadcrumb-link-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Breadcrumb link.
$kendo-breadcrumb-sm-link-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the small Breadcrumb link.
$kendo-breadcrumb-md-link-padding-xString$kendo-breadcrumb-link-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the medium Breadcrumb link.
$kendo-breadcrumb-lg-link-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the large Breadcrumb link.
$kendo-breadcrumb-link-padding-yStringk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)
Description
The vertical padding of the Breadcrumb link.
$kendo-breadcrumb-sm-link-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the small Breadcrumb link.
$kendo-breadcrumb-md-link-padding-yString$kendo-breadcrumb-link-padding-yvar(--kendo-spacing-1\.5, 0.375rem)
Description
The vertical padding of the medium Breadcrumb link.
$kendo-breadcrumb-lg-link-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the large Breadcrumb link.
$kendo-breadcrumb-link-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border-radius of the Breadcrumb link.
$kendo-breadcrumb-icon-link-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Breadcrumb link icon.
$kendo-breadcrumb-sm-icon-link-padding-yStringk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)
Description
The vertical padding of the small Breadcrumb link icon.
$kendo-breadcrumb-md-icon-link-padding-yString$kendo-breadcrumb-icon-link-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the medium Breadcrumb link icon.
$kendo-breadcrumb-lg-icon-link-padding-yStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the large Breadcrumb link icon.
$kendo-breadcrumb-icon-link-padding-xString$kendo-breadcrumb-icon-link-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Breadcrumb link icon.
$kendo-breadcrumb-sm-icon-link-padding-xString$kendo-breadcrumb-sm-icon-link-padding-yvar(--kendo-spacing-1\.5, 0.375rem)
Description
The horizontal padding of the small Breadcrumb link icon.
$kendo-breadcrumb-md-icon-link-padding-xString$kendo-breadcrumb-icon-link-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the medium Breadcrumb link icon.
$kendo-breadcrumb-lg-icon-link-padding-xString$kendo-breadcrumb-lg-icon-link-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the large Breadcrumb link icon.
$kendo-breadcrumb-link-initial-textStringinheritinherit
Description
The text color of the Breadcrumb link.
$kendo-breadcrumb-link-icon-spacingString$kendo-icon-spacingvar(--kendo-spacing-1, 0.25rem)
Description
The spacing of the Breadcrumb link icon.
$kendo-breadcrumb-link-bgNullnullnull
Description
The background color of the Breadcrumb link.
$kendo-breadcrumb-link-textString$kendo-link-textvar(--kendo-color-primary, #ff6358)
Description
The text color of the Breadcrumb link.
$kendo-breadcrumb-link-borderNullnullnull
Description
The border color of the Breadcrumb link.
$kendo-breadcrumb-link-hover-bgString$kendo-base-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the hovered Breadcrumb link.
$kendo-breadcrumb-link-hover-textString$kendo-link-hover-textvar(--kendo-color-primary-hover, #ea5a51)
Description
The text color of the hovered Breadcrumb link.
$kendo-breadcrumb-link-hover-borderNullnullnull
Description
The border color of the hovered Breadcrumb link.
$kendo-breadcrumb-link-focus-bgNullnullnull
Description
The background color of the focused Breadcrumb link.
$kendo-breadcrumb-link-focus-textString$kendo-link-textvar(--kendo-color-primary, #ff6358)
Description
The text color of the focused Breadcrumb link.
$kendo-breadcrumb-link-focus-borderNullnullnull
Description
The border color of the focused Breadcrumb link.
$kendo-breadcrumb-link-focus-shadowList$kendo-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.13)
Description
The box shadow of the focused Breadcrumb link.
$kendo-breadcrumb-root-link-bgNullnullnull
Description
The background color of the Breadcrumb root link.
$kendo-breadcrumb-root-link-textNullnullnull
Description
The text color of the Breadcrumb root link.
$kendo-breadcrumb-root-link-borderNullnullnull
Description
The border color of the Breadcrumb root link.
$kendo-breadcrumb-root-link-hover-bgString$kendo-base-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the hovered Breadcrumb root link.
$kendo-breadcrumb-root-link-hover-textNullnullnull
Description
The text color of the hovered Breadcrumb root link.
$kendo-breadcrumb-root-link-hover-borderNullnullnull
Description
The border color of the hovered Breadcrumb root link.
$kendo-breadcrumb-root-link-focus-bgNullnullnull
Description
The background color of the focused Breadcrumb root link.
$kendo-breadcrumb-root-link-focus-textNullnullnull
Description
The text color of the focused Breadcrumb root link.
$kendo-breadcrumb-root-link-focus-borderNullnullnull
Description
The border color of the focused Breadcrumb root link.
$kendo-breadcrumb-root-link-focus-shadowList$kendo-breadcrumb-link-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.13)
Description
The box shadow of the focused Breadcrumb root link.
$kendo-breadcrumb-current-item-bgNullnullnull
Description
The background color of the current Breadcrumb root link.
$kendo-breadcrumb-current-item-textNullnullnull
Description
The text color of the current Breadcrumb root link.
$kendo-breadcrumb-current-item-borderNullnullnull
Description
The border color of the current Breadcrumb root link.
$kendo-breadcrumb-sizesMap( sm: ( link-padding-x: $kendo-breadcrumb-sm-link-padding-x, link-padding-y: $kendo-breadcrumb-sm-link-padding-y, icon-link-padding-x: $kendo-breadcrumb-sm-icon-link-padding-x, icon-link-padding-y: $kendo-breadcrumb-sm-icon-link-padding-y, font-size: $kendo-breadcrumb-sm-font-size, line-height: $kendo-breadcrumb-sm-line-height ), md: ( link-padding-x: $kendo-breadcrumb-md-link-padding-x, link-padding-y: $kendo-breadcrumb-md-link-padding-y, icon-link-padding-x: $kendo-breadcrumb-md-icon-link-padding-x, icon-link-padding-y: $kendo-breadcrumb-md-icon-link-padding-y, font-size: $kendo-breadcrumb-md-font-size, line-height: $kendo-breadcrumb-md-line-height ), lg: ( link-padding-x: $kendo-breadcrumb-lg-link-padding-x, link-padding-y: $kendo-breadcrumb-lg-link-padding-y, icon-link-padding-x: $kendo-breadcrumb-lg-icon-link-padding-x, icon-link-padding-y: $kendo-breadcrumb-lg-icon-link-padding-y, font-size: $kendo-breadcrumb-lg-font-size, line-height: $kendo-breadcrumb-lg-line-height ) )(sm: (link-padding-x: var(--kendo-spacing-2, 0.5rem), link-padding-y: var(--kendo-spacing-1, 0.25rem), icon-link-padding-x: var(--kendo-spacing-1\.5, 0.375rem), icon-link-padding-y: var(--kendo-spacing-1\.5, 0.375rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)), md: (link-padding-x: var(--kendo-spacing-2, 0.5rem), link-padding-y: var(--kendo-spacing-1\.5, 0.375rem), icon-link-padding-x: var(--kendo-spacing-2, 0.5rem), icon-link-padding-y: var(--kendo-spacing-2, 0.5rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)), lg: (link-padding-x: var(--kendo-spacing-2, 0.5rem), link-padding-y: var(--kendo-spacing-2, 0.5rem), icon-link-padding-x: var(--kendo-spacing-3, 0.75rem), icon-link-padding-y: var(--kendo-spacing-3, 0.75rem), font-size: var(--kendo-font-size-lg, inherit), line-height: var(--kendo-line-height-lg, normal)))
Description
The sizes map for the Breadcrumb.

Button

NameTypeDefault valueComputed value
$kendo-button-border-widthNumber1px1px
Description
The width of the border around the Button.
$kendo-button-border-radiusNullnullnull
Description
The border radius of the Button.
$kendo-button-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Button.
$kendo-button-sm-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the small Button.
$kendo-button-md-padding-xString$kendo-button-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the medium Button.
$kendo-button-lg-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the large Button.
$kendo-button-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the Button.
$kendo-button-sm-padding-yStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The vertical padding of the small Button.
$kendo-button-md-padding-yString$kendo-button-padding-yvar(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the medium Button.
$kendo-button-lg-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the large Button.
$kendo-button-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Button.
$kendo-button-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Button.
$kendo-button-sm-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the small Button.
$kendo-button-md-font-sizeString$kendo-button-font-sizevar(--kendo-font-size, inherit)
Description
The font size of the medium Button.
$kendo-button-lg-font-sizeStringvar( --kendo-font-size-lg, inherit )var(--kendo-font-size-lg, inherit)
Description
The font size of the large Button.
$kendo-button-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height used along with the $kendo-font-size the.
$kendo-button-sm-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height used along with the $kendo-font-size the of the small Button.
$kendo-button-md-line-heightString$kendo-button-line-heightvar(--kendo-line-height, normal)
Description
The line height used along with the $kendo-font-size the of the medium Button.
$kendo-button-lg-line-heightStringvar( --kendo-line-height-lg, normal )var(--kendo-line-height-lg, normal)
Description
The line height used along with the $kendo-font-size the of the large Button.
$kendo-button-calc-sizeCalculationcalc( calc( #{$kendo-button-line-height} * 1em ) + calc( #{$kendo-button-padding-y} * 2 ) + #{$kendo-button-border-width * 2} )calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 2px)
Description
The calculated height of the Button.
$kendo-button-inner-calc-sizeCalculationcalc( calc( #{$kendo-button-line-height} * 1em ) + calc( #{$kendo-button-padding-y} * 2 ) )calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2)
Description
The calculated inner height of the Button excluding the border width.
$kendo-button-sizesMap( sm: ( padding-x: $kendo-button-sm-padding-x, padding-y: $kendo-button-sm-padding-y, font-size: $kendo-button-sm-font-size, line-height: $kendo-button-sm-line-height ), md: ( padding-x: $kendo-button-md-padding-x, padding-y: $kendo-button-md-padding-y, font-size: $kendo-button-md-font-size, line-height: $kendo-button-md-line-height ), lg: ( padding-x: $kendo-button-lg-padding-x, padding-y: $kendo-button-lg-padding-y, font-size: $kendo-button-lg-font-size, line-height: $kendo-button-lg-line-height ) )(sm: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-0\.5, 0.125rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-1, 0.25rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal)), lg: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), font-size: var(--kendo-font-size-lg, inherit), line-height: var(--kendo-line-height-lg, normal)))
Description
The sizes map for the Button.
$kendo-button-theme-colorsMapk-map-merge( $kendo-theme-colors, ( "base": if($kendo-enable-color-system, k-color( base ), #f5f5f5) ) )("primary": var(--kendo-color-primary, #ff6358), "secondary": var(--kendo-color-secondary, #666666), "tertiary": var(--kendo-color-tertiary, #03a9f4), "info": var(--kendo-color-info, #0058e9), "success": var(--kendo-color-success, #37b400), "warning": var(--kendo-color-warning, #ffc000), "error": var(--kendo-color-error, #f31700), "dark": var(--kendo-color-dark, #3d3d3d), "light": var(--kendo-color-light, #ebebeb), "inverse": var(--kendo-color-dark, #3d3d3d), "base": var(--kendo-color-base, #f5f5f5))
Description
The theme colors map for the Button.
$kendo-button-bgStringif($kendo-enable-color-system, k-color( base ), #f5f5f5)var(--kendo-color-base, #f5f5f5)
Description
The base background of the Button.
$kendo-button-textStringif($kendo-enable-color-system, k-color( on-base ), #424242)var(--kendo-color-on-base, #3d3d3d)
Description
The base text color of the Button.
$kendo-button-borderStringif($kendo-enable-color-system, k-color( border ), rgba( black, .08 ))var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The base border color of the Button.
$kendo-button-gradientNullif($kendo-enable-color-system, null, (rgba( black, 0 ), rgba( black, .02 )))null
Description
The base background gradient of the Button.
$kendo-button-shadowNullnullnull
Description
The base shadow of the Button.
$kendo-button-hover-bgStringif($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-button-bg, .5 ))var(--kendo-color-base-hover, #ebebeb)
Description
The base background of the hovered Button.
$kendo-button-hover-textNullnullnull
Description
The base text color of the hovered Button.
$kendo-button-hover-borderNullnullnull
Description
The base border color of the hovered Button.
$kendo-button-hover-gradientNullnullnull
Description
The base background gradient of the hovered Button.
$kendo-button-hover-shadowNullnullnull
Description
The base shadow of the hovered Button.
$kendo-button-active-bgStringif($kendo-enable-color-system, k-color( base-active ), k-try-shade( $kendo-button-bg, 1.5 ))var(--kendo-color-base-active, #d6d6d6)
Description
The base background color of the active Button.
$kendo-button-active-textNullnullnull
Description
The base text color of the active Button.
$kendo-button-active-borderNullnullnull
Description
The base border color of the active Button.
$kendo-button-active-gradientNullnullnull
Description
The base background gradient of the active Button.
$kendo-button-active-shadowNullnullnull
Description
The base shadow of the active Button.
$kendo-button-selected-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The base background color of the selected Button.
$kendo-button-selected-textStringif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-button-selected-bg ))var(--kendo-color-on-primary, #ffffff)
Description
The text color of the selected Button.
$kendo-button-selected-borderString$kendo-button-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The border color of the selected Button.
$kendo-button-selected-gradientNull$kendo-button-active-gradientnull
Description
The background gradient of the selected Button.
$kendo-button-selected-shadowNull$kendo-button-active-shadownull
Description
The base shadow of the selected Button.
$kendo-button-focus-bgNullnullnull
Description
The base background of the focused Button.
$kendo-button-focus-textNullnullnull
Description
The base text color of the focused Button.
$kendo-button-focus-borderNullnullnull
Description
The base border color of the focused Button.
$kendo-button-focus-gradientNullnullnull
Description
The base background gradient of the focused Button.
$kendo-button-focus-shadowList0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( $kendo-button-border, .08 ))0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)
Description
The base shadow of the focused Button.
$kendo-button-disabled-bgNullnullnull
Description
The base background of the disabled Button.
$kendo-button-disabled-textNullnullnull
Description
The base text color of the disabled Button.
$kendo-button-disabled-borderNullnullnull
Description
The base border color of the disabled Button.
$kendo-button-disabled-gradientNullnullnull
Description
The base background gradient of the disabled Button.
$kendo-button-disabled-shadowNullnullnull
Description
The base shadow of the disabled Button.
$kendo-flat-button-hover-opacityNumber.040.04
Description
The overlay opacity of the hovered flat Button. Used to create a background for the flat Button.
$kendo-flat-button-focus-opacityNullnullnull
Description
The overlay opacity of the focused flat Button. Used to create a background for the flat Button.
$kendo-flat-button-active-opacityNumber.160.16
Description
The overlay opacity of the active flat Button. Used to create background for the flat Button.
$kendo-flat-button-selected-opacityNumber.20.2
Description
The overlay opacity of the selected flat Button. Used to create background for the flat Button.
$kendo-flat-button-focus-ring-opacityNumber.120.12
Description
The opacity of the flat Button focus ring. Used to create a border for the flat Button.
$kendo-button-transitionListcolor .2s ease-in-outcolor 0.2s ease-in-out
Description
The color transition of the flat Button.

Calendar

NameTypeDefault valueComputed value
$kendo-calendar-border-widthNumber1px1px
Description
The width of the border around the Calendar.
$kendo-calendar-cell-sizeNumber32px32px
Description
The size of the cells in the Calendar.
$kendo-calendar-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Calendar.
$kendo-calendar-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Calendar.
$kendo-calendar-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Calendar.
$kendo-calendar-header-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the header in the Calendar.
$kendo-calendar-header-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the header in the Calendar.
$kendo-calendar-header-border-widthNumber1px1px
Description
The border width of the header in the Calendar.
$kendo-calendar-header-bgString$kendo-component-header-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the header in the Calendar.
$kendo-calendar-header-textString$kendo-component-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the header in the Calendar.
$kendo-calendar-header-borderString$kendo-component-header-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the header in the Calendar.
$kendo-calendar-header-gradientNull$kendo-component-header-gradientnull
Description
The gradient of the header in the Calendar.
$kendo-calendar-header-shadowList0 1px 3px 1px rgba(black, .1)0 1px 3px 1px rgba(0, 0, 0, 0.1)
Description
The shadow of the header in the Calendar.
$kendo-calendar-nav-gapNullnullnull
Description
The gap between the items in the navigation of the Calendar.
$kendo-calendar-footer-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the footer in the Calendar.
$kendo-calendar-footer-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the footer in the Calendar.
$kendo-calendar-cell-padding-xNumber.25em0.25em
Description
The horizontal padding of the cells in the Calendar.
$kendo-calendar-cell-padding-yNumber$kendo-calendar-cell-padding-x0.25em
Description
The vertical padding of the cells in the Calendar.
$kendo-calendar-cell-line-heightString$kendo-calendar-line-heightvar(--kendo-line-height, normal)
Description
The line height of the cells in the Calendar.
$kendo-calendar-cell-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the cells in the Calendar.
$kendo-calendar-header-cell-padding-xNullnullnull
Description
The horizontal padding of the header cells in the Calendar.
$kendo-calendar-header-cell-padding-yNullnullnull
Description
The vertical padding of the header cells in the Calendar.
$kendo-calendar-header-cell-widthNumber$kendo-calendar-cell-size32px
Description
The width of the header cells in the Calendar.
$kendo-calendar-header-cell-heightNumber$kendo-calendar-cell-size32px
Description
The height of the header cells in the Calendar.
$kendo-calendar-header-cell-bgNullnullnull
Description
The background color of the header cells in the Calendar.
$kendo-calendar-header-cell-textString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The text color of the header cells in the Calendar.
$kendo-calendar-header-cell-opacityNullnullnull
Description
The opacity of the header cells in the Calendar.
$kendo-calendar-caption-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the caption in the Calendar.
$kendo-calendar-caption-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the caption in the Calendar.
$kendo-calendar-caption-heightNumber$kendo-calendar-cell-size32px
Description
The height of the caption in the Calendar.
$kendo-calendar-caption-font-sizeNullnullnull
Description
The font size of the caption in the Calendar.
$kendo-calendar-caption-line-heightNullnullnull
Description
The line height of the caption in the Calendar.
$kendo-calendar-week-number-font-sizeNumber$kendo-font-size-sm0.75rem
Description
The font size of the week number cells in the Calendar.
$kendo-calendar-view-widthNumber($kendo-calendar-cell-size * 8)256px
Description
The width of the Calendar view.
$kendo-calendar-view-heightNumber($kendo-calendar-cell-size * 7)224px
Description
The height of the Calendar view.
$kendo-calendar-view-gapStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The gap between the items in the Calendar view.
$kendo-calendar-weekend-bgNullnullnull
Description
The background color of the weekend cells in the Calendar.
$kendo-calendar-weekend-textNullnullnull
Description
The text color of the weekend cells in the Calendar.
$kendo-calendar-today-styleStringcolorcolor
Description
The style of the current day in the Calendar.
$kendo-calendar-today-colorString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The color of the current day in the Calendar.
$kendo-calendar-week-number-bgNullnullnull
Description
The background color of the week number cells in the Calendar.
$kendo-calendar-week-number-textString$kendo-calendar-header-cell-textvar(--kendo-color-subtle, #666666)
Description
The text color of the week number cells in the Calendar.
$kendo-calendar-other-month-bgNullnullnull
Description
The background color of the preceding/subsequent month cells in the Calendar.
$kendo-calendar-other-month-textString$kendo-calendar-header-cell-textvar(--kendo-color-subtle, #666666)
Description
The text color of the preceding/subsequent month cells in the Calendar.
$kendo-calendar-cell-bgNullnullnull
Description
The background color of the cells in the Calendar.
$kendo-calendar-cell-textNullnullnull
Description
The text color of the cells in the Calendar.
$kendo-calendar-cell-borderNullnullnull
Description
The border color of the cells in the Calendar.
$kendo-calendar-cell-gradientNullnullnull
Description
The gradient of the cells in the Calendar.
$kendo-calendar-cell-hover-bgString$kendo-hover-bgvar(--kendo-color-base-hover, #ebebeb)
Description
The background color of the hovered cells in the Calendar.
$kendo-calendar-cell-hover-textString$kendo-hover-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the hovered cells in the Calendar.
$kendo-calendar-cell-hover-borderString$kendo-hover-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the hovered cells in the Calendar.
$kendo-calendar-cell-hover-gradientNullnullnull
Description
The gradient of the hovered cells in the Calendar.
$kendo-calendar-cell-selected-bgString$kendo-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The background color of the selected cells in the Calendar.
$kendo-calendar-cell-selected-textString$kendo-selected-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the selected cells in the Calendar.
$kendo-calendar-cell-selected-borderString$kendo-selected-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the selected cells in the Calendar.
$kendo-calendar-cell-selected-gradientNullnullnull
Description
The gradient of the selected cells in the Calendar.
$kendo-calendar-cell-selected-hover-bgString$kendo-selected-hover-bgvar(--kendo-color-primary-hover, #ea5a51)
Description
The background color of the selected and hovered cells in the Calendar.
$kendo-calendar-cell-selected-hover-textString$kendo-selected-hover-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the selected and hovered cells in the Calendar.
$kendo-calendar-cell-selected-hover-borderNullnullnull
Description
The border color of the selected and hovered cells in the Calendar.
$kendo-calendar-cell-selected-hover-gradientNullnullnull
Description
The gradient of the selected and hovered cells in the Calendar.
$kendo-calendar-cell-focus-shadowListinset 0 0 0 2px rgba( $kendo-color-black, .08 )inset 0 0 0 2px rgba(0, 0, 0, 0.08)
Description
The shadow of the focused cells in the Calendar.
$kendo-calendar-cell-selected-focus-shadowList$kendo-calendar-cell-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.08)
Description
The shadow of the selected and focused cells in the Calendar.
$kendo-calendar-navigation-widthNumber5em5em
Description
The width of the Calendar navigation.
$kendo-calendar-navigation-item-heightNumber2em2em
Description
The height of the items in the Calendar navigation.
$kendo-calendar-navigation-bgString$kendo-calendar-header-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the Calendar navigation.
$kendo-calendar-navigation-textString$kendo-calendar-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Calendar navigation.
$kendo-calendar-navigation-borderString$kendo-calendar-header-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Calendar navigation.
$kendo-calendar-navigation-hover-textString$kendo-link-hover-textvar(--kendo-color-primary-hover, #ea5a51)
Description
The text color of the hovered items in the Calendar navigation.
$kendo-infinite-calendar-header-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the header in the Infinite Calendar.
$kendo-infinite-calendar-header-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the header in the Infinite Calendar.
$kendo-infinite-calendar-view-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the Calendar view in the Infinite Calendar.
$kendo-infinite-calendar-view-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The vertical padding of the Calendar view in the Infinite Calendar.
$kendo-infinite-calendar-view-heightNumber( $kendo-calendar-cell-size * 9 )288px
Description
The height of the Calendar view in the Infinite Calendar.
$kendo-calendar-range-cell-border-radiusStringk-border-radius(lg)var(--kendo-border-radius-lg, 0.375rem)
Description
The border radius of the range cells in the Multiview Calendar.
$kendo-calendar-sm-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the small Calendar.
$kendo-calendar-sm-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the small Calendar.
$kendo-calendar-sm-cell-sizeNumber28px28px
Description
The size of the cells in the small Calendar.
$kendo-calendar-sm-cell-padding-xStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The horizontal padding of the cells in the small Calendar.
$kendo-calendar-sm-cell-padding-yStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The vertical padding of the cells in the small Calendar.
$kendo-calendar-md-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the medium Calendar.
$kendo-calendar-md-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the medium Calendar.
$kendo-calendar-md-cell-sizeNumber32px32px
Description
The size of the cells in the medium Calendar.
$kendo-calendar-md-cell-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the cells in the medium Calendar.
$kendo-calendar-md-cell-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the cells in the medium Calendar.
$kendo-calendar-lg-font-sizeStringvar( --kendo-font-size-lg, inherit )var(--kendo-font-size-lg, inherit)
Description
The font size of the large Calendar.
$kendo-calendar-lg-line-heightStringvar( --kendo-line-height-lg, normal )var(--kendo-line-height-lg, normal)
Description
The line height of the large Calendar.
$kendo-calendar-lg-cell-sizeNumber40px40px
Description
The size of the cells in the large Calendar.
$kendo-calendar-lg-cell-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the cells in the large Calendar.
$kendo-calendar-lg-cell-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the cells in the large Calendar.
$kendo-calendar-sizesMap( sm: ( font-size: $kendo-calendar-sm-font-size, line-height: $kendo-calendar-sm-line-height, cell-size: $kendo-calendar-sm-cell-size, cell-padding-x: $kendo-calendar-sm-cell-padding-y, cell-padding-y: $kendo-calendar-sm-cell-padding-x ), md: ( font-size: $kendo-calendar-md-font-size, line-height: $kendo-calendar-md-line-height, cell-size: $kendo-calendar-md-cell-size, cell-padding-x: $kendo-calendar-md-cell-padding-y, cell-padding-y: $kendo-calendar-md-cell-padding-x ), lg: ( font-size: $kendo-calendar-lg-font-size, line-height: $kendo-calendar-lg-line-height, cell-size: $kendo-calendar-lg-cell-size, cell-padding-x: $kendo-calendar-lg-cell-padding-y, cell-padding-y: $kendo-calendar-lg-cell-padding-x ) )(sm: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), cell-size: 28px, cell-padding-x: var(--kendo-spacing-0\.5, 0.125rem), cell-padding-y: var(--kendo-spacing-0\.5, 0.125rem)), md: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), cell-size: 32px, cell-padding-x: var(--kendo-spacing-1, 0.25rem), cell-padding-y: var(--kendo-spacing-1, 0.25rem)), lg: (font-size: var(--kendo-font-size-lg, inherit), line-height: var(--kendo-line-height-lg, normal), cell-size: 40px, cell-padding-x: var(--kendo-spacing-2, 0.5rem), cell-padding-y: var(--kendo-spacing-2, 0.5rem)))
Description
The sizes Map of the Calendar.

Captcha

NameTypeDefault valueComputed value
$kendo-captcha-spacerStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacer of the Captcha.
$kendo-captcha-widthNumber280px280px
Description
The width of the Captcha.
$kendo-captcha-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Captcha.
$kendo-captcha-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Captcha.
$kendo-captcha-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Captcha.
$kendo-captcha-gapString$kendo-captcha-spacervar(--kendo-spacing-2, 0.5rem)
Description
The gap of the Captcha.
$kendo-captcha-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Captcha.
$kendo-captcha-textString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The text color of the Captcha.
$kendo-captcha-borderString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The border color of the Captcha.
$kendo-captcha-image-wrap-gapString$kendo-captcha-spacervar(--kendo-spacing-2, 0.5rem)
Description
The gap of the Captcha image wrapper.
$kendo-captcha-image-controls-gapString$kendo-captcha-spacervar(--kendo-spacing-2, 0.5rem)
Description
The gap of the Captcha image controls.
$kendo-captcha-validation-message-margin-topCalculationcalc( #{$kendo-captcha-spacer} / 2 )calc(var(--kendo-spacing-2, 0.5rem) / 2)
Description
The top margin of the Captcha validation message.
$kendo-captcha-validation-message-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
The font size of the Captcha validation message.
$kendo-captcha-validation-message-font-styleStringitalicitalic
Description
The font style of the Captcha validation message.

Card

NameTypeDefault valueComputed value
$kendo-card-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the Card.
$kendo-card-padding-yStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the Card.
$kendo-card-border-widthNumber1px1px
Description
The width of the border around the Card.
$kendo-card-border-radiusStringk-border-radius(lg)var(--kendo-border-radius-lg, 0.375rem)
Description
The border radius of the Card.
$kendo-card-inner-border-radiusCalculationcalc( #{$kendo-card-border-radius} - #{$kendo-card-border-width} )calc(var(--kendo-border-radius-lg, 0.375rem) - 1px)
Description
The inner border radius of the Card.
$kendo-card-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Card.
$kendo-card-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Card.
$kendo-card-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Card.
$kendo-card-deck-gapStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The spacing between the Cards in the Card deck.
$kendo-card-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Card.
$kendo-card-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Card.
$kendo-card-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Card.
$kendo-card-shadowNullnullnull
Description
The shadow of the Card.
$kendo-card-focus-bgNullnullnull
Description
The background color of the focused Card.
$kendo-card-focus-textNullnullnull
Description
The text color of the focused Card.
$kendo-card-focus-borderColorrgba( black, .15 )rgba(0, 0, 0, 0.15)
Description
The border color of the focused Card.
$kendo-card-focus-shadowNullnullnull
Description
The shadow of the focused Card.
$kendo-card-header-padding-xString$kendo-card-padding-xvar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the Card header.
$kendo-card-header-padding-yString$kendo-card-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the Card header.
$kendo-card-header-border-widthNumber1px1px
Description
The bottom border width of the Card header.
$kendo-card-header-bgNullnullnull
Description
The background color of the Card header.
$kendo-card-header-textString$kendo-component-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Card header.
$kendo-card-header-borderString$kendo-component-header-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Card header.
$kendo-card-body-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the Card body.
$kendo-card-body-padding-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The vertical padding of the Card body.
$kendo-card-footer-padding-xString$kendo-card-padding-xvar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the Card footer.
$kendo-card-footer-padding-yString$kendo-card-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the Card footer.
$kendo-card-footer-border-widthNumber1px1px
Description
The top border width of the Card footer.
$kendo-card-footer-bgNullnullnull
Description
The background color of the Card footer.
$kendo-card-footer-textString$kendo-component-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Card footer.
$kendo-card-footer-borderString$kendo-component-header-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Card footer.
$kendo-card-title-margin-bottomStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The bottom margin of the Card title.
$kendo-card-title-font-sizeStringvar( --kendo-font-size-lg, inherit )var(--kendo-font-size-lg, inherit)
Description
The font size of the Card title.
$kendo-card-title-font-familyNullnullnull
Description
The font family of the Card title.
$kendo-card-title-line-heightNumber1.251.25
Description
The line height of the Card title.
$kendo-card-title-font-weightStringvar( --kendo-font-weight-normal, normal )var(--kendo-font-weight-normal, normal)
Description
The font weight of the Card title.
$kendo-card-title-letter-spacingNullnullnull
Description
The letter spacing of the Card title.
$kendo-card-subtitle-margin-bottomStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The bottom margin of the Card subtitle.
$kendo-card-subtitle-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
The font size of the Card subtitle.
$kendo-card-subtitle-font-familyNullnullnull
Description
The font family of the Card subtitle.
$kendo-card-subtitle-line-heightStringnormalnormal
Description
The line height of the Card subtitle.
$kendo-card-subtitle-font-weightStringvar( --kendo-font-weight-normal, normal )var(--kendo-font-weight-normal, normal)
Description
The font weight of the Card subtitle.
$kendo-card-subtitle-letter-spacingNullnullnull
Description
The letter spacing of the Card subtitle.
$kendo-card-subtitle-textString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The text color of the Card subtitle.
$kendo-card-img-max-widthNumber100px100px
Description
The maximum width of the Card image.
$kendo-card-avatar-sizeNumber45px45px
Description
The size of the Avatar in the Card.
$kendo-card-avatar-spacingString$kendo-card-header-padding-xvar(--kendo-spacing-4, 1rem)
Description
The spacing between the Avatar and the text in the Card.
$kendo-card-actions-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Card actions.
$kendo-card-actions-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Card actions.
$kendo-card-actions-border-widthNumber1px1px
Description
The top border width of the Card actions.
$kendo-card-actions-gapStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing between the Card actions.
$kendo-card-deck-scroll-button-radiusNumber0px0px
Description
The border radius of the scroll button in the Card deck.
$kendo-card-deck-scroll-button-offsetNumber-$kendo-button-border-width-1px
Description
The border radius of the scroll button in the Card deck.
$kendo-card-callout-widthNumber20px20px
Description
The width of the Card callout.
$kendo-card-callout-heightNumber20px20px
Description
The height of the Card callout.

Charts

NameTypeDefault valueComputed value
$kendo-series-aStringif($kendo-enable-color-system, k-color( series-a ), #ff6358)var(--kendo-color-series-a, #ff6358)
Description
The first base series color and its light and dark shades.
$kendo-series-bStringif($kendo-enable-color-system, k-color( series-b ), #ffe162)var(--kendo-color-series-b, #ffe162)
Description
The second base series color and its light and dark shades.
$kendo-series-cStringif($kendo-enable-color-system, k-color( series-c ), #4cd180)var(--kendo-color-series-c, #4cd180)
Description
The third base series color and its light and dark shades.
$kendo-series-dStringif($kendo-enable-color-system, k-color( series-d ), #4b5ffa)var(--kendo-color-series-d, #4b5ffa)
Description
The fourth base series color and its light and dark shades.
$kendo-series-eStringif($kendo-enable-color-system, k-color( series-e ), #ac58ff)var(--kendo-color-series-e, #ac58ff)
Description
The fifth base series color and its light and dark shades.
$kendo-series-fStringif($kendo-enable-color-system, k-color( series-f ), #ff5892)var(--kendo-color-series-f, #ff5892)
Description
The sixth base series color and its light and dark shades.
$kendo-series-1String$kendo-series-avar(--kendo-color-series-a, #ff6358)
Description
The series colors in order:
base, light, dark, lighter, darker
$kendo-chart-major-linesStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 ))color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)
Description
The color of the Chart grid lines (major).
$kendo-chart-minor-linesStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 4%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 ))color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 4%, transparent)
Description
The color of the Chart grid lines (minor).

Chat

NameTypeDefault valueComputed value
$kendo-chat-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the Chat.
$kendo-chat-padding-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The vertical padding of the Chat.
$kendo-chat-widthNumber500px500px
Description
The width of the Chat.
$kendo-chat-heightNumber600px600px
Description
The height of the Chat.
$kendo-chat-border-widthNumber1px1px
Description
The border width of the Chat.
$kendo-chat-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Chat.
$kendo-chat-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Chat.
$kendo-chat-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Chat.
$kendo-chat-item-spacing-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal spacing between the items of the Chat.
$kendo-chat-item-spacing-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The vertical spacing between the items of the Chat.
$kendo-chat-message-list-padding-xString$kendo-chat-padding-xvar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the Chat message list.
$kendo-chat-message-list-padding-yString$kendo-chat-padding-yvar(--kendo-spacing-4, 1rem)
Description
The vertical padding of the Chat message list.
$kendo-chat-message-list-spacingString$kendo-chat-item-spacing-yvar(--kendo-spacing-4, 1rem)
Description
The spacing of the Chat message list.
$kendo-chat-timestamp-font-sizeStringsmallersmaller
Description
The font size of the Chat timestamp.
$kendo-chat-timestamp-line-heightNullnullnull
Description
The line height of the Chat timestamp.
$kendo-chat-timestamp-transformStringuppercaseuppercase
Description
The text transform of the Chat timestamp.
$kendo-chat-timestamp-textString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The text color of the Chat timestamp.
$kendo-chat-timestamp-bgNullnullnull
Description
The background color of the Chat timestamp.
$kendo-chat-bubble-padding-xStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the Chat bubble message.
$kendo-chat-bubble-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Chat bubble message.
$kendo-chat-bubble-spacingStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The spacing of the Chat bubble message.
$kendo-chat-bubble-line-heightNumber18px18px
Description
The line height of the Chat bubble message.
$kendo-chat-bubble-border-radiusNumber12px12px
Description
The border radius of the Chat bubble message.
$kendo-chat-bubble-border-radius-smNumber2px2px
Description
The border radius of the Chat small bubble message
$kendo-chat-avatar-sizeNumber32px32px
Description
The size of the Chat Avatar.
$kendo-chat-avatar-spacingString$kendo-chat-item-spacing-xvar(--kendo-spacing-2, 0.5rem)
Description
The spacing of the Chat Avatar.
$kendo-chat-toolbar-padding-xString$kendo-toolbar-md-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Chat Toolbar.
$kendo-chat-toolbar-padding-yString$kendo-toolbar-md-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Chat Toolbar.
$kendo-chat-toolbar-spacingString$kendo-toolbar-md-spacingvar(--kendo-spacing-2, 0.5rem)
Description
The spacing of the Chat Toolbar.
$kendo-chat-toolbar-bgString$kendo-toolbar-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the Chat Toolbar.
$kendo-chat-toolbar-textString$kendo-toolbar-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Chat Toolbar.
$kendo-chat-toolbar-borderStringinheritinherit
Description
The border color of the Chat Toolbar.
$kendo-chat-quick-reply-padding-xStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the Chat quick reply.
$kendo-chat-quick-reply-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Chat quick reply.
$kendo-chat-quick-reply-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing of the Chat quick reply.
$kendo-chat-quick-reply-line-heightNumber$kendo-chat-bubble-line-height18px
Description
The line height of the Chat quick reply.
$kendo-chat-bgString$kendo-app-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the Chat.
$kendo-chat-textString$kendo-app-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Chat.
$kendo-chat-borderString$kendo-app-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Chat.
$kendo-chat-bubble-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Chat bubble.
$kendo-chat-bubble-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Chat bubble.
$kendo-chat-bubble-borderString$kendo-chat-bubble-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The border color of the Chat bubble.
$kendo-chat-bubble-shadowStringk-elevation(1)var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The box shadow of the Chat bubble.
$kendo-chat-bubble-hover-shadowStringk-elevation(2)var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The shadow of the hovered Chat bubble.
$kendo-chat-bubble-selected-shadowStringk-elevation(3)var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The shadow of the selected Chat bubble.
$kendo-chat-alt-bubble-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The background color of the Chat alt bubble.
$kendo-chat-alt-bubble-textStringif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-chat-alt-bubble-bg ))var(--kendo-color-on-primary, #ffffff)
Description
The text color of the Chat alt bubble.
$kendo-chat-alt-bubble-borderString$kendo-chat-alt-bubble-bgvar(--kendo-color-primary, #ff6358)
Description
The border color of the Chat alt bubble.
$kendo-chat-alt-bubble-shadowStringk-elevation(1)var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The shadow of the Chat alt bubble.
$kendo-chat-alt-bubble-hover-shadowStringk-elevation(2)var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The shadow of the hovered Chat alt bubble.
$kendo-chat-alt-bubble-selected-shadowStringk-elevation(3)var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The shadow of the selected Chat alt bubble.
$kendo-chat-quick-reply-bgColortransparenttransparent
Description
The background color of the Chat quick reply.
$kendo-chat-quick-reply-textString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The text color of the Chat quick reply.
$kendo-chat-quick-reply-borderString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The border color of the Chat quick reply.
$kendo-chat-quick-reply-hover-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The background color of the hovered Chat quick reply.
$kendo-chat-quick-reply-hover-textString$kendo-color-primary-contrastvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the hovered Chat quick reply.
$kendo-chat-quick-reply-hover-borderString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The border color of the hovered Chat quick reply.

Checkbox

NameTypeDefault valueComputed value
$kendo-checkbox-border-widthNumber1px1px
Description
The border width of the CheckBox.
$kendo-checkbox-sm-sizeStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The size of a small CheckBox.
$kendo-checkbox-md-sizeStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The size of a medium CheckBox.
$kendo-checkbox-lg-sizeStringk-spacing(5)var(--kendo-spacing-5, 1.25rem)
Description
The size of a large CheckBox.
$kendo-checkbox-sm-glyph-sizeStringk-spacing(2.5)var(--kendo-spacing-2\.5, 0.625rem)
Description
The glyph size of a small CheckBox.
$kendo-checkbox-md-glyph-sizeStringk-spacing(3.5)var(--kendo-spacing-3\.5, 0.875rem)
Description
The glyph size of a medium CheckBox.
$kendo-checkbox-lg-glyph-sizeStringk-spacing(4.5)var(--kendo-spacing-4\.5, 1.125rem)
Description
The glyph size of a large CheckBox.
$kendo-checkbox-sm-ripple-sizeNumber300%300%
Description
The ripple size of a small CheckBox.
$kendo-checkbox-md-ripple-sizeNumber300%300%
Description
The ripple size of a medium CheckBox.
$kendo-checkbox-lg-ripple-sizeNumber300%300%
Description
The ripple size of a large CheckBox.
$kendo-checkbox-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the CheckBox.
$kendo-checkbox-textNullnullnull
Description
The text color of the CheckBox.
$kendo-checkbox-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the CheckBox.
$kendo-checkbox-hover-bgNullnullnull
Description
The background color of the hovered CheckBox.
$kendo-checkbox-hover-textNullnullnull
Description
The text color of the hovered CheckBox.
$kendo-checkbox-hover-borderNullnullnull
Description
The border color of the hovered CheckBox.
$kendo-checkbox-checked-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The background color of the checked CheckBox.
$kendo-checkbox-checked-textStringif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-checkbox-checked-bg ))var(--kendo-color-on-primary, #ffffff)
Description
The text color of the checked CheckBox.
$kendo-checkbox-checked-borderString$kendo-checkbox-checked-bgvar(--kendo-color-primary, #ff6358)
Description
The border color of the checked CheckBox.
$kendo-checkbox-indeterminate-bgString$kendo-checkbox-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the indeterminate CheckBox.
$kendo-checkbox-indeterminate-textString$kendo-checkbox-checked-bgvar(--kendo-color-primary, #ff6358)
Description
The text color of the indeterminate CheckBox.
$kendo-checkbox-indeterminate-borderString$kendo-checkbox-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the indeterminate CheckBox.
$kendo-checkbox-focus-borderNullnullnull
Description
The border color of the focused CheckBox.
$kendo-checkbox-focus-shadowList0 0 0 2px rgba(0, 0, 0, .06)0 0 0 2px rgba(0, 0, 0, 0.06)
Description
The box shadow of the focused CheckBox.
$kendo-checkbox-focus-checked-borderNullnullnull
Description
The border color of the focused and checked CheckBox.
$kendo-checkbox-focus-checked-shadowList0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 30%, transparent), rgba( $kendo-color-primary, .3 ))0 0 0 2px color-mix(in srgb, var(--kendo-color-primary, #ff6358) 30%, transparent)
Description
The box shadow of the focused and checked CheckBox.
$kendo-checkbox-disabled-bgNullnullnull
Description
The background color of the disabled CheckBox.
$kendo-checkbox-disabled-textNullnullnull
Description
The text color of the disabled CheckBox.
$kendo-checkbox-disabled-borderNullnullnull
Description
The border color of the disabled CheckBox.
$kendo-checkbox-disabled-checked-bgNullnullnull
Description
The background color of the disabled and checked CheckBox.
$kendo-checkbox-disabled-checked-textNullnullnull
Description
The text color of the disabled and checked CheckBox.
$kendo-checkbox-disabled-checked-borderNullnullnull
Description
The border color of the disabled and checked CheckBox.
$kendo-checkbox-invalid-bgNullnullnull
Description
The background color of an invalid CheckBox.
$kendo-checkbox-invalid-textString$kendo-invalid-textvar(--kendo-color-error, #f31700)
Description
The text color of an invalid CheckBox.
$kendo-checkbox-invalid-borderString$kendo-invalid-bordervar(--kendo-color-error, #f31700)
Description
The border color of an invalid CheckBox.
$kendo-checkbox-indicator-typeStringimageimage
Description
The type of the CheckBox indicator.
$kendo-checkbox-glyph-font-familyList"WebComponentsIcons", monospace"WebComponentsIcons", monospace
Description
The font family of the CheckBox indicator glyph.
$kendo-checkbox-checked-glyphString"\e118""\e118"
Description
The glyph of the CheckBox indicator.
$kendo-checkbox-indeterminate-glyphString"\e121""\e121"
Description
The glyph of the indeterminate CheckBox indicator.
$kendo-checkbox-checked-imageStringk-escape-svg( url("data:image/svg+xml,") )url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='var%28--kendo-color-on-primary, %23ffffff%29' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e")
Description
The image for a checked CheckBox indicator.
$kendo-checkbox-indeterminate-imageStringk-escape-svg( url("data:image/svg+xml,") )url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='var%28--kendo-color-primary, %23ff6358%29' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/%3e%3c/svg%3e")
Description
The image for a indeterminate CheckBox indicator.
$kendo-checkbox-label-margin-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal margin of the CheckBox inside a label.
$kendo-checkbox-list-spacingStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The spacing between the items in a horizontal CheckBox list.
$kendo-checkbox-list-item-padding-xStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The horizontal padding of the CheckBox list items.
$kendo-checkbox-list-item-padding-yString$kendo-list-md-item-padding-yvar(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the CheckBox list items.
$kendo-checkbox-ripple-bgString$kendo-checkbox-checked-bgvar(--kendo-color-primary, #ff6358)
Description
The background color of the CheckBox' ripple.
$kendo-checkbox-ripple-opacityNumber.250.25
Description
The opacity of the CheckBox' ripple.

Chip

NameTypeDefault valueComputed value
$kendo-chip-border-widthNumber1px1px
Description
The width of the border around the Chip.
$kendo-chip-spacingStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The spacing between the text and the icons of the Chip.
$kendo-chip-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the Chip.
$kendo-chip-sm-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the small Chip.
$kendo-chip-md-padding-xString$kendo-chip-padding-xvar(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the medium Chip.
$kendo-chip-lg-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the large Chip.
$kendo-chip-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the Chip.
$kendo-chip-sm-padding-yStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The vertical padding of the small Chip.
$kendo-chip-md-padding-yString$kendo-chip-padding-yvar(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the medium Chip.
$kendo-chip-lg-padding-yStringk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)
Description
The vertical padding of the large Chip.
$kendo-chip-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Chip.
$kendo-chip-sm-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the small Chip.
$kendo-chip-md-font-sizeString$kendo-chip-font-sizevar(--kendo-font-size, inherit)
Description
The font size of the medium Chip.
$kendo-chip-lg-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the large Chip.
$kendo-chip-line-heightNumber11
Description
The Chip's line height that is related to the $kendo-font-size.
$kendo-chip-sm-line-heightNumber$kendo-chip-line-height1
Description
The small Chip's line height that is related to the $kendo-font-size.
$kendo-chip-md-line-heightNumber$kendo-chip-line-height1
Description
The medium Chip's line height that is related to the $kendo-font-size.
$kendo-chip-lg-line-heightNumber$kendo-chip-line-height1
Description
The large Chip's line height that is related to the $kendo-font-size.
$kendo-chip-calc-sizeCalculationcalc( #{$kendo-chip-line-height * 1em} + calc( #{$kendo-chip-padding-y} * 2 ) + #{$kendo-chip-border-width * 2} )calc(1em + var(--kendo-spacing-1, 0.25rem) * 2 + 2px)
Description
The calculated height of the Chip.
$kendo-chip-sizesMap( sm: ( padding-x: $kendo-chip-sm-padding-x, padding-y: $kendo-chip-sm-padding-y, font-size: $kendo-chip-sm-font-size, line-height: $kendo-chip-sm-line-height ), md: ( padding-x: $kendo-chip-md-padding-x, padding-y: $kendo-chip-md-padding-y, font-size: $kendo-chip-md-font-size, line-height: $kendo-chip-md-line-height ), lg: ( padding-x: $kendo-chip-lg-padding-x, padding-y: $kendo-chip-lg-padding-y, font-size: $kendo-chip-lg-font-size, line-height: $kendo-chip-lg-line-height ) )(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-0\.5, 0.125rem), font-size: var(--kendo-font-size, inherit), line-height: 1), md: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), font-size: var(--kendo-font-size, inherit), line-height: 1), lg: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1\.5, 0.375rem), font-size: var(--kendo-font-size, inherit), line-height: 1))
Description
The map with the sizes of the Chip.
$kendo-chip-base-bgStringif($kendo-enable-color-system, k-color( base-subtle ), $kendo-button-bg)var(--kendo-color-base-subtle, #ebebeb)
Description
The base background of the Chip.
$kendo-chip-theme-colorsMap( "base": $kendo-chip-base-bg, "error": k-map-get($kendo-theme-colors, "error"), "info": k-map-get($kendo-theme-colors, "info"), "warning": k-map-get($kendo-theme-colors, "warning"), "success": k-map-get($kendo-theme-colors, "success") )("base": var(--kendo-color-base-subtle, #ebebeb), "error": var(--kendo-color-error, #f31700), "info": var(--kendo-color-info, #0058e9), "warning": var(--kendo-color-warning, #ffc000), "success": var(--kendo-color-success, #37b400))
Description
The theme colors map for the Chip.
$kendo-chip-solid-bgString$kendo-chip-base-bgvar(--kendo-color-base-subtle, #ebebeb)
Description
The base background color of the solid Chip.
$kendo-chip-solid-textString$kendo-button-textvar(--kendo-color-on-base, #3d3d3d)
Description
The base text color of the solid Chip.
$kendo-chip-solid-borderString$kendo-button-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The base border color of the solid Chip.
$kendo-chip-solid-shadowList0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) ))0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)
Description
The base shadow of the solid Chip.
$kendo-chip-solid-gradientNull$kendo-button-gradientnull
Description
The base gradient of the solid Chip.
$kendo-chip-solid-focus-bgNullnullnull
Description
The base background color of the focused solid Chip.
$kendo-chip-solid-focus-textNullnullnull
Description
The base text color of the focused solid Chip.
$kendo-chip-solid-hover-bgStringif($kendo-enable-color-system, k-color( base-subtle-hover ), $kendo-button-hover-bg)var(--kendo-color-base-subtle-hover, #e0e0e0)
Description
The base background color of the hovered solid Chip.
$kendo-chip-solid-hover-textNullnullnull
Description
The base text color of the hovered solid Chip.
$kendo-chip-solid-selected-bgString$kendo-button-active-bgvar(--kendo-color-base-active, #d6d6d6)
Description
The base background color of the selected solid Chip.
$kendo-chip-solid-selected-textNullnullnull
Description
The base text color of the selected solid Chip.
$kendo-chip-outline-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The base background color of the outline Chip.
$kendo-chip-outline-textString$kendo-chip-solid-textvar(--kendo-color-on-base, #3d3d3d)
Description
The base text color of the outline Chip.
$kendo-chip-outline-borderString$kendo-chip-outline-textvar(--kendo-color-on-base, #3d3d3d)
Description
The base border color of the outline Chip.
$kendo-chip-outline-shadowList0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) ))0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)
Description
The base shadow of the outline Chip.
$kendo-chip-outline-hover-bgString$kendo-chip-outline-textvar(--kendo-color-on-base, #3d3d3d)
Description
The base background color of the hovered outline Chip.
$kendo-chip-outline-hover-textStringif($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-chip-outline-hover-bg ))var(--kendo-color-base, #f5f5f5)
Description
The base text color of the hovered outline Chip.
$kendo-chip-outline-selected-bgString$kendo-chip-outline-hover-bgvar(--kendo-color-on-base, #3d3d3d)
Description
The base background color of the selected outline Chip.
$kendo-chip-outline-selected-textString$kendo-chip-outline-hover-textvar(--kendo-color-base, #f5f5f5)
Description
The base text color of the selected outline Chip.
$kendo-chip-list-sizesMap( sm: k-spacing(1), md: k-spacing(1), lg: k-spacing(1) )(sm: var(--kendo-spacing-1, 0.25rem), md: var(--kendo-spacing-1, 0.25rem), lg: var(--kendo-spacing-1, 0.25rem))
Description
The sizes of the Chip list.

Cologradient

NameTypeDefault valueComputed value
$kendo-color-gradient-spacerStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The spacer of the ColorGradient.
$kendo-color-gradient-widthNumber272px272px
Description
The width of the ColorGradient.
$kendo-color-gradient-border-widthNumber1px1px
Description
The width of the border around the ColorGradient.
$kendo-color-gradient-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the ColorGradient.
$kendo-color-gradient-padding-yString$kendo-color-gradient-spacervar(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the ColorGradient.
$kendo-color-gradient-padding-xString$kendo-color-gradient-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the ColorGradient.
$kendo-color-gradient-gapString$kendo-color-gradient-spacervar(--kendo-spacing-3, 0.75rem)
Description
The spacing between the sections of the ColorGradient.
$kendo-color-gradient-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the ColorGradient.
$kendo-color-gradient-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the ColorGradient.
$kendo-color-gradient-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the ColorGradient.
$kendo-color-gradient-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the ColorGradient.
$kendo-color-gradient-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the ColorGradient.
$kendo-color-gradient-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the ColorGradient.
$kendo-color-gradient-focus-borderNullnullnull
Description
The border color of the focused ColorGradient.
$kendo-color-gradient-focus-shadowStringk-elevation(3)var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The box shadow of the focused ColorGradient.
$kendo-color-gradient-canvas-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the ColorGradient canvas.
$kendo-color-gradient-canvas-gapString$kendo-color-gradient-spacervar(--kendo-spacing-3, 0.75rem)
Description
The spacing between the items of the ColorGradient canvas.
$kendo-color-gradient-canvas-rectangle-heightNumber180px180px
Description
The height the ColorGradient canvas hsv rectangle.
$kendo-color-gradient-slider-track-sizeNumber10px10px
Description
The width of the ColorGradient slider.
$kendo-color-gradient-slider-border-radiusNumber10px10px
Description
The border radius of the ColorGradient slider.
$kendo-color-gradient-slider-draghandle-border-widthNumber3px3px
Description
The width of the border around the ColorGradient slider drag handle.
$kendo-color-gradient-slider-vertical-sizeNumber180px180px
Description
The height of the ColorGradient vertical slider.
$kendo-color-gradient-slider-horizontal-sizeNumber100%100%
Description
The width of the ColorGradient horizontal slider.
$kendo-color-gradient-draghandle-widthNumber14px14px
Description
The width of the ColorGradient canvas drag handle.
$kendo-color-gradient-draghandle-heightNumber14px14px
Description
The height of the ColorGradient canvas drag handle.
$kendo-color-gradient-draghandle-border-widthNumber1px1px
Description
The width of the border around the ColorGradient canvas drag handle.
$kendo-color-gradient-draghandle-outline-widthNumber1px1px
Description
The width of the outline around the ColorGradient canvas drag handle.
$kendo-color-gradient-draghandle-border-radiusNumber50%50%
Description
The border radius of the ColorGradient canvas drag handle.
$kendo-color-gradient-draghandle-textNullnullnull
Description
The text color of the ColorGradient canvas drag handle.
$kendo-color-gradient-draghandle-bgColortransparenttransparent
Description
The background color of the ColorGradient canvas drag handle.
$kendo-color-gradient-draghandle-borderColorrgba( $kendo-color-white, .8)rgba(255, 255, 255, 0.8)
Description
The color of the border around the ColorGradient canvas drag handle.
$kendo-color-gradient-draghandle-shadowColorrgba( $kendo-color-black, .5 )rgba(0, 0, 0, 0.5)
Description
The color of the outline around the ColorGradient canvas drag handle.
$kendo-color-gradient-draghandle-focus-shadowColor$kendo-color-black#000000
Description
The focus color of the outline around the ColorGradient canvas drag handle.
$kendo-color-gradient-draghandle-hover-shadowColor$kendo-color-black#000000
Description
The hover color of the outline around the ColorGradient canvas drag handle.
$kendo-color-gradient-draghandle-shadowColork-elevation(2)rgba(0, 0, 0, 0.5)
Description
The box shadow of the ColorGradient canvas drag handle.
$kendo-color-gradient-canvas-draghandle-margin-yNumber- k-math-div( $kendo-color-gradient-draghandle-height, 2 )-7px
Description
The vertical margin of the ColorGradient canvas drag handle.
$kendo-color-gradient-canvas-draghandle-margin-xNumber- k-math-div( $kendo-color-gradient-draghandle-width, 2 )-7px
Description
The horizontal margin of the ColorGradient canvas drag handle.
$kendo-color-gradient-input-widthNumber46px46px
Description
The width of the ColorGradient input.
$kendo-color-gradient-input-gapCalculationcalc( #{$kendo-color-gradient-spacer} / 1.5 )calc(var(--kendo-spacing-3, 0.75rem) / 1.5)
Description
The spacing between the ColorGradient inputs.
$kendo-color-gradient-input-label-gapCalculationcalc( #{$kendo-color-gradient-spacer} / 3 )calc(var(--kendo-spacing-3, 0.75rem) / 3)
Description
The spacing between the ColorGradient inputs and their labels.
$kendo-color-gradient-input-label-textString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The text color of the ColorGradient input labels.
$kendo-color-gradient-contrast-ratio-font-weightStringvar( --kendo-font-weight-bold, normal )var(--kendo-font-weight-bold, normal)
Description
The font weight of the ColorGradient contrast ratio text.
$kendo-color-gradient-contrast-spacerCalculationcalc( #{$kendo-color-gradient-spacer} / 1.5 )calc(var(--kendo-spacing-3, 0.75rem) / 1.5)
Description
The spacing between the items in the ColorGradient contrast tool.

Color System

NameTypeDefault valueComputed value
$kendo-colorsMap$_default-colors(app-surface: #ffffff, on-app-surface: #3d3d3d, subtle: #666666, surface: #fafafa, surface-alt: #ffffff, border: rgba(0, 0, 0, 0.08), border-alt: rgba(0, 0, 0, 0.16), base-subtle: #ebebeb, base-subtle-hover: #e0e0e0, base-subtle-active: #d6d6d6, base: #f5f5f5, base-hover: #ebebeb, base-active: #d6d6d6, base-emphasis: #c2c2c2, base-on-subtle: #3d3d3d, on-base: #3d3d3d, base-on-surface: #3d3d3d, primary-subtle: #ffeceb, primary-subtle-hover: #ffdedb, primary-subtle-active: #ffc8c4, primary: #ff6358, primary-hover: #ea5a51, primary-active: #d45349, primary-emphasis: #ff9d97, primary-on-subtle: #5c201c, on-primary: #ffffff, primary-on-surface: #ff6358, secondary-subtle: #fafafa, secondary-subtle-hover: #f5f5f5, secondary-subtle-active: #ebebeb, secondary: #666666, secondary-hover: #525252, secondary-active: #3d3d3d, secondary-emphasis: #e0e0e0, secondary-on-subtle: #141414, on-secondary: #ffffff, secondary-on-surface: #292929, tertiary-subtle: #d8f1fd, tertiary-subtle-hover: #c5eafc, tertiary-subtle-active: #a3dffb, tertiary: #03a9f4, tertiary-hover: #039ae0, tertiary-active: #028ccb, tertiary-emphasis: #61c9f9, tertiary-on-subtle: #023f5c, on-tertiary: #ffffff, tertiary-on-surface: #028ccb, info-subtle: #d2e2fb, info-subtle-hover: #bdd4f8, info-subtle-active: #80acf4, info: #0058e9, info-hover: #0052d6, info-active: #004ac2, info-emphasis: #6098f2, info-on-subtle: #002259, on-info: #ffffff, info-on-surface: #004ac2, success-subtle: #dcf0d3, success-subtle-hover: #cbe9bf, success-subtle-active: #b7e1a5, success: #37b400, success-hover: #32a500, success-active: #2d9600, success-emphasis: #81d15f, success-on-subtle: #1c5a00, on-success: #ffffff, success-on-surface: #2d9600, warning-subtle: #fff4d3, warning-subtle-hover: #ffeebd, warning-subtle-active: #ffe79e, warning: #ffc000, warning-hover: #eaaf00, warning-active: #d49f00, warning-emphasis: #ffd760, warning-on-subtle: #5e4700, on-warning: #3d3d3d, warning-on-surface: #ffc000, error-subtle: #fcddda, error-subtle-hover: #fbc8c3, error-subtle-active: #f98b80, error: #f31700, error-hover: #df1600, error-active: #ca1400, error-emphasis: #f76f60, error-on-subtle: #7a0c00, on-error: #ffffff, error-on-surface: #ca1400, light-subtle: #fafafa, light-subtle-hover: #f5f5f5, light-subtle-active: #ebebeb, light: #ebebeb, light-hover: #e0e0e0, light-active: #d6d6d6, light-emphasis: #d6d6d6, light-on-subtle: #141414, on-light: #000000, light-on-surface: #e0e0e0, dark-subtle: #c2c2c2, dark-subtle-hover: #adadad, dark-subtle-active: #999999, dark: #3d3d3d, dark-hover: #292929, dark-active: #1f1f1f, dark-emphasis: #666666, dark-on-subtle: #1f1f1f, on-dark: #ffffff, dark-on-surface: #141414, inverse-subtle: #c2c2c2, inverse-subtle-hover: #adadad, inverse-subtle-active: #999999, inverse: #3d3d3d, inverse-hover: #292929, inverse-active: #1f1f1f, inverse-emphasis: #666666, inverse-on-subtle: #1f1f1f, on-inverse: #ffffff, inverse-on-surface: #141414, series-a: #ff6358, series-a-bold: #bf4a42, series-a-bolder: #80322c, series-a-subtle: #ffb1ac, series-a-subtler: #ff8a82, series-b: #ffe162, series-b-bold: #bfa94a, series-b-bolder: #807131, series-b-subtle: #fff0b1, series-b-subtler: #ffe989, series-c: #4cd180, series-c-bold: #399d60, series-c-bolder: #266940, series-c-subtle: #a6e8c0, series-c-subtler: #79dda0, series-d: #4b5ffa, series-d-bold: #3847bc, series-d-bolder: #26307d, series-d-subtle: #a5affd, series-d-subtler: #7887fb, series-e: #ac58ff, series-e-bold: #8142bf, series-e-bolder: #562c80, series-e-subtle: #d6acff, series-e-subtler: #c182ff, series-f: #ff5892, series-f-bold: #bf426e, series-f-bolder: #802c49, series-f-subtle: #ffacc9, series-f-subtler: #ff82ae)
Description
The global default Colors map.
$kendo-color-primaryColor#ff6358var(--kendo-color-primary, #ff6358)
Description
The color that focuses the user attention.
Used for primary buttons and for elements of primary importance across the theme.
$kendo-color-primary-contrastColork-contrast-legacy($kendo-color-primary)var(--kendo-color-on-primary, #ffffff)
Description
The color used along with the primary color denoted by $kendo-color-primary.
Used to provide contrast between the background and foreground colors.
$kendo-color-secondaryColor#666666var(--kendo-color-secondary, #666666)
Description
The secondary color of the theme.
$kendo-color-secondary-contrastColork-contrast-legacy($kendo-color-secondary)white
Description
The color used along with the secondary color denoted by $kendo-color-secondary.
Used to provide contrast between the background and foreground colors.
$kendo-color-tertiaryColor#03a9f4var(--kendo-color-tertiary, #03a9f4)
Description
The tertiary color of the theme.
$kendo-color-tertiary-contrastColork-contrast-legacy($kendo-color-tertiary)white
Description
The color used along with the tertiary color denoted by $kendo-color-tertiary.
Used to provide contrast between the background and foreground colors.
$kendo-color-infoColor#0058e9var(--kendo-color-info, #0058e9)
Description
The color for informational messages and states.
$kendo-color-successColor#37b400var(--kendo-color-success, #37b400)
Description
The color for success messages and states.
$kendo-color-warningColor#ffc000var(--kendo-color-warning, #ffc000)
Description
The color for warning messages and states.
$kendo-color-errorColor#f31700var(--kendo-color-error, #f31700)
Description
The color for error messages and states.
$kendo-color-darkColor#424242var(--kendo-color-dark, #3d3d3d)
Description
The dark color of the theme.
$kendo-color-lightColor#ebebebvar(--kendo-color-light, #ebebeb)
Description
The light color of the theme.
$kendo-color-inverseStringif($kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark)var(--kendo-color-dark, #3d3d3d)
Description
Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark

Coloreditor

NameTypeDefault valueComputed value
$kendo-color-editor-spacerStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The spacer of the ColorEditor.
$kendo-color-editor-min-widthNumber272px272px
Description
The minimum width of the ColorEditor.
$kendo-color-editor-border-widthNumber1px1px
Description
The width of the border around the ColorEditor.
$kendo-color-editor-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the ColorEditor.
$kendo-color-editor-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the ColorEditor.
$kendo-color-editor-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the ColorEditor.
$kendo-color-editor-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the ColorEditor.
$kendo-color-editor-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the ColorEditor.
$kendo-color-editor-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the ColorEditor.
$kendo-color-editor-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the ColorEditor.
$kendo-color-editor-focus-borderNullnullnull
Description
The border color of the focused ColorEditor.
$kendo-color-editor-focus-shadowNullnullnull
Description
The box shadow of the focused ColorEditor.
$kendo-color-editor-header-padding-yString$kendo-color-editor-spacervar(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the ColorEditor header.
$kendo-color-editor-header-padding-xString$kendo-color-editor-header-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the ColorEditor header.
$kendo-color-editor-header-actions-gapCalculationcalc( #{$kendo-color-editor-spacer} / 1.5 )calc(var(--kendo-spacing-3, 0.75rem) / 1.5)
Description
The spacing between the ColorEditor header actions.
$kendo-color-editor-color-preview-widthNumber32px32px
Description
The width of the ColorEditor preview.
$kendo-color-editor-color-preview-heightNumber12px12px
Description
The height of the ColorEditor preview.
$kendo-color-editor-preview-gapStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The spacing between the colors in the ColorEditor preview.
$kendo-color-editor-views-padding-yString$kendo-color-editor-spacervar(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the ColorEditor views container.
$kendo-color-editor-views-padding-xString$kendo-color-editor-views-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the ColorEditor views container.
$kendo-color-editor-views-gapString$kendo-color-editor-spacervar(--kendo-spacing-3, 0.75rem)
Description
The spacing of the ColorEditor views container.
$kendo-color-editor-color-gradient-focus-outline-colorColorrgba(0, 0, 0, .3)rgba(0, 0, 0, 0.3)
Description
The outline color of the focused ColorGradient.
$kendo-color-editor-color-gradient-focus-outlineNumber2px2px
Description
The outline width of the focused ColorGradient.
$kendo-color-editor-color-gradient-focus-outline-offsetNumber4px4px
Description
The outline offset of the focused ColorGradient.

Colorpalette

NameTypeDefault valueComputed value
$kendo-color-palette-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the ColorPalette.
$kendo-color-palette-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the ColorPalette.
$kendo-color-palette-line-heightNumber00
Description
The line height of the ColorPalette.
$kendo-color-palette-tile-widthStringk-spacing(6)var(--kendo-spacing-6, 1.5rem)
Description
The width of the ColorPalette tile.
$kendo-color-palette-tile-heightString$kendo-color-palette-tile-widthvar(--kendo-spacing-6, 1.5rem)
Description
The height of the ColorPalette tile.
$kendo-color-palette-tile-focus-shadowList0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .5 )0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.5)
Description
The shadow of the ColorPalette focused tile.
$kendo-color-palette-tile-hover-shadowList0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .8 )0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.8)
Description
The shadow of the ColorPalette hovered tile.
$kendo-color-palette-tile-selected-shadowList0 1px 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, 1 )0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white
Description
The shadow of the ColorPalette selected tile.

Component

NameTypeDefault valueComputed value
$kendo-component-bgString$kendo-body-bgvar(--kendo-color-surface-alt, #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-textString$kendo-body-textvar(--kendo-color-on-app-surface, #3d3d3d)
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-borderStringrgba(if($kendo-is-dark-theme, $kendo-color-white, $kendo-color-black), 0.08)var(--kendo-color-border, 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-bgString$kendo-base-bgvar(--kendo-color-surface, #fafafa)
Description
Background color of the component header.
$kendo-component-header-textString$kendo-base-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
Text color of the component header.
$kendo-component-header-borderString$kendo-base-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
Border color of the component header.
$kendo-component-header-gradientNullnullnull
Description
Gradient of the component header.
$kendo-invalid-bgNullnullnull
Description
Background color of the invalid items.
$kendo-invalid-textString$kendo-color-errorvar(--kendo-color-error, #f31700)
Description
Text color of the invalid items.
$kendo-invalid-borderString$kendo-color-errorvar(--kendo-color-error, #f31700)
Description
Border color of the invalid items.
$kendo-invalid-shadowNullnullnull
Description
Shadow of the invalid items.
$kendo-valid-bgNullnullnull
Description
Background color of the valid items.
$kendo-valid-textColor$kendo-color-success#37b400
Description
Text color of the valid items.
$kendo-valid-borderColor$kendo-color-success#37b400
Description
Border color of the valid items.
$kendo-valid-shadowNullnullnull
Description
Shadow of the valid items.

Dialog

NameTypeDefault valueComputed value
$kendo-dialog-titlebar-bgString$kendo-component-header-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the Dialog titlebar.
$kendo-dialog-titlebar-textString$kendo-component-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Dialog titlebar.
$kendo-dialog-titlebar-borderStringinheritinherit
Description
The border color of the Dialog titlebar.
$kendo-dialog-buttongroup-padding-xString$kendo-actions-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Dialog action buttons.
$kendo-dialog-buttongroup-padding-yString$kendo-actions-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Dialog action buttons.
$kendo-dialog-buttongroup-border-widthNumber1px1px
Description
The width of the top border of the Dialog action buttons.
$kendo-dialog-button-spacingString$kendo-actions-button-spacingvar(--kendo-spacing-2, 0.5rem)
Description
The spacing between the Dialog action buttons.
$kendo-dialog-theme-colorsMap( "primary": k-map-get($kendo-theme-colors, "primary"), "light": k-map-get($kendo-theme-colors, "light"), "dark": k-map-get($kendo-theme-colors, "dark") )("primary": var(--kendo-color-primary, #ff6358), "light": var(--kendo-color-light, #ebebeb), "dark": var(--kendo-color-dark, #3d3d3d))
Description
The theme colors map for the Dialog.

Dock-manager

NameTypeDefault valueComputed value
$kendo-dock-manager-border-widthNumber1px1px
Description
The width of the border around the DockManager component.
$kendo-dock-manager-border-styleStringsolidsolid
Description
The style of the border around the DockManager component.
$kendo-dock-manager-borderString$kendo-base-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The color of the border around the DockManager component.
$kendo-dock-manager-pane-header-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the pane header in the DockManager component.
$kendo-dock-manager-pane-header-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the pane header in the DockManager component.
$kendo-dock-manager-pane-header-border-widthNumber$kendo-dock-manager-border-width1px
Description
The width of the border around the pane header in the DockManager component.
$kendo-dock-manager-pane-header-border-styleStringsolidsolid
Description
The style of the border around the pane header in the DockManager component.
$kendo-dock-manager-pane-header-bgString$kendo-component-header-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the pane header in the DockManager component.
$kendo-dock-manager-pane-title-padding-yNullnullnull
Description
The vertical padding of the pane title in the DockManager component.
$kendo-dock-manager-pane-title-padding-xNullnullnull
Description
The horizontal padding of the pane title in the DockManager component.
$kendo-dock-manager-pane-title-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the pane title in the DockManager component.
$kendo-dock-manager-pane-title-font-sizeStringvar( --kendo-font-size-lg, inherit )var(--kendo-font-size-lg, inherit)
Description
The font size of the pane title in the DockManager component.
$kendo-dock-manager-pane-title-line-heightStringvar( --kendo-line-height-sm, normal )var(--kendo-line-height-sm, normal)
Description
The line height of the pane title in the DockManager component.
$kendo-dock-manager-pane-title-font-weightStringvar( --kendo-font-weight-normal, normal )var(--kendo-font-weight-normal, normal)
Description
The font weight of the pane title in the DockManager component.
$kendo-dock-manager-pane-content-padding-xString$kendo-dock-manager-pane-header-padding-xvar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the pane content in the DockManager component.
$kendo-dock-manager-pane-content-padding-yString$kendo-dock-manager-pane-header-padding-xvar(--kendo-spacing-4, 1rem)
Description
The vertical padding of the pane content in the DockManager component.
$kendo-dock-manager-tabbed-pane-padding-yStringk-spacing(3.5)var(--kendo-spacing-3\.5, 0.875rem)
Description
The horizontal padding of the tabbed pane in the DockManager component.
$kendo-dock-manager-tabbed-pane-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the tabbed pane in the DockManager component.
$kendo-dock-manager-unpinned-container-widthNumber300px300px
Description
The width of the unpinned pane container in the DockManager component.
$kendo-dock-manager-unpinned-container-bgColor$kendo-color-white#ffffff
Description
The background-color of the unpinned pane container in the DockManager component.
$kendo-dock-manager-unpinned-container-shadowList4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03)4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03)
Description
The box shadow of the unpinned pane container in the DockManager component.
$kendo-dock-indicator-paddingStringk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)
Description
The padding of the dock indicator in the DockManager component.
$kendo-dock-indicator-bgColor#f5f5f5#f5f5f5
Description
The background color of the dock indicator in the DockManager component.
$kendo-dock-indicator-textString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The text color of the dock indicator in the DockManager component.
$kendo-dock-indicator-outline-widthNumber1px1px
Description
The outline width of the dock indicator in the DockManager component.
$kendo-dock-indicator-outline-styleStringsolidsolid
Description
The outline style of the dock indicator in the DockManager component.
$kendo-dock-indicator-outlineString$kendo-dock-indicator-textvar(--kendo-color-primary, #ff6358)
Description
The outline color of the dock indicator in the DockManager component.
$kendo-dock-indicator-shadowListdrop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) drop-shadow( 0px 6px 10px rgba(0, 0, 0, 0.14) ) drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.20) )drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14)) drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2))
Description
The box shadow of the dock indicator in the DockManager component.
$kendo-dock-indicator-hover-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The background color of the hovered dock indicator in the DockManager component.
$kendo-dock-indicator-hover-textColor$kendo-color-white#ffffff
Description
The text color of the hovered dock indicator in the DockManager component.
$kendo-dock-manager-dock-preview-border-widthNumber1px1px
Description
The width of the border around the dropping area in the DockManager component.
$kendo-dock-manager-dock-preview-border-styleStringdasheddashed
Description
The style of the border around the dropping area in the DockManager component.
$kendo-dock-manager-dock-preview-border-radiusStringk-border-radius(sm)var(--kendo-border-radius-sm, 0.125rem)
Description
The border radius of the dropping area in the DockManager component.
$kendo-dock-manager-dock-preview-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 16%, transparent), rgba( $kendo-color-primary, .16 ))color-mix(in srgb, var(--kendo-color-primary, #ff6358) 16%, transparent)
Description
The background color of the dropping area in the DockManager component.
$kendo-dock-manager-dock-preview-borderString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The border color of the dropping area in the DockManager component.

Drawer

NameTypeDefault valueComputed value
$kendo-drawer-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Drawer.
$kendo-drawer-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Drawer.
$kendo-drawer-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Drawer.
$kendo-drawer-border-widthNumber1px1px
Description
The border width of the Drawer.
$kendo-drawer-content-padding-yString$kendo-padding-md-yvar(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the Drawer content.
$kendo-drawer-scrollbar-widthNumber7px7px
Description
The width of the Drawer scrollbar.
$kendo-drawer-scrollbar-colorColorrgba(156, 156, 156, .7)rgba(156, 156, 156, 0.7)
Description
The color of the Drawer scrollbar track.
$kendo-drawer-scrollbar-bgColor#dedede#dedede
Description
The background color of the Drawer scrollbar thumb.
$kendo-drawer-scrollbar-radiusNumber20px20px
Description
The border radius of the Drawer scrollbar.
$kendo-drawer-scrollbar-hover-colorColorrgba(156, 156, 156, 1)rgb(156, 156, 156)
Description
The hover color of the Drawer scrollbar track.
$kendo-drawer-item-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the Drawer item.
$kendo-drawer-item-padding-yString$kendo-padding-md-xvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Drawer item.
$kendo-drawer-item-font-sizeNumber16px16px
Description
The font size of the Drawer item.
$kendo-drawer-item-level-padding-xString$kendo-drawer-item-padding-xvar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the Drawer item in each level.
$kendo-drawer-item-level-countNumber55
Description
The count of the Drawer item levels.
$kendo-drawer-icon-padding-xStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The horizontal padding of the Drawer icon.
$kendo-drawer-icon-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the Drawer icon.
$kendo-drawer-mini-initial-widthCalculationcalc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size})calc(2 * var(--kendo-spacing-4, 1rem) + 16px)
Description
The initial width of the mini Drawer.
$kendo-drawer-hover-bgString$kendo-hover-bgvar(--kendo-color-base-hover, #ebebeb)
Description
The background color of the hovered Drawer item.
$kendo-drawer-hover-textString$kendo-hover-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the hovered Drawer item.
$kendo-drawer-focus-bgString$kendo-drawer-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the focused Drawer item.
$kendo-drawer-focus-shadowList$kendo-list-item-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.12)
Description
The box shadow of the focused Drawer item.
$kendo-drawer-selected-bgString$kendo-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The background color of the selected Drawer item.
$kendo-drawer-selected-textString$kendo-selected-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the selected Drawer item.
$kendo-drawer-selected-hover-bgString$kendo-selected-hover-bgvar(--kendo-color-primary-hover, #ea5a51)
Description
The background color of the selected and hovered Drawer item.
$kendo-drawer-selected-hover-textString$kendo-selected-hover-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the selected and hovered Drawer item.

Dropdowntree

NameTypeDefault valueComputed value
$kendo-dropdowntree-popup-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the DropdownTree popup
$kendo-dropdowntree-popup-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the DropdownTree popup

Dropzone

NameTypeDefault valueComputed value
$kendo-dropzone-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the DropZone.
$kendo-dropzone-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the DropZone.
$kendo-dropzone-border-widthNumber1px1px
Description
The border width of the DropZone.
$kendo-dropzone-min-heightNumber220px220px
Description
The minimum height of the DropZone.
$kendo-dropzone-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the DropZone.
$kendo-dropzone-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the DropZone.
$kendo-dropzone-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the DropZone.
$kendo-dropzone-bgString$kendo-base-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the DropZone.
$kendo-dropzone-textString$kendo-base-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the DropZone.
$kendo-dropzone-borderString$kendo-base-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the DropZone.
$kendo-dropzone-icon-spacingStringk-spacing(6)var(--kendo-spacing-6, 1.5rem)
Description
The spacing below the DropZone icon.
$kendo-dropzone-icon-textStringif($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 ))var(--kendo-color-subtle, #666666)
Description
The text color of the DropZone icon.
$kendo-dropzone-icon-hover-textString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The text color of the hovered DropZone icon.
$kendo-dropzone-hint-font-sizeNullnullnull
Description
The font size of the DropZone hint.
$kendo-dropzone-hint-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing below the DropZone hint.
$kendo-dropzone-hint-textNullnullnull
Description
The text color of the DropZone hint.
$kendo-dropzone-note-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
The font size of the DropZone note.
$kendo-dropzone-note-spacingNullnullnull
Description
The spacing below the DropZone note.
$kendo-dropzone-note-textString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The text color of the DropZone note.

Editor

NameTypeDefault valueComputed value
$kendo-editor-border-widthNumber1px1px
Description
The width of the border around the Еditor.
$kendo-editor-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Еditor.
$kendo-editor-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Еditor.
$kendo-editor-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Еditor.
$kendo-editor-placeholder-textString$kendo-input-placeholder-textvar(--kendo-color-subtle, #666666)
Description
The text color of the Еditor placeholder.
$kendo-editor-placeholder-opacityNumber$kendo-input-placeholder-opacity1
Description
The opacity of the Editor placeholder.
$kendo-editor-selected-textString$kendo-color-primary-contrastvar(--kendo-color-on-primary, #ffffff)
Description
The selected text color of the Editor.
$kendo-editor-selected-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The selected background color of the Editor.
$kendo-editor-highlighted-bgStringif($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix($kendo-color-primary, #ffffff, 20%))var(--kendo-color-primary-subtle, #ffeceb)
Description
The highlighted background color of the Editor.
$kendo-editor-export-tool-icon-margin-xNumber.25em0.25em
Description
The horizontal margin of the Editor's export tool icon.
$kendo-editor-resize-handle-sizeNumber8px8px
Description
The size of the Editor's resize handle.
$kendo-editor-resize-handle-border-widthNumber1px1px
Description
The border width of the Editor's resize handle.
$kendo-editor-resize-handle-borderColor#000000#000000
Description
The border color of the Editor's resize handle.
$kendo-editor-resize-handle-bgColor#ffffff#ffffff
Description
The background color of the Editor's resize handle.
$kendo-editor-selectednode-outline-widthNumber2px2px
Description
The outline width of the Editor's selected node.
$kendo-editor-selectednode-outline-colorColor#88ccff#88ccff
Description
The outline color of the Editor's selected node.

Expander

NameTypeDefault valueComputed value
$kendo-expander-spacing-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical spacing of the ExpansionPanel.
$kendo-expander-border-widthNumber1px1px
Description
The width of the border around the ExpansionPanel.
$kendo-expander-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the ExpansionPanel.
$kendo-expander-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the ExpansionPanel.
$kendo-expander-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The hine height of the ExpansionPanel.
$kendo-expander-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the ExpansionPanel.
$kendo-expander-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the ExpansionPanel.
$kendo-expander-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the ExpansionPanel.
$kendo-expander-focus-shadowList$kendo-list-item-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.12)
Description
The box shadow of the focused ExpansionPanel.
$kendo-expander-header-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the ExpansionPanel header.
$kendo-expander-header-padding-yStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the ExpansionPanel header.
$kendo-expander-header-textString$kendo-expander-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the ExpansionPanel header.
$kendo-expander-header-bgColortransparenttransparent
Description
The background color of the ExpansionPanel header.
$kendo-expander-header-borderNullnullnull
Description
The border color of the ExpansionPanel header.
$kendo-expander-header-hover-bgColorrgba(0, 0, 0, .04)rgba(0, 0, 0, 0.04)
Description
The background color of the hovered ExpansionPanel header.
$kendo-expander-header-focus-bgNullnullnull
Description
The background color of the focused ExpansionPanel header.
$kendo-expander-header-focus-shadowList$kendo-list-item-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.12)
Description
The box shadow of the focused ExpansionPanel header.
$kendo-expander-title-textString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The text color of the ExpansionPanel title.
$kendo-expander-header-sub-title-textString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The text color of the ExpansionPanel sub-title.
$kendo-expander-indicator-margin-xStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The horizontal margin of the ExpansionPanel indicator.
$kendo-expander-content-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the ExpansionPanel content.
$kendo-expander-content-padding-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The vertical padding of the ExpansionPanel content.

Filemanager

NameTypeDefault valueComputed value
$kendo-file-manager-spacerStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The space between the FileManager items.
$kendo-file-manager-border-widthNumber1px1px
Description
The border width of the FileManager.
$kendo-file-manager-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the FileManager.
$kendo-file-manager-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the FileManager.
$kendo-file-manager-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the FileManager.
$kendo-file-manager-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the FileManager.
$kendo-file-manager-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the FileManager.
$kendo-file-manager-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the FileManager.
$kendo-file-manager-toolbar-border-widthNumber$kendo-file-manager-border-width1px
Description
The border width of the FileManager Toolbar.
$kendo-file-manager-toolbar-bgNullnullnull
Description
The background color of the FileManager Toolbar.
$kendo-file-manager-toolbar-textNullnullnull
Description
The text color of the FileManager Toolbar.
$kendo-file-manager-toolbar-borderNullnullnull
Description
The border color of the FileManager Toolbar.
$kendo-file-manager-toolbar-gradientNullnullnull
Description
The gradient of the FileManager Toolbar.
$kendo-file-manager-navigation-padding-xString$kendo-file-manager-spacervar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the FileManager Navigation.
$kendo-file-manager-navigation-padding-yString$kendo-file-manager-spacervar(--kendo-spacing-4, 1rem)
Description
The vertical padding of the FileManager Navigation.
$kendo-file-manager-navigation-widthNumber20%20%
Description
The width of the FileManager Navigation.
$kendo-file-manager-navigation-border-widthNumber$kendo-file-manager-border-width1px
Description
The border width of the FileManager Navigation.
$kendo-file-manager-navigation-bgNullnullnull
Description
The background color of the FileManager Navigation.
$kendo-file-manager-navigation-textNullnullnull
Description
The text color of the FileManager Navigation.
$kendo-file-manager-navigation-borderNullnullnull
Description
The border color of the FileManager Navigation.
$kendo-file-manager-breadcrumb-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the FileManager Breadcrumb.
$kendo-file-manager-breadcrumb-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the FileManager Breadcrumb.
$kendo-file-manager-breadcrumb-border-widthNumber$kendo-file-manager-border-width1px
Description
The border width of the FileManager Breadcrumb.
$kendo-file-manager-breadcrumb-bgString$kendo-toolbar-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the FileManager Breadcrumb.
$kendo-file-manager-breadcrumb-textNullnullnull
Description
The text color of the FileManager Breadcrumb.
$kendo-file-manager-breadcrumb-borderNullnullnull
Description
The border color of the FileManager Breadcrumb.
$kendo-file-manager-listview-bgNullnullnull
Description
The background color of the FileManager ListView.
$kendo-file-manager-listview-textNullnullnull
Description
The text color of the FileManager ListView.
$kendo-file-manager-listview-borderNullnullnull
Description
The border color of the FileManager ListView.
$kendo-file-manager-listview-item-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the FileManager ListView item.
$kendo-file-manager-listview-item-padding-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The vertical padding of the FileManager ListView item.
$kendo-file-manager-listview-item-widthNumber120px120px
Description
The width of the FileManager ListView item.
$kendo-file-manager-listview-item-heightNumber120px120px
Description
The height of the FileManager ListView item.
$kendo-file-manager-listview-item-bgNullnullnull
Description
The background color of the FileManager ListView item.
$kendo-file-manager-listview-item-textNullnullnull
Description
The text color of the FileManager ListView item.
$kendo-file-manager-listview-item-borderNullnullnull
Description
The border color of the FileManager ListView item.
$kendo-file-manager-listview-item-icon-bgNullnullnull
Description
The background color of the FileManager ListView item icon.
$kendo-file-manager-listview-item-icon-textStringif($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))var(--kendo-color-subtle, #666666)
Description
The text color of the FileManager ListView item icon.
$kendo-file-manager-listview-item-icon-borderNullnullnull
Description
The border color of the FileManager ListView item icon.
$kendo-file-manager-listview-item-icon-selected-bgNullnullnull
Description
Background color of the FileManager selected ListView item icon.
$kendo-file-manager-listview-item-icon-selected-textStringinheritinherit
Description
Text color of the FileManager selected ListView item icon.
$kendo-file-manager-listview-item-icon-selected-borderNullnullnull
Description
Border color of the FileManager selected ListView item icon.
$kendo-file-manager-grid-bgNullnullnull
Description
The background color of the FileManager Grid.
$kendo-file-manager-grid-textNullnullnull
Description
The text color of the FileManager Grid.
$kendo-file-manager-grid-borderNullnullnull
Description
The border color of the FileManager Grid.
$kendo-file-manager-preview-padding-xString$kendo-file-manager-spacervar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the FileManager preview.
$kendo-file-manager-preview-padding-yString$kendo-file-manager-spacervar(--kendo-spacing-4, 1rem)
Description
The vertical padding of the FileManager preview.
$kendo-file-manager-preview-widthNumber20%20%
Description
The width of the FileManager preview.
$kendo-file-manager-preview-border-widthNumber$kendo-file-manager-border-width1px
Description
The border width of the FileManager preview.
$kendo-file-manager-preview-spacingString$kendo-file-manager-spacervar(--kendo-spacing-4, 1rem)
Description
The spacing of the FileManager preview.
$kendo-file-manager-preview-column-gapStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The gap between the columns in the FileManager preview.
$kendo-file-manager-preview-bgNullnullnull
Description
The background color of the FileManager preview.
$kendo-file-manager-preview-textNullnullnull
Description
The text color of the FileManager preview.
$kendo-file-manager-preview-borderNullnullnull
Description
The border color of the FileManager preview.
$kendo-file-manager-preview-icon-bgNullnullnull
Description
The background color of the FileManager preview icon.
$kendo-file-manager-preview-icon-textStringif($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4))var(--kendo-color-subtle, #666666)
Description
The text color of the FileManager preview icon.
$kendo-file-manager-preview-icon-borderNullnullnull
Description
The border color of the FileManager preview icon.

Filter

NameTypeDefault valueComputed value
$kendo-filter-padding-xString$kendo-padding-md-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Filter.
$kendo-filter-padding-yString$kendo-padding-md-yvar(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the Filter.
$kendo-filter-bottom-marginStringk-spacing(7.5)var(--kendo-spacing-7\.5, 1.875rem)
Description
The bottom margin of the Filter.
$kendo-filter-line-sizeNumber1px1px
Description
The width of the line that connects the Filter items.
$kendo-filter-operator-dropdown-widthNumber15em15em
Description
The width of the dropdown elements in the Filter items.
$kendo-filter-preview-field-textString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The text color of the Filter preview field.
$kendo-filter-preview-operator-textString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The text color of the Filter preview operator.
$kendo-filter-toolbar-focus-shadowList0 0 0 2px rgba(0, 0, 0, .08)0 0 0 2px rgba(0, 0, 0, 0.08)
Description
The box shadow of the focused Filter toolbar.

Floating-action-button

NameTypeDefault valueComputed value
$kendo-fab-border-widthNumber1px1px
Description
The width of the border around the FAB.
$kendo-fab-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the FAB.
$kendo-fab-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the FAB.
$kendo-fab-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the FAB.
$kendo-fab-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the FAB.
$kendo-fab-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the FAB.
$kendo-fab-sm-padding-xCalculationcalc( #{$kendo-fab-padding-x} / 2 )calc(var(--kendo-spacing-4, 1rem) / 2)
Description
The horizontal padding of the small FAB.
$kendo-fab-md-padding-xString$kendo-fab-padding-xvar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the medium FAB.
$kendo-fab-lg-padding-xCalculationcalc( #{$kendo-fab-padding-x} * 1.5 )calc(var(--kendo-spacing-4, 1rem) * 1.5)
Description
The horizontal padding of the large FAB.
$kendo-fab-padding-yString$kendo-fab-padding-xvar(--kendo-spacing-4, 1rem)
Description
The vertical padding of the FAB.
$kendo-fab-sm-padding-yCalculationcalc( #{$kendo-fab-padding-y} / 2 )calc(var(--kendo-spacing-4, 1rem) / 2)
Description
The vertical padding of the small FAB.
$kendo-fab-md-padding-yString$kendo-fab-padding-yvar(--kendo-spacing-4, 1rem)
Description
The vertical padding of the medium FAB.
$kendo-fab-lg-padding-yCalculationcalc( #{$kendo-fab-padding-y} * 1.5 )calc(var(--kendo-spacing-4, 1rem) * 1.5)
Description
The vertical padding of the large FAB.
$kendo-fab-icon-padding-xStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The horizontal padding of the FAB icon.
$kendo-fab-icon-padding-yString$kendo-fab-icon-padding-xvar(--kendo-spacing-0\.5, 0.125rem)
Description
The vertical padding of the FAB icon.
$kendo-fab-icon-spacingStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The spacing of the FAB icon.
$kendo-fab-items-padding-xStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The horizontal padding of the FAB items.
$kendo-fab-items-padding-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The vertical padding of the FAB items.
$kendo-fab-item-text-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the FAB item text.
$kendo-fab-item-text-padding-yString$kendo-fab-item-text-padding-xvar(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the FAB item text.
$kendo-fab-item-text-border-widthNumber1px1px
Description
The width of the FAB item text border.
$kendo-fab-item-text-border-radiusNumber2px2px
Description
The border radius of the FAB item text.
$kendo-fab-item-text-font-sizeStringvar( --kendo-font-size-xs, inherit )var(--kendo-font-size-xs, inherit)
Description
The font size of the FAB item text.
$kendo-fab-item-text-line-heightNumber1.21.2
Description
The line height of the FAB item text.
$kendo-fab-item-icon-padding-xCalculationcalc( #{k-spacing(2)} + #{$kendo-fab-icon-padding-x} )calc(var(--kendo-spacing-2, 0.5rem) + var(--kendo-spacing-0\.5, 0.125rem))
Description
The horizontal padding of the FAB item icon.
$kendo-fab-item-icon-padding-yCalculation$kendo-fab-item-icon-padding-xcalc(var(--kendo-spacing-2, 0.5rem) + var(--kendo-spacing-0\.5, 0.125rem))
Description
The vertical padding of the FAB item icon.
$kendo-fab-item-icon-border-widthNumber00
Description
The width of the FAB item icon border.
$kendo-fab-item-icon-border-radiusNumber50%50%
Description
The border radius of the FAB item icon.
$kendo-fab-theme-colorsMap$kendo-theme-colors("primary": var(--kendo-color-primary, #ff6358), "secondary": var(--kendo-color-secondary, #666666), "tertiary": var(--kendo-color-tertiary, #03a9f4), "info": var(--kendo-color-info, #0058e9), "success": var(--kendo-color-success, #37b400), "warning": var(--kendo-color-warning, #ffc000), "error": var(--kendo-color-error, #f31700), "dark": var(--kendo-color-dark, #3d3d3d), "light": var(--kendo-color-light, #ebebeb), "inverse": var(--kendo-color-dark, #3d3d3d))
Description
The theme colors map for the FAB.
$kendo-fab-sizesMap( sm: ( padding-x: $kendo-fab-sm-padding-x, padding-y: $kendo-fab-sm-padding-y ), md: ( padding-x: $kendo-fab-md-padding-x, padding-y: $kendo-fab-md-padding-y ), lg: ( padding-x: $kendo-fab-lg-padding-x, padding-y: $kendo-fab-lg-padding-y ) )(sm: (padding-x: calc(var(--kendo-spacing-4, 1rem) / 2), padding-y: calc(var(--kendo-spacing-4, 1rem) / 2)), md: (padding-x: var(--kendo-spacing-4, 1rem), padding-y: var(--kendo-spacing-4, 1rem)), lg: (padding-x: calc(var(--kendo-spacing-4, 1rem) * 1.5), padding-y: calc(var(--kendo-spacing-4, 1rem) * 1.5)))
Description
The size map for the FAB.
$kendo-fab-shadowStringk-elevation(5)var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The base shadow of the FAB.
$kendo-fab-disabled-shadowStringk-elevation(5)var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The shadow of the disabled FAB.
$kendo-fab-active-shadowNullnullnull
Description
The shadow of the active FAB.
$kendo-fab-outline-styleStringsolidsolid
Description
The outline style of the FAB.
$kendo-fab-outline-widthStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The outline width of the FAB.
$kendo-fab-item-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The base text color of the FAB item.
$kendo-fab-item-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The base background color of the FAB item.
$kendo-fab-item-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The base border color of the FAB item.
$kendo-fab-item-icon-textString$kendo-button-textvar(--kendo-color-on-base, #3d3d3d)
Description
The base text color of the FAB item icon.
$kendo-fab-item-icon-bgString$kendo-button-bgvar(--kendo-color-base, #f5f5f5)
Description
The base background color of the FAB item icon.
$kendo-fab-item-icon-borderString$kendo-button-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The base border color of the FAB item icon.
$kendo-fab-item-shadowString$kendo-fab-shadowvar(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The base shadow of the FAB item.
$kendo-fab-item-disabled-shadowString$kendo-fab-disabled-shadowvar(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The shadow of the disabled FAB item.
$kendo-fab-item-active-shadowNull$kendo-fab-active-shadownull
Description
The shadow of the active FAB item.
$kendo-fab-item-outline-styleStringsolidsolid
Description
The outline style of the FAB item.
$kendo-fab-item-outline-widthStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The outline width of the FAB item.
$kendo-fab-item-outline-colorColorrgba(0, 0, 0, .08)rgba(0, 0, 0, 0.08)
Description
The outline color of the FAB item.

Floating-label

NameTypeDefault valueComputed value
$kendo-floating-label-scaleNumber11
Description
The transformation scale of the Floating Label.
$kendo-floating-label-font-sizeString$kendo-input-font-sizevar(--kendo-font-size, inherit)
Description
The font size of the Floating Label.
$kendo-floating-label-max-widthNumber90%90%
Description
The maximum width of the Floating Label.
$kendo-floating-label-line-heightString$kendo-input-line-heightvar(--kendo-line-height, normal)
Description
The line height of the Floating Label.
$kendo-floating-label-heightCalculationcalc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} )calc(var(--kendo-line-height, normal) * var(--kendo-font-size, inherit))
Description
The height of the Floating Label.
$kendo-floating-label-offset-xCalculationcalc( #{$kendo-input-padding-x} + #{$kendo-input-border-width} )calc(var(--kendo-spacing-2, 0.5rem) + 1px)
Description
The horizontal offset of the Floating Label.
$kendo-floating-label-offset-yCalculationcalc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-padding-y} )calc(calc(var(--kendo-line-height, normal) * var(--kendo-font-size, inherit)) + 1px + var(--kendo-spacing-1, 0.25rem))
Description
The vertical offset of the Floating Label.
$kendo-floating-label-focus-scaleNumber11
Description
The transformation scale of the focused Floating Label.
$kendo-floating-label-focus-offset-xNumber00
Description
The horizontal offset of the focused Floating Label.
$kendo-floating-label-focus-offset-yNumber00
Description
The vertical offset of the focused Floating Label.
$kendo-floating-label-transitionList.2s ease-out0.2s ease-out
Description
The transition of the Floating Label.
$kendo-floating-label-bgNullnullnull
Description
The background color of the Floating Label.
$kendo-floating-label-textNullnullnull
Description
The text color of the Floating Label.
$kendo-floating-label-focus-bgNullnullnull
Description
The background color of the focused Floating Label.
$kendo-floating-label-focus-textNullnullnull
Description
The text color of the focused Floating Label.

Form

NameTypeDefault valueComputed value
$kendo-form-spacerCalculationcalc( #{$kendo-padding-md-x} * 2 )calc(var(--kendo-spacing-2, 0.5rem) * 2)
Description
The padding of the inline Form.
$kendo-form-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Form.
$kendo-form-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Form.
$kendo-form-line-height-emCalculationcalc( #{$kendo-form-line-height} * 1em )calc(var(--kendo-line-height, normal) * 1em)
Description
The line height of the Form in em units.
$kendo-form-sm-line-heightStringvar( --kendo-line-height-sm, normal )var(--kendo-line-height-sm, normal)
Description
The line height of the small Form.
$kendo-form-lg-line-heightStringvar( --kendo-line-height-lg, normal )var(--kendo-line-height-lg, normal)
Description
The line height of the large Form.
$kendo-form-fieldset-marginList2em 0 02em 0 0
Description
The margin of the Form fieldset.
$kendo-form-fieldset-paddingStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The padding of the Form fieldset.
$kendo-form-legend-marginList0 0 1em0 0 1em
Description
The margin of the Form legend.
$kendo-form-legend-paddingStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The padding of the Form legend.
$kendo-form-legend-border-widthList0 0 2px0 0 2px
Description
The border width of the Form legend.
$kendo-form-legend-border-styleStringsolidsolid
Description
The border style of the Form legend.
$kendo-form-legend-border-colorString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Form legend.
$kendo-form-legend-widthNumber100%100%
Description
The width of the Form legend.
$kendo-form-legend-font-sizeNumber14px14px
Description
The font size of the Form legend.
$kendo-form-legend-text-transformStringuppercaseuppercase
Description
The text capitalization of the Form legend.
$kendo-form-label-margin-bottomStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The bottom margin of the Form label.
$kendo-form-button-margin-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal margin of the Form buttons.
$kendo-form-hint-font-sizeNumber12px12px
Description
The font size of the Form hint.
$kendo-form-hint-font-styleStringitalicitalic
Description
The font style of the Form hint.
$kendo-form-hint-margin-topStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The top margin of the Form hint.
$kendo-form-sm-rows-spacingStringk-spacing(2.5)var(--kendo-spacing-2\.5, 0.625rem)
Description
The row spacing of the small Form.
$kendo-form-md-rows-spacingStringk-spacing(3.5)var(--kendo-spacing-3\.5, 0.875rem)
Description
The row spacing of the medium Form.
$kendo-form-lg-rows-spacingStringk-spacing(4.5)var(--kendo-spacing-4\.5, 1.125rem)
Description
The row spacing of the large Form.
$kendo-form-separator-marginList$kendo-form-md-rows-spacing 0 0var(--kendo-spacing-3\.5, 0.875rem) 0 0
Description
The margin of the Form separator.
$kendo-form-separator-border-colorString$kendo-form-legend-border-colorvar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Form separator.
$kendo-horizontal-form-label-padding-topCalculationcalc( #{k-spacing(2.5)} / 2 )calc(var(--kendo-spacing-2\.5, 0.625rem) / 2)
Description
The top padding of the label in the horizontal Form.
$kendo-horizontal-form-label-margin-xStringk-spacing(2.5)var(--kendo-spacing-2\.5, 0.625rem)
Description
The horizontal margin of the label in the horizontal Form.
$kendo-horizontal-form-label-widthNumber25%25%
Description
The width of the label in the horizontal Form.
$kendo-horizontal-form-label-alignStringflex-endflex-end
Description
The horizontal alignment of the label in the horizontal Form.
$kendo-horizontal-form-field-wrap-max-widthCalculationcalc( ( 100% - #{$kendo-horizontal-form-label-width} ) - #{$kendo-horizontal-form-label-margin-x} )calc(100% - 25% - var(--kendo-spacing-2\.5, 0.625rem))
Description
The maximum width of the field wrap in the horizontal Form.
$kendo-inline-form-element-widthNumber25%25%
Description
The width of the inline Form element.
$kendo-forms-invalid-colorString$kendo-color-errorvar(--kendo-color-error, #f31700)
Description
The invalid text color of the Form.
$kendo-label-optional-margin-xStringk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)
Description
The horizontal margin of the optional label in the Form.
$kendo-label-optional-font-sizeNumber12px12px
Description
The font size of the optional label in the Form.
$kendo-label-optional-font-styleStringitalicitalic
Description
The font style of the optional label in the Form.
$kendo-fieldset-marginStringk-spacing(7.5)var(--kendo-spacing-7\.5, 1.875rem)
Description
The margin of the Form fieldset.
$kendo-fieldset-font-sizeCalculation$kendo-h4-font-sizecalc(var(--kendo-font-size, inherit) * 2)
Description
The font size of the Form fieldset.
$kendo-fieldset-bgNullnullnull
Description
The background color of the Form fieldset.
$kendo-fieldset-textNullnullnull
Description
The text color of the Form fieldset.
$kendo-fieldset-borderNullnullnull
Description
The border color of the Form fieldset.
$kendo-fieldset-legend-bgNullnullnull
Description
The background color of the Form legend.
$kendo-fieldset-legend-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-try-shade( $kendo-body-text, 2 ))var(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Form legend.
$kendo-fieldset-legend-borderNullnullnull
Description
The border color of the Form legend.
$kendo-form-sizesMap( sm: ( form-rows-spacing: $kendo-form-sm-rows-spacing ), md: ( form-rows-spacing: $kendo-form-md-rows-spacing ), lg: ( form-rows-spacing: $kendo-form-lg-rows-spacing ) )(sm: (form-rows-spacing: var(--kendo-spacing-2\.5, 0.625rem)), md: (form-rows-spacing: var(--kendo-spacing-3\.5, 0.875rem)), lg: (form-rows-spacing: var(--kendo-spacing-4\.5, 1.125rem)))
Description
The sizes map for the Form.

Gantt

NameTypeDefault valueComputed value
$kendo-gantt-border-widthNumber1px1px
Description
The border width of the Gantt.
$kendo-gantt-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Gantt.
$kendo-gantt-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Gantt.
$kendo-gantt-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Gantt.
$kendo-gantt-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Gantt.
$kendo-gantt-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Gantt.
$kendo-gantt-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Gantt.
$kendo-gantt-treelist-bgNullnullnull
Description
The background color of the Gantt TreeList.
$kendo-gantt-treelist-textNullnullnull
Description
The text color of the Gantt TreeList.
$kendo-gantt-treelist-borderNullnullnull
Description
The border color of the Gantt TreeList.
$kendo-gantt-nonwork-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 3%, transparent), rgba( k-contrast-legacy( $kendo-gantt-bg ), .025 ))color-mix(in srgb, var(--kendo-color-on-base, #3d3d3d) 3%, transparent)
Description
The background color of the Gantt non-working days.
$kendo-gantt-nonwork-textNullnullnull
Description
The text color of the Gantt non-working days.
$kendo-gantt-nonwork-borderNullnullnull
Description
The border color of the Gantt non-working days.
$kendo-gantt-line-sizeNumber2px2px
Description
The size of the Gantt connecting lines.
$kendo-gantt-line-fillStringif($kendo-enable-color-system, k-color( on-base ), k-contrast-legacy( $kendo-gantt-bg ))var(--kendo-color-on-base, #3d3d3d)
Description
The background fill color of the Gantt connecting lines.
$kendo-gantt-line-selected-fillString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The background fill of the selected Gantt connecting lines.
$kendo-gantt-dot-sizeNumber8px8px
Description
The size of the Gantt task dot.
$kendo-gantt-dot-spacingStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The spacing of the Gantt task dot.
$kendo-gantt-dot-bgString$kendo-gantt-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The background color of the Gantt task dot.
$kendo-gantt-dot-borderNullnullnull
Description
The border color of the Gantt task dot.
$kendo-gantt-dot-hover-bgString$kendo-gantt-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the hovered Gantt task dot.
$kendo-gantt-dot-hover-borderString$kendo-gantt-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The border color of the hovered Gantt task dot.
$kendo-gantt-milestone-bgString$kendo-gantt-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The background color of the Gantt milestone.
$kendo-gantt-milestone-borderString$kendo-gantt-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Gantt milestone.
$kendo-gantt-milestone-selected-bgString$kendo-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The background color of the selected Gantt milestone.
$kendo-gantt-milestone-selected-borderString$kendo-selected-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the selected Gantt milestone.
$kendo-gantt-summary-bgStringif($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-gantt-text, 1 ))var(--kendo-color-subtle, #666666)
Description
The background color of the Gantt summary.
$kendo-gantt-summary-progress-bgStringif($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-gantt-text, 5 ))var(--kendo-color-on-base, #3d3d3d)
Description
The background color of the Gantt summary progress.
$kendo-gantt-summary-selected-bgStringif($kendo-enable-color-system, k-color( primary-subtle-active ), k-try-tint( $kendo-selected-bg, 6 ))var(--kendo-color-primary-subtle-active, #ffc8c4)
Description
The background color of the selected Gantt summary.
$kendo-gantt-summary-progress-selected-bgString$kendo-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The background color of the selected Gantt summary progress.
$kendo-gantt-task-border-widthNumber0px0px
Description
The border width of the Gantt task.
$kendo-gantt-task-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Gantt task.
$kendo-gantt-task-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the Gantt task.
$kendo-gantt-task-bgStringif($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-gantt-text, 2 ))var(--kendo-color-subtle, #666666)
Description
The background color of the Gantt task.
$kendo-gantt-task-textStringif($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-gantt-text ))var(--kendo-color-base, #f5f5f5)
Description
The text color of the Gantt task.
$kendo-gantt-task-borderNullnullnull
Description
The border color of the Gantt task.
$kendo-gantt-task-progress-bgString$kendo-gantt-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The background color of the Gantt task progress.
$kendo-gantt-task-selected-bgStringif($kendo-enable-color-system, k-color( primary-subtle-active ), k-try-tint( $kendo-selected-bg, 6 ))var(--kendo-color-primary-subtle-active, #ffc8c4)
Description
The background color of selected the Gantt task.
$kendo-gantt-task-selected-textString$kendo-selected-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the selected Gantt task.
$kendo-gantt-task-selected-borderNullnullnull
Description
The border color of the selected Gantt task.
$kendo-gantt-task-progress-selected-bgString$kendo-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The background color of the selected Gantt task progress.
$kendo-gantt-planned-margin-yNumber.35em0.35em
Description
The vertical margin of the Gantt task planned line.
$kendo-gantt-planned-border-widthNumber2px2px
Description
The border width of the Gantt task planned line.
$kendo-gantt-planned-line-heightNumber.75em0.75em
Description
The line height of the Gantt task planned line.
$kendo-gantt-planned-dependency-margin-yNumber.55em0.55em
Description
The vertical margin of the Gantt planned dependencies.
$kendo-gantt-planned-moment-widthNumber6px6px
Description
The default width of the Gantt planned line dot.
$kendo-gantt-planned-moment-heightNumber$kendo-gantt-planned-moment-width6px
Description
The default height of the Gantt planned line dot.
$kendo-gantt-planned-moment-border-radiusCalculationcalc( ( #{$kendo-gantt-planned-border-width * 2} + #{$kendo-gantt-planned-moment-width} ) / 2 )calc((4px + 6px) / 2)
Description
The border radius of the Gantt planned line dot.
$kendo-gantt-planned-moment-left-margin-xCalculationcalc( #{k-math-div( $kendo-gantt-planned-border-width, 2 )} - #{$kendo-gantt-planned-moment-border-radius} )calc(1px - calc((4px + 6px) / 2))
Description
The horizontal margin of the Gantt planned line dot.
$kendo-gantt-planned-milestone-moment-margin-xNumberk-math-div( $kendo-gantt-planned-moment-width, 2 )3px
Description
The horizontal margin of the Gantt milestone planned line dot.
$kendo-gantt-planned-duration-heightNumber$kendo-gantt-planned-border-width2px
Description
The default height of the Gantt planned line.
$kendo-gantt-planned-duration-hover-heightCalculationcalc( #{$kendo-gantt-planned-border-width} + 1px )calc(2px + 1px)
Description
The height of the hovered Gantt planned line.
$kendo-gantt-planned-single-drag-hint-topNumber00
Description
The top position of the Gantt drag hint.
$kendo-gantt-planned-summary-drag-hint-topNumber.5em0.5em
Description
The top position of the Gantt summary drag hint.
$kendo-gantt-planned-milestone-drag-hint-topNumber.3em0.3em
Description
The top position of the Gantt planned milestone drag hint.
$kendo-gantt-rtl-milestone-wrap-margin-xNumber-2.4em-2.4em
Description
The horizontal margin of the Gantt milestone wrap.
$kendo-gantt-rtl-milestone-planned-moment-margin-xNumber.2em0.2em
Description
The horizontal margin of the Gantt milestone line dot.
$kendo-gantt-rtl-milestone-dot-start-margin-xNumber-.1em-0.1em
Description
The horizontal margin of the Gantt milestone task dot.
$kendo-gantt-planned-offset-resize-handler-margin-xNumber1.4em1.4em
Description
The horizontal offset of the Gantt delayed task resize handler.
$kendo-gantt-planned-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The background color of the Gantt planned Tooltip.
$kendo-gantt-planned-borderString$kendo-gantt-planned-bgvar(--kendo-color-primary, #ff6358)
Description
The border color of the Gantt planned Tooltip.
$kendo-gantt-delayed-bgString$kendo-color-errorvar(--kendo-color-error, #f31700)
Description
The background color of the Gantt delayed task.
$kendo-gantt-delayed-bg-lighterStringif($kendo-enable-color-system, k-color( error-emphasis ), k-color-tint($kendo-gantt-delayed-bg, 5))var(--kendo-color-error-emphasis, #f76f60)
Description
The complement background color of the Gantt delayed task.
$kendo-gantt-advanced-bgString$kendo-color-successvar(--kendo-color-success, #37b400)
Description
The background color of the Gantt advanced task.
$kendo-gantt-advanced-bg-lighterStringif($kendo-enable-color-system, k-color( success-emphasis ), k-color-tint($kendo-gantt-advanced-bg, 5))var(--kendo-color-success-emphasis, #81d15f)
Description
The complement background color of the Gantt advanced task.
$kendo-gantt-action-on-offset-textColor#000000#000000
Description
The text color of the Gantt delayed task action.
$kendo-gantt-offset-resize-handler-topNumber50%50%
Description
The top position of the Gantt delayed task resize handler.
$kendo-gantt-validation-tooltip-widthNumber200px200px
Description
The default width of the Gantt validation Tooltip.
$kendo-gantt-validation-tooltip-label-widthNumber50px50px
Description
The default width of the Gantt validation Tooltip label.
$kendo-gantt-validation-tooltip-borderColor#656565#656565
Description
The border color of the Gantt validation Tooltip.
$kendo-gantt-validation-tooltip-valid-borderString$kendo-color-successvar(--kendo-color-success, #37b400)
Description
The border color of the valid Gantt validation Tooltip.
$kendo-gantt-validation-tooltip-invalid-borderString$kendo-color-errorvar(--kendo-color-error, #f31700)
Description
The border color of the invalid Gantt validation Tooltip.

Grid

NameTypeDefault valueComputed value
$kendo-grid-padding-xString$kendo-table-md-cell-padding-xvar(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the Grid.
$kendo-grid-padding-yString$kendo-table-md-cell-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Grid.
$kendo-grid-header-padding-xString$kendo-grid-padding-xvar(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the Grid header.
$kendo-grid-header-padding-yString$kendo-grid-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Grid header.
$kendo-grid-grouping-header-padding-xString$kendo-grid-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Grid grouping header.
$kendo-grid-grouping-header-padding-yString$kendo-grid-grouping-header-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Grid grouping header.
$kendo-grid-cell-padding-xString$kendo-grid-padding-xvar(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the Grid cell.
$kendo-grid-cell-padding-yString$kendo-grid-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Grid cell.
$kendo-grid-filter-cell-padding-xString$kendo-grid-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Grid filter cell.
$kendo-grid-filter-cell-padding-yString$kendo-grid-filter-cell-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Grid filter cell.
$kendo-grid-edit-cell-padding-xString$kendo-grid-cell-padding-xvar(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the Grid edit cell.
$kendo-grid-edit-cell-padding-yCalculationcalc( #{k-spacing(1.5)} / 2 )calc(var(--kendo-spacing-1\.5, 0.375rem) / 2)
Description
The vertical padding of the Grid filter cell.
$kendo-grid-bgString$kendo-table-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Grid.
$kendo-grid-textString$kendo-table-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Grid.
$kendo-grid-borderString$kendo-table-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Grid.
$kendo-grid-header-bgString$kendo-table-header-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of Grid header.
$kendo-grid-header-textString$kendo-table-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of Grid header.
$kendo-grid-header-borderString$kendo-table-header-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of Grid header.
$kendo-grid-header-gradientNull$kendo-table-header-gradientnull
Description
The background gradient of Grid header.
$kendo-grid-footer-bgString$kendo-grid-header-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of Grid footer.
$kendo-grid-footer-textString$kendo-grid-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of Grid footer.
$kendo-grid-footer-borderString$kendo-grid-header-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of Grid footer.
$kendo-grid-alt-bgString$kendo-table-alt-row-bgcolor-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 5%, transparent)
Description
The background color of the Grid alternating rows.
$kendo-grid-alt-textNull$kendo-table-alt-row-textnull
Description
The text color of the Grid alternating rows.
$kendo-grid-alt-borderNull$kendo-table-alt-row-bordernull
Description
The border color of the Grid alternating rows.
$kendo-grid-hover-bgString$kendo-table-hover-bgcolor-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 11%, transparent)
Description
The background color of hovered Grid rows.
$kendo-grid-hover-textNull$kendo-table-hover-textnull
Description
The text color of hovered Grid rows.
$kendo-grid-hover-borderNull$kendo-table-hover-bordernull
Description
The border color of hovered Grid rows.
$kendo-grid-selected-bgString$kendo-table-selected-bgcolor-mix(in srgb, var(--kendo-color-primary, #ff6358) 25%, transparent)
Description
The background color of selected Grid rows.
$kendo-grid-selected-textNull$kendo-table-selected-textnull
Description
The text color of selected Grid rows.
$kendo-grid-selected-borderNull$kendo-table-selected-bordernull
Description
The border color of selected Grid rows.
$kendo-grid-selection-aggregates-bgString$kendo-grid-header-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the Grid selection aggregates container.
$kendo-grid-selection-aggregates-textString$kendo-grid-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Grid selection aggregates container.
$kendo-grid-selection-aggregates-borderString$kendo-grid-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Grid selection aggregates container.
$kendo-grid-selection-aggregates-border-widthNumber$kendo-grid-border-width1px
Description
The border width of the Grid selection aggregates container.
$kendo-grid-selection-aggregates-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing between the selection aggregates items.
$kendo-grid-selection-aggregates-line-heightString$kendo-grid-line-heightvar(--kendo-line-height, normal)
Description
The line height of the Grid selection aggregates container.
$kendo-grid-selection-aggregates-font-weightStringvar( --kendo-font-weight-bold, normal )var(--kendo-font-weight-bold, normal)
Description
The font weight of the Grid selection aggregates container.
$kendo-grid-row-resizer-hover-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 20%, transparent), rgba( k-contrast-color( $kendo-grid-bg ), .12 ))color-mix(in srgb, var(--kendo-color-on-base, #3d3d3d) 20%, transparent)
Description
The background color of the Grid row resize indicator.
$kendo-grid-row-resizer-active-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The background color of the active Grid row resize indicator.
$kendo-grid-row-resizer-heightStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The height of the Grid row resize indicator.

Input

NameTypeDefault valueComputed value
$kendo-input-default-widthNumber100%100%
Description
The default width of the Input components.
$kendo-input-border-widthNumber1px1px
Description
The border width of the Input components.
$kendo-input-border-radiusNullnullnull
Description
The border radius of the Input components.
$kendo-input-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Input components.
$kendo-input-sm-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the small Input components.
$kendo-input-md-padding-xString$kendo-input-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the medium Input components.
$kendo-input-lg-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the large Input components.
$kendo-input-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the Input components.
$kendo-input-sm-padding-yStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The vertical padding of the small Input components.
$kendo-input-md-padding-yString$kendo-input-padding-yvar(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the medium Input components.
$kendo-input-lg-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the large Input components.
$kendo-input-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Input components.
$kendo-input-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Input components.
$kendo-input-sm-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the small Input components.
$kendo-input-md-font-sizeString$kendo-input-font-sizevar(--kendo-font-size, inherit)
Description
The font size of the medium Input components.
$kendo-input-lg-font-sizeStringvar( --kendo-font-size-lg, inherit )var(--kendo-font-size-lg, inherit)
Description
The font size of the large Input components.
$kendo-input-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Input components.
$kendo-input-sm-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the small Input components.
$kendo-input-md-line-heightString$kendo-input-line-heightvar(--kendo-line-height, normal)
Description
The line height of the medium Input components.
$kendo-input-lg-line-heightStringvar( --kendo-line-height-lg, normal )var(--kendo-line-height-lg, normal)
Description
The line height of the large Input components.
$kendo-input-sizesMap( sm: ( padding-x: $kendo-input-sm-padding-x, padding-y: $kendo-input-sm-padding-y, font-size: $kendo-input-sm-font-size, line-height: $kendo-input-sm-line-height, button-padding-x: $kendo-input-sm-padding-y, button-padding-y: $kendo-input-sm-padding-y ), md: ( padding-x: $kendo-input-md-padding-x, padding-y: $kendo-input-md-padding-y, font-size: $kendo-input-md-font-size, line-height: $kendo-input-md-line-height, button-padding-x: $kendo-input-md-padding-y, button-padding-y: $kendo-input-md-padding-y ), lg: ( padding-x: $kendo-input-lg-padding-x, padding-y: $kendo-input-lg-padding-y, font-size: $kendo-input-lg-font-size, line-height: $kendo-input-lg-line-height, button-padding-x: $kendo-input-lg-padding-y, button-padding-y: $kendo-input-lg-padding-y ) )(sm: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-0\.5, 0.125rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), button-padding-x: var(--kendo-spacing-0\.5, 0.125rem), button-padding-y: var(--kendo-spacing-0\.5, 0.125rem)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-1, 0.25rem), font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), button-padding-x: var(--kendo-spacing-1, 0.25rem), button-padding-y: var(--kendo-spacing-1, 0.25rem)), lg: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), font-size: var(--kendo-font-size-lg, inherit), line-height: var(--kendo-line-height-lg, normal), button-padding-x: var(--kendo-spacing-2, 0.5rem), button-padding-y: var(--kendo-spacing-2, 0.5rem)))
Description
The sizes map for the Input components.
$kendo-input-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Input components.
$kendo-input-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Input components.
$kendo-input-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Input components.
$kendo-input-shadowNullnullnull
Description
The shadow of the Input components.
$kendo-input-hover-bgNullnullnull
Description
The background color of the hovered Input components.
$kendo-input-hover-textNullnullnull
Description
The text color of the hovered Input components.
$kendo-input-hover-borderStringif($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-input-border, .16 ))var(--kendo-color-border-alt, rgba(0, 0, 0, 0.16))
Description
The border color of the hovered Input components.
$kendo-input-hover-shadowNullnullnull
Description
The shadow of the hovered Input components.
$kendo-input-focus-bgNullnullnull
Description
The background color of the focused Input components.
$kendo-input-focus-textNullnullnull
Description
The text color of the focused Input components.
$kendo-input-focus-borderString$kendo-input-hover-bordervar(--kendo-color-border-alt, rgba(0, 0, 0, 0.16))
Description
The border color of the focused Input components.
$kendo-input-focus-shadowList0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( $kendo-input-focus-border, .08 ))0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)
Description
The shadow of the focused Input components.
$kendo-input-selected-bgNullnullnull
Description
The background color of the selected Input components.
$kendo-input-selected-textNullnullnull
Description
The text color of the selected Input components.
$kendo-input-disabled-bgNullnullnull
Description
The background color of the disabled Input components.
$kendo-input-disabled-textNullnullnull
Description
The text color of the disabled Input components.
$kendo-input-disabled-borderNullnullnull
Description
The border color of the disabled Input components.
$kendo-input-disabled-gradientNullnullnull
Description
The gradient of the disabled Input components.
$kendo-input-disabled-shadowNullnullnull
Description
The shadow of the disabled Input components.
$kendo-input-outline-bgNullnullnull
Description
The background color of the outline Input components.
$kendo-input-outline-textString$kendo-input-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the outline Input components.
$kendo-input-outline-borderStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-button-text, .5))color-mix(in srgb, var(--kendo-color-on-base, #3d3d3d) 50%, transparent)
Description
The border color of the outline Input components.
$kendo-input-outline-hover-bgNullnullnull
Description
The background color of the outline hovered Input components.
$kendo-input-outline-hover-textNullnullnull
Description
The text color of the outline hovered Input components.
$kendo-input-outline-hover-borderStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 80%, transparent), rgba( $kendo-button-text, .8))color-mix(in srgb, var(--kendo-color-on-base, #3d3d3d) 80%, transparent)
Description
The border color of the outline hovered Input components.
$kendo-input-outline-focus-bgNullnullnull
Description
The background color of the outline focused Input components.
$kendo-input-outline-focus-textNullnullnull
Description
The text color of the outline focused Input components.
$kendo-input-outline-focus-borderNullnullnull
Description
The border color of the outline focused Input components.
$kendo-input-outline-focus-shadowList$kendo-input-focus-shadow0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)
Description
The shadow of the outline focused Input components.
$kendo-input-flat-bgNullnullnull
Description
The background color of the flat Input components.
$kendo-input-flat-textString$kendo-input-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the flat Input components.
$kendo-input-flat-borderString$kendo-input-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the flat Input components.
$kendo-input-flat-hover-bgNullnullnull
Description
The background color of the flat hovered Input components.
$kendo-input-flat-hover-textNullnullnull
Description
The text color of the flat hovered Input components.
$kendo-input-flat-hover-borderString$kendo-input-hover-bordervar(--kendo-color-border-alt, rgba(0, 0, 0, 0.16))
Description
The border color of the flat hovered Input components.
$kendo-input-flat-focus-bgNullnullnull
Description
The background color of the flat focused Input components.
$kendo-input-flat-focus-textNullnullnull
Description
The text color of the flat focused Input components.
$kendo-input-flat-focus-borderNullnullnull
Description
The border color of the flat focused Input components.
$kendo-input-flat-focus-shadowList$kendo-input-focus-shadow0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)
Description
The shadow of the flat focused Input components.
$kendo-input-placeholder-textString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The text color of the Input placeholder.
$kendo-input-placeholder-opacityNumber11
Description
The opacity of the Input placeholder.
$kendo-input-clear-value-textNullnullnull
Description
The color of the Input clear value icon.
$kendo-input-clear-value-opacityNumber.50.5
Description
The opacity of the Input clear value icon.
$kendo-input-clear-value-hover-textNullnullnull
Description
The color of the hovered Input clear value icon.
$kendo-input-clear-value-hover-opacityNumber11
Description
The opacity of the hovered Input clear value icon.
$kendo-input-values-margin-yStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The vertical margin of the clear value icon.
$kendo-input-values-margin-xString$kendo-input-values-margin-yvar(--kendo-spacing-0\.5, 0.125rem)
Description
The horizontal margin of the clear value icon.
$kendo-input-button-widthCalculation$kendo-button-inner-calc-sizecalc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2)
Description
The width of the Input button.
$kendo-input-button-border-widthNumber1px1px
Description
The border width of the Input button.
$kendo-input-spinner-widthCalculation$kendo-button-inner-calc-sizecalc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2)
Description
The width of the Input spinner button.
$kendo-input-spinner-icon-offsetNullnullnull
Description
The icon offset of the Input spinner button.
$kendo-input-separator-textString$kendo-input-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The color of the Input separator.
$kendo-input-separator-opacityNumber.50.5
Description
The opacity of the Input separator.
$kendo-input-prefix-textString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The text color of the Input prefix.
$kendo-input-suffix-textString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The text color of the Input suffix.
$kendo-input-prefix-textString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The text color of the Input prefix.
$kendo-input-suffix-textString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The text color of the Input suffix.
$kendo-input-invalid-borderString$kendo-invalid-bordervar(--kendo-color-error, #f31700)
Description
The border color of the invalid Input components.
$kendo-input-invalid-shadowNull$kendo-invalid-shadownull
Description
The shadow of the invalid Input components.

List

NameTypeDefault valueComputed value
$kendo-list-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the List components.
$kendo-list-font-sizeNullnullnull
Description
The font size of the List component, if no size is set.
$kendo-list-line-heightNullnullnull
Description
The line height of the List component, if no size is set.
$kendo-list-header-padding-xNullnullnull
Description
The horizontal padding of the List header, if no size is set.
$kendo-list-header-padding-yNullnullnull
Description
The vertical padding of the List header, if no size is set.
$kendo-list-header-border-widthList0 0 1px0 0 1px
Description
The border width of the List header.
$kendo-list-header-font-sizeNullnullnull
Description
The font size of the List header, if no size is set.
$kendo-list-header-line-heightNullnullnull
Description
The line height of the List header, if no size is set.
$kendo-list-header-font-weightStringvar( --kendo-font-weight-bold, normal )var(--kendo-font-weight-bold, normal)
Description
The font weight of the List header.
$kendo-list-item-padding-xNullnullnull
Description
The horizontal padding of the List items, when no size is set.
$kendo-list-item-padding-yNullnullnull
Description
The vertical padding of the List items, when no size is set.
$kendo-list-item-font-sizeNullnullnull
Description
The font size of the List items, if no size is set.
$kendo-list-item-line-heightNullnullnull
Description
The line height of the List items, if no size is set.
$kendo-list-group-item-padding-xNullnullnull
Description
The horizontal padding of the List group items, when no size is set.
$kendo-list-group-item-padding-yNullnullnull
Description
The vertical padding of the List group items, when no size is set.
$kendo-list-group-item-border-widthList1px 0 01px 0 0
Description
The border width of the List group items.
$kendo-list-group-item-font-sizeNullnullnull
Description
The font size of the List group items, if no size is set.
$kendo-list-group-item-line-heightNullnullnull
Description
The line height of the List group items, if no size is set.
$kendo-list-group-item-font-weightStringvar( --kendo-font-weight-bold, normal )var(--kendo-font-weight-bold, normal)
Description
The font weight of a List group item.
$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: var(--kendo-line-height, normal), header-padding-x: var(--kendo-spacing-2, 0.5rem), header-padding-y: var(--kendo-spacing-0\.5, 0.125rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-y: var(--kendo-spacing-0\.5, 0.125rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-2, 0.5rem), group-item-padding-y: var(--kendo-spacing-0\.5, 0.125rem), group-item-font-size: null, group-item-line-height: null), md: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), header-padding-x: var(--kendo-spacing-2, 0.5rem), header-padding-y: var(--kendo-spacing-1, 0.25rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-y: var(--kendo-spacing-1, 0.25rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-2, 0.5rem), group-item-padding-y: var(--kendo-spacing-1, 0.25rem), group-item-font-size: null, group-item-line-height: null), lg: (font-size: var(--kendo-font-size-lg, inherit), line-height: var(--kendo-line-height-lg, normal), header-padding-x: var(--kendo-spacing-2, 0.5rem), header-padding-y: var(--kendo-spacing-1\.5, 0.375rem), header-font-size: null, header-line-height: null, item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-y: var(--kendo-spacing-2, 0.5rem), item-font-size: null, item-line-height: null, group-item-padding-x: var(--kendo-spacing-2, 0.5rem), group-item-padding-y: var(--kendo-spacing-1\.5, 0.375rem), group-item-font-size: null, group-item-line-height: null))
Description
The map with the sizes of the List.
$kendo-list-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the List component.
$kendo-list-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the List component.
$kendo-list-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the List component.
$kendo-list-header-bgNullnullnull
Description
The background color of the List header.
$kendo-list-header-textNullnullnull
Description
The text color of the List header.
$kendo-list-header-borderStringinheritinherit
Description
The border color of the List header.
$kendo-list-header-shadowStringk-elevation(2)var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The box shadow of the List header.
$kendo-list-item-bgNullnullnull
Description
The background color of the List items.
$kendo-list-item-textNullnullnull
Description
The text color of the List items.
$kendo-list-item-hover-bgString$kendo-hover-bgvar(--kendo-color-base-hover, #ebebeb)
Description
The background color of the hovered List items.
$kendo-list-item-hover-textString$kendo-hover-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the hovered List items.
$kendo-list-item-focus-bgNullnullnull
Description
The background color of the focused List items.
$kendo-list-item-focus-textNullnullnull
Description
The text color of the focused List items.
$kendo-list-item-focus-shadowListinset 0 0 0 2px rgba(0, 0, 0, .12)inset 0 0 0 2px rgba(0, 0, 0, 0.12)
Description
The box shadow of the focused List items.
$kendo-list-item-selected-bgString$kendo-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The background color of the selected List items.
$kendo-list-item-selected-textString$kendo-selected-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the selected List items.
$kendo-list-group-item-bgNullnullnull
Description
The background color of the List group items.
$kendo-list-group-item-textNullnullnull
Description
The text color of the List group items.
$kendo-list-group-item-borderStringinheritinherit
Description
The border color of the List group items.
$kendo-list-group-item-shadowNullnullnull
Description
The base shadow of the List group items.
$kendo-list-no-data-textString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The color of the 'No Data' text.
$kendo-list-option-label-textString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The color of the 'Option Label' text.

Listbox

NameTypeDefault valueComputed value
$kendo-listbox-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing between the ListBox elements.
$kendo-listbox-button-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing between the ListBox buttons.
$kendo-listbox-widthNumber10em10em
Description
The width of the ListBox.
$kendo-listbox-default-heightNumber200px200px
Description
The height of the ListBox.
$kendo-listbox-border-widthNumber1px1px
Description
The width of the border around the ListBox.
$kendo-listbox-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the ListBox.
$kendo-listbox-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the ListBox.
$kendo-listbox-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the ListBox.
$kendo-listbox-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the ListBox.
$kendo-listbox-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the ListBox.
$kendo-listbox-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the ListBox.
$kendo-listbox-item-padding-xNullnullnull
Description
The inline padding of the ListBox item.
$kendo-listbox-item-padding-yNullnullnull
Description
The block padding of the ListBox item.
$kendo-listbox-drop-hint-widthNumber1px1px
Description
The width of the ListBox drop hint.
$kendo-listbox-drop-hint-border-widthNullnullnull
Description
The width of the border around the ListBox drop hint.

Listview

NameTypeDefault valueComputed value
$kendo-listview-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the ListView.
$kendo-listview-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the ListView.
$kendo-listview-border-widthNumber1px1px
Description
The width of the border around bordered ListView.
$kendo-listview-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the ListView.
$kendo-listview-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the ListView.
$kendo-listview-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the ListView.
$kendo-listview-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the ListView.
$kendo-listview-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the ListView.
$kendo-listview-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the ListView.
$kendo-listview-item-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the ListView items.
$kendo-listview-item-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the ListView items.
$kendo-listview-item-selected-textNullnullnull
Description
The text color of the selected ListView items.
$kendo-listview-item-selected-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))color-mix(in srgb, var(--kendo-color-primary, #ff6358) 25%, transparent)
Description
The background color of the selected ListView items.
$kendo-listview-item-selected-borderNullnullnull
Description
The border color of the selected ListView items.
$kendo-listview-item-focus-textNullnullnull
Description
The text color of the focused ListView items.
$kendo-listview-item-focus-bgNullnullnull
Description
The background color of the focused ListView items.
$kendo-listview-item-focus-borderNullnullnull
Description
The border color of the focused ListView items.
$kendo-listview-item-focus-shadowListinset 0 0 0 2px rgba(0, 0, 0, .13)inset 0 0 0 2px rgba(0, 0, 0, 0.13)
Description
The box shadow of the focused ListView items.

Loader

NameTypeDefault valueComputed value
$kendo-loader-segment-border-radiusNumber50%50%
Description
The border radius of the Loader segment.
$kendo-loader-sm-segment-sizeStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The size of the small Loader segment.
$kendo-loader-md-segment-sizeStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The size of the medium Loader segment.
$kendo-loader-lg-segment-sizeStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The size of the large Loader segment.
$kendo-loader-sm-paddingCalculationcalc( #{$kendo-loader-sm-segment-size} / 2 )calc(var(--kendo-spacing-1, 0.25rem) / 2)
Description
The padding of the small Loader.
$kendo-loader-md-paddingCalculationcalc( #{$kendo-loader-md-segment-size} / 2 )calc(var(--kendo-spacing-2, 0.5rem) / 2)
Description
The padding of the medium Loader.
$kendo-loader-lg-paddingCalculationcalc( #{$kendo-loader-lg-segment-size} / 2 )calc(var(--kendo-spacing-4, 1rem) / 2)
Description
The padding of the large Loader.
$kendo-loader-sm-spinner-3-widthCalculationcalc( #{$kendo-loader-sm-segment-size} * 4 )calc(var(--kendo-spacing-1, 0.25rem) * 4)
Description
The width of the small spinner-3 Loader.
$kendo-loader-md-spinner-3-widthCalculationcalc( #{$kendo-loader-md-segment-size} * 4 )calc(var(--kendo-spacing-2, 0.5rem) * 4)
Description
The width of the medium spinner-3 Loader.
$kendo-loader-lg-spinner-3-widthCalculationcalc( #{$kendo-loader-lg-segment-size} * 4 )calc(var(--kendo-spacing-4, 1rem) * 4)
Description
The width of the large spinner-3 Loader.
$kendo-loader-sm-spinner-3-heightCalculationcalc( #{$kendo-loader-sm-spinner-3-width} * #{$equilateral-height} )calc(calc(var(--kendo-spacing-1, 0.25rem) * 4) * 0.8660254038)
Description
The height of the small spinner-3 Loader.
$kendo-loader-md-spinner-3-heightCalculationcalc( #{$kendo-loader-md-spinner-3-width} * #{$equilateral-height} )calc(calc(var(--kendo-spacing-2, 0.5rem) * 4) * 0.8660254038)
Description
The height of the medium spinner-3 Loader.
$kendo-loader-lg-spinner-3-heightCalculationcalc( #{$kendo-loader-lg-spinner-3-width} * #{$equilateral-height} )calc(calc(var(--kendo-spacing-4, 1rem) * 4) * 0.8660254038)
Description
The height of the large spinner-3 Loader.
$kendo-loader-sm-spinner-4-widthCalculationcalc( #{$kendo-loader-sm-segment-size} * 4 )calc(var(--kendo-spacing-1, 0.25rem) * 4)
Description
The width of the small spinner-4 Loader.
$kendo-loader-md-spinner-4-widthCalculationcalc( #{$kendo-loader-md-segment-size} * 4 )calc(var(--kendo-spacing-2, 0.5rem) * 4)
Description
The width of the medium spinner-4 Loader.
$kendo-loader-lg-spinner-4-widthCalculationcalc( #{$kendo-loader-lg-segment-size} * 4 )calc(var(--kendo-spacing-4, 1rem) * 4)
Description
The width of the large spinner-4 Loader.
$kendo-loader-sm-spinner-4-heightCalculation$kendo-loader-sm-spinner-4-widthcalc(var(--kendo-spacing-1, 0.25rem) * 4)
Description
The height of the small spinner-4 Loader.
$kendo-loader-md-spinner-4-heightCalculation$kendo-loader-md-spinner-4-widthcalc(var(--kendo-spacing-2, 0.5rem) * 4)
Description
The height of the medium spinner-4 Loader.
$kendo-loader-lg-spinner-4-heightCalculation$kendo-loader-lg-spinner-4-widthcalc(var(--kendo-spacing-4, 1rem) * 4)
Description
The height of the large spinner-4 Loader.
$kendo-loader-secondary-bgColor#656565#656565
Description
The color of the Loader based on the secondary theme color.
$kendo-loader-container-panel-border-widthNumber1px1px
Description
The border width of the container panel.
$kendo-loader-container-panel-border-styleStringsolidsolid
Description
The border style of the container panel.
$kendo-loader-container-panel-border-colorString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the container panel.
$kendo-loader-container-panel-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the container panel.
$kendo-loader-container-panel-bgColor$kendo-color-white#ffffff
Description
The background color of the container panel.
$kendo-loader-sm-container-paddingStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The padding of the small Loader container.
$kendo-loader-md-container-paddingStringk-spacing(5)var(--kendo-spacing-5, 1.25rem)
Description
The padding of the medium Loader container.
$kendo-loader-lg-container-paddingStringk-spacing(6)var(--kendo-spacing-6, 1.5rem)
Description
The padding of the large Loader container.
$kendo-loader-sm-container-gapStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The gap of the small Loader container.
$kendo-loader-md-container-gapStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The gap of the medium Loader container.
$kendo-loader-lg-container-gapStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The gap of the large Loader container.
$kendo-loader-sm-container-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
The font size of the small Loader container.
$kendo-loader-md-container-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the medium Loader container.
$kendo-loader-lg-container-font-sizeStringvar( --kendo-font-size-lg, inherit )var(--kendo-font-size-lg, inherit)
Description
The font size of the large Loader container.

Loading

NameTypeDefault valueComputed value
$kendo-loading-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Loading indicator.
$kendo-loading-textStringcurrentColorcurrentColor
Description
The text color of the Loading indicator.
$kendo-loading-opacityNumber.30.3
Description
The opacity of the Loading indicator.

Menu

NameTypeDefault valueComputed value
$kendo-menu-popup-padding-xNullnullnull
Description
Horizontal padding of the menu popup.
$kendo-menu-popup-padding-yNullnullnull
Description
Vertical padding of the menu popup.
$kendo-menu-popup-border-widthNumber$kendo-popup-border-width1px
Description
Width of the border around the menu popup.
$kendo-menu-popup-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
Font sizes of the menu popup.
$kendo-menu-popup-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
Line heights used along with $kendo-font-size.
$kendo-menu-popup-bgString$kendo-popup-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background of the menu popup.
$kendo-menu-popup-textString$kendo-popup-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the menu popup.
$kendo-menu-popup-borderString$kendo-popup-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the menu popup.
$kendo-menu-popup-gradientNullnullnull
Description
The background gradient of the menu popup.
$kendo-menu-popup-item-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
Horizontal padding of the menu item in popup.
$kendo-menu-popup-item-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
Vertical padding of the menu item in popup.
$kendo-menu-popup-item-padding-endCalculationcalc( #{$kendo-menu-popup-item-padding-x} * 2 + #{$kendo-icon-size} )calc(var(--kendo-spacing-2, 0.5rem) * 2 + 16px)
Description
The end padding of the menu item in popup.
$kendo-menu-popup-sm-item-icon-margin-startString$kendo-menu-popup-sm-item-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The start margin of the menu item expand icon.
$kendo-menu-popup-sm-item-icon-margin-endCalculationcalc( -1 * (#{$kendo-menu-popup-sm-item-padding-end} - #{k-math-div( $kendo-menu-popup-sm-item-padding-x, 2 )}) )calc(-1 * (calc(var(--kendo-spacing-2, 0.5rem) * 2 + 16px) - var(--kendo-spacing-2, 0.5rem)/2))
Description
The end margin of the menu item expand icon.
$kendo-menu-popup-item-spacingStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The spacing between the menu items in popup.
$kendo-menu-popup-item-bgNullnullnull
Description
The background of the menu item in popup.
$kendo-menu-popup-item-textNullnullnull
Description
The text color of the menu item in popup.
$kendo-menu-popup-item-borderNullnullnull
Description
The border color of the menu item in popup.
$kendo-menu-popup-item-gradientNullnullnull
Description
The background gradient of the menu item in popup.
$kendo-menu-popup-item-hover-bgString$kendo-list-item-hover-bgvar(--kendo-color-base-hover, #ebebeb)
Description
The background of hovered menu item in popup.
$kendo-menu-popup-item-hover-textString$kendo-list-item-hover-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of hovered menu item in popup.
$kendo-menu-popup-item-hover-borderNullnullnull
Description
The border color of hovered menu item in popup.
$kendo-menu-popup-item-hover-gradientNullnullnull
Description
The background gradient of hovered menu item in popup.
$kendo-menu-popup-item-expanded-bgString$kendo-list-item-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The background of expanded menu item in popup.
$kendo-menu-popup-item-expanded-textString$kendo-list-item-selected-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of expanded menu item in popup.
$kendo-menu-popup-item-expanded-borderNullnullnull
Description
The border color of expanded menu item in popup.
$kendo-menu-popup-item-expanded-gradientNullnullnull
Description
The background gradient of expanded menu item in popup.
$kendo-menu-popup-item-focus-shadowList$kendo-menu-item-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.12)
Description
The base shadow of focused menu item in popup.

Menu-button

NameTypeDefault valueComputed value
$kendo-menu-button-arrow-padding-xString$kendo-button-padding-yvar(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the button arrow in the Menu Button..

Notification

NameTypeDefault valueComputed value
$kendo-notification-group-gapStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The row-gap between the elements in the Notification group.
$kendo-notification-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Notification.
$kendo-notification-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the Notification.
$kendo-notification-border-widthNumber1px1px
Description
The width of the border around the Notification.
$kendo-notification-border-radiusStringk-border-radius(md)!defaultvar(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the Notification.
$kendo-notification-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Notification.
$kendo-notification-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
The font size of the Notification.
$kendo-notification-line-heightStringva( --kendo-line-height, normal )va(--kendo-line-height, normal)
Description
The line height of the Notification.
$kendo-notification-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Notification.
$kendo-notification-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Notification.
$kendo-notification-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Notification.
$kendo-notification-shadowString$kendo-popup-shadowvar(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The box shadow of the Notification.
$kendo-notification-icon-spacingString$kendo-icon-spacingvar(--kendo-spacing-1, 0.25rem)
Description
The horizontal spacing of the Notification icon.
$kendo-notification-theme-colorsMap$kendo-theme-colors("primary": var(--kendo-color-primary, #ff6358), "secondary": var(--kendo-color-secondary, #666666), "tertiary": var(--kendo-color-tertiary, #03a9f4), "info": var(--kendo-color-info, #0058e9), "success": var(--kendo-color-success, #37b400), "warning": var(--kendo-color-warning, #ffc000), "error": var(--kendo-color-error, #f31700), "dark": var(--kendo-color-dark, #3d3d3d), "light": var(--kendo-color-light, #ebebeb), "inverse": var(--kendo-color-dark, #3d3d3d))
Description
The theme colors map for the Notification.
$kendo-notification-themeMapnotification-theme( $kendo-notification-theme-colors )("inverse": (color: var(--kendo-color-on-inverse, #ffffff), background-color: var(--kendo-color-dark, #3d3d3d), border: var(--kendo-color-dark, #3d3d3d)), "light": (color: var(--kendo-color-on-light, #000000), background-color: var(--kendo-color-light, #ebebeb), border: var(--kendo-color-light, #ebebeb)), "dark": (color: var(--kendo-color-on-dark, #ffffff), background-color: var(--kendo-color-dark, #3d3d3d), border: var(--kendo-color-dark, #3d3d3d)), "error": (color: var(--kendo-color-on-error, #ffffff), background-color: var(--kendo-color-error, #f31700), border: var(--kendo-color-error, #f31700)), "warning": (color: var(--kendo-color-on-warning, #3d3d3d), background-color: var(--kendo-color-warning, #ffc000), border: var(--kendo-color-warning, #ffc000)), "success": (color: var(--kendo-color-on-success, #ffffff), background-color: var(--kendo-color-success, #37b400), border: var(--kendo-color-success, #37b400)), "info": (color: var(--kendo-color-on-info, #ffffff), background-color: var(--kendo-color-info, #0058e9), border: var(--kendo-color-info, #0058e9)), "tertiary": (color: var(--kendo-color-on-tertiary, #ffffff), background-color: var(--kendo-color-tertiary, #03a9f4), border: var(--kendo-color-tertiary, #03a9f4)), "secondary": (color: var(--kendo-color-on-secondary, #ffffff), background-color: var(--kendo-color-secondary, #666666), border: var(--kendo-color-secondary, #666666)), "primary": (color: var(--kendo-color-on-primary, #ffffff), background-color: var(--kendo-color-primary, #ff6358), border: var(--kendo-color-primary, #ff6358)))
Description
The generated theme colors map for the Notification.

Orgchart

NameTypeDefault valueComputed value
$kendo-orgchart-spacerStringk-spacing(6)var(--kendo-spacing-6, 1.5rem)
Description
The spacing index of the OrgChart.
$kendo-orgchart-padding-yString$kendo-orgchart-spacervar(--kendo-spacing-6, 1.5rem)
Description
The vertical padding of the OrgChart.
$kendo-orgchart-padding-xString$kendo-orgchart-padding-yvar(--kendo-spacing-6, 1.5rem)
Description
The horizontal padding of the OrgChart.
$kendo-orgchart-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the OrgChart.
$kendo-orgchart-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the OrgChart.
$kendo-orgchart-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the OrgChart.
$kendo-orgchart-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the OrgChart.
$kendo-orgchart-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the OrgChart.
$kendo-orgchart-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the OrgChart.
$kendo-orgchart-node-gapString$kendo-orgchart-spacervar(--kendo-spacing-6, 1.5rem)
Description
The spacing of the OrgChart node.
$kendo-orgchart-group-gapString$kendo-orgchart-spacervar(--kendo-spacing-6, 1.5rem)
Description
The spacing of the OrgChart group.
$kendo-orgchart-node-container-gapString$kendo-orgchart-spacervar(--kendo-spacing-6, 1.5rem)
Description
The spacing of the OrgChart node container.
$kendo-orgchart-node-group-padding-yString$kendo-orgchart-spacervar(--kendo-spacing-6, 1.5rem)
Description
The vertical padding of the OrgChart node group.
$kendo-orgchart-node-group-padding-xString$kendo-orgchart-node-group-padding-yvar(--kendo-spacing-6, 1.5rem)
Description
The horizontal padding of the OrgChart node group.
$kendo-orgchart-node-group-border-widthNumber1px1px
Description
The border width of the OrgChart node group.
$kendo-orgchart-node-group-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the OrgChart node group.
$kendo-orgchart-node-group-bgString$kendo-base-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the OrgChart node group.
$kendo-orgchart-node-group-textString$kendo-base-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the OrgChart node group.
$kendo-orgchart-node-group-borderString$kendo-base-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the OrgChart node group.
$kendo-orgchart-node-group-focus-borderColor$kendo-card-focus-borderrgba(0, 0, 0, 0.15)
Description
The border color of the focused OrgChart node group.
$kendo-orgchart-node-group-focus-shadowStringk-elevation(1)var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The shadow of the focused OrgChart node group.
$kendo-orgchart-node-group-title-font-sizeStringvar( --kendo-font-size-lg, inherit )var(--kendo-font-size-lg, inherit)
Description
The font size of the OrgChart node group title.
$kendo-orgchart-node-group-title-margin-bottomCalculationcalc( #{$kendo-orgchart-spacer} / 3 )calc(var(--kendo-spacing-6, 1.5rem) / 3)
Description
The bottom margin of the OrgChart node group title.
$kendo-orgchart-node-group-title-line-heightStringvar( --kendo-line-height-sm, normal )var(--kendo-line-height-sm, normal)
Description
The line height of the OrgChart node group title.
$kendo-orgchart-node-group-subtitle-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the OrgChart node group subtitle.
$kendo-orgchart-node-group-subtitle-margin-bottomString$kendo-orgchart-spacervar(--kendo-spacing-6, 1.5rem)
Description
The bottom margin of the OrgChart node group subtitle.
$kendo-orgchart-node-group-subtitle-textString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The line height of the OrgChart node group subtitle.
$kendo-orgchart-card-widthNumber300px300px
Description
The width of the OrgChart Card.
$kendo-orgchart-card-padding-yString$kendo-card-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the OrgChart Card.
$kendo-orgchart-card-padding-xString$kendo-orgchart-card-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the OrgChart Card.
$kendo-orgchart-card-border-widthNumber$kendo-card-border-width1px
Description
The border width of the OrgChart Card.
$kendo-orgchart-card-shadowNull$kendo-card-shadownull
Description
The shadow of the OrgChart Card.
$kendo-orgchart-card-focus-shadowStringk-elevation(1)var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The shadow of the focused OrgChart Card.
$kendo-orgchart-card-title-margin-bottomStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The bottom margin of the OrgChart Card title.
$kendo-orgchart-card-title-font-sizeNullnullnull
Description
The font size of the OrgChart Card title.
$kendo-orgchart-card-subtitle-margin-bottomStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The bottom margin of the OrgChart Card subtitle.
$kendo-orgchart-card-subtitle-font-sizeNullnullnull
Description
The font size of the OrgChart Card subtitle.
$kendo-orgchart-card-body-border-widthList2px 0 02px 0 0
Description
The border width of the OrgChart Card body.
$kendo-orgchart-card-body-border-colorColortransparenttransparent
Description
The border color of the OrgChart Card body.
$kendo-orgchart-card-body-vbox-margin-rightStringk-math-div( $kendo-orgchart-spacer, 2 )var(--kendo-spacing-6, 1.5rem)/2
Description
The right margin of the OrgChart Card body title wrap.
$kendo-orgchart-card-body-vbox-min-heightNumber$kendo-card-avatar-size45px
Description
The min height of the OrgChart Card body title wrap.
$kendo-orgchart-line-sizeNumber1px1px
Description
The size of the OrgChart connecting line.
$kendo-orgchart-line-fillString$kendo-base-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The fill color of the OrgChart connecting line.
$kendo-orgchart-line-v-heightNumber25px25px
Description
The height of the OrgChart connecting line.

Pager

NameTypeDefault valueComputed value
$kendo-pager-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Pager.
$kendo-pager-sm-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the small Pager.
$kendo-pager-md-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the medium Pager.
$kendo-pager-lg-padding-xStringk-spacing(2.5)var(--kendo-spacing-2\.5, 0.625rem)
Description
The horizontal padding of the large Pager.
$kendo-pager-padding-yString$kendo-pager-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Pager.
$kendo-pager-sm-padding-yString$kendo-pager-sm-padding-xvar(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the small Pager.
$kendo-pager-md-padding-yString$kendo-pager-md-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the medium Pager.
$kendo-pager-lg-padding-yString$kendo-pager-lg-padding-xvar(--kendo-spacing-2\.5, 0.625rem)
Description
The vertical padding of the large Pager.
$kendo-pager-sm-item-min-widthCalculation$kendo-button-sm-calc-sizecalc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\.5, 0.125rem) * 2 + 2px)
Description
The minimum width of the items in the small Pager.
$kendo-pager-md-item-min-widthCalculation$kendo-button-md-calc-sizecalc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 2px)
Description
The minimum width of the items in the medium Pagers.
$kendo-pager-lg-item-min-widthCalculation$kendo-button-lg-calc-sizecalc(var(--kendo-line-height-lg, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 2px)
Description
The minimum width of the items in the large Pagers.
$kendo-pager-sm-item-group-spacingStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The margin between the item groups in the small Pager.
$kendo-pager-md-item-group-spacingStringk-spacing(3.5)var(--kendo-spacing-3\.5, 0.875rem)
Description
The margin between the item groups in the medium Pager.
$kendo-pager-lg-item-group-spacingStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The margin between the item groups in the large Pager.
$kendo-pager-border-widthNumber1px1px
Description
The border width of the Pager.
$kendo-pager-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Pager.
$kendo-pager-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Pager.
$kendo-pager-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Pager.
$kendo-pager-bgString$kendo-component-header-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the Pager.
$kendo-pager-textString$kendo-component-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Pager.
$kendo-pager-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Pager.
$kendo-pager-focus-bgNullnullnull
Description
The background color of the focused Pager.
$kendo-pager-focus-shadowList$kendo-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.13)
Description
The box shadow of the focused Pager.
$kendo-pager-item-border-widthNumber0px0px
Description
The border width of the Pager items.
$kendo-pager-item-border-radiusNullnullnull
Description
The border radius of the Pager items.
$kendo-pager-item-spacingNullnullnull
Description
The spacing around the Pager items.
$kendo-pager-item-bgNullnullnull
Description
The background color of the Pager items.
$kendo-pager-item-textNullnullnull
Description
The text color of the Pager items.
$kendo-pager-item-borderNullnullnull
Description
The border color of the Pager items.
$kendo-pager-item-hover-bgString$kendo-list-item-hover-bgvar(--kendo-color-base-hover, #ebebeb)
Description
The background color of the hovered Pager items.
$kendo-pager-item-hover-textString$kendo-list-item-hover-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the hovered Pager items.
$kendo-pager-item-hover-borderNullnullnull
Description
The border color of the hovered Pager items.
$kendo-pager-item-selected-bgString$kendo-list-item-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The background color of the selected Pager items.
$kendo-pager-item-selected-textString$kendo-list-item-selected-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the selected Pager items.
$kendo-pager-item-selected-borderNullnullnull
Description
The border color of the selected Pager items.
$kendo-pager-item-focus-opacityNullnullnull
Description
The opacity of the focused Pager items.
$kendo-pager-item-focus-bgColortransparenttransparent
Description
The background color of the focused Pager items.
$kendo-pager-item-focus-shadowList$kendo-list-item-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.12)
Description
The box shadow of the focused Pager items.
$kendo-pager-number-border-radiusNullnullnull
Description
The border radius of the Pager numbers.
$kendo-pager-input-widthNumber5em5em
Description
The width of the Inputs in the Pager.
$kendo-pager-sm-dropdown-widthNumber5em5em
Description
The width of the DropDowns in the small Pager.
$kendo-pager-md-dropdown-widthNumber5em5em
Description
The width of the DropDowns in the medium Pager.
$kendo-pager-lg-dropdown-widthNumber5em5em
Description
The width of the DropDowns in the large Pager.
$kendo-pager-sizesMap( sm: ( padding-x: $kendo-pager-sm-padding-x, padding-y: $kendo-pager-sm-padding-y, item-group-spacing: $kendo-pager-sm-item-group-spacing, item-min-width: $kendo-pager-sm-item-min-width, pager-dropdown-width: $kendo-pager-sm-dropdown-width ), md: ( padding-x: $kendo-pager-md-padding-x, padding-y: $kendo-pager-md-padding-y, item-group-spacing: $kendo-pager-md-item-group-spacing, item-min-width: $kendo-pager-md-item-min-width, pager-dropdown-width: $kendo-pager-md-dropdown-width ), lg: ( padding-x: $kendo-pager-lg-padding-x, padding-y: $kendo-pager-lg-padding-y, item-group-spacing: $kendo-pager-lg-item-group-spacing, item-min-width: $kendo-pager-lg-item-min-width, pager-dropdown-width: $kendo-pager-lg-dropdown-width ) )(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), item-group-spacing: var(--kendo-spacing-3, 0.75rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\.5, 0.125rem) * 2 + 2px), pager-dropdown-width: 5em), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), item-group-spacing: var(--kendo-spacing-3\.5, 0.875rem), item-min-width: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 2px), pager-dropdown-width: 5em), lg: (padding-x: var(--kendo-spacing-2\.5, 0.625rem), padding-y: var(--kendo-spacing-2\.5, 0.625rem), item-group-spacing: var(--kendo-spacing-4, 1rem), item-min-width: calc(var(--kendo-line-height-lg, normal) * 1em + var(--kendo-spacing-2, 0.5rem) * 2 + 2px), pager-dropdown-width: 5em))
Description
The sizes map of the Pager.

Panelbar

NameTypeDefault valueComputed value
$kendo-panelbar-padding-xStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The horizontal padding of the PanelBar.
$kendo-panelbar-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The vertical padding of the PanelBar.
$kendo-panelbar-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the PanelBar.
$kendo-panelbar-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the PanelBar.
$kendo-panelbar-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the PanelBar.
$kendo-panelbar-border-widthNumber1px1px
Description
The width of the border around the PanelBar.
$kendo-panelbar-border-styleStringsolidsolid
Description
The border style around the the PanelBar.
$kendo-panelbar-item-border-widthNumber1px1px
Description
The width of the border around the PanelBar items.
$kendo-panelbar-item-border-styleStringsolidsolid
Description
The style of the border around the PanelBar items.
$kendo-panelbar-header-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the PanelBar header.
$kendo-panelbar-header-padding-yStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the PanelBar header.
$kendo-panelbar-item-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the PanelBar items.
$kendo-panelbar-item-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the PanelBar items.
$kendo-panelbar-item-level-countNumber44
Description
The maximum nesting of the PanelBar items.
$kendo-panelbar-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the PanelBar.
$kendo-panelbar-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the PanelBar.
$kendo-panelbar-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the PanelBar.
$kendo-panelbar-header-bgString$kendo-panelbar-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the PanelBar header.
$kendo-panelbar-header-textString$kendo-link-textvar(--kendo-color-primary, #ff6358)
Description
The text color of the PanelBar header.
$kendo-panelbar-header-borderNullnullnull
Description
The border color of the PanelBar header.
$kendo-panelbar-header-gradientNullnullnull
Description
The gradient of the PanelBar header.
$kendo-panelbar-header-hover-bgStringif($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-panelbar-header-bg, .5 ))var(--kendo-color-base-hover, #ebebeb)
Description
The background color of the hovered PanelBar header.
$kendo-panelbar-header-hover-textNullnullnull
Description
The text color of the hovered PanelBar header.
$kendo-panelbar-header-hover-borderNullnullnull
Description
The border color of the hovered PanelBar header.
$kendo-panelbar-header-hover-gradientNullnullnull
Description
The gradient of the hovered PanelBar header.
$kendo-panelbar-header-focus-bgNullnullnull
Description
The background color of the focused PanelBar header.
$kendo-panelbar-header-focus-textNullnullnull
Description
The text color of the focused PanelBar header.
$kendo-panelbar-header-focus-borderNullnullnull
Description
The border color of the focused PanelBar header.
$kendo-panelbar-header-focus-gradientNullnullnull
Description
The gradient of the focused PanelBar header.
$kendo-panelbar-header-focus-shadowList$kendo-list-item-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.12)
Description
The shadow of the focused PanelBar header.
$kendo-panelbar-header-hover-focus-bgNullnullnull
Description
The background color of the focused and hovered PanelBar header.
$kendo-panelbar-header-hover-focus-textNullnullnull
Description
The text color of the focused and hovered PanelBar header.
$kendo-panelbar-header-hover-focus-borderNullnullnull
Description
The border color of the focused and hovered PanelBar header.
$kendo-panelbar-header-hover-focus-gradientNullnullnull
Description
The gradient of the focused and hovered PanelBar header.
$kendo-panelbar-header-selected-bgString$kendo-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The background color of the selected PanelBar header.
$kendo-panelbar-header-selected-textString$kendo-selected-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the selected PanelBar header.
$kendo-panelbar-header-selected-borderNullnullnull
Description
The border color of the selected PanelBar header.
$kendo-panelbar-header-selected-gradientNullnullnull
Description
The gradient of the selected PanelBar header.
$kendo-panelbar-header-selected-hover-bgStringif($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-panelbar-header-selected-bg ))var(--kendo-color-primary-hover, #ea5a51)
Description
The background color of the selected and hovered PanelBar header.
$kendo-panelbar-header-selected-hover-textNullnullnull
Description
The text color of the selected and hovered PanelBar header.
$kendo-panelbar-header-selected-hover-borderNullnullnull
Description
The border color of the selected and hovered PanelBar header.
$kendo-panelbar-header-selected-hover-gradientNullnullnull
Description
The gradient of the selected and hovered PanelBar header.
$kendo-panelbar-header-selected-focus-bgNullnullnull
Description
The background color of the selected and focused PanelBar header.
$kendo-panelbar-header-selected-focus-textNullnullnull
Description
The text color of the selected and focused PanelBar header.
$kendo-panelbar-header-selected-focus-borderNullnullnull
Description
The border color of the selected and focused PanelBar header.
$kendo-panelbar-header-selected-focus-gradientNullnullnull
Description
The gradient of the selected and focused PanelBar header.
$kendo-panelbar-header-selected-hover-focus-bgNullnullnull
Description
The background color of the selected, hovered and focused PanelBar header.
$kendo-panelbar-header-selected-hover-focus-textNullnullnull
Description
The text color of the selected, hovered and focused PanelBar header.
$kendo-panelbar-header-selected-hover-focus-borderNullnullnull
Description
The border color of the selected, hovered and focused PanelBar header.
$kendo-panelbar-header-selected-hover-focus-gradientNullnullnull
Description
The gradient of the selected, hovered and focused PanelBar header.
$kendo-panelbar-item-hover-bgStringif($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-panelbar-bg, .5 ))var(--kendo-color-base-hover, #ebebeb)
Description
The background color of the hovered PanelBar items.
$kendo-panelbar-item-hover-textNullnullnull
Description
The text color of the hovered PanelBar items.
$kendo-panelbar-item-hover-borderNullnullnull
Description
The border color of the hovered PanelBar items.
$kendo-panelbar-item-hover-gradientNullnullnull
Description
The gradient of the hovered PanelBar items.
$kendo-panelbar-item-focus-bgNullnullnull
Description
The background color of the focused PanelBar items.
$kendo-panelbar-item-focus-textNullnullnull
Description
The text color of the focused PanelBar items.
$kendo-panelbar-item-focus-borderNullnullnull
Description
The border color of the focused PanelBar items.
$kendo-panelbar-item-focus-gradientNullnullnull
Description
The gradient of the focused PanelBar items.
$kendo-panelbar-item-focus-shadowList$kendo-list-item-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.12)
Description
The box shadow of the focused PanelBar items.
$kendo-panelbar-item-hover-focus-bgNullnullnull
Description
The background color of the focused and hovered PanelBar items.
$kendo-panelbar-item-hover-focus-textNullnullnull
Description
The text color of the focused and hovered PanelBar items.
$kendo-panelbar-item-hover-focus-borderNullnullnull
Description
The border color of the focused and hovered PanelBar items.
$kendo-panelbar-item-hover-focus-gradientNullnullnull
Description
The gradient of the focused and hovered PanelBar items.
$kendo-panelbar-item-selected-bgString$kendo-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The background color of the selected PanelBar items.
$kendo-panelbar-item-selected-textString$kendo-selected-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the selected PanelBar items.
$kendo-panelbar-item-selected-borderNullnullnull
Description
The border color of the selected PanelBar items.
$kendo-panelbar-item-selected-gradientNullnullnull
Description
The gradient of the selected PanelBar items.
$kendo-panelbar-item-selected-hover-bgStringif($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-panelbar-item-selected-bg ))var(--kendo-color-primary-hover, #ea5a51)
Description
The background color of the selected and hovered PanelBar items.
$kendo-panelbar-item-selected-hover-textNullnullnull
Description
The text color of the selected and hovered PanelBar items.
$kendo-panelbar-item-selected-hover-borderNullnullnull
Description
The border color of the selected and hovered PanelBar items.
$kendo-panelbar-item-selected-hover-gradientNullnullnull
Description
The gradient of the selected and hovered PanelBar items.
$kendo-panelbar-item-selected-focus-bgNullnullnull
Description
The background color of the selected and focused PanelBar items.
$kendo-panelbar-item-selected-focus-textNullnullnull
Description
The text color of the selected and focused PanelBar items.
$kendo-panelbar-item-selected-focus-borderNullnullnull
Description
The border color of the selected and focused PanelBar items.
$kendo-panelbar-item-selected-focus-gradientNullnullnull
Description
The gradient of the selected and focused PanelBar items.
$kendo-panelbar-item-selected-hover-focus-bgNullnullnull
Description
The background color of the selected, hovered and focused PanelBar items.
$kendo-panelbar-item-selected-hover-focus-textNullnullnull
Description
The text color of the selected, hovered and focused PanelBar items.
$kendo-panelbar-item-selected-hover-focus-borderNullnullnull
Description
The border color of the selected, hovered and focused PanelBar items.
$kendo-panelbar-item-selected-hover-focus-gradientNullnullnull
Description
The gradient of the selected, hovered and focused PanelBar items.
$kendo-panelbar-header-expanded-bgNullnullnull
Description
The background color of the expanded PanelBar header.
$kendo-panelbar-header-expanded-textNullnullnull
Description
The text color of the expanded PanelBar header.
$kendo-panelbar-header-expanded-borderNullnullnull
Description
The border color of the expanded PanelBar header.
$kendo-panelbar-header-expanded-gradientNullnullnull
Description
The gradient of the expanded PanelBar header.

Pdf-viewer

NameTypeDefault valueComputed value
$kendo-pdf-viewer-border-widthNumber1px1px
Description
The border width of the PDFViewer.
$kendo-pdf-viewer-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the PDFViewer.
$kendo-pdf-viewer-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the PDFViewer.
$kendo-pdf-viewer-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the PDFViewer.
$kendo-pdf-viewer-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the PDFViewer.
$kendo-pdf-viewer-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the PDFViewer.
$kendo-pdf-viewer-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the PDFViewer.
$kendo-pdf-viewer-toolbar-bgNullnullnull
Description
The background color of the PDFViewer Toolbar.
$kendo-pdf-viewer-toolbar-textNullnullnull
Description
The text color of the PDFViewer Toolbar.
$kendo-pdf-viewer-toolbar-borderNullnullnull
Description
The border color of the PDFViewer Toolbar.
$kendo-pdf-viewer-toolbar-gradientNullnullnull
Description
The gradient of the PDFViewer Toolbar.
$kendo-pdf-viewer-canvas-bgString$kendo-app-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the PDFViewer canvas.
$kendo-pdf-viewer-canvas-textNullnullnull
Description
The text color of the PDFViewer canvas.
$kendo-pdf-viewer-canvas-borderNullnullnull
Description
The border color of the PDFViewer canvas.
$kendo-pdf-viewer-page-spacingStringk-spacing(7.5)var(--kendo-spacing-7\.5, 1.875rem)
Description
The spacing of the PDFViewer page.
$kendo-pdf-viewer-page-bgColorwhitewhite
Description
The background color of the PDFViewer page.
$kendo-pdf-viewer-page-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the PDFViewer page.
$kendo-pdf-viewer-page-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the PDFViewer page.
$kendo-pdf-viewer-page-shadowStringk-elevation(3)var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The shadow of the PDFViewer page.
$kendo-pdf-viewer-search-panel-padding-xString$kendo-toolbar-md-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the PDFViewer search panel.
$kendo-pdf-viewer-search-panel-padding-yCalculationcalc( #{$kendo-toolbar-md-padding-x} * 2 )calc(var(--kendo-spacing-2, 0.5rem) * 2)
Description
The vertical padding of the PDFViewer search panel.
$kendo-pdf-viewer-search-panel-spacingString$kendo-toolbar-md-spacingvar(--kendo-spacing-2, 0.5rem)
Description
The spacing of the PDFViewer search panel.
$kendo-pdf-viewer-search-panel-border-widthNumber1px1px
Description
The border width of the PDFViewer search panel.
$kendo-pdf-viewer-search-panel-border-radiusNumber00
Description
The border radius of the PDFViewer search panel.
$kendo-pdf-viewer-search-panel-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the PDFViewer search panel.
$kendo-pdf-viewer-search-panel-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the PDFViewer search panel.
$kendo-pdf-viewer-search-panel-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the PDFViewer search panel.
$kendo-pdf-viewer-search-panel-shadowString$kendo-window-shadowvar(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The shadow of the PDFViewer search panel.
$kendo-pdf-viewer-search-panel-matches-spacingString$kendo-padding-sm-xvar(--kendo-spacing-1, 0.25rem)
Description
The spacing of the matches container in the PDFViewer search panel.
$kendo-pdf-viewer-selection-line-heightStringvar( --kendo-line-height-sm, normal )var(--kendo-line-height-sm, normal)
Description
The line height of the PDFViewer selection.
$kendo-pdf-viewer-search-highlight-bgString$kendo-body-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The background color of the PDFViewer highlight.
$kendo-pdf-viewer-search-highlight-mark-bgColoryellowyellow
Description
The background color of the PDFViewer highlight mark.
$kendo-pdf-viewer-icon-textString$kendo-dropzone-icon-textvar(--kendo-color-subtle, #666666)
Description
The text color of the PDFViewer icon.

Picker

NameTypeDefault valueComputed value
$kendo-picker-bgString$kendo-button-bgvar(--kendo-color-base, #f5f5f5)
Description
The background color of the Picker components.
$kendo-picker-textString$kendo-button-textvar(--kendo-color-on-base, #3d3d3d)
Description
The text color of the Picker components.
$kendo-picker-borderString$kendo-button-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Picker components.
$kendo-picker-gradientNull$kendo-button-gradientnull
Description
The gradient of the Picker components.
$kendo-picker-shadowNull$kendo-button-shadownull
Description
The shadow of the Picker components.
$kendo-picker-hover-bgString$kendo-button-hover-bgvar(--kendo-color-base-hover, #ebebeb)
Description
The background color of the hovered Picker components.
$kendo-picker-hover-textNull$kendo-button-hover-textnull
Description
The text color of the hovered Picker components.
$kendo-picker-hover-borderNull$kendo-button-hover-bordernull
Description
The border color of the hovered Picker components.
$kendo-picker-hover-gradientNull$kendo-button-hover-gradientnull
Description
The gradient of the hovered Picker components.
$kendo-picker-hover-shadowNull$kendo-button-hover-shadownull
Description
The shadow of the hovered Picker components.
$kendo-picker-focus-bgNull$kendo-button-focus-bgnull
Description
The background color of the focused Picker components.
$kendo-picker-focus-textNull$kendo-button-focus-textnull
Description
The text color of the focused Picker components.
$kendo-picker-focus-borderNull$kendo-button-focus-bordernull
Description
The border color of the focused Picker components.
$kendo-picker-focus-gradientNull$kendo-button-focus-gradientnull
Description
The gradient of the focused Picker components.
$kendo-picker-focus-shadowList$kendo-button-focus-shadow0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)
Description
The shadow of the focused Picker components.
$kendo-picker-disabled-bgNullnullnull
Description
The background color of the disabled Picker components.
$kendo-picker-disabled-textNullnullnull
Description
The text color of the disabled Picker components.
$kendo-picker-disabled-borderNullnullnull
Description
The border color of the disabled Picker components.
$kendo-picker-disabled-gradientNullnullnull
Description
The gradient of the disabled Picker components.
$kendo-picker-disabled-shadowNullnullnull
Description
The shadow of the disabled Picker components.
$kendo-picker-outline-bgNullnullnull
Description
The background color of the outline Picker components.
$kendo-picker-outline-textString$kendo-button-textvar(--kendo-color-on-base, #3d3d3d)
Description
The text color of the outline Picker components.
$kendo-picker-outline-borderStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 50%, transparent), rgba( $kendo-picker-outline-text, .5))color-mix(in srgb, var(--kendo-color-on-base, #3d3d3d) 50%, transparent)
Description
The border color of the outline Picker components.
$kendo-picker-outline-hover-bgString$kendo-picker-outline-textvar(--kendo-color-on-base, #3d3d3d)
Description
The background color of the outline hovered Picker components.
$kendo-picker-outline-hover-textStringif($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-picker-outline-hover-bg ))var(--kendo-color-base, #f5f5f5)
Description
The text color of the outline hovered Picker components.
$kendo-picker-outline-hover-borderString$kendo-picker-outline-hover-bgvar(--kendo-color-on-base, #3d3d3d)
Description
The border color of the outline hovered Picker components.
$kendo-picker-outline-focus-bgNullnullnull
Description
The background color of the outline focused Picker components.
$kendo-picker-outline-focus-textNullnullnull
Description
The text color of the outline focused Picker components.
$kendo-picker-outline-focus-borderNullnullnull
Description
The border color of the outline focused Picker components.
$kendo-picker-outline-focus-shadowList$kendo-picker-focus-shadow0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)
Description
The shadow of the outline focused Picker components.
$kendo-picker-outline-hover-focus-bgNullnullnull
Description
The background color of the outline hovered and focused Picker components.
$kendo-picker-outline-hover-focus-textNullnullnull
Description
The text color of the outline hovered and focused Picker components.
$kendo-picker-outline-hover-focus-borderNullnullnull
Description
The border color of the outline hovered and focused Picker components.
$kendo-picker-flat-bgNullnullnull
Description
The background color of the flat Picker components.
$kendo-picker-flat-textString$kendo-button-textvar(--kendo-color-on-base, #3d3d3d)
Description
The text color of the flat Picker components.
$kendo-picker-flat-borderString$kendo-button-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the flat Picker components.
$kendo-picker-flat-hover-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 4%, transparent), rgba( $kendo-button-text, .04 ))color-mix(in srgb, var(--kendo-color-on-base, #3d3d3d) 4%, transparent)
Description
The background color of the flat hovered Picker components.
$kendo-picker-flat-hover-textNullnullnull
Description
The text color of the flat hovered Picker components.
$kendo-picker-flat-hover-borderStringif($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-button-border, .16 ))var(--kendo-color-border-alt, rgba(0, 0, 0, 0.16))
Description
The border color of the flat hovered Picker components.
$kendo-picker-flat-focus-bgNullnullnull
Description
The background color of the flat focused Picker components.
$kendo-picker-flat-focus-textNullnullnull
Description
The text color of the flat focused Picker components.
$kendo-picker-flat-focus-borderNullnullnull
Description
The border color of the flat focused Picker components.
$kendo-picker-flat-focus-shadowList$kendo-picker-focus-shadow0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)
Description
The shadow of the flat focused Picker components.
$kendo-picker-flat-hover-focus-bgNullnullnull
Description
The background color of the flat hovered and focused Picker components.
$kendo-picker-flat-hover-focus-textNullnullnull
Description
The text color of the flat hovered and focused Picker components.
$kendo-picker-flat-hover-focus-borderNullnullnull
Description
The border color of the flat hovered and focused Picker components.

Popover

NameTypeDefault valueComputed value
$kendo-popover-border-widthNumber$kendo-card-border-width1px
Description
The width of the border around the Popover.
$kendo-popover-border-styleStringsolidsolid
Description
The style of the border around the Popover.
$kendo-popover-border-radiusString$kendo-card-border-radiusvar(--kendo-border-radius-lg, 0.375rem)
Description
The radius of the border around the Popover.
$kendo-popover-font-familyString$kendo-card-font-familyvar(--kendo-font-family, inherit)
Description
The font family of the Popover.
$kendo-popover-font-sizeString$kendo-card-font-sizevar(--kendo-font-size, inherit)
Description
The font size of the Popover.
$kendo-popover-line-heightString$kendo-card-line-heightvar(--kendo-line-height, normal)
Description
The line height of the Popover.
$kendo-popover-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Popover.
$kendo-popover-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Popover.
$kendo-popover-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Popover.
$kendo-popover-shadowString$kendo-popup-shadowvar(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The box shadow of the Popover.
$kendo-popover-header-padding-xString$kendo-card-header-padding-xvar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the Popover header.
$kendo-popover-header-padding-yString$kendo-card-header-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the Popover header.
$kendo-popover-header-border-widthNumber$kendo-card-header-border-width1px
Description
The border width of the Popover header.
$kendo-popover-header-border-styleString$kendo-popover-border-stylesolid
Description
The border style of the Popover header.
$kendo-popover-header-textString$kendo-card-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Popover header.
$kendo-popover-header-bgNull$kendo-card-header-bgnull
Description
The background color of the Popover header.
$kendo-popover-header-borderString$kendo-card-header-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Popover header.
$kendo-popover-body-padding-xString$kendo-card-body-padding-xvar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the Popover body.
$kendo-popover-body-padding-yString$kendo-card-body-padding-yvar(--kendo-spacing-4, 1rem)
Description
The vertical padding of the Popover body.
$kendo-popover-actions-border-widthNumber$kendo-popover-border-width1px
Description
The border width of the Popover actions.
$kendo-popover-callout-widthNumber$kendo-card-callout-width20px
Description
The width of the Popover callout.
$kendo-popover-callout-heightNumber$kendo-card-callout-height20px
Description
The height of the Popover callout.
$kendo-popover-callout-border-widthNumber$kendo-popover-border-width1px
Description
The border width of the Popover callout.
$kendo-popover-callout-border-styleString$kendo-popover-border-stylesolid
Description
The border style of the Popover callout.
$kendo-popover-callout-bgString$kendo-popover-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Popover callout.
$kendo-popover-callout-borderString$kendo-popover-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Popover callout.

Popup

NameTypeDefault valueComputed value
$kendo-popup-padding-xNullnullnull
Description
Horizontal padding of the popup.
$kendo-popup-padding-yNullnullnull
Description
Vertical padding of the popup.
$kendo-popup-border-widthNumber1px1px
Description
Width of the border around the popup.
$kendo-popup-border-radiusNullnullnull
Description
Border radius of the popup.
$kendo-popup-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
Font size of the popup.
$kendo-popup-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
Line height of the popup.
$kendo-popup-content-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
Horizontal padding of the popup content.
$kendo-popup-content-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
Vertical padding of the popup content.
$kendo-popup-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
Background color of the popup.
$kendo-popup-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
Text color of the popup.
$kendo-popup-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
Border color of the popup.
$kendo-popup-shadowStringk-elevation(4)var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
Box shadow of the popup.

Progressbar

NameTypeDefault valueComputed value
$kendo-progressbar-heightNumber22px22px
Description
The height of the ProgressBar.
$kendo-progressbar-horizontal-widthNumber100%100%
Description
The horizontal width of the ProgressBar.
$kendo-progressbar-animation-timingList1s linear infinite1s linear infinite
Description
The animation timing of the ProgressBar.
$kendo-progressbar-border-widthNumber0px0px
Description
The width of the border around the ProgressBar.
$kendo-progressbar-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the ProgressBar.
$kendo-progressbar-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
The font size of the ProgressBar.
$kendo-progressbar-line-heightNumber11
Description
The line height of the ProgressBar.
$kendo-progressbar-bgStringif($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-component-bg, 1 ))var(--kendo-color-base-subtle, #ebebeb)
Description
The background color of the ProgressBar.
$kendo-progressbar-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the ProgressBar.
$kendo-progressbar-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the ProgressBar.
$kendo-progressbar-gradientNullnullnull
Description
The background gradient of the ProgressBar.
$kendo-progressbar-value-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The progress background color of the ProgressBar.
$kendo-progressbar-value-textStringif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg ))var(--kendo-color-on-primary, #ffffff)
Description
The progress text color of the ProgressBar.
$kendo-progressbar-value-borderStringif($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg ))var(--kendo-color-primary-active, #d45349)
Description
The progress border color of the ProgressBar.
$kendo-progressbar-value-gradientNullnullnull
Description
The progress background gradient of the ProgressBar.
$kendo-progressbar-indeterminate-bgString$kendo-progressbar-bgvar(--kendo-color-base-subtle, #ebebeb)
Description
The background color of the indeterminate ProgressBar.
$kendo-progressbar-indeterminate-textString$kendo-progressbar-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the indeterminate ProgressBar.
$kendo-progressbar-indeterminate-borderString$kendo-progressbar-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the indeterminate ProgressBar.
$kendo-progressbar-indeterminate-gradientNullnullnull
Description
The background gradient of the indeterminate ProgressBar.
$kendo-progressbar-chunk-borderString$kendo-body-bgvar(--kendo-color-app-surface, #ffffff)
Description
The border color of the chunk ProgressBar.
$kendo-circular-progressbar-arc-strokeString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The arc stroke color of the circular ProgressBar.
$kendo-circular-progressbar-scale-strokeString$kendo-progressbar-bgvar(--kendo-color-base-subtle, #ebebeb)
Description
The scale stroke background color of the circular ProgressBar.

Prompt

NameTypeDefault valueComputed value
$kendo-prompt-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Prompt.
$kendo-prompt-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Prompt.
$kendo-prompt-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Prompt.
$kendo-prompt-header-textString$kendo-component-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Prompt header.
$kendo-prompt-header-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Prompt header.
$kendo-prompt-header-borderString$kendo-component-header-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Prompt header.
$kendo-prompt-content-padding-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The vertical padding of the Prompt content.
$kendo-prompt-content-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the Prompt content.
$kendo-prompt-content-spacingStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The spacing between the items of the Prompt content.
$kendo-prompt-content-textString$kendo-component-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Prompt content.
$kendo-prompt-content-bgString$kendo-component-header-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the Prompt content.
$kendo-prompt-content-borderString$kendo-component-header-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The text border of the Prompt content.
$kendo-prompt-expander-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing between the items of the Prompt content expander.
$kendo-prompt-suggestion-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Prompt suggestion container.
$kendo-prompt-suggestion-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Prompt suggestion container.
$kendo-prompt-suggestion-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the Prompt suggestion container.
$kendo-prompt-suggestion-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Prompt suggestion container.
$kendo-prompt-suggestion-bgString$kendo-body-bgvar(--kendo-color-app-surface, #ffffff)
Description
The background color of the Prompt suggestion container.
$kendo-prompt-suggestion-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Prompt suggestion container.
$kendo-prompt-suggestion-shadowStringk-elevation(1)var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The elevation of the Prompt suggestion container.

Radio

NameTypeDefault valueComputed value
$kendo-radio-radiusNumber50%50%
Description
The border radius of the RadioButton.
$kendo-radio-border-widthNumber1px1px
Description
The border width of the RadioButton.
$kendo-radio-sm-sizeStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The size of a small RadioButton.
$kendo-radio-md-sizeStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The size of a medium RadioButton.
$kendo-radio-lg-sizeStringk-spacing(5)var(--kendo-spacing-5, 1.25rem)
Description
The size of a large RadioButton.
$kendo-radio-sm-glyph-sizeStringk-spacing(2.5)var(--kendo-spacing-2\.5, 0.625rem)
Description
The glyph size of a small RadioButton.
$kendo-radio-md-glyph-sizeStringk-spacing(3.5)var(--kendo-spacing-3\.5, 0.875rem)
Description
The glyph size of a medium RadioButton.
$kendo-radio-lg-glyph-sizeStringk-spacing(4.5)var(--kendo-spacing-4\.5, 1.125rem)
Description
The glyph size of a large RadioButton.
$kendo-radio-sm-ripple-sizeNumber300%300%
Description
The ripple size of a small RadioButton.
$kendo-radio-md-ripple-sizeNumber300%300%
Description
The ripple size of a medium RadioButton.
$kendo-radio-lg-ripple-sizeNumber300%300%
Description
The ripple size of a large RadioButton.
$kendo-radio-sizesMap( sm: ( size: $kendo-radio-sm-size, glyph-size: $kendo-radio-sm-glyph-size, ripple-size: $kendo-radio-sm-ripple-size ), md: ( size: $kendo-radio-md-size, glyph-size: $kendo-radio-md-glyph-size, ripple-size: $kendo-radio-md-ripple-size ), lg: ( size: $kendo-radio-lg-size, glyph-size: $kendo-radio-lg-glyph-size, ripple-size: $kendo-radio-lg-ripple-size ) )(sm: (size: var(--kendo-spacing-3, 0.75rem), glyph-size: var(--kendo-spacing-2\.5, 0.625rem), ripple-size: 300%), md: (size: var(--kendo-spacing-4, 1rem), glyph-size: var(--kendo-spacing-3\.5, 0.875rem), ripple-size: 300%), lg: (size: var(--kendo-spacing-5, 1.25rem), glyph-size: var(--kendo-spacing-4\.5, 1.125rem), ripple-size: 300%))
Description
The map with the different RadioButton sizes.
$kendo-radio-bgString$kendo-checkbox-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the RadioButton.
$kendo-radio-textNull$kendo-checkbox-textnull
Description
The color of the RadioButton.
$kendo-radio-borderString$kendo-checkbox-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the RadioButton.
$kendo-radio-hover-bgNull$kendo-checkbox-hover-bgnull
Description
The background color of the hovered RadioButton.
$kendo-radio-hover-textNull$kendo-checkbox-hover-textnull
Description
The color of the hovered RadioButton.
$kendo-radio-hover-borderNull$kendo-checkbox-hover-bordernull
Description
The border color of the hovered RadioButton.
$kendo-radio-checked-bgString$kendo-checkbox-checked-bgvar(--kendo-color-primary, #ff6358)
Description
The background color of the checked RadioButton.
$kendo-radio-checked-textString$kendo-checkbox-checked-textvar(--kendo-color-on-primary, #ffffff)
Description
The color of the checked RadioButton.
$kendo-radio-checked-borderString$kendo-checkbox-checked-bordervar(--kendo-color-primary, #ff6358)
Description
The border color of the checked RadioButton.
$kendo-radio-focus-borderNull$kendo-checkbox-focus-bordernull
Description
The border color of the focused RadioButton.
$kendo-radio-focus-shadowList$kendo-checkbox-focus-shadow0 0 0 2px rgba(0, 0, 0, 0.06)
Description
The box shadow of the focused RadioButton.
$kendo-radio-focus-checked-borderNull$kendo-checkbox-focus-checked-bordernull
Description
The border color of the focused and checked RadioButton.
$kendo-radio-focus-checked-shadowList$kendo-checkbox-focus-checked-shadow0 0 0 2px color-mix(in srgb, var(--kendo-color-primary, #ff6358) 30%, transparent)
Description
The box shadow of the focused and checked RadioButton.
$kendo-radio-disabled-bgNull$kendo-checkbox-disabled-bgnull
Description
The background color of the disabled RadioButton.
$kendo-radio-disabled-textNull$kendo-checkbox-disabled-textnull
Description
The color of the disabled RadioButton.
$kendo-radio-disabled-borderNull$kendo-checkbox-disabled-bordernull
Description
The border color of the disabled RadioButton.
$kendo-radio-disabled-checked-bgNull$kendo-checkbox-disabled-checked-bgnull
Description
The background color of the disabled and checked RadioButton.
$kendo-radio-disabled-checked-textNull$kendo-checkbox-disabled-checked-textnull
Description
The color of the disabled and checked RadioButton.
$kendo-radio-disabled-checked-borderNull$kendo-checkbox-disabled-checked-bordernull
Description
The border color of disabled and checked RadioButton.
$kendo-radio-invalid-bgNull$kendo-checkbox-invalid-bgnull
Description
The background color of the invalid RadioButton.
$kendo-radio-invalid-textString$kendo-checkbox-invalid-textvar(--kendo-color-error, #f31700)
Description
The color of the invalid RadioButton.
$kendo-radio-invalid-borderString$kendo-checkbox-invalid-bordervar(--kendo-color-error, #f31700)
Description
The border color of the invalid RadioButton.
$kendo-radio-indicator-typeStringimageimage
Description
The type of the RadioButton indicator.
$kendo-radio-glyph-font-familyList"WebComponentsIcons", monospace"WebComponentsIcons", monospace
Description
The font family of the RadioButton indicator glyph.
$kendo-radio-checked-glyphString"\e308""\e308"
Description
The glyph of the RadioButton indicator.
$kendo-radio-checked-imageStringk-escape-svg( url("data:image/svg+xml,") )url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='var%28--kendo-color-on-primary, %23ffffff%29'/%3e%3c/svg%3e")
Description
The image of the checked RadioButton indicator.
$kendo-radio-disabled-checked-imageNullnullnull
Description
The image of the disabled and checked RadioButton indicator.
$kendo-radio-label-margin-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal margin of the RadioButton inside of a label.
$kendo-radio-list-spacingStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal list item margin of the RadioButton.
$kendo-radio-list-item-padding-xStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The horizontal list item padding of the RadioButton.
$kendo-radio-list-item-padding-yString$kendo-list-md-item-padding-yvar(--kendo-spacing-1, 0.25rem)
Description
The vertical list item padding of the RadioButton.
$kendo-radio-ripple-bgString$kendo-radio-checked-bgvar(--kendo-color-primary, #ff6358)
Description
The background color of the RadioButton ripple.
$kendo-radio-ripple-opacityNumber.250.25
Description
The opacity of the RadioButton ripple.

Rating

NameTypeDefault valueComputed value
$kendo-rating-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Rating.
$kendo-rating-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Rating.
$kendo-rating-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Rating.
$kendo-rating-container-margin-xString$kendo-padding-sm-xvar(--kendo-spacing-1, 0.25rem)
Description
The horizontal margin of the Rating container.
$kendo-rating-item-padding-xString$kendo-padding-sm-xvar(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the Rating item.
$kendo-rating-item-padding-yString$kendo-padding-md-yvar(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the Rating item.
$kendo-rating-label-margin-xString$kendo-padding-md-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal margin of the Rating label.
$kendo-rating-label-margin-yString$kendo-padding-md-yvar(--kendo-spacing-1, 0.25rem)
Description
The vertical margin of the Rating label.
$kendo-rating-label-line-heightStringvar( --kendo-line-height-lg, normal )var(--kendo-line-height-lg, normal)
Description
The line height of the Rating label.
$kendo-rating-icon-sizeNumber($kendo-icon-size * 1.5)24px
Description
The size of the Rating icon.
$kendo-rating-icon-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Rating icon.
$kendo-rating-icon-selected-textString$kendo-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The text color of the selected Rating icon.
$kendo-rating-icon-hover-textString$kendo-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The text color of the hovered Rating icon.
$kendo-rating-icon-focus-textString$kendo-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The text color of the focused Rating icon.
$kendo-rating-icon-focus-shadowStringk-elevation(1)var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The shadow of the focused Rating icon.
$kendo-rating-icon-focus-selected-shadowStringk-elevation(1)var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The shadow of the focused and selected Rating icon.

Scrollview

NameTypeDefault valueComputed value
$kendo-scrollview-border-widthNumber1px1px
Description
The width of the border around the ScrollView.
$kendo-scrollview-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the ScrollView.
$kendo-scrollview-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the ScrollView.
$kendo-scrollview-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the ScrollView.
$kendo-scrollview-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the ScrollView.
$kendo-scrollview-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the ScrollView.
$kendo-scrollview-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the ScrollView.
$kendo-scrollview-pagebutton-sizeNumber10px10px
Description
The size of the ScrollView page button.
$kendo-scrollview-pagebutton-bgString$kendo-button-bgvar(--kendo-color-base, #f5f5f5)
Description
The background color of the ScrollView page button.
$kendo-scrollview-pagebutton-borderString$kendo-button-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the ScrollView page button.
$kendo-scrollview-pagebutton-primary-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The primary background color of the ScrollView page button.
$kendo-scrollview-pagebutton-primary-borderString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The primary border color of the ScrollView page button.
$kendo-scrollview-pagebutton-shadowList0 0 0 2px rgba(0, 0, 0, .13)0 0 0 2px rgba(0, 0, 0, 0.13)
Description
The box shadow of the ScrollView page button.
$kendo-scrollview-pager-offsetNumber00
Description
The offset of the ScrollView pager.
$kendo-scrollview-pager-item-spacingStringk-spacing(5)var(--kendo-spacing-5, 1.25rem)
Description
The spacing between the ScrollView pager items.
$kendo-scrollview-pager-item-border-widthNumber0px0px
Description
The border width of the ScrollView pager items.
$kendo-scrollview-pager-heightCalculationcalc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + calc( #{$kendo-scrollview-pager-item-spacing} * 2 ) )calc(10px + 0px + var(--kendo-spacing-5, 1.25rem) * 2)
Description
The height of the ScrollView pager.
$kendo-scrollview-arrow-tap-highlight-colorColor$kendo-color-rgba-transparentrgba(0, 0, 0, 0)
Description
The text color of the highlight over the tapped ScrollView navigation arrows.
$kendo-scrollview-navigation-colorColorwhitewhite
Description
The color of the ScrollView navigation arrows.
$kendo-scrollview-navigation-icon-shadowListrgba(0, 0, 0, .3) 0 0 15pxrgba(0, 0, 0, 0.3) 0 0 15px
Description
The box shadow of the ScrollView navigation arrows.
$kendo-scrollview-navigation-bgColorrgba(0, 0, 0, 0)rgba(0, 0, 0, 0)
Description
The background color of the ScrollView navigation.
$kendo-scrollview-navigation-default-opacityNumber.70.7
Description
The opacity of the ScrollView navigation.
$kendo-scrollview-navigation-hover-opacityNumber11
Description
The hover opacity of the ScrollView navigation.
$kendo-scrollview-navigation-hover-span-bgNullnullnull
Description
The hover background color of the ScrollView navigation arrows.
$kendo-scrollview-light-bgColorrgba(255, 255, 255, .4)rgba(255, 255, 255, 0.4)
Description
The background color of the ScrollView pager in light mode.
$kendo-scrollview-dark-bgColorrgba(0, 0, 0, .4)rgba(0, 0, 0, 0.4)
Description
The background color of the ScrollView pager in dark mode.
$kendo-scrollview-transition-durationNumber.3s0.3s
Description
The duration of the ScrollView transition.
$kendo-scrollview-transition-timing-functionStringease-in-outease-in-out
Description
The timing function of the ScrollView transition.

Skeleton

NameTypeDefault valueComputed value
$kendo-skeleton-text-transformStringscale( 1, .6 )scale(1, 0.6)
Description
The transform scale of the Skeleton text.
$kendo-skeleton-text-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the Skeleton text.
$kendo-skeleton-rect-border-radiusNumber00
Description
The border radius of the rectangular Skeleton.
$kendo-skeleton-circle-border-radiusNumber9999px9999px
Description
The border radius of the circular Skeleton.

Slider

NameTypeDefault valueComputed value
$kendo-slider-sizeNumber200px200px
Description
The default size of the Slider.
$kendo-slider-tick-sizeNullnullnull
Description
The default size of the Slider tick.
$kendo-slider-alt-sizeNumber30px30px
Description
The default size of the Slider's track wrap.
$kendo-slider-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Slider.
$kendo-slider-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Slider.
$kendo-slider-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Slider.
$kendo-slider-button-offsetNumber10px10px
Description
The offset of the Slider Buttons.
$kendo-slider-button-sizeNumber($kendo-slider-alt-size - 2)28px
Description
The size of the Slider Buttons.
$kendo-slider-button-spacingNumber($kendo-slider-button-size + $kendo-slider-button-offset)38px
Description
The spacing of the Slider Buttons.
$kendo-slider-button-focus-shadowNullnullnull
Description
The shadow of the focused Slider Buttons.
$kendo-slider-track-thicknessNumber4px4px
Description
The thickness of the Slider track.
$kendo-slider-draghandle-sizeNumber14px14px
Description
The size of the Slider drag handle.
$kendo-slider-draghandle-border-widthNumber1px1px
Description
The border width of the Slider drag handle.
$kendo-slider-draghandle-active-scaleNumber11
Description
The transition scale of the active Slider drag handle.
$kendo-slider-draghandle-active-sizeNullnullnull
Description
The size of the active Slider drag handle.
$kendo-slider-draghandle-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The background color of the Slider drag handle.
$kendo-slider-draghandle-textStringif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-color-primary ))var(--kendo-color-on-primary, #ffffff)
Description
The text color of the Slider drag handle.
$kendo-slider-draghandle-borderString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The border color of the Slider drag handle.
$kendo-slider-draghandle-gradientNullnullnull
Description
The gradient of the Slider drag handle.
$kendo-slider-draghandle-hover-bgStringif($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-color-primary , .5 ))var(--kendo-color-primary-hover, #ea5a51)
Description
The background color of the hovered Slider drag handle.
$kendo-slider-draghandle-hover-textNullnullnull
Description
The text color of the hovered Slider drag handle.
$kendo-slider-draghandle-hover-borderString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The border color of the hovered Slider drag handle.
$kendo-slider-draghandle-hover-gradientNullnullnull
Description
The gradient of the hovered Slider drag handle.
$kendo-slider-draghandle-pressed-bgStringif($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-color-primary , 1.5 ))var(--kendo-color-primary-active, #d45349)
Description
The background color of the active Slider drag handle.
$kendo-slider-draghandle-pressed-textNullnullnull
Description
The text color of the active Slider drag handle.
$kendo-slider-draghandle-pressed-borderStringif($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-color-primary , 1.5 ))var(--kendo-color-primary-active, #d45349)
Description
The border color of the active Slider drag handle.
$kendo-slider-draghandle-pressed-gradientNullnullnull
Description
The gradient of the active Slider drag handle.
$kendo-slider-draghandle-focus-shadowList0 0 0 2px if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 30%, transparent), rgba( $kendo-color-primary , .3 ))0 0 0 2px color-mix(in srgb, var(--kendo-color-primary, #ff6358) 30%, transparent)
Description
The shadow of the focused Slider drag handle.
$kendo-slider-transition-speedNumber.3s0.3s
Description
The transition speed of the Slider.
$kendo-slider-transition-functionStringease-outease-out
Description
The transition function of the Slider.
$kendo-slider-draghandle-transition-speedNumber.4s0.4s
Description
The transition speed of the Slider drag handle.
$kendo-slider-draghandle-transition-functionStringcubic-bezier(.25, .8, .25, 1)cubic-bezier(0.25, 0.8, 0.25, 1)
Description
The transition function of the Slider drag handle.
$kendo-slider-track-bgStringif($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-component-bg, 1 ))var(--kendo-color-base-subtle, #ebebeb)
Description
The background color of the Slider track.
$kendo-slider-selection-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The background color of the Slider's track selection.
$kendo-slider-disabled-opacityNullnullnull

Split-button

NameTypeDefault valueComputed value
$kendo-split-button-focus-shadowList$kendo-button-focus-shadow0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)
Description
The focus shadow of the SplitButton.
$kendo-split-button-arrow-padding-xString$kendo-button-padding-yvar(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the arrow Button.
$kendo-split-button-sm-arrow-padding-xString$kendo-button-sm-padding-yvar(--kendo-spacing-0\.5, 0.125rem)
Description
The horizontal padding of the small arrow Button.
$kendo-split-button-md-arrow-padding-xString$kendo-button-md-padding-yvar(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the medium arrow Button.
$kendo-split-button-lg-arrow-padding-xString$kendo-button-lg-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the large arrow Button.
$kendo-split-button-arrow-padding-yString$kendo-button-padding-yvar(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the arrow Button.
$kendo-split-button-sm-arrow-padding-yString$kendo-button-sm-padding-yvar(--kendo-spacing-0\.5, 0.125rem)
Description
The vertical padding of the small arrow Button.
$kendo-split-button-md-arrow-padding-yString$kendo-button-md-padding-yvar(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the medium arrow Button.
$kendo-split-button-lg-arrow-padding-yString$kendo-button-lg-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the large arrow Button.

Splitter

NameTypeDefault valueComputed value
$kendo-splitter-border-widthNumber1px1px
Description
The width of the border around the Splitter.
$kendo-splitter-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Splitter.
$kendo-splitter-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Splitter.
$kendo-splitter-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Splitter.
$kendo-splitter-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Splitter.
$kendo-splitter-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Splitter.
$kendo-splitter-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Splitter.
$kendo-splitter-splitbar-sizeStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The size of the Splitter split bar.
$kendo-splitter-drag-handle-lengthNumber20px20px
Description
The length of the Splitter drag handle.
$kendo-splitter-drag-handle-thicknessNumber2px2px
Description
The thickness of the Splitter drag handle.
$kendo-splitter-drag-icon-marginCalculationcalc( #{k-spacing(3.5)} / 2 )calc(var(--kendo-spacing-3\.5, 0.875rem) / 2)
Description
The margin of the Splitter drag handle icon.
$kendo-splitter-collapse-icon-padding-xNullnullnull
Description
The horizontal padding of the collapse icon in the Splitter.
$kendo-splitter-collapse-icon-padding-yStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The vertical padding of the collapse icon in the Splitter.
$kendo-splitbar-bgString$kendo-base-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the Splitter split bar.
$kendo-splitbar-textString$kendo-base-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Splitter split bar.
$kendo-splitbar-hover-bgStringif($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-splitbar-bg, .5 ))var(--kendo-color-base-hover, #ebebeb)
Description
The hover background color of the Splitter split bar.
$kendo-splitbar-hover-textString$kendo-splitbar-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The hover text color of the Splitter split bar.
$kendo-splitbar-selected-bgString$kendo-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The selected background color of the Splitter split bar.
$kendo-splitbar-selected-textString$kendo-selected-textvar(--kendo-color-on-primary, #ffffff)
Description
The selected text color of the Splitter split bar.

Spreadsheet

NameTypeDefault valueComputed value
$kendo-spreadsheet-border-widthNumber1px1px
Description
The width of the border around the Spreadsheet.
$kendo-spreadsheet-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Spreadsheet.
$kendo-spreadsheet-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Spreadsheet.
$kendo-spreadsheet-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Spreadsheet.
$kendo-spreadsheet-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Spreadsheet.
$kendo-spreadsheet-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Spreadsheet.
$kendo-spreadsheet-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Spreadsheet.
$kendo-spreadsheet-header-bgString$kendo-component-header-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the Spreadsheet header.
$kendo-spreadsheet-header-textString$kendo-component-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Spreadsheet header.
$kendo-spreadsheet-header-borderString$kendo-component-header-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Spreadsheet header.
$kendo-spreadsheet-header-gradientNull$kendo-component-header-gradientnull
Description
The gradient of the Spreadsheet header.
$kendo-spreadsheet-table-header-bgString$kendo-spreadsheet-header-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the Spreadsheet table headers.
$kendo-spreadsheet-table-header-textString$kendo-spreadsheet-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Spreadsheet table headers.
$kendo-spreadsheet-table-header-borderString$kendo-spreadsheet-header-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Spreadsheet table headers.
$kendo-spreadsheet-table-header-gradientNull$kendo-spreadsheet-header-gradientnull
Description
The gradient of the Spreadsheet table headers.
$kendo-spreadsheet-action-bar-border-widthNumber1px1px
Description
The border width of the Spreadsheet action bar.
$kendo-spreadsheet-action-bar-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the Spreadsheet action bar.
$kendo-spreadsheet-action-bar-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Spreadsheet action bar.
$kendo-spreadsheet-action-bar-font-sizeString$kendo-spreadsheet-font-sizevar(--kendo-font-size, inherit)
Description
The font size of the Spreadsheet action bar.
$kendo-spreadsheet-action-bar-font-familyListArial, Verdana, sans-serifArial, Verdana, sans-serif
Description
The font family of the Spreadsheet action bar.
$kendo-spreadsheet-action-bar-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacings of the Spreadsheet action bar.
$kendo-spreadsheet-formula-bar-gapStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The gap of the Spreadsheet formula bar.
$kendo-spreadsheet-formula-input-padding-xString$kendo-input-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Spreadsheet formula input.
$kendo-spreadsheet-formula-input-padding-yString$kendo-input-padding-yvar(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the Spreadsheet formula input.
$kendo-spreadsheet-formula-input-line-heightString$kendo-input-line-heightvar(--kendo-line-height, normal)
Description
The line height of the Spreadsheet formula input.
$kendo-spreadsheet-view-font-familyListArial, Verdana, sans-serifArial, Verdana, sans-serif
Description
The font family of the Spreadsheet view.
$kendo-spreadsheet-view-font-sizeString$kendo-spreadsheet-font-sizevar(--kendo-font-size, inherit)
Description
The font size of the Spreadsheet view.
$kendo-spreadsheet-selection-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))color-mix(in srgb, var(--kendo-color-primary, #ff6358) 25%, transparent)
Description
The background color of the Spreadsheet selection.
$kendo-spreadsheet-selection-textNullnullnull
Description
The text color of the Spreadsheet selection.
$kendo-spreadsheet-selection-borderString$kendo-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The border color of the Spreadsheet selection.
$kendo-spreadsheet-selection-shadowListinset 0 0 0 1px $kendo-selected-bginset 0 0 0 1px var(--kendo-color-primary, #ff6358)
Description
The shadow of the Spreadsheet selection.
$kendo-spreadsheet-single-selection-bgString$kendo-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The background color of the Spreadsheet single selection.
$kendo-spreadsheet-single-selection-textNullnullnull
Description
The text color of the Spreadsheet single selection.
$kendo-spreadsheet-single-selection-borderString$kendo-spreadsheet-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The border color of the Spreadsheet single selection.
$kendo-spreadsheet-partial-selection-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))color-mix(in srgb, var(--kendo-color-primary, #ff6358) 25%, transparent)
Description
The background color of the Spreadsheet partial selection.
$kendo-spreadsheet-active-cell-bgString$kendo-spreadsheet-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Spreadsheet active cell.
$kendo-spreadsheet-active-cell-shadowListinset 0 0 0 1px $kendo-selected-bginset 0 0 0 1px var(--kendo-color-primary, #ff6358)
Description
The shadow of the Spreadsheet active cell.
$kendo-spreadsheet-auto-fill-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))color-mix(in srgb, var(--kendo-color-primary, #ff6358) 25%, transparent)
Description
The background color of the Spreadsheet auto fill.
$kendo-spreadsheet-auto-fill-textNullnullnull
Description
The text color of the Spreadsheet auto fill.
$kendo-spreadsheet-auto-fill-borderString$kendo-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The border color of the Spreadsheet auto fill.
$kendo-spreadsheet-auto-fill-shadowListinset 0 0 0 1px $kendo-selected-bginset 0 0 0 1px var(--kendo-color-primary, #ff6358)
Description
The shadow of the Spreadsheet auto fill.
$kendo-spreadsheet-auto-fill-punch-bgStringrgba( $kendo-spreadsheet-bg, .5 )rgba(var(--kendo-color-surface-alt, #ffffff), 0.5)
Description
The background color of the Spreadsheet auto fill punch.
$kendo-spreadsheet-cell-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the Spreadsheet cell.
$kendo-spreadsheet-cell-padding-xString$kendo-spreadsheet-cell-padding-yvar(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the Spreadsheet cell.
$kendo-spreadsheet-cell-editor-line-heightNumber20px20px
Description
The line height of the Spreadsheet cell editor.
$kendo-spreadsheet-cell-editor-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the Spreadsheet cell editor.
$kendo-spreadsheet-cell-editor-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The vertical padding of the Spreadsheet cell editor.
$kendo-spreadsheet-cell-editor-bgString$kendo-spreadsheet-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Spreadsheet cell editor.
$kendo-spreadsheet-cell-editor-textString$kendo-spreadsheet-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Spreadsheet cell editor.
$kendo-spreadsheet-cell-editor-borderNullnullnull
Description
The border color of the Spreadsheet cell editor.
$kendo-spreadsheet-resize-handle-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The background color of the Spreadsheet resize handle.
$kendo-spreadsheet-cell-comment-borderString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The border color of the Spreadsheet cell comment indicator.
$kendo-spreadsheet-cell-dirty-borderString$kendo-color-errorvar(--kendo-color-error, #f31700)
Description
The border color of the Spreadsheet cell dirty indicator.
$kendo-spreadsheet-sheets-bar-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Spreadsheet sheets bar.
$kendo-spreadsheet-sheets-bar-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Spreadsheet sheets bar.
$kendo-spreadsheet-sheets-bar-border-widthNumber1px1px
Description
The border width of the Spreadsheet sheets bar.
$kendo-spreadsheet-insert-image-dialog-border-styleStringdasheddashed
Description
The border style of the Spreadsheet image Dialog.
$kendo-spreadsheet-insert-image-dialog-border-widthNumber2px2px
Description
The border width of the Spreadsheet image Dialog.
$kendo-spreadsheet-insert-image-dialog-text-margin-bottomStringk-spacing(7.5)var(--kendo-spacing-7\.5, 1.875rem)
Description
The bottom margin of the Spreadsheet image Dialog.
$kendo-spreadsheet-insert-image-dialog-preview-widthNumber355px355px
Description
The width of the Spreadsheet image Dialog preview.
$kendo-spreadsheet-insert-image-dialog-preview-heightNumber230px230px
Description
The height of the Spreadsheet image Dialog preview.
$kendo-spreadsheet-insert-image-dialog-preview-imgString"image-default.png""image-default.png"
Description
The image of the Spreadsheet image Dialog preview.
$kendo-spreadsheet-insert-image-dialog-preview-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border of the Spreadsheet image Dialog preview.
$kendo-spreadsheet-insert-image-dialog-preview-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the Spreadsheet image Dialog preview.
$kendo-spreadsheet-insert-image-dialog-preview-overlay-shadowListinset 0 0 0 2000px rgba(0, 0, 0, .5)inset 0 0 0 2000px rgba(0, 0, 0, 0.5)
Description
The shadow of the Spreadsheet image Dialog preview.
$kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the Spreadsheet image Dialog preview overlay.
$kendo-spreadsheet-insert-image-dialog-overlay-hover-textString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The text color of the hovered Spreadsheet image Dialog preview.
$kendo-spreadsheet-drawing-handle-widthNumber6px6px
Description
The width of the Spreadsheet drawing handle.
$kendo-spreadsheet-drawing-handle-heightNumber6px6px
Description
The height of the Spreadsheet drawing handle.
$kendo-spreadsheet-drawing-handle-border-styleStringsolidsolid
Description
The border style of the Spreadsheet drawing handle.
$kendo-spreadsheet-drawing-handle-border-widthNumber1px1px
Description
The border width of the Spreadsheet drawing handle.
$kendo-spreadsheet-drawing-handle-outline-colorString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The border color of the Spreadsheet drawing handle.
$kendo-spreadsheet-drawing-handle-border-colorString$kendo-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The outline color of the Spreadsheet drawing handle.
$kendo-spreadsheet-drawing-handle-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The border color of the Spreadsheet drawing handle.
$kendo-spreadsheet-drawing-handle-border-radiusStringk-border-radius(lg)var(--kendo-border-radius-lg, 0.375rem)
Description
The border radius of the Spreadsheet drawing handle.
$kendo-spreadsheet-drawing-outline-styleStringsolidsolid
Description
The outline style of the Spreadsheet drawing.
$kendo-spreadsheet-drawing-outline-widthNumber2px2px
Description
The outline width of the Spreadsheet drawing.
$kendo-spreadsheet-drawing-anchor-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))color-mix(in srgb, var(--kendo-color-primary, #ff6358) 25%, transparent)
Description
The background color of the Spreadsheet drawing anchor.
$kendo-spreadsheet-dropzone-spacing-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The vertical spacing of the Spreadsheet DropZone.

Stepper

NameTypeDefault valueComputed value
$kendo-stepper-margin-xNullnullnull
Description
The horizontal margin the Stepper.
$kendo-stepper-margin-yNullnullnull
Description
The vertical margin the Stepper.
$kendo-stepper-padding-xNullnullnull
Description
The horizontal padding the Stepper.
$kendo-stepper-padding-yNullnullnull
Description
The vertical padding the Stepper.
$kendo-stepper-label-margin-xStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The horizontal margin the Stepper label.
$kendo-stepper-label-padding-xStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding the Stepper label.
$kendo-stepper-label-padding-yCalculationcalc( #{k-spacing(2.5)} / 2 )calc(var(--kendo-spacing-2\.5, 0.625rem) / 2)
Description
The vertical padding the Stepper label.
$kendo-stepper-border-widthNumber0px0px
Description
The width of the border around the Stepper.
$kendo-stepper-inline-content-padding-xStringk-spacing(5)var(--kendo-spacing-5, 1.25rem)
Description
The horizontal padding of the Stepper content.
$kendo-stepper-inline-content-padding-yStringk-spacing(2.5)var(--kendo-spacing-2\.5, 0.625rem)
Description
The vertical padding of the Stepper content.
$kendo-stepper-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
$kendo-stepper-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
$kendo-stepper-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
$kendo-stepper-bgNullnullnull
Description
The background color of the Stepper.
$kendo-stepper-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Stepper.
$kendo-stepper-borderNullnullnull
Description
The border color of the Stepper.
$kendo-stepper-indicator-widthNumber28px28px
Description
The width of the Stepper indicator.
$kendo-stepper-indicator-heightNumber$kendo-stepper-indicator-width28px
Description
The height of the Stepper indicator.
$kendo-stepper-indicator-border-widthNumber1px1px
Description
The border width of the Stepper indicator.
$kendo-stepper-indicator-border-radiusNumber50%50%
Description
The border radius of the Stepper indicator.
$kendo-stepper-indicator-focus-border-widthNumber1px1px
Description
The border width of the focused Stepper indicator.
$kendo-stepper-indicator-focus-sizeNumber2px2px
Description
The size of the focused Stepper indicator.
$kendo-stepper-indicator-focus-offsetNumber3px3px
Description
The offset of the Stepper's focused indicator.
$kendo-stepper-indicator-focus-calc-offsetCalculationcalc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} )calc(1px + 3px)
Description
The calculated offset of the Stepper's focused indicator.
$kendo-stepper-indicator-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Stepper indicator.
$kendo-stepper-indicator-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Stepper indicator.
$kendo-stepper-indicator-borderColor#cccccc#cccccc
Description
The border color of the Stepper indicator.
$kendo-stepper-indicator-hover-bgStringif($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg ))var(--kendo-color-base-hover, #ebebeb)
Description
The background color of the hovered Stepper indicator.
$kendo-stepper-indicator-hover-textNullnullnull
Description
The text color of the hovered Stepper indicator.
$kendo-stepper-indicator-hover-borderNullnullnull
Description
The border color of the hovered Stepper indicator.
$kendo-stepper-indicator-disabled-bgNullnullnull
Description
The background color of the disabled Stepper indicator.
$kendo-stepper-indicator-disabled-textStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 60%, transparent)
Description
The text color of the disabled Stepper indicator.
$kendo-stepper-indicator-disabled-borderNullnullnull
Description
The border color of the disabled Stepper indicator.
$kendo-stepper-indicator-done-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The background color of the Stepper's done indicator.
$kendo-stepper-indicator-done-textStringif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg ))var(--kendo-color-on-primary, #ffffff)
Description
The text color of the Stepper's done indicator.
$kendo-stepper-indicator-done-borderString$kendo-stepper-indicator-done-bgvar(--kendo-color-primary, #ff6358)
Description
The border color of the Stepper's done indicator.
$kendo-stepper-indicator-done-hover-bgStringif($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg ))var(--kendo-color-primary-hover, #ea5a51)
Description
The background color of the Stepper's hovered done indicator.
$kendo-stepper-indicator-done-hover-textNullnullnull
Description
The text color of the Stepper's hovered done indicator.
$kendo-stepper-indicator-done-hover-borderNullnullnull
Description
The border color of the Stepper's hovered done indicator.
$kendo-stepper-indicator-done-disabled-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 60%, transparent), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%))color-mix(in srgb, var(--kendo-color-primary, #ff6358) 60%, transparent)
Description
The background color of the Stepper's disabled done indicator.
$kendo-stepper-indicator-done-disabled-textStringif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg ))var(--kendo-color-on-primary, #ffffff)
Description
The text color of the Stepper's disabled done indicator.
$kendo-stepper-indicator-done-disabled-borderString$kendo-stepper-indicator-done-disabled-bgcolor-mix(in srgb, var(--kendo-color-primary, #ff6358) 60%, transparent)
Description
The border color of the Stepper's disabled done indicator.
$kendo-stepper-indicator-current-bgString$kendo-stepper-indicator-done-bgvar(--kendo-color-primary, #ff6358)
Description
The background color of the Stepper current indicator.
$kendo-stepper-indicator-current-textString$kendo-stepper-indicator-done-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the Stepper current indicator.
$kendo-stepper-indicator-current-borderString$kendo-stepper-indicator-done-bordervar(--kendo-color-primary, #ff6358)
Description
The border color of the Stepper current indicator.
$kendo-stepper-indicator-current-hover-bgString$kendo-stepper-indicator-done-hover-bgvar(--kendo-color-primary-hover, #ea5a51)
Description
The background color of the Stepper's hovered current indicator.
$kendo-stepper-indicator-current-hover-textNull$kendo-stepper-indicator-done-hover-textnull
Description
The text color of the Stepper's hovered current indicator.
$kendo-stepper-indicator-current-hover-borderNull$kendo-stepper-indicator-done-hover-bordernull
Description
The border color of the Stepper's hovered current indicator.
$kendo-stepper-indicator-current-disabled-bgString$kendo-stepper-indicator-done-disabled-bgcolor-mix(in srgb, var(--kendo-color-primary, #ff6358) 60%, transparent)
Description
The background color of the Stepper's disabled current indicator.
$kendo-stepper-indicator-current-disabled-textString$kendo-stepper-indicator-done-disabled-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of the Stepper's disabled current indicator.
$kendo-stepper-indicator-current-disabled-borderString$kendo-stepper-indicator-done-disabled-bordercolor-mix(in srgb, var(--kendo-color-primary, #ff6358) 60%, transparent)
Description
The border color of the Stepper's disabled current indicator.
$kendo-stepper-label-textNullnullnull
Description
The text color of the Stepper label.
$kendo-stepper-label-success-textString$kendo-color-successvar(--kendo-color-success, #37b400)
Description
The success text color of the Stepper label.
$kendo-stepper-label-error-textString$kendo-color-errorvar(--kendo-color-error, #f31700)
Description
The error text color of the Stepper label.
$kendo-stepper-label-hover-textStringif($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-stepper-text, 2 ))var(--kendo-color-on-base, #3d3d3d)
Description
The text color of the hovered Stepper label.
$kendo-stepper-label-disabled-textStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 60%, transparent), $kendo-disabled-text)color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 60%, transparent)
Description
The text color of the disabled Stepper label.
$kendo-stepper-optional-label-textString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The text color of the optional Stepper label.
$kendo-stepper-optional-label-opacityNullnullnull
Description
The opacity of the optional Stepper label.
$kendo-stepper-optional-label-font-sizeNullnullnull
Description
The font size of the optional Stepper label.
$kendo-stepper-optional-label-font-styleStringitalicitalic
Description
The font style of the optional Stepper label.
$kendo-stepper-progressbar-sizeNumber2px2px
Description
The size of the Stepper ProgressBar.
$kendo-stepper-progressbar-bgNullnullnull
Description
The background color of the Stepper ProgressBar.
$kendo-stepper-progressbar-textNullnullnull
Description
The text color of the Stepper ProgressBar.
$kendo-stepper-progressbar-fill-bgNullnullnull
Description
The background color of the selected Stepper ProgressBar.
$kendo-stepper-progressbar-fill-textNullnullnull
Description
The text color of the selected Stepper ProgressBar.
$kendo-stepper-content-transition-propertyStringheightheight
Description
The property name of the Stepper transition.
$kendo-stepper-content-transition-durationNumber300ms300ms
Description
The duration of the Stepper transition.
$kendo-stepper-content-transition-timing-functionListcubic-bezier(.4, 0, .2, 1) 0mscubic-bezier(0.4, 0, 0.2, 1) 0ms
Description
The timing function of the Stepper transition.

Switch

NameTypeDefault valueComputed value
$kendo-switch-font-familyNullnullnull
Description
The font family of the Switch.
$kendo-switch-track-border-widthNumber1px1px
Description
The border width of the Switch track.
$kendo-switch-thumb-border-widthNumber1px1px
Description
The border width of the Switch thumb.
$kendo-switch-label-text-transformStringuppercaseuppercase
Description
The text transform of the Switch label.
$kendo-switch-label-displayStringinlineinline
Description
The display of the Switch label.
$kendo-switch-sizesMap( sm: ( font-size: 10px, track-width: 52px, track-height: 26px, thumb-width: 26px, thumb-height: 26px, thumb-offset: 0px, label-offset: 4px ), md: ( font-size: 10px, track-width: 60px, track-height: 30px, thumb-width: 30px, thumb-height: 30px, thumb-offset: 0px, label-offset: 6px ), lg: ( font-size: 10px, track-width: 68px, track-height: 34px, thumb-width: 34px, thumb-height: 34px, thumb-offset: 0px, label-offset: 8px ) )(sm: (font-size: 10px, track-width: 52px, track-height: 26px, thumb-width: 26px, thumb-height: 26px, thumb-offset: 0px, label-offset: 4px), md: (font-size: 10px, track-width: 60px, track-height: 30px, thumb-width: 30px, thumb-height: 30px, thumb-offset: 0px, label-offset: 6px), lg: (font-size: 10px, track-width: 68px, track-height: 34px, thumb-width: 34px, thumb-height: 34px, thumb-offset: 0px, label-offset: 8px))
Description
The map with the different Switch sizes.
$kendo-switch-off-track-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background of the track when the Switch is not checked.
$kendo-switch-off-track-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the track when the Switch is not checked.
$kendo-switch-off-track-borderStringif($kendo-enable-color-system, k-color( border ), k-try-shade( $kendo-switch-off-track-bg, 8% ))var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the track when the Switch is not checked.
$kendo-switch-off-track-gradientNullnullnull
Description
The background gradient of the track when the Switch is not checked.
$kendo-switch-off-track-hover-bgNullnullnull
Description
The background of the track when the hovered Switch is not checked.
$kendo-switch-off-track-hover-textNullnullnull
Description
The text color of the track when the hovered Switch is not checked.
$kendo-switch-off-track-hover-borderNullnullnull
Description
The border color of the track when the hovered Switch is not checked.
$kendo-switch-off-track-hover-gradientNullnullnull
Description
The background gradient of the track when the hovered Switch is not checked.
$kendo-switch-off-track-focus-bgNullnullnull
Description
The background of the track when the focused Switch is not checked.
$kendo-switch-off-track-focus-textNullnullnull
Description
The text color of the track when the focused Switch is not checked.
$kendo-switch-off-track-focus-borderNullnullnull
Description
The border color of the track when the focused Switch is not checked.
$kendo-switch-off-track-focus-gradientNullnullnull
Description
The background gradient of the track when the focused Switch is not checked.
$kendo-switch-off-track-focus-ringList2px solid if($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 8%, transparent), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) , .08 ))2px solid color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)
Description
The ring around the track when the focused Switch is not checked.
$kendo-switch-off-track-disabled-bgNullnullnull
Description
The background of the track when the disabled Switch is not checked.
$kendo-switch-off-track-disabled-textNullnullnull
Description
The text color of the track when the disabled Switch is not checked.
$kendo-switch-off-track-disabled-borderNullnullnull
Description
The border color of the track when the disabled Switch is not checked.
$kendo-switch-off-track-disabled-gradientNullnullnull
Description
The background gradient of the track when the disabled Switch is not checked.
$kendo-switch-off-thumb-bgString$kendo-base-bgvar(--kendo-color-surface, #fafafa)
Description
The background of the thumb when the Switch is not checked.
$kendo-switch-off-thumb-textString$kendo-base-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the thumb when the Switch is not checked.
$kendo-switch-off-thumb-borderString$kendo-base-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the thumb when the Switch is not checked.
$kendo-switch-off-thumb-gradientNullnullnull
Description
The background gradient of the thumb when the Switch is not checked.
$kendo-switch-off-thumb-hover-bgNullnullnull
Description
The background of the thumb when the hovered Switch is not checked.
$kendo-switch-off-thumb-hover-textNullnullnull
Description
The text color of the thumb when the hovered Switch is not checked.
$kendo-switch-off-thumb-hover-borderNullnullnull
Description
The border color of the thumb when the hovered Switch is not checked.
$kendo-switch-off-thumb-hover-gradientNullnullnull
Description
The background gradient of the thumb when the hovered Switch is not checked.
$kendo-switch-on-track-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The background of the track when the Switch is checked.
$kendo-switch-on-track-textStringif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-switch-on-track-bg ))var(--kendo-color-on-primary, #ffffff)
Description
The text color of the track when the Switch is checked.
$kendo-switch-on-track-borderString$kendo-switch-on-track-bgvar(--kendo-color-primary, #ff6358)
Description
The border color of the track when the Switch is checked.
$kendo-switch-on-track-gradientNullnullnull
Description
The background gradient of the track when the Switch is checked.
$kendo-switch-on-track-hover-bgNullnullnull
Description
The background of the track when the hovered Switch is checked.
$kendo-switch-on-track-hover-textNullnullnull
Description
The text color of the track when the hovered Switch is checked.
$kendo-switch-on-track-hover-borderNullnullnull
Description
The border color of the track when the hovered Switch is checked.
$kendo-switch-on-track-hover-gradientNullnullnull
Description
The background gradient of the track when the hovered Switch is checked.
$kendo-switch-on-track-focus-bgNullnullnull
Description
The background of the track when the focused Switch is checked.
$kendo-switch-on-track-focus-textNullnullnull
Description
The text color of the track when the focused Switch is checked.
$kendo-switch-on-track-focus-borderNullnullnull
Description
The border color of the track when the focused Switch is checked.
$kendo-switch-on-track-focus-gradientNullnullnull
Description
The background gradient of the track when the focused Switch is checked.
$kendo-switch-on-track-focus-ringList2px solid if($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba( $kendo-switch-on-track-border, .25 ))2px solid color-mix(in srgb, var(--kendo-color-primary, #ff6358) 25%, transparent)
Description
The ring around the track when the focused Switch is checked.
$kendo-switch-on-track-disabled-bgNullnullnull
Description
The background of the track when the disabled Switch is checked.
$kendo-switch-on-track-disabled-textNullnullnull
Description
The text color of the track when the disabled Switch is checked.
$kendo-switch-on-track-disabled-borderNullnullnull
Description
The border color of the track when the disabled Switch is checked.
$kendo-switch-on-track-disabled-gradientNullnullnull
Description
The background gradient of the track when the disabled Switch is checked.
$kendo-switch-on-thumb-bgString$kendo-base-bgvar(--kendo-color-surface, #fafafa)
Description
The background of the thumb when the Switch is checked.
$kendo-switch-on-thumb-textString$kendo-base-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the thumb when the Switch is checked.
$kendo-switch-on-thumb-borderString$kendo-base-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the thumb when the Switch is checked.
$kendo-switch-on-thumb-gradientNullnullnull
Description
The background gradient of the thumb when the Switch is checked.
$kendo-switch-on-thumb-hover-bgNullnullnull
Description
The background of the thumb when the hovered Switch is checked.
$kendo-switch-on-thumb-hover-textNullnullnull
Description
The text color of the thumb when the hovered Switch is checked.
$kendo-switch-on-thumb-hover-borderNullnullnull
Description
The border color of the thumb when the hovered Switch is checked.
$kendo-switch-on-thumb-hover-gradientNullnullnull
Description
The background gradient of the thumb when the hovered Switch is checked.

Table

NameTypeDefault valueComputed value
$kendo-table-border-widthNumber1px1px
Description
The width of the table border.
$kendo-table-cell-vertical-border-widthNumber1px1px
Description
The width of vertical border of table cells.
$kendo-table-cell-horizontal-border-widthNumber0px0px
Description
The width of horizontal border of table cells.
$kendo-table-font-sizeNullnullnull
Description
The font size of the table if no size is specified.
$kendo-table-line-heightNullnullnull
Description
The line-height of the table if no size is specified.
$kendo-table-cell-padding-xNullnullnull
Description
The horizontal padding of the cells in the table if no size is specified.
$kendo-table-cell-padding-yNullnullnull
Description
The vertical padding of the cells in the table if no size is specified.
$kendo-table-sizesMap( sm: ( font-size: var( --kendo-font-size, inherit ), line-height: var( --kendo-line-height, normal ), cell-padding-x: $kendo-table-sm-cell-padding-x, cell-padding-y: $kendo-table-sm-cell-padding-y ), md: ( font-size: var( --kendo-font-size, inherit ), line-height: var( --kendo-line-height, normal ), cell-padding-x: $kendo-table-md-cell-padding-x, cell-padding-y: $kendo-table-md-cell-padding-y ), lg: ( font-size: var( --kendo-font-size, inherit ), line-height: var( --kendo-line-height, normal ), cell-padding-x: $kendo-table-lg-cell-padding-x, cell-padding-y: $kendo-table-lg-cell-padding-y ) )(sm: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), cell-padding-x: var(--kendo-spacing-2, 0.5rem), cell-padding-y: var(--kendo-spacing-1, 0.25rem)), md: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), cell-padding-x: var(--kendo-spacing-3, 0.75rem), cell-padding-y: var(--kendo-spacing-2, 0.5rem)), lg: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), cell-padding-x: var(--kendo-spacing-2, 0.5rem), cell-padding-y: var(--kendo-spacing-2\.5, 0.625rem)))
Description
The sizes of the table.
$kendo-table-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
Background color of tables.
$kendo-table-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
Text color of tables.
$kendo-table-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
Border color of tables.
$kendo-table-header-bgString$kendo-component-header-bgvar(--kendo-color-surface, #fafafa)
Description
Background color of table headers.
$kendo-table-header-textString$kendo-component-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
Text color of table headers.
$kendo-table-header-borderString$kendo-component-header-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
Border color of table headers.
$kendo-table-header-gradientNull$kendo-component-header-gradientnull
Description
Gradient of table headers.
$kendo-table-footer-bgString$kendo-table-header-bgvar(--kendo-color-surface, #fafafa)
Description
Background color of table footers.
$kendo-table-footer-textString$kendo-table-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
Text color of table footers.
$kendo-table-footer-borderString$kendo-table-header-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
Border color of table footers.
$kendo-table-group-row-bgString$kendo-table-header-bgvar(--kendo-color-surface, #fafafa)
Description
Background color of group rows in table.
$kendo-table-group-row-textString$kendo-table-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
Text color of group rows in table.
$kendo-table-group-row-borderString$kendo-table-header-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
Border color of group rows in table.
$kendo-table-alt-row-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 5%, transparent), rgba( k-contrast-legacy( $kendo-table-bg ), .04 ))color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 5%, transparent)
Description
Background color of alternating rows in table.
$kendo-table-alt-row-textNullnullnull
Description
Text color of alternating rows in table.
$kendo-table-alt-row-borderNullnullnull
Description
Border color of alternating rows in table.
$kendo-table-hover-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 11%, transparent), k-color-darken($kendo-table-bg, 7%))color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 11%, transparent)
Description
Background color of hovered rows in table.
$kendo-table-hover-textNullnullnull
Description
Text color of hovered rows in table.
$kendo-table-hover-borderNullnullnull
Description
Border color of hovered rows in table.
$kendo-table-focus-bgNullnullnull
Description
Background color of focused rows in table.
$kendo-table-focus-textNullnullnull
Description
Text color of focused rows in table.
$kendo-table-focus-borderNullnullnull
Description
Border color of focused rows in table.
$kendo-table-focus-shadowList$kendo-list-item-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.12)
Description
Box shadow of focused rows in table.
$kendo-table-selected-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( primary ) 25%, transparent), rgba($kendo-selected-bg, .25))color-mix(in srgb, var(--kendo-color-primary, #ff6358) 25%, transparent)
Description
Background color of selected rows in table.
$kendo-table-selected-textNullnullnull
Description
Text color of selected rows in table.
$kendo-table-selected-borderNullnullnull
Description
Border color of selected rows in table.

Tabstrip

NameTypeDefault valueComputed value
$kendo-tabstrip-bgNullnullnull
Description
Background color of tabstrip component
$kendo-tabstrip-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
Text color of tabstrip component
$kendo-tabstrip-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
Border color of tabstrip component
$kendo-tabstrip-item-padding-xStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
Horizontal padding of tabs
$kendo-tabstrip-item-padding-yStringk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)
Description
Vertical padding of tabs
$kendo-tabstrip-item-border-widthNumber1px1px
Description
Width of border around tabs
$kendo-tabstrip-item-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
Border radius of tabs
$kendo-tabstrip-item-gapStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
Spacing between tabs
$kendo-tabstrip-item-bgNullnullnull
Description
Background color of tabs
$kendo-tabstrip-item-textString$kendo-link-textvar(--kendo-color-primary, #ff6358)
Description
Text color of tabs
$kendo-tabstrip-item-borderNullnullnull
Description
Border color of tabs
$kendo-tabstrip-item-gradientNullnullnull
Description
Background gradient of tabs
$kendo-tabstrip-item-hover-bgNullnullnull
Description
Background color of hovered tabs
$kendo-tabstrip-item-hover-textString$kendo-link-hover-textvar(--kendo-color-primary-hover, #ea5a51)
Description
Text color of hovered tabs
$kendo-tabstrip-item-hover-borderNullnullnull
Description
Border color of hovered tabs
$kendo-tabstrip-item-hover-gradientNullnullnull
Description
Background gradient of hovered tabs
$kendo-tabstrip-item-selected-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
Background color of selected tabs
$kendo-tabstrip-item-selected-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
Text color of selected tabs
$kendo-tabstrip-item-selected-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
Border color of selected tabs
$kendo-tabstrip-item-selected-gradientNullnullnull
Description
Background gradient of selected tabs
$kendo-tabstrip-content-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
Horizontal padding of tabstrip content
$kendo-tabstrip-content-padding-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
Vertical padding of tabstrip content
$kendo-tabstrip-content-border-widthNumber1px1px
Description
Width of border around tabstrip content
$kendo-tabstrip-content-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
Background color of tabstrip content
$kendo-tabstrip-content-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
Text color of tabstrip content
$kendo-tabstrip-content-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
Border color of tabstrip content
$kendo-tabstrip-content-focus-borderString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
Border color of tabstrip focused content

Taskboard

NameTypeDefault valueComputed value
$kendo-taskboard-spacerStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The spacing index of the TaskBoard.
$kendo-taskboard-padding-yNullnullnull
Description
The vertical padding of the TaskBoard.
$kendo-taskboard-padding-xNullnullnull
Description
The horizontal of the TaskBoard.
$kendo-taskboard-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the TaskBoard.
$kendo-taskboard-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the TaskBoard.
$kendo-taskboard-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the TaskBoard.
$kendo-taskboard-bgNullnullnull
Description
The background color of the TaskBoard.
$kendo-taskboard-textNullnullnull
Description
The text color of the TaskBoard.
$kendo-taskboard-borderNullnullnull
Description
The border color of the TaskBoard.
$kendo-taskboard-toolbar-padding-yString$kendo-taskboard-spacervar(--kendo-spacing-4, 1rem)
Description
The vertical padding of the TaskBoard Toolbar.
$kendo-taskboard-toolbar-padding-xString$kendo-taskboard-toolbar-padding-yvar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the TaskBoard Toolbar.
$kendo-taskboard-toolbar-bgNullnullnull
Description
The background color of the TaskBoard Toolbar.
$kendo-taskboard-toolbar-textNullnullnull
Description
The text color of the TaskBoard Toolbar.
$kendo-taskboard-toolbar-borderNullnullnull
Description
The border color of the TaskBoard Toolbar.
$kendo-taskboard-toolbar-gradientNullnullnull
Description
The gradient of the TaskBoard Toolbar.
$kendo-taskboard-content-padding-yString$kendo-taskboard-spacervar(--kendo-spacing-4, 1rem)
Description
The vertical padding of the TaskBoard content.
$kendo-taskboard-content-padding-xString$kendo-taskboard-content-padding-yvar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the TaskBoard content.
$kendo-taskboard-column-container-spacing-yCalculationcalc( #{$kendo-taskboard-spacer} / 2 )calc(var(--kendo-spacing-4, 1rem) / 2)
Description
The vertical spacing of the TaskBoard column container.
$kendo-taskboard-column-container-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The vertical padding of the TaskBoard column container.
$kendo-taskboard-column-container-padding-xCalculationcalc( #{$kendo-taskboard-spacer} / 2 )calc(var(--kendo-spacing-4, 1rem) / 2)
Description
The horizontal padding of the TaskBoard column container.
$kendo-taskboard-columns-container-gapString$kendo-taskboard-spacervar(--kendo-spacing-4, 1rem)
Description
The spacing of the TaskBoard columns container.
$kendo-taskboard-column-widthNumber320px320px
Description
The default width of the TaskBoard column.
$kendo-taskboard-column-border-widthNumber1px1px
Description
The border width of the TaskBoard column.
$kendo-taskboard-column-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the TaskBoard column.
$kendo-taskboard-column-bgString$kendo-base-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the TaskBoard column.
$kendo-taskboard-column-textNullnullnull
Description
The text color of the TaskBoard column.
$kendo-taskboard-column-borderColortransparenttransparent
Description
The border color of the TaskBoard column.
$kendo-taskboard-column-focus-bgNullnullnull
Description
The background color of the focused TaskBoard column.
$kendo-taskboard-column-focus-textNullnullnull
Description
The text color of the focused TaskBoard column.
$kendo-taskboard-column-focus-borderStringif($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-base-border, 2.5 ))var(--kendo-color-border-alt, rgba(0, 0, 0, 0.16))
Description
The border color of the focused TaskBoard column.
$kendo-taskboard-column-header-padding-yCalculationcalc( #{$kendo-taskboard-spacer} / 2 )calc(var(--kendo-spacing-4, 1rem) / 2)
Description
The vertical padding of the TaskBoard column header.
$kendo-taskboard-column-header-padding-xCalculation$kendo-taskboard-column-header-padding-ycalc(var(--kendo-spacing-4, 1rem) / 2)
Description
The horizontal padding of the TaskBoard column header.
$kendo-taskboard-column-header-gapCalculationcalc( #{$kendo-taskboard-spacer} / 4 )calc(var(--kendo-spacing-4, 1rem) / 4)
Description
The spacing of the TaskBoard column header.
$kendo-taskboard-column-header-actions-gapCalculationcalc( #{$kendo-taskboard-spacer} / 2 )calc(var(--kendo-spacing-4, 1rem) / 2)
Description
The spacing of the TaskBoard column header actions.
$kendo-taskboard-column-header-font-weightNumber500500
Description
The font weight of the TaskBoard column header.
$kendo-taskboard-column-header-textString$kendo-component-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the TaskBoard column header.
$kendo-taskboard-column-cards-padding-yNullnullnull
Description
The vertical padding of the TaskBoard column Card wrapper.
$kendo-taskboard-column-cards-padding-xNullnullnull
Description
The horizontal padding of the TaskBoard column Card wrapper.
$kendo-taskboard-column-cards-gapCalculationcalc( #{$kendo-taskboard-spacer} / 2 )calc(var(--kendo-spacing-4, 1rem) / 2)
Description
The spacing of the TaskBoard column Card wrapper.
$kendo-taskboard-pane-widthNumber$kendo-taskboard-column-width320px
Description
The default width of the TaskBoard pane.
$kendo-taskboard-pane-padding-yNullnullnull
Description
The vertical padding of the TaskBoard pane.
$kendo-taskboard-pane-padding-xNullnullnull
Description
The horizontal padding of the TaskBoard pane.
$kendo-taskboard-pane-border-widthNumber1px1px
Description
The border width of the TaskBoard pane.
$kendo-taskboard-pane-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the TaskBoard pane.
$kendo-taskboard-pane-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the TaskBoard pane.
$kendo-taskboard-pane-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the TaskBoard pane.
$kendo-taskboard-pane-header-padding-yCalculationcalc( #{$kendo-taskboard-spacer} * .75 )calc(var(--kendo-spacing-4, 1rem) * 0.75)
Description
The vertical padding of the TaskBoard pane header.
$kendo-taskboard-pane-header-padding-xString$kendo-taskboard-spacervar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the TaskBoard pane header.
$kendo-taskboard-pane-header-font-weightNumber500500
Description
The font weight of the TaskBoard pane header.
$kendo-taskboard-pane-header-textString$kendo-component-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the TaskBoard pane header.
$kendo-taskboard-pane-content-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The vertical padding of the TaskBoard pane content.
$kendo-taskboard-pane-content-padding-xString$kendo-taskboard-spacervar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the TaskBoard pane content.
$kendo-taskboard-pane-actions-padding-yCalculationcalc( #{$kendo-taskboard-spacer} * .75 )calc(var(--kendo-spacing-4, 1rem) * 0.75)
Description
The vertical padding of the TaskBoard pane actions.
$kendo-taskboard-pane-actions-padding-xString$kendo-taskboard-spacervar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the TaskBoard pane actions.
$kendo-taskboard-card-padding-yString$kendo-taskboard-spacervar(--kendo-spacing-4, 1rem)
Description
The vertical padding of the TaskBoard Card.
$kendo-taskboard-card-padding-xString$kendo-taskboard-card-padding-yvar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the TaskBoard Card.
$kendo-taskboard-card-border-widthNumber$kendo-card-border-width1px
Description
The border width of the TaskBoard Card.
$kendo-taskboard-card-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the TaskBoard Card.
$kendo-taskboard-card-shadowNull$kendo-card-shadownull
Description
The shadow of the TaskBoard Card.
$kendo-taskboard-card-bgString$kendo-card-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the TaskBoard Card.
$kendo-taskboard-card-textString$kendo-card-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the TaskBoard Card.
$kendo-taskboard-card-borderString$kendo-card-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the TaskBoard Card.
$kendo-taskboard-card-category-border-widthNumber4px4px
Description
The border width of the TaskBoard Card category.
$kendo-taskboard-card-hover-borderStringif($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 10% ))var(--kendo-color-border-alt, rgba(0, 0, 0, 0.16))
Description
The border color of the hovered TaskBoard Card.
$kendo-taskboard-card-focus-borderStringif($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 18% ))var(--kendo-color-border-alt, rgba(0, 0, 0, 0.16))
Description
The border color of the focused TaskBoard Card.
$kendo-taskboard-card-focus-shadowStringnonenone
Description
The shadow of the focused TaskBoard Card.
$kendo-taskboard-card-selected-borderStringif($kendo-enable-color-system, k-color( primary-emphasis ), k-color-tint( $kendo-color-primary-lighter, 5 ))var(--kendo-color-primary-emphasis, #ff9d97)
Description
The border of the selected TaskBoard Card.
$kendo-taskboard-card-selected-shadowStringnonenone
Description
The shadow of the selected TaskBoard Card.
$kendo-taskboard-card-header-textString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The text color of the TaskBoard Card header text.
$kendo-taskboard-card-header-hover-textStringif($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)var(--kendo-color-primary-hover, #ea5a51)
Description
The text color of the hovered TaskBoard Card header text.
$kendo-taskboard-card-header-focus-textStringif($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker)var(--kendo-color-primary-hover, #ea5a51)
Description
The text color of the focused TaskBoard Card header text.
$kendo-taskboard-drag-placeholder-border-widthNumber1px1px
Description
The border width of the TaskBoard Card placeholder.
$kendo-taskboard-drag-placeholder-border-radiusString$kendo-taskboard-card-border-radiusvar(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the TaskBoard Card placeholder.
$kendo-taskboard-drag-placeholder-bgColorrgba(255, 255, 255, .2)rgba(255, 255, 255, 0.2)
Description
The background color of the TaskBoard Card placeholder.
$kendo-taskboard-drag-placeholder-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the TaskBoard Card placeholder.

Tilelayout

NameTypeDefault valueComputed value
$kendo-tile-layout-border-widthNumber0px0px
Description
The width of the border around the TileLayout.
$kendo-tile-layout-bgString$kendo-base-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the TileLayout.
$kendo-tile-layout-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the TileLayout.
$kendo-tile-layout-padding-yString$kendo-tile-layout-padding-xvar(--kendo-spacing-4, 1rem)
Description
The vertical padding of the TileLayout
$kendo-tile-layout-card-border-widthNumber$kendo-card-border-width1px
Description
The width of the border around the TileLayout card.
$kendo-tile-layout-card-focus-shadowNull$kendo-card-focus-shadownull
Description
The focus box shadow of the TileLayout card.
$kendo-tile-layout-hint-border-widthNumber1px1px
Description
The width of the border around the TileLayout hint.
$kendo-tile-layout-hint-border-radiusStringk-border-radius(lg)var(--kendo-border-radius-lg, 0.375rem)
Description
The radius of the border around the TileLayout hint.
$kendo-tile-layout-hint-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The color of the border around the TileLayout hint.
$kendo-tile-layout-hint-bgColorrgba(255, 255, 255, .2)rgba(255, 255, 255, 0.2)
Description
The background color of the TileLayout hint.

Timeline

NameTypeDefault valueComputed value
$kendo-timeline-spacing-xStringk-spacing(10)var(--kendo-spacing-10, 2.5rem)
Description
The horizontal spacing of the Timeline.
$kendo-timeline-spacing-yStringk-spacing(10)var(--kendo-spacing-10, 2.5rem)
Description
The vertical spacing of the Timeline.
$kendo-timeline-items-paddingStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The padding between the Timeline's track items.
$kendo-timeline-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Timeline.
$kendo-timeline-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Timeline.
$kendo-timeline-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Timeline.
$kendo-timeline-mobile-spacing-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal spacing of the mobile Timeline.
$kendo-timeline-mobile-spacing-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The vertical spacing of the mobile Timeline.
$kendo-timeline-track-arrow-widthNumber30px30px
Description
The width of the Timeline track arrow.
$kendo-timeline-track-arrow-heightNumber30px30px
Description
The height of the Timeline track arrow.
$kendo-timeline-track-arrow-disabled-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( base-subtle ) 60%, transparent), k-true-mix($kendo-button-bg, $kendo-body-bg, 65%))color-mix(in srgb, var(--kendo-color-base-subtle, #ebebeb) 60%, transparent)
Description
The background color of the disabled Timeline track arrow.
$kendo-timeline-track-arrow-disabled-textStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-base ) 60%, transparent), k-true-mix($kendo-button-text, $kendo-body-bg, 65%))color-mix(in srgb, var(--kendo-color-on-base, #3d3d3d) 60%, transparent)
Description
The text color of the disabled Timeline track arrow.
$kendo-timeline-track-arrow-disabled-borderStringif($kendo-enable-color-system, k-color( border ), k-true-mix(#000000, $kendo-body-bg, 4.8%))var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the disabled Timeline track arrow.
$kendo-timeline-track-sizeNumber6px6px
Description
The size of the Timeline track.
$kendo-timeline-track-wrap-padding-bottomNumberk-math-div( $kendo-timeline-track-size, 2 )3px
Description
The bottom padding of the Timeline's track wrapper.
$kendo-timeline-track-border-widthNumber1px1px
Description
The border width of the Timeline track.
$kendo-timeline-track-margin-bottomStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The bottom margin of the Timeline track.
$kendo-timeline-track-bottom-calcCalculationcalc(#{k-math-div( $kendo-timeline-track-arrow-height, 2 )} + #{$kendo-timeline-track-wrap-padding-bottom})calc(15px + 3px)
Description
The bottom offset of the Timeline track.
$kendo-timeline-track-start-calcCalculationcalc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width})calc(30px - 2 * 1px)
Description
The left offset of the Timeline track.
$kendo-timeline-track-end-calcCalculationcalc(#{$kendo-timeline-track-arrow-width} - 2 * #{$kendo-timeline-track-border-width})calc(30px - 2 * 1px)
Description
The right offset of the Timeline track.
$kendo-timeline-track-bgString$kendo-button-bgvar(--kendo-color-base, #f5f5f5)
Description
The background color of the Timeline track.
$kendo-timeline-track-border-colorString$kendo-button-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Timeline track.
$kendo-timeline-track-item-focus-shadowStringk-elevation(2)var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The shadow of the Timeline's focused track items.
$kendo-timeline-track-event-offsetNumber36px36px
Description
The offset of the Timeline track event.
$kendo-timeline-flag-padding-xString$kendo-button-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Timeline flag.
$kendo-timeline-flag-padding-yString$kendo-button-padding-yvar(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the Timeline flag.
$kendo-timeline-flag-line-heightString$kendo-button-line-heightvar(--kendo-line-height, normal)
Description
The line height of the Timeline flag.
$kendo-timeline-flag-min-widthNumber80px80px
Description
The minimum width of the Timeline flag.
$kendo-timeline-flag-max-widthCalculationcalc(#{$kendo-timeline-flag-min-width} + 2 * #{$kendo-timeline-spacing-x})calc(80px + 2 * var(--kendo-spacing-10, 2.5rem))
Description
The maximum width of the Timeline flag.
$kendo-timeline-mobile-flag-max-widthCalculationcalc(#{$kendo-timeline-flag-min-width} + 2 * #{$kendo-timeline-mobile-spacing-x})calc(80px + 2 * var(--kendo-spacing-4, 1rem))
Description
The maximum width of the mobile Timeline flag.
$kendo-timeline-horizontal-flag-min-widthNumber60px60px
Description
The minimum width of the horizontal Timeline flag.
$kendo-timeline-flag-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The background color of the Timeline flag.
$kendo-timeline-flag-textStringif($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-timeline-flag-bg ))var(--kendo-color-on-primary, #ffffff)
Description
The text color of the Timeline flag.
$kendo-timeline-flag-callout-widthNumber10px10px
Description
The width of the Timeline's flag callout.
$kendo-timeline-flag-callout-heightNumber10px10px
Description
The height of the Timeline's flag callout.
$kendo-timeline-flag-offset-bottomNumber4px4px
Description
The bottom offset of the Timeline flag.
$kendo-timeline-flag-margin-bottom-calcCalculationcalc(#{$kendo-timeline-track-size} + 2 * #{$kendo-timeline-track-border-width} + #{$kendo-timeline-flag-offset-bottom} + #{$kendo-timeline-flag-callout-height})calc(6px + 2 * 1px + 4px + 10px)
Description
The bottom margin of the Timeline flag.
$kendo-timeline-date-widthNumber50px50px
Description
The width of the Timeline date.
$kendo-timeline-date-margin-bottomStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The bottom margin of the Timeline date.
$kendo-timeline-vertical-padding-calcCalculationcalc(#{$kendo-timeline-spacing-x} + (#{$kendo-timeline-flag-min-width} - #{$kendo-timeline-track-size}) / 2)calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2)
Description
The padding of the vertical Timeline.
$kendo-timeline-vertical-padding-with-dates-calcCalculationcalc(#{$kendo-timeline-vertical-padding-calc} + #{$kendo-timeline-date-width})calc(calc(var(--kendo-spacing-10, 2.5rem) + (80px - 6px) / 2) + 50px)
Description
The padding of the vertical Timeline date.
$kendo-timeline-mobile-vertical-padding-calcCalculationcalc(#{$kendo-timeline-mobile-spacing-x} + (#{$kendo-timeline-flag-min-width} - #{$kendo-timeline-track-size}) / 2)calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2)
Description
The padding of the vertical mobile Timeline.
$kendo-timeline-mobile-vertical-padding-with-dates-calcCalculationcalc(#{$kendo-timeline-mobile-vertical-padding-calc} + #{$kendo-timeline-date-width})calc(calc(var(--kendo-spacing-4, 1rem) + (80px - 6px) / 2) + 50px)
Description
The padding of the vertical mobile Timeline date.
$kendo-timeline-circle-widthNumber16px16px
Description
The width of the Timeline circle.
$kendo-timeline-circle-heightNumber16px16px
Description
The height of the Timeline circle.
$kendo-timeline-circle-bgString$kendo-color-primaryvar(--kendo-color-primary, #ff6358)
Description
The background color of the Timeline circle.
$kendo-timeline-collapse-arrow-padding-xString$kendo-padding-md-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Timeline collapse arrow.
$kendo-timeline-event-widthNumber400px400px
Description
The width of the Timeline event.
$kendo-timeline-event-heightNumber600px600px
Description
The height of the Timeline event.
$kendo-timeline-event-min-height-calcCalculationcalc(2 * (#{$kendo-timeline-track-event-offset} - #{$kendo-card-border-width}))calc(2 * (36px - 1px))
Description
The minimum height of the Timeline event.

Toolbar

NameTypeDefault valueComputed value
$kendo-toolbar-padding-xNullnullnull
Description
The horizontal padding of the Toolbar.
$kendo-toolbar-sm-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the small Toolbar.
$kendo-toolbar-md-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the medium Toolbar.
$kendo-toolbar-lg-padding-xStringk-spacing(2.5)var(--kendo-spacing-2\.5, 0.625rem)
Description
The horizontal padding of the large Toolbar.
$kendo-toolbar-padding-yNullnullnull
Description
The vertical padding of the Toolbar.
$kendo-toolbar-sm-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the small Toolbar.
$kendo-toolbar-md-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the medium Toolbar.
$kendo-toolbar-lg-padding-yStringk-spacing(2.5)var(--kendo-spacing-2\.5, 0.625rem)
Description
The vertical padding of the large Toolbar.
$kendo-toolbar-spacingNullnullnull
Description
The spacing between the Toolbar tools.
$kendo-toolbar-sm-spacingStringk-spacing(1.5)var(--kendo-spacing-1\.5, 0.375rem)
Description
The spacing between the tools of the small Toolbar.
$kendo-toolbar-md-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing between the tools of the medium Toolbar.
$kendo-toolbar-lg-spacingStringk-spacing(2.5)var(--kendo-spacing-2\.5, 0.625rem)
Description
The spacing between the tools of the large Toolbar.
$kendo-toolbar-border-widthNumber1px1px
Description
The width of the border around the Toolbar.
$kendo-toolbar-border-radiusNullnullnull
Description
The border radius of the Toolbar.
$kendo-toolbar-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Toolbar.
$kendo-toolbar-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Toolbar.
$kendo-toolbar-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Toolbar.
$kendo-toolbar-bgString$kendo-base-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the Toolbar.
$kendo-toolbar-textString$kendo-base-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Toolbar.
$kendo-toolbar-borderString$kendo-base-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The color of the border around the Toolbar.
$kendo-toolbar-gradientNullnullnull
Description
The gradient of the Toolbar.
$kendo-toolbar-shadowNullnullnull
Description
The box shadow of the Toolbar.
$kendo-toolbar-separator-borderStringinheritinherit
Description
The color of the separator border of the Toolbar.
$kendo-toolbar-input-widthNumber10em10em
Description
The width of the input in the Toolbar.
$kendo-toolbar-item-shadowList$kendo-button-focus-shadow0 0 0 2px color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 8%, transparent)
Description
The box shadow of the focused Toolbar item.
$kendo-toolbar-flat-border-widthNumber1px1px
Description
Border width of the flat Toolbar.
$kendo-toolbar-sizesMap( sm: ( padding-x: $kendo-toolbar-sm-padding-x, padding-y: $kendo-toolbar-sm-padding-y, spacing: $kendo-toolbar-sm-spacing ), md: ( padding-x: $kendo-toolbar-md-padding-x, padding-y: $kendo-toolbar-md-padding-y, spacing: $kendo-toolbar-md-spacing ), lg: ( padding-x: $kendo-toolbar-lg-padding-x, padding-y: $kendo-toolbar-lg-padding-y, spacing: $kendo-toolbar-lg-spacing ) )(sm: (padding-x: var(--kendo-spacing-1, 0.25rem), padding-y: var(--kendo-spacing-1, 0.25rem), spacing: var(--kendo-spacing-1\.5, 0.375rem)), md: (padding-x: var(--kendo-spacing-2, 0.5rem), padding-y: var(--kendo-spacing-2, 0.5rem), spacing: var(--kendo-spacing-2, 0.5rem)), lg: (padding-x: var(--kendo-spacing-2\.5, 0.625rem), padding-y: var(--kendo-spacing-2\.5, 0.625rem), spacing: var(--kendo-spacing-2\.5, 0.625rem)))
Description
The sizes map for the Toolbar.

Tooltip

NameTypeDefault valueComputed value
$kendo-tooltip-padding-yString$kendo-padding-md-yvar(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the Tooltip.
$kendo-tooltip-padding-xString$kendo-padding-md-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Tooltip.
$kendo-tooltip-border-widthNumber0px0px
Description
The width of the border around the Tooltip.
$kendo-tooltip-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the Tooltip.
$kendo-tooltip-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Tooltip.
$kendo-tooltip-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Tooltip.
$kendo-tooltip-line-heightNumber1.251.25
Description
The line height of the Tooltip.
$kendo-tooltip-title-font-sizeCalculationcalc( ( #{$kendo-tooltip-font-size} * 1.25 ) )calc(var(--kendo-font-size, inherit) * 1.25)
Description
The font size of the Tooltip title.
$kendo-tooltip-title-line-heightNumber11
Description
The line height of the Tooltip title.
$kendo-tooltip-callout-sizeNumber6px6px
Description
The size of the Tooltip callout.
$kendo-tooltip-bgStringif($kendo-enable-color-system, k-color( on-app-surface ), rgba( k-contrast-legacy( $kendo-body-bg ), .75 ))var(--kendo-color-on-app-surface, #3d3d3d)
Description
The default background of the Tooltip.
$kendo-tooltip-textStringif($kendo-enable-color-system, k-color( app-surface ), k-contrast-legacy( $kendo-tooltip-bg ))var(--kendo-color-app-surface, #ffffff)
Description
The default text color of the Tooltip.
$kendo-tooltip-borderString$kendo-tooltip-bgvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The default border color of the Tooltip.
$kendo-tooltip-shadowStringk-elevation(2)var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The box-shadow of the Tooltip.
$kendo-tooltip-theme-colorsMap$kendo-theme-colors("primary": var(--kendo-color-primary, #ff6358), "secondary": var(--kendo-color-secondary, #666666), "tertiary": var(--kendo-color-tertiary, #03a9f4), "info": var(--kendo-color-info, #0058e9), "success": var(--kendo-color-success, #37b400), "warning": var(--kendo-color-warning, #ffc000), "error": var(--kendo-color-error, #f31700), "dark": var(--kendo-color-dark, #3d3d3d), "light": var(--kendo-color-light, #ebebeb), "inverse": var(--kendo-color-dark, #3d3d3d))
Description
The theme colors map for the Tooltip.
$kendo-tooltip-themeMaptooltip-theme( $kendo-tooltip-theme-colors )("inverse": (color: var(--kendo-color-on-inverse, #ffffff), background-color: var(--kendo-color-dark, #3d3d3d), border: var(--kendo-color-dark, #3d3d3d)), "light": (color: var(--kendo-color-on-light, #000000), background-color: var(--kendo-color-light, #ebebeb), border: var(--kendo-color-light, #ebebeb)), "dark": (color: var(--kendo-color-on-dark, #ffffff), background-color: var(--kendo-color-dark, #3d3d3d), border: var(--kendo-color-dark, #3d3d3d)), "error": (color: var(--kendo-color-on-error, #ffffff), background-color: var(--kendo-color-error, #f31700), border: var(--kendo-color-error, #f31700)), "warning": (color: var(--kendo-color-on-warning, #3d3d3d), background-color: var(--kendo-color-warning, #ffc000), border: var(--kendo-color-warning, #ffc000)), "success": (color: var(--kendo-color-on-success, #ffffff), background-color: var(--kendo-color-success, #37b400), border: var(--kendo-color-success, #37b400)), "info": (color: var(--kendo-color-on-info, #ffffff), background-color: var(--kendo-color-info, #0058e9), border: var(--kendo-color-info, #0058e9)), "tertiary": (color: var(--kendo-color-on-tertiary, #ffffff), background-color: var(--kendo-color-tertiary, #03a9f4), border: var(--kendo-color-tertiary, #03a9f4)), "secondary": (color: var(--kendo-color-on-secondary, #ffffff), background-color: var(--kendo-color-secondary, #666666), border: var(--kendo-color-secondary, #666666)), "primary": (color: var(--kendo-color-on-primary, #ffffff), background-color: var(--kendo-color-primary, #ff6358), border: var(--kendo-color-primary, #ff6358)))
Description
The generated theme colors map for the Tooltip.

Treelist

NameTypeDefault valueComputed value
$kendo-treelist-footer-row-bgString$kendo-grid-hover-bgcolor-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 11%, transparent)
Description
The background color of the TreeList footer row.
$kendo-treelist-footer-row-border-widthNumber1px1px
Description
The border width of the TreeList footer row.

Treeview

NameTypeDefault valueComputed value
$kendo-treeview-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the TreeView.
$kendo-treeview-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the TreeView.
$kendo-treeview-sm-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the small TreeView.
$kendo-treeview-md-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the medium TreeView.
$kendo-treeview-lg-font-sizeStringvar( --kendo-font-size-lg, inherit )var(--kendo-font-size-lg, inherit)
Description
The font size of the large TreeView.
$kendo-treeview-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the TreeView.
$kendo-treeview-sm-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the small TreeView.
$kendo-treeview-md-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the medium TreeView.
$kendo-treeview-lg-line-heightStringvar( --kendo-line-height-lg, normal )var(--kendo-line-height-lg, normal)
Description
The line height of the large TreeView.
$kendo-treeview-indentNumber24px24px
Description
The indentation of child groups in the TreeView.
$kendo-treeview-item-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the TreeView items.
$kendo-treeview-sm-item-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the small TreeView items.
$kendo-treeview-md-item-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the medium TreeView items.
$kendo-treeview-lg-item-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the large TreeView items.
$kendo-treeview-item-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the TreeView items.
$kendo-treeview-sm-item-padding-yStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The vertical padding of the small TreeView items.
$kendo-treeview-md-item-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the medium TreeView items.
$kendo-treeview-lg-item-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the large TreeView items.
$kendo-treeview-item-border-widthNumber0px0px
Description
The border width of the TreeView items.
$kendo-treeview-item-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the TreeView items.
$kendo-treeview-sm-checkbox-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the checkbox in the small TreeView.
$kendo-treeview-md-checkbox-padding-xString$kendo-treeview-sm-checkbox-padding-xvar(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the checkbox in the medium TreeView.
$kendo-treeview-lg-checkbox-padding-xString$kendo-treeview-sm-checkbox-padding-xvar(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the checkbox in the large TreeView.
$kendo-treeview-sm-checkbox-padding-yStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The vertical padding of the checkbox in the small TreeView.
$kendo-treeview-md-checkbox-padding-yString$kendo-treeview-sm-checkbox-padding-yvar(--kendo-spacing-0\.5, 0.125rem)
Description
The vertical padding of the checkbox in the medium TreeView.
$kendo-treeview-lg-checkbox-padding-yNullnullnull
Description
The vertical padding of the checkbox in the large TreeView.
$kendo-treeview-sizesMap( sm: ( font-size: $kendo-treeview-sm-font-size, line-height: $kendo-treeview-sm-line-height, item-padding-x: $kendo-treeview-sm-item-padding-x, item-padding-y: $kendo-treeview-sm-item-padding-y, checkbox-padding-x: $kendo-treeview-sm-checkbox-padding-x, checkbox-padding-y: $kendo-treeview-sm-checkbox-padding-y ), md: ( font-size: $kendo-treeview-md-font-size, line-height: $kendo-treeview-md-line-height, item-padding-x: $kendo-treeview-md-item-padding-x, item-padding-y: $kendo-treeview-md-item-padding-y, checkbox-padding-x: $kendo-treeview-md-checkbox-padding-x, checkbox-padding-y: $kendo-treeview-md-checkbox-padding-y ), lg: ( font-size: $kendo-treeview-lg-font-size, line-height: $kendo-treeview-lg-line-height, item-padding-x: $kendo-treeview-lg-item-padding-x, item-padding-y: $kendo-treeview-lg-item-padding-y, checkbox-padding-x: $kendo-treeview-lg-checkbox-padding-x, checkbox-padding-y: $kendo-treeview-lg-checkbox-padding-y ) )(sm: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-y: var(--kendo-spacing-0\.5, 0.125rem), checkbox-padding-x: var(--kendo-spacing-1, 0.25rem), checkbox-padding-y: var(--kendo-spacing-0\.5, 0.125rem)), md: (font-size: var(--kendo-font-size, inherit), line-height: var(--kendo-line-height, normal), item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-y: var(--kendo-spacing-1, 0.25rem), checkbox-padding-x: var(--kendo-spacing-1, 0.25rem), checkbox-padding-y: var(--kendo-spacing-0\.5, 0.125rem)), lg: (font-size: var(--kendo-font-size-lg, inherit), line-height: var(--kendo-line-height-lg, normal), item-padding-x: var(--kendo-spacing-2, 0.5rem), item-padding-y: var(--kendo-spacing-2, 0.5rem), checkbox-padding-x: var(--kendo-spacing-1, 0.25rem), checkbox-padding-y: null))
Description
The sizes map of the TreeView.
$kendo-treeview-bgNullnullnull
Description
The background color of the TreeView.
$kendo-treeview-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the TreeView.
$kendo-treeview-borderNullnullnull
Description
The border color of the TreeView.
$kendo-treeview-item-hover-bgString$kendo-hover-bgvar(--kendo-color-base-hover, #ebebeb)
Description
The background color of hovered TreeView items.
$kendo-treeview-item-hover-textString$kendo-hover-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of hovered TreeView items.
$kendo-treeview-item-hover-borderNullnullnull
Description
The border color of hovered TreeView items.
$kendo-treeview-item-hover-gradientNullnullnull
Description
The background gradient of hovered TreeView items.
$kendo-treeview-item-selected-bgString$kendo-selected-bgvar(--kendo-color-primary, #ff6358)
Description
The background color of selected TreeView items.
$kendo-treeview-item-selected-textString$kendo-selected-textvar(--kendo-color-on-primary, #ffffff)
Description
The text color of selected TreeView items.
$kendo-treeview-item-selected-borderNullnullnull
Description
The border color of selected TreeView items.
$kendo-treeview-item-selected-gradientNullnullnull
Description
The background gradient of selected TreeView items.
$kendo-treeview-item-focus-shadowList$kendo-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.13)
Description
The box shadow of focused TreeView items.
$kendo-treeview-loadmore-bgColortransparenttransparent
Description
The background color of the Load More button in the TreeView
$kendo-treeview-loadmore-textString$kendo-link-textvar(--kendo-color-primary, #ff6358)
Description
The text color of the Load More button in the TreeView
$kendo-treeview-loadmore-borderNullnullnull
Description
The border color of the Load More button in the TreeView
$kendo-treeview-loadmore-hover-bgColortransparenttransparent
Description
The background color of the hovered Load More button in the TreeView
$kendo-treeview-loadmore-hover-textString$kendo-link-hover-textvar(--kendo-color-primary-hover, #ea5a51)
Description
The text color of the hovered Load More button in the TreeView.
$kendo-treeview-loadmore-hover-borderNullnullnull
Description
The border color of the hovered Load More button in the TreeView.
$kendo-treeview-loadmore-focus-bgColortransparenttransparent
Description
The background color of the focused Load More button in the TreeView.
$kendo-treeview-loadmore-focus-textString$kendo-link-hover-textvar(--kendo-color-primary-hover, #ea5a51)
Description
The text color of the focused Load More button in the TreeView.
$kendo-treeview-loadmore-focus-borderNullnullnull
Description
The border color of the focused Load More button in the TreeView.
$kendo-treeview-loadmore-focus-shadowList$kendo-treeview-item-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.13)
Description
The box shadow of the focused Load More button in the TreeView.

Upload

NameTypeDefault valueComputed value
$kendo-upload-border-widthNumber1px1px
Description
The width of the border around the Upload.
$kendo-upload-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Upload.
$kendo-upload-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Upload.
$kendo-upload-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Upload.
$kendo-upload-max-heightNumber300px300px
Description
The maximum height of the list with uploaded items.
$kendo-upload-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Upload.
$kendo-upload-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Upload.
$kendo-upload-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Upload.
$kendo-upload-dropzone-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Upload dropzone.
$kendo-upload-dropzone-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Upload dropzone.
$kendo-upload-dropzone-textString$kendo-component-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Upload dropzone.
$kendo-upload-dropzone-bgString$kendo-component-header-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the Upload dropzone.
$kendo-upload-dropzone-borderString$kendo-upload-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Upload dropzone.
$kendo-upload-dropzone-hover-bgString$kendo-hover-bgvar(--kendo-color-base-hover, #ebebeb)
Description
The background color of the hovered Upload dropzone.
$kendo-upload-status-textString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The text color of the Upload status message.
$kendo-upload-status-text-opacityNullnullnull
Description
The opacity of the Upload status message.
$kendo-upload-item-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of an uploaded item.
$kendo-upload-item-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of an uploaded item.
$kendo-upload-multiple-items-spacingStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The vertical spacing between uploaded batch items.
$kendo-upload-validation-font-sizeNumber11px11px
Description
The font size of the Upload validation message.
$kendo-upload-icon-spacingString$kendo-icon-spacingvar(--kendo-spacing-1, 0.25rem)
Description
The horizontal spacing of the Upload status icon.
$kendo-upload-icon-colorString$kendo-subtle-textvar(--kendo-color-subtle, #666666)
Description
The color of the uploaded items icon.
$kendo-upload-progress-thicknessNumber2px2px
Description
The thickness of the Upload progress bar.
$kendo-upload-progress-bgString$kendo-color-infovar(--kendo-color-info, #0058e9)
Description
The background color of the Upload progress bar.
$kendo-upload-success-textString$kendo-color-successvar(--kendo-color-success, #37b400)
Description
The success text color of the Upload.
$kendo-upload-success-bgString$kendo-color-successvar(--kendo-color-success, #37b400)
Description
The success background color of the Upload progress bar.
$kendo-upload-error-textString$kendo-color-errorvar(--kendo-color-error, #f31700)
Description
The error text color of the Upload.
$kendo-upload-error-bgString$kendo-color-errorvar(--kendo-color-error, #f31700)
Description
The error background color of the Upload progress bar.
$kendo-upload-focus-shadowList0 0 0 2px rgba(0, 0, 0, .13)0 0 0 2px rgba(0, 0, 0, 0.13)
Description
The shadow of the focused Upload button, actions and uploaded items.

Window

NameTypeDefault valueComputed value
$kendo-window-border-widthNumber0px0px
Description
The width of the border around the Window.
$kendo-window-border-radiusNumber0px0px
Description
The border radius of the Window.
$kendo-window-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Window.
$kendo-window-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Window.
$kendo-window-line-heightNumber1.251.25
Description
The line height of the Window.
$kendo-window-titlebar-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the Window titlebar.
$kendo-window-titlebar-padding-yStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the Window titlebar.
$kendo-window-titlebar-border-widthList0 0 1px0 0 1px
Description
The width of the border of the Window titlebar.
$kendo-window-titlebar-border-styleStringsolidsolid
Description
The style of the border of the Window titlebar.
$kendo-window-title-font-sizeStringvar( --kendo-font-size-lg, inherit )var(--kendo-font-size-lg, inherit)
Description
The font size of the title of the Window.
$kendo-window-title-line-heightNumber1.251.25
Description
The line height of the title of the Window.
$kendo-window-actions-gapNullnullnull
Description
The spacing between the buttons in the Window titlebar.
$kendo-window-action-opacityNullnullnull
Description
The opacity of the buttons in the Window titlebar.
$kendo-window-action-hover-opacityNullnullnull
Description
The opacity of the hovered buttons in the Window titlebar.
$kendo-window-inner-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the content of the Window.
$kendo-window-inner-padding-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The vertical padding of the content of the Window.
$kendo-window-buttongroup-padding-xString$kendo-actions-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Window action buttons.
$kendo-window-buttongroup-padding-yString$kendo-actions-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Window action buttons.
$kendo-window-buttongroup-border-widthNumber1px1px
Description
The width of the top border of the Window action buttons.
$kendo-window-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the Window.
$kendo-window-textString$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Window.
$kendo-window-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description
The border color of the Window.
$kendo-window-shadowStringk-elevation(8)var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The box shadow of the Window.
$kendo-window-focus-shadowStringk-elevation(9)var(--kendo-elevation-9, 0 32px 34px rgba(0, 0, 0, 0.32), 0 4px 16px rgba(0, 0, 0, 0.12))
Description
The box shadow of the focused Window.
$kendo-window-titlebar-bgString$kendo-component-header-bgvar(--kendo-color-surface, #fafafa)
Description
The background color of the Window titlebar.
$kendo-window-titlebar-textString$kendo-component-header-textvar(--kendo-color-on-app-surface, #3d3d3d)
Description
The text color of the Window titlebar.
$kendo-window-titlebar-borderStringinheritinherit
Description
The border color of the Window titlebar.
$kendo-window-titlebar-gradientNullnullnull
Description
The background gradient of the Window titlebar.
$kendo-window-sizesMap( sm: 300px, md: 800px, lg: 1200px )(sm: 300px, md: 800px, lg: 1200px)
Description
The map of the width for the different Window sizes.
$kendo-window-theme-colorsMap( "primary": k-map-get($kendo-theme-colors, "primary"), "light": k-map-get($kendo-theme-colors, "light"), "dark": k-map-get($kendo-theme-colors, "dark") )("primary": var(--kendo-color-primary, #ff6358), "light": var(--kendo-color-light, #ebebeb), "dark": var(--kendo-color-dark, #3d3d3d))
Description
The theme colors map for the Window.

Wizard

NameTypeDefault valueComputed value
$kendo-wizard-padding-xCalculationcalc( #{$kendo-padding-md-x} * 2.5 )calc(var(--kendo-spacing-2, 0.5rem) * 2.5)
Description
The horizontal padding of the Wizard.
$kendo-wizard-padding-yCalculation$kendo-wizard-padding-xcalc(var(--kendo-spacing-2, 0.5rem) * 2.5)
Description
The vertical padding of the Wizard.
$kendo-wizard-content-padding-xCalculationcalc( #{$kendo-padding-md-x} * 4 )calc(var(--kendo-spacing-2, 0.5rem) * 4)
Description
The horizontal padding of the Wizard content.
$kendo-wizard-content-padding-yCalculationcalc( #{$kendo-padding-md-y} * 8 )calc(var(--kendo-spacing-1, 0.25rem) * 8)
Description
The vertical padding of the Wizard content.
$kendo-wizard-buttons-margin-xStringk-spacing(2.5)var(--kendo-spacing-2\.5, 0.625rem)
Description
The horizontal margin of the Wizard's Button container.
$kendo-wizard-border-widthNumber0px0px
Description
The border width of the Wizard.
$kendo-wizard-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Wizard.
$kendo-wizard-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Wizard.
$kendo-wizard-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Wizard.
$kendo-wizard-step-focus-borderColor#656565#656565
Description
The outline of the focused Wizard step.