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 * .75 )
Description
xtra small icon size.
$kendo-icon-size-smCalculationcalc( #{$kendo-icon-size} * .875 )calc( 16px * .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-padding-xNumber8px8px
Description
Horizontal padding.
$kendo-padding-yNumber4px4px
Description
Vertical padding.
$kendo-padding-sm-xNumberk-map-get( $kendo-spacing, 1 )4px
Description
Small horizontal padding.
$kendo-padding-sm-yNumberk-map-get( $kendo-spacing, 0.5 )2px
Description
Small vertical padding.
$kendo-padding-md-xNumberk-map-get( $kendo-spacing, 2 )8px
Description
Medium horizontal padding.
$kendo-padding-md-yNumberk-map-get( $kendo-spacing, 1 )4px
Description
Medium vertical padding.
$kendo-padding-lg-xNumberk-map-get( $kendo-spacing, 3 )12px
Description
Large horizontal padding.
$kendo-padding-lg-yNumberk-map-get( $kendo-spacing, 1.5 )6px
Description
Large vertical padding.
$kendo-border-radiusNumberk-map-get( $kendo-spacing, 1 )4px
Description
Border radius for all components.
$kendo-border-radius-smNumber$kendo-border-radius - k-map-get( $kendo-spacing, 0.5 )2px
Description
Small border radius.
$kendo-border-radius-mdNumber$kendo-border-radius4px
Description
Medium border radius.
$kendo-border-radius-lgNumber$kendo-border-radius + k-map-get( $kendo-spacing, 0.5 )6px
Description
Large border radius.
$kendo-body-bgColor$kendo-color-white#ffffff
Description
Background color of the body.
$kendo-body-textColor#424242#424242
Description
Text color of the body.
$kendo-subtle-textColor#666666#666666
Description
Subtle text color.
$kendo-link-textColor$kendo-color-primary#ff6358
Description
Text color of the links.
$kendo-link-hover-textColor$kendo-color-primary-darker#d6534a
Description
Text color of the links on hover.
$kendo-base-bgColor#fafafa#fafafa
Description
The background of the components' chrome area.
$kendo-base-textColor$kendo-body-text#424242
Description
The text color of the components' chrome area.
$kendo-base-borderColorrgba( black, .08 )rgba(0, 0, 0, 0.08)
Description
The border color of the components' chrome area.
$kendo-base-gradientListrgba( black, 0 ), rgba( black, .02 )rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)
Description
The gradient background of the components' chrome area.
$kendo-hover-bgColork-try-shade( $kendo-base-bg, .5 )#f0f0f0
Description
The background of hovered items.
$kendo-hover-textColor$kendo-base-text#424242
Description
The text color of hovered items.
$kendo-hover-borderColor$kendo-base-borderrgba(0, 0, 0, 0.08)
Description
The border color of hovered items.
$kendo-hover-gradientList$kendo-base-gradientrgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)
Description
The gradient background of hovered items.
$kendo-selected-bgColor$kendo-color-primary#ff6358
Description
The background of selected items.
$kendo-selected-textColork-contrast-legacy( $kendo-selected-bg )white
Description
The text color of selected items.
$kendo-selected-borderColor$kendo-base-borderrgba(0, 0, 0, 0.08)
Description
The border color of selected items.
$kendo-selected-gradientList$kendo-base-gradientrgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)
Description
The gradient background of selected items.
$kendo-selected-hover-bgColork-try-shade( $kendo-selected-bg, .5 )#f55f54
Description
The background of selected and hovered items.
$kendo-selected-hover-textColor$kendo-selected-textwhite
Description
The text color of selected and hovered items.
$kendo-selected-hover-borderColor$kendo-base-borderrgba(0, 0, 0, 0.08)
Description
The border of selected and hovered items.
$kendo-selected-hover-gradientList$kendo-base-gradientrgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)
Description
The gradient of selected and hovered items.
$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-textColor#8f8f8f#8f8f8f
Description
Text color of disabled items.
$kendo-disabled-filterStringgrayscale(.1)grayscale(0.1)
Description
Filter used for disabled items.
$kendo-disabled-opacityNumber.60.6
Description
Opacity used for disabled items.

Avatar

NameTypeDefault valueComputed value
$kendo-avatar-border-widthNumber1px1px
Description
Border width of the avatar.
$kendo-avatar-font-familyString$kendo-font-familyinherit
Description
Font family of the avatar.
$kendo-avatar-font-sizeNumber$kendo-font-size-md14px
Description
Font size of the avatar.
$kendo-avatar-line-heightNumber$kendo-line-height-md1.4285714286
Description
Line height of the avatar.
$kendo-avatar-sizesMap( sm: k-map-get( $kendo-spacing, 4 ), md: k-map-get( $kendo-spacing, 8 ), lg: k-map-get( $kendo-spacing, 16 ) )(sm: 16px, md: 32px, lg: 64px)
Description
The sizes of the avatar.
$kendo-avatar-theme-colorsMap$kendo-theme-colors("primary": #ff6358, "secondary": #666666, "tertiary": #03a9f4, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #ebebeb, "inverse": #424242)
Description
Theme colors map of the avatar.

Badge

NameTypeDefault valueComputed value
$kendo-badge-border-widthNumber1px1px
Description
Width of the border around the badge.
$kendo-badge-border-radiusNumber$kendo-border-radius-md4px
Description
Border radius of the badge.
$kendo-badge-padding-xNumberk-map-get( $kendo-spacing, 1 )4px
Description
Horizontal padding of the badge.
$kendo-badge-padding-yNumberk-map-get( $kendo-spacing, 1 )4px
Description
Vertical padding of the badge.
$kendo-badge-font-sizeNumber$kendo-font-size-xs10px
Description
Font sizes of the badge.
$kendo-badge-line-heightNumber11
Description
Line heights used along with $kendo-font-size.
$kendo-badge-min-widthCalculationcalc( #{$kendo-badge-line-height * 1em} + #{$kendo-badge-padding-y * 2} + #{$kendo-badge-border-width * 2})calc( 1em + 8px + 2px)
Description
Badge min width used for circle 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: 2px, padding-y: 2px, font-size: 10px, line-height: 1, min-width: calc( 1em + 4px + 2px )), md: (padding-x: 4px, padding-y: 4px, font-size: 10px, line-height: 1, min-width: calc( 1em + 8px + 2px )), lg: (padding-x: 6px, padding-y: 6px, font-size: 10px, line-height: 1, min-width: calc( 1em + 12px + 2px )))
Description
Sizes map for the badge.

Button

NameTypeDefault valueComputed value
$kendo-button-border-widthNumber1px1px
Description
Width of the border around the button.
$kendo-button-border-radiusNullnullnull
Description
Border radius of the button.
$kendo-button-padding-xNumberk-map-get( $kendo-spacing, 2 )8px
Description
Horizontal padding of the button.
$kendo-button-sm-padding-xNumberk-map-get( $kendo-spacing, 2 )8px
Description
Horizontal padding of the small button.
$kendo-button-md-padding-xNumber$kendo-button-padding-x8px
Description
Horizontal padding of the medium button.
$kendo-button-lg-padding-xNumberk-map-get( $kendo-spacing, 2 )8px
Description
Horizontal padding of the large button.
$kendo-button-padding-yNumberk-map-get( $kendo-spacing, 1 )4px
Description
Vertical padding of the button.
$kendo-button-sm-padding-yNumberk-map-get( $kendo-spacing, 0.5 )2px
Description
Vertical padding of the small button.
$kendo-button-md-padding-yNumber$kendo-button-padding-y4px
Description
Vertical padding of the medium button.
$kendo-button-lg-padding-yNumberk-map-get( $kendo-spacing, 2 )8px
Description
Vertical padding of the large button.
$kendo-button-font-familyString$kendo-font-familyinherit
Description
Font family of the button.
$kendo-button-font-sizeNumber$kendo-font-size-md14px
Description
Font size of the button.
$kendo-button-sm-font-sizeNumber$kendo-font-size-md14px
Description
Font size of the small button.
$kendo-button-md-font-sizeNumber$kendo-button-font-size14px
Description
Font size of the medium button.
$kendo-button-lg-font-sizeNumber$kendo-font-size-lg16px
Description
Font size of the large button.
$kendo-button-line-heightNumber$kendo-line-height-md1.4285714286
Description
Line height used along with $kendo-font-size.
$kendo-button-sm-line-heightNumber$kendo-line-height-md1.4285714286
Description
Line height used along with $kendo-font-size of the small button.
$kendo-button-md-line-heightNumber$kendo-button-line-height1.4285714286
Description
Line height used along with $kendo-font-size of the medium button.
$kendo-button-lg-line-heightNumber$kendo-line-height-lg1.5
Description
Line height used along with $kendo-font-size of the large button.
$kendo-button-theme-colorsMapk-map-merge( $kendo-theme-colors, ( "base": #f5f5f5 ) )("primary": #ff6358, "secondary": #666666, "tertiary": #03a9f4, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #ebebeb, "inverse": #424242, "base": #f5f5f5)
Description
Theme colors map for the button.
$kendo-button-bgColor#f5f5f5#f5f5f5
Description
The base background of the button.
$kendo-button-textColor#424242#424242
Description
The base text color of the button.
$kendo-button-borderColorrgba( black, .08 )rgba(0, 0, 0, 0.08)
Description
The base border color of the button.
$kendo-button-gradientListrgba( black, 0 ), rgba( black, .02 )rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)
Description
The base background gradient of the button.
$kendo-button-shadowNullnullnull
Description
The base shadow of the button.
$kendo-button-hover-bgColork-try-shade( $kendo-button-bg, .5 )#ebebeb
Description
The base background of hovered button.
$kendo-button-hover-textNullnullnull
Description
The base text color of hovered button.
$kendo-button-hover-borderNullnullnull
Description
The base border color of hovered button.
$kendo-button-hover-gradientNullnullnull
Description
The base background gradient of hovered button.
$kendo-button-hover-shadowNullnullnull
Description
The base shadow of hovered button.
$kendo-button-active-bgColork-try-shade( $kendo-button-bg, 1.5 )#d8d8d8
Description
The base background color of active button.
$kendo-button-active-textNullnullnull
Description
The base text color of active button.
$kendo-button-active-borderNullnullnull
Description
The base border color of active button.
$kendo-button-active-gradientNullnullnull
Description
The base background gradient of active button.
$kendo-button-active-shadowNullnullnull
Description
The base shadow of active button.
$kendo-button-selected-bgColor$kendo-color-primary#ff6358
Description
The base background color of selected button.
$kendo-button-selected-textColork-contrast-legacy( $kendo-button-selected-bg )white
Description
The text color of selected buttons.
$kendo-button-selected-borderColor$kendo-button-selected-bg#ff6358
Description
The border color of selected buttons.
$kendo-button-selected-gradientNull$kendo-button-active-gradientnull
Description
The background gradient of selected buttons.
$kendo-button-selected-shadowNull$kendo-button-active-shadownull
Description
The base shadow of selected button.
$kendo-button-focus-bgNullnullnull
Description
The base background of focused button.
$kendo-button-focus-textNullnullnull
Description
The base text color of focused button.
$kendo-button-focus-borderNullnullnull
Description
The base border color of focused button.
$kendo-button-focus-gradientNullnullnull
Description
The base background gradient of focused button.
$kendo-button-focus-shadowList0 0 0 2px rgba( $kendo-button-border, .08 )0 0 0 2px rgba(0, 0, 0, 0.08)
Description
The base shadow of focused button.
$kendo-button-disabled-bgNullnullnull
Description
The base background of disabled button.
$kendo-button-disabled-textNullnullnull
Description
The base text color of disabled button.
$kendo-button-disabled-borderNullnullnull
Description
The base border color of disabled buttons.
$kendo-button-disabled-gradientNullnullnull
Description
The base background gradient of disabled button.
$kendo-button-disabled-shadowNullnullnull
Description
The base shadow of disabled button.
$kendo-flat-button-hover-opacityNumber.040.04
Description
The overlay opacity of hovered flat button. Used to create background for the flat button.
$kendo-flat-button-focus-opacityNullnullnull
Description
The overlay opacity of focused flat button. Used to create background for the flat button.
$kendo-flat-button-active-opacityNumber.160.16
Description
The overlay opacity of active flat button. Used to create background for the flat button.
$kendo-flat-button-selected-opacityNumber.20.2
Description
The overlay opacity of 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 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.

Charts

NameTypeDefault valueComputed value
$kendo-series-aColor#ff6358#ff6358
Description
The first base series color and its light and dark shades.
$kendo-series-bColor#ffe162#ffe162
Description
The second base series color and its light and dark shades.
$kendo-series-cColor#4cd180#4cd180
Description
The third base series color and its light and dark shades.
$kendo-series-dColor#4b5ffa#4b5ffa
Description
The fourth base series color and its light and dark shades.
$kendo-series-eColor#ac58ff#ac58ff
Description
The fifth base series color and its light and dark shades.
$kendo-series-fColor#ff5892#ff5892
Description
The sixth base series color and its light and dark shades.
$kendo-series-1Color$kendo-series-a#ff6358
Description
The series colors in order:
base, light, dark, lighter, darker
$kendo-chart-major-linesColorrgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )rgba(0, 0, 0, 0.08)
Description
The color of the Chart grid lines (major).
$kendo-chart-minor-linesColorrgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .04 )rgba(0, 0, 0, 0.04)
Description
The color of the Chart grid lines (minor).

Checkbox

NameTypeDefault valueComputed value
$kendo-checkbox-border-widthNumber1px1px
Description
Border width of checkbox.
$kendo-checkbox-sm-sizeNumberk-map-get( $kendo-spacing, 3 )12px
Description
Size of a small checkbox.
$kendo-checkbox-md-sizeNumberk-map-get( $kendo-spacing, 4 )16px
Description
Size of a medium checkbox.
$kendo-checkbox-lg-sizeNumberk-map-get( $kendo-spacing, 5 )20px
Description
Size of a large checkbox.
$kendo-checkbox-sm-glyph-sizeNumberk-map-get( $kendo-spacing, 2.5 )10px
Description
Glyph size of a small checkbox.
$kendo-checkbox-md-glyph-sizeNumberk-map-get( $kendo-spacing, 3.5 )14px
Description
Glyph size of a medium checkbox.
$kendo-checkbox-lg-glyph-sizeNumberk-map-get( $kendo-spacing, 4.5 )18px
Description
Glyph size of a large checkbox.
$kendo-checkbox-sm-ripple-sizeNumber300%300%
Description
Ripple size of a small checkbox.
$kendo-checkbox-md-ripple-sizeNumber300%300%
Description
Ripple size of a medium checkbox.
$kendo-checkbox-lg-ripple-sizeNumber300%300%
Description
Ripple size of a large checkbox.
$kendo-checkbox-bgColor$kendo-component-bg#ffffff
Description
Background color of checkbox.
$kendo-checkbox-textNullnullnull
Description
Color of checkbox.
$kendo-checkbox-borderColor$kendo-component-borderrgba(0, 0, 0, 0.08)
Description
Border color of checkbox.
$kendo-checkbox-hover-bgNullnullnull
Description
Background color of hovered checkbox.
$kendo-checkbox-hover-textNullnullnull
Description
Color of hovered checkbox.
$kendo-checkbox-hover-borderNullnullnull
Description
Border color of hovered checkbox.
$kendo-checkbox-checked-bgColor$kendo-color-primary#ff6358
Description
Background color of checked checkbox.
$kendo-checkbox-checked-textColork-contrast-legacy( $kendo-checkbox-checked-bg )white
Description
Color of checked checkbox.
$kendo-checkbox-checked-borderColor$kendo-checkbox-checked-bg#ff6358
Description
Border color of checked checkbox.
$kendo-checkbox-indeterminate-bgColor$kendo-checkbox-bg#ffffff
Description
Background color of indeterminate checkbox.
$kendo-checkbox-indeterminate-textColor$kendo-checkbox-checked-bg#ff6358
Description
Color of indeterminate checkbox.
$kendo-checkbox-indeterminate-borderColor$kendo-checkbox-borderrgba(0, 0, 0, 0.08)
Description
Border color of indeterminate checkbox.
$kendo-checkbox-focus-borderNullnullnull
Description
Border color of 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
Box shadow of focused checkbox.
$kendo-checkbox-focus-checked-borderNullnullnull
Description
Border color of focused and checked checkbox.
$kendo-checkbox-focus-checked-shadowList0 0 0 2px rgba( $kendo-color-primary, .3 )0 0 0 2px rgba(255, 99, 88, 0.3)
Description
Box shadow of focused and checked checkbox.
$kendo-checkbox-disabled-bgNullnullnull
Description
Background color of disabled checkbox.
$kendo-checkbox-disabled-textNullnullnull
Description
Color of disabled checkbox.
$kendo-checkbox-disabled-borderNullnullnull
Description
Border color of disabled checkbox.
$kendo-checkbox-disabled-checked-bgNullnullnull
Description
Background color of disabled and checked checkbox.
$kendo-checkbox-disabled-checked-textNullnullnull
Description
Color of disabled and checked checkbox.
$kendo-checkbox-disabled-checked-borderNullnullnull
Description
Border color of disabled and checked checkbox.
$kendo-checkbox-invalid-bgNullnullnull
Description
Background color of invalid checkbox.
$kendo-checkbox-invalid-textColor$kendo-invalid-text#f31700
Description
Color of invalid checkbox.
$kendo-checkbox-invalid-borderColor$kendo-invalid-border#f31700
Description
Border color of invalid checkbox.
$kendo-checkbox-indicator-typeStringimageimage
Description
Type of checkbox indicator.
$kendo-checkbox-glyph-font-familyList"WebComponentsIcons", monospace"WebComponentsIcons", monospace
Description
Glyph font family of checkbox indicator.
$kendo-checkbox-checked-glyphString"\e118""\e118"
Description
Glyph of checkbox indicator.
$kendo-checkbox-indeterminate-glyphString"\e121""\e121"
Description
Glyph of 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='white' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M3,8 l3,3 l7-7'/%3e%3c/svg%3e")
Description
Image of 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='%23ff6358' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/%3e%3c/svg%3e")
Description
Image image of checked checkbox indicator.
$kendo-checkbox-label-margin-xNumberk-map-get( $kendo-spacing, 1 )4px
Description
The horizontal margin of the checkbox inside a label.
$kendo-checkbox-list-spacingNumberk-map-get( $kendo-spacing, 4 )16px
Description
Spacing between items of horizontal checkbox list.
$kendo-checkbox-list-item-padding-xNumber0px0px
Description
Horizontal padding of checkbox list items.
$kendo-checkbox-list-item-padding-yNumber$kendo-list-md-item-padding-y4px
Description
Vertical padding of checkbox list items.
$kendo-checkbox-ripple-bgColor$kendo-checkbox-checked-bg#ff6358
Description
Background color of checkbox ripple.
$kendo-checkbox-ripple-opacityNumber.250.25
Description
Opacity of checkbox ripple.

Chip

NameTypeDefault valueComputed value
$kendo-chip-border-widthNumber1px1px
Description
Width of the border around the button.
$kendo-chip-spacingNumberk-map-get( $kendo-spacing, 1 )4px
Description
The spacing between the text and the icons of the chip.
$kendo-chip-padding-xNumberk-map-get( $kendo-spacing, 1 )4px
Description
Horizontal padding of the chip.
$kendo-chip-sm-padding-xNumberk-map-get( $kendo-spacing, 1 )4px
Description
Horizontal padding of the small chip.
$kendo-chip-md-padding-xNumber$kendo-chip-padding-x4px
Description
Horizontal padding of the medium chip.
$kendo-chip-lg-padding-xNumberk-map-get( $kendo-spacing, 1 )4px
Description
Horizontal padding of the large chip.
$kendo-chip-padding-yNumberk-map-get( $kendo-spacing, 1 )4px
Description
Vertical padding of the chip.
$kendo-chip-sm-padding-yNumberk-map-get( $kendo-spacing, 0.5 )2px
Description
Vertical padding of the small chip.
$kendo-chip-md-padding-yNumber$kendo-chip-padding-y4px
Description
Vertical padding of the medium chip.
$kendo-chip-lg-padding-yNumberk-map-get( $kendo-spacing, 1.5 )6px
Description
Vertical padding of the large chip.
$kendo-chip-font-sizeNumber$kendo-font-size-md14px
Description
Font sizes of the chip.
$kendo-chip-sm-font-sizeNumber$kendo-font-size-md14px
Description
Font sizes of the small chip.
$kendo-chip-md-font-sizeNumber$kendo-chip-font-size14px
Description
Font sizes of the medium chip.
$kendo-chip-lg-font-sizeNumber$kendo-font-size-md14px
Description
Font sizes of the large chip.
$kendo-chip-line-heightNumber11
Description
Line heights of the chip that are connected to the $kendo-font-size.
$kendo-chip-sm-line-heightNumber$kendo-chip-line-height1
Description
Line heights of the small chip that are connected to the $kendo-font-size.
$kendo-chip-md-line-heightNumber$kendo-chip-line-height1
Description
Line heights of the medium chip that are connected to the $kendo-font-size.
$kendo-chip-lg-line-heightNumber$kendo-chip-line-height1
Description
Line heights of the large chip that are connected to the $kendo-font-size.
$kendo-chip-calc-sizeCalculationcalc( #{$kendo-chip-line-height * 1em} + #{$kendo-chip-padding-y * 2} + #{$kendo-chip-border-width * 2} )calc( 1em + 8px + 2px )
Description
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: 4px, padding-y: 2px, font-size: 14px, line-height: 1), md: (padding-x: 4px, padding-y: 4px, font-size: 14px, line-height: 1), lg: (padding-x: 4px, padding-y: 6px, font-size: 14px, line-height: 1))
Description
Sizes map for the chip.
$kendo-chip-base-bgColor$kendo-button-bg#f5f5f5
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": #f5f5f5, "error": #f31700, "info": #0058e9, "warning": #ffc000, "success": #37b400)
Description
Theme colors map for the chip.
$kendo-chip-solid-bgColor$kendo-chip-base-bg#f5f5f5
Description
The base background color of solid chip.
$kendo-chip-solid-textColor$kendo-button-text#424242
Description
The base text color of solid chip.
$kendo-chip-solid-borderColor$kendo-button-borderrgba(0, 0, 0, 0.08)
Description
The base border color of solid chip.
$kendo-chip-solid-shadowList0 0 0 2px if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) )0 0 0 2px rgba(0, 0, 0, 0.08)
Description
The base shadow of solid chip.
$kendo-chip-solid-gradientList$kendo-button-gradientrgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)
Description
The base gradient of solid chip.
$kendo-chip-solid-focus-bgNullnullnull
Description
The base background color of focused solid chip.
$kendo-chip-solid-focus-textNullnullnull
Description
The base text color of focused solid chip.
$kendo-chip-solid-hover-bgColor$kendo-button-hover-bg#ebebeb
Description
The base background color of hovered solid chip.
$kendo-chip-solid-hover-textNullnullnull
Description
The base text color of hovered solid chip.
$kendo-chip-solid-selected-bgColor$kendo-button-active-bg#d8d8d8
Description
The base background color of selected solid chip.
$kendo-chip-solid-selected-textNullnullnull
Description
The base text color of selected solid chip.
$kendo-chip-outline-bgColor$kendo-component-bg#ffffff
Description
The base background color of outline chip.
$kendo-chip-outline-textColor$kendo-chip-solid-text#424242
Description
The base text color of outline chip.
$kendo-chip-outline-borderColor$kendo-chip-outline-text#424242
Description
The base border color of outline chip.
$kendo-chip-outline-shadowList0 0 0 2px if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .08 ) )0 0 0 2px rgba(0, 0, 0, 0.08)
Description
The base shadow of outline chip.
$kendo-chip-outline-hover-bgColor$kendo-chip-outline-text#424242
Description
The base background color of hovered outline chip.
$kendo-chip-outline-hover-textColork-contrast-legacy( $kendo-chip-outline-hover-bg )white
Description
The base text color of hovered outline chip.
$kendo-chip-outline-selected-bgColor$kendo-chip-outline-hover-bg#424242
Description
The base background color of selected outline chip.
$kendo-chip-outline-selected-textColor$kendo-chip-outline-hover-textwhite
Description
The base text color of selected outline chip.
$kendo-chip-list-sizesMap( sm: k-map-get( $kendo-spacing, 1 ), md: k-map-get( $kendo-spacing, 1 ), lg: k-map-get( $kendo-spacing, 1 ) )(sm: 4px, md: 4px, lg: 4px)
Description
The sizes of the chip list.

Color System

NameTypeDefault valueComputed value
$kendo-color-primaryColor#ff6358#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 )white
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#666666#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#03a9f4#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#0058e9#0058e9
Description
The color for informational messages and states.
$kendo-color-successColor#37b400#37b400
Description
The color for success messages and states.
$kendo-color-warningColor#ffc000#ffc000
Description
The color for warning messages and states.
$kendo-color-errorColor#f31700#f31700
Description
The color for error messages and states.
$kendo-color-darkColor#424242#424242
Description
The dark color of the theme.
$kendo-color-lightColor#ebebeb#ebebeb
Description
The light color of the theme.
$kendo-color-inverseColorif( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark )#424242
Description
Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark

Component

NameTypeDefault valueComputed value
$kendo-component-bgColor$kendo-body-bg#ffffff
Description
Background color of a component.
Note: do not use this variable directly. Instead derive it as `$component-name-bg` e.g. `$kendo-grid-bg: $kendo-component-bg !default;`.
$kendo-component-textColor$kendo-body-text#424242
Description
Text color of a component.
Note: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`.
$kendo-component-borderColorrgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ), .08 )rgba(0, 0, 0, 0.08)
Description
Border color of a component.
Note: do not use this variable directly. Instead derive it as `$component-name-border` e.g. `$kendo-grid-border: $kendo-component-border !default;`.
$kendo-component-header-bgColor$kendo-base-bg#fafafa
Description
Background color of the component header.
$kendo-component-header-textColor$kendo-base-text#424242
Description
Text color of the component header.
$kendo-component-header-borderColor$kendo-base-borderrgba(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-textColor$kendo-color-error#f31700
Description
Text color of the invalid items.
$kendo-invalid-borderColor$kendo-color-error#f31700
Description
Border color of the invalid items.
$kendo-invalid-shadowNullnullnull
Description
Shadow of the invalid items.

Dialog

NameTypeDefault valueComputed value
$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": #ff6358, "light": #ebebeb, "dark": #424242)
Description
Theme colors map for the dialog.

Floating-action-button

NameTypeDefault valueComputed value
$kendo-fab-border-widthNumber1px1px
Description
Width of the border around the FAB.
$kendo-fab-border-radiusNumber$kendo-border-radius-md4px
Description
Border radius of the FAB.
$kendo-fab-font-familyString$kendo-font-familyinherit
Description
Font family of the FAB.
$kendo-fab-font-sizeNumber$kendo-font-size-md14px
Description
Font size of the FAB.
$kendo-fab-line-heightNumber$kendo-line-height-md1.4285714286
Description
Line height of the FAB.
$kendo-fab-padding-xNumberk-map-get( $kendo-spacing, 4 )16px
Description
Horizontal padding of the FAB.
$kendo-fab-padding-yNumber$kendo-fab-padding-x16px
Description
Vertical padding of the FAB.
$kendo-fab-icon-widthNumber20px20px
Description
FAB icon width.
$kendo-fab-icon-heightNumber$kendo-fab-icon-width20px
Description
FAB icon height.
$kendo-fab-icon-spacingNumberk-map-get( $kendo-spacing, 0.5 )2px
Description
FAB icon spacing.
$kendo-fab-items-padding-xNumber0px0px
Description
FAB items horizontal padding.
$kendo-fab-items-padding-yNumberk-map-get( $kendo-spacing, 4 )16px
Description
FAB items vertical padding.
$kendo-fab-item-text-padding-xNumberk-map-get( $kendo-spacing, 1 )4px
Description
FAB item text horizontal padding.
$kendo-fab-item-text-padding-yNumber$kendo-fab-item-text-padding-x4px
Description
FAB item text vertical padding.
$kendo-fab-item-text-border-widthNumber1px1px
Description
Width of the FAB item text border.
$kendo-fab-item-text-border-radiusNumber2px2px
Description
Border radius of the FAB item text.
$kendo-fab-item-text-font-sizeNumber$kendo-font-size-xs10px
Description
Font size of the FAB item text.
$kendo-fab-item-text-line-heightNumber1.21.2
Description
Line height of the FAB item text.
$kendo-fab-item-icon-padding-xNumberk-map-get( $kendo-spacing, 2 )8px
Description
FAB item icon horizontal padding.
$kendo-fab-item-icon-padding-yNumber$kendo-fab-item-icon-padding-x8px
Description
FAB item icon vertical padding.
$kendo-fab-item-icon-border-widthNumber00
Description
Width of the FAB item icon border.
$kendo-fab-item-icon-border-radiusNumber50%50%
Description
Border radius of the FAB item icon.
$kendo-fab-item-icon-widthNumber20px20px
Description
Width of the FAB item icon.
$kendo-fab-item-icon-heightNumber$kendo-fab-item-icon-width20px
Description
Height of the FAB item icon.
$kendo-fab-theme-colorsMap$kendo-theme-colors("primary": #ff6358, "secondary": #666666, "tertiary": #03a9f4, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #ebebeb, "inverse": #424242)
Description
Theme colors map for the FAB.
$kendo-fab-shadowList0 6px 10px rgba(0, 0, 0, .14), 0 1px 18px rgba(0, 0, 0, .12), 0 3px 5px rgba(0, 0, 0, .2)0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2)
Description
The base shadow of the FAB.
$kendo-fab-disabled-shadowList0 6px 10px k-try-tint( rgba(0, 0, 0, .14), .5 ), 0 1px 18px k-try-tint( rgba(0, 0, 0, .12), .5 ), 0 3px 5px k-try-tint( rgba(0, 0, 0, .2), .5 )0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232)
Description
The disabled shadow of the FAB.
$kendo-fab-active-shadowNullnullnull
Description
The active shadow of the FAB.
$kendo-fab-item-textColor$kendo-component-text#424242
Description
The base text color of the FAB item.
$kendo-fab-item-bgColor$kendo-component-bg#ffffff
Description
The base background color of the FAB item.
$kendo-fab-item-borderColor$kendo-component-borderrgba(0, 0, 0, 0.08)
Description
The base border color of the FAB item.
$kendo-fab-item-icon-textColor$kendo-button-text#424242
Description
The base text color of the FAB item icon.
$kendo-fab-item-icon-bgColor$kendo-button-bg#f5f5f5
Description
The base background color of the FAB item icon.
$kendo-fab-item-icon-borderColor$kendo-button-borderrgba(0, 0, 0, 0.08)
Description
The base border color of the FAB item icon.
$kendo-fab-item-shadowList$kendo-fab-shadow0 6px 10px rgba(0, 0, 0, 0.14), 0 1px 18px rgba(0, 0, 0, 0.12), 0 3px 5px rgba(0, 0, 0, 0.2)
Description
The base shadow of the FAB item.
$kendo-fab-item-disabled-shadowList$kendo-fab-disabled-shadow0 6px 10px rgba(91, 91, 91, 0.1744), 0 1px 18px rgba(101, 101, 101, 0.1552), 0 3px 5px rgba(70, 70, 70, 0.232)
Description
The disabled shadow of the FAB item.
$kendo-fab-item-active-shadowNull$kendo-fab-active-shadownull
Description
The active shadow of the FAB item.

Grid

NameTypeDefault valueComputed value
$kendo-grid-padding-xNumber$kendo-table-md-cell-padding-x12px
Description
Horizontal padding of the grid.
$kendo-grid-padding-yNumber$kendo-table-md-cell-padding-y8px
Description
Vertical padding of the grid.
$kendo-grid-header-padding-xNumber$kendo-grid-padding-x12px
Description
Horizontal padding of the grid header.
$kendo-grid-header-padding-yNumber$kendo-grid-padding-y8px
Description
Vertical padding of the grid header.
$kendo-grid-grouping-header-padding-xNumber$kendo-grid-padding-y8px
Description
Horizontal padding of the grid grouping header.
$kendo-grid-grouping-header-padding-yNumber$kendo-grid-grouping-header-padding-x8px
Description
Vertical padding of the grid grouping header.
$kendo-grid-cell-padding-xNumber$kendo-grid-padding-x12px
Description
Horizontal padding of the grid cell.
$kendo-grid-cell-padding-yNumber$kendo-grid-padding-y8px
Description
Vertical padding of the grid cell.
$kendo-grid-filter-cell-padding-xNumber$kendo-grid-padding-y8px
Description
Horizontal padding of the grid filter cell.
$kendo-grid-filter-cell-padding-yNumber$kendo-grid-filter-cell-padding-x8px
Description
Vertical padding of the grid filter cell.
$kendo-grid-edit-cell-padding-xNumber$kendo-grid-cell-padding-x12px
Description
Horizontal padding of the grid edit cell.
$kendo-grid-edit-cell-padding-yNumber3px3px
Description
Vertical padding of the grid filter cell.
$kendo-grid-bgColor$kendo-table-bg#ffffff
Description
Background color of the grid component
$kendo-grid-textColor$kendo-table-text#424242
Description
Text color of the grid component
$kendo-grid-borderColor$kendo-table-borderrgba(0, 0, 0, 0.08)
Description
Border color of the grid component
$kendo-grid-header-bgColor$kendo-table-header-bg#fafafa
Description
Background color of grid header
$kendo-grid-header-textColor$kendo-table-header-text#424242
Description
Text color of grid header
$kendo-grid-header-borderColor$kendo-table-header-borderrgba(0, 0, 0, 0.08)
Description
Border color of grid header
$kendo-grid-header-gradientNull$kendo-table-header-gradientnull
Description
Background gradient of grid header
$kendo-grid-footer-bgColor$kendo-grid-header-bg#fafafa
Description
Background color of grid footer
$kendo-grid-footer-textColor$kendo-grid-header-text#424242
Description
Text color of grid footer
$kendo-grid-footer-borderColor$kendo-grid-header-borderrgba(0, 0, 0, 0.08)
Description
Border color of grid footer
$kendo-grid-alt-bgColor$kendo-table-alt-row-bgrgba(0, 0, 0, 0.04)
Description
Background color of alternating rows in grid
$kendo-grid-alt-textNull$kendo-table-alt-row-textnull
Description
Text color of alternating rows in grid
$kendo-grid-alt-borderNull$kendo-table-alt-row-bordernull
Description
Border color of alternating rows in grid
$kendo-grid-hover-bgColor$kendo-table-hover-bg#ededed
Description
Background color of hovered rows in grid
$kendo-grid-hover-textNull$kendo-table-hover-textnull
Description
Text color of hovered rows in grid
$kendo-grid-hover-borderNull$kendo-table-hover-bordernull
Description
Border color of hovered rows in grid
$kendo-grid-selected-bgColor$kendo-table-selected-bgrgba(255, 99, 88, 0.25)
Description
Background color of selected rows in grid
$kendo-grid-selected-textNull$kendo-table-selected-textnull
Description
Text color of selected rows in grid
$kendo-grid-selected-borderNull$kendo-table-selected-bordernull
Description
Border color of selected rows in grid

Input

NameTypeDefault valueComputed value
$kendo-input-default-widthNumber100%100%
Description
Default width of input components.
$kendo-input-border-widthNumber1px1px
Description
Border width of input components.
$kendo-input-border-radiusNullnullnull
Description
Border radius of input components.
$kendo-input-padding-xNumberk-map-get( $kendo-spacing, 2 )8px
Description
Horizontal padding of input components.
$kendo-input-sm-padding-xNumberk-map-get( $kendo-spacing, 2 )8px
Description
Horizontal padding of small input components.
$kendo-input-md-padding-xNumber$kendo-input-padding-x8px
Description
Horizontal padding of medium input components.
$kendo-input-lg-padding-xNumberk-map-get( $kendo-spacing, 2 )8px
Description
Horizontal padding of large input components.
$kendo-input-padding-yNumberk-map-get( $kendo-spacing, 1 )4px
Description
Vertical padding of input components.
$kendo-input-sm-padding-yNumberk-map-get( $kendo-spacing, 0.5 )2px
Description
Vertical padding of small input components.
$kendo-input-md-padding-yNumber$kendo-input-padding-y4px
Description
Vertical padding of medium input components.
$kendo-input-lg-padding-yNumberk-map-get( $kendo-spacing, 2 )8px
Description
Vertical padding of large input components.
$kendo-input-font-familyString$kendo-font-familyinherit
Description
Font family of input components.
$kendo-input-font-sizeNumber$kendo-font-size-md14px
Description
Font size of input components.
$kendo-input-sm-font-sizeNumber$kendo-font-size-md14px
Description
Font size of small input components.
$kendo-input-md-font-sizeNumber$kendo-input-font-size14px
Description
Font size of medium input components.
$kendo-input-lg-font-sizeNumber$kendo-font-size-lg16px
Description
Font size of large input components.
$kendo-input-line-heightNumber$kendo-line-height-md1.4285714286
Description
Line height of input components.
$kendo-input-sm-line-heightNumber$kendo-line-height-md1.4285714286
Description
Line height of small input components.
$kendo-input-md-line-heightNumber$kendo-input-line-height1.4285714286
Description
Line height of medium input components.
$kendo-input-lg-line-heightNumber$kendo-line-height-lg1.5
Description
Line height of large input components.
$kendo-input-bgColor$kendo-component-bg#ffffff
Description
The background color of input components.
$kendo-input-textColor$kendo-component-text#424242
Description
The text color of input components.
$kendo-input-borderColor$kendo-component-borderrgba(0, 0, 0, 0.08)
Description
The border color of input components.
$kendo-input-shadowNullnullnull
Description
The shadow of input components.
$kendo-input-hover-bgNullnullnull
Description
The background color of hovered input components.
$kendo-input-hover-textNullnullnull
Description
The text color of hovered input components.
$kendo-input-hover-borderColorrgba( $kendo-input-border, .16 )rgba(0, 0, 0, 0.16)
Description
The border color of hovered input components.
$kendo-input-hover-shadowNullnullnull
Description
The shadow of hovered input components.
$kendo-input-focus-bgNullnullnull
Description
The background color of focused input components.
$kendo-input-focus-textNullnullnull
Description
The text color of focused input components.
$kendo-input-focus-borderColor$kendo-input-hover-borderrgba(0, 0, 0, 0.16)
Description
The border color of focused input components.
$kendo-input-focus-shadowList0 0 0 2px rgba( $kendo-input-focus-border, .08 )0 0 0 2px rgba(0, 0, 0, 0.08)
Description
The shadow of focused input components.
$kendo-input-selected-bgNullnullnull
Description
The background color of selected input components.
$kendo-input-selected-textNullnullnull
Description
The text color of selected input components.
$kendo-input-disabled-bgNullnullnull
Description
The background color of disabled input components.
$kendo-input-disabled-textNullnullnull
Description
The text color of disabled input components.
$kendo-input-disabled-borderNullnullnull
Description
The border color of disabled input components.
$kendo-input-disabled-gradientNullnullnull
Description
The gradient of disabled input components.
$kendo-input-disabled-shadowNullnullnull
Description
The shadow of disabled input components.
$kendo-input-outline-bgNullnullnull
Description
The background color of outline input components.
$kendo-input-outline-textColor$kendo-input-text#424242
Description
The text color of outline input components.
$kendo-input-outline-borderColorrgba( $kendo-button-text, .5)rgba(66, 66, 66, 0.5)
Description
The border color of outline input components.
$kendo-input-outline-hover-bgNullnullnull
Description
The background color of outline hovered input components.
$kendo-input-outline-hover-textNullnullnull
Description
The text color of outline hovered input components.
$kendo-input-outline-hover-borderColorrgba( $kendo-button-text, .8)rgba(66, 66, 66, 0.8)
Description
The border color of outline hovered input components.
$kendo-input-outline-focus-bgNullnullnull
Description
The background color of outline focused input components.
$kendo-input-outline-focus-textNullnullnull
Description
The text color of outline focused input components.
$kendo-input-outline-focus-borderNullnullnull
Description
The border color of outline focused input components.
$kendo-input-outline-focus-shadowList$kendo-input-focus-shadow0 0 0 2px rgba(0, 0, 0, 0.08)
Description
The shadow of outline focused input components.
$kendo-input-flat-bgNullnullnull
Description
The background color of flat input components.
$kendo-input-flat-textColor$kendo-input-text#424242
Description
The text color of flat input components.
$kendo-input-flat-borderColor$kendo-input-borderrgba(0, 0, 0, 0.08)
Description
The border color of flat input components.
$kendo-input-flat-hover-bgNullnullnull
Description
The background color of flat hovered input components.
$kendo-input-flat-hover-textNullnullnull
Description
The text color of flat hovered input components.
$kendo-input-flat-hover-borderColor$kendo-input-hover-borderrgba(0, 0, 0, 0.16)
Description
The border color of flat hovered input components.
$kendo-input-flat-focus-bgNullnullnull
Description
The background color of flat focused input components.
$kendo-input-flat-focus-textNullnullnull
Description
The text color of flat focused input components.
$kendo-input-flat-focus-borderNullnullnull
Description
The border color of flat focused input components.
$kendo-input-flat-focus-shadowList$kendo-input-focus-shadow0 0 0 2px rgba(0, 0, 0, 0.08)
Description
The shadow of flat focused input components.
$kendo-input-placeholder-textColor$kendo-subtle-text#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-yNumberk-map-get( $kendo-spacing, 0.5 )2px
Description
The vertical margin of the clear value icon.
$kendo-input-values-margin-xNumber$kendo-input-values-margin-y2px
Description
The horizontal margin of the clear value icon.
$kendo-input-button-widthCalculation$kendo-button-inner-calc-sizecalc( 1.4285714286em + 8px )
Description
Width of the input button.
$kendo-input-button-border-widthNumber1px1px
Description
Border width of the input button.
$kendo-input-spinner-widthCalculation$kendo-button-inner-calc-sizecalc( 1.4285714286em + 8px )
Description
Width of the input spinner button.
$kendo-input-spinner-icon-offsetNullnullnull
Description
Icon offset of the input spinner button.
$kendo-input-separator-colorColor$kendo-input-text#424242
Description
Color of the input separator.
$kendo-input-separator-opacityNumber.50.5
Description
Opacity of the input separator.
$kendo-input-invalid-borderColor$kendo-invalid-border#f31700
Description
Border color of the invalid input components.
$kendo-input-invalid-shadowNull$kendo-invalid-shadownull
Description
Shadow of the invalid input components.

List

NameTypeDefault valueComputed value
$kendo-list-font-sizeNullnullnull
Description
Font size of the list component, if no size is set.
$kendo-list-line-heightNullnullnull
Description
Line height of the list component, if no size is set.
$kendo-list-header-padding-xNullnullnull
Description
Horizontal padding of list header, if no size is set.
$kendo-list-header-padding-yNullnullnull
Description
Vertical padding of list header, if no size is set.
$kendo-list-header-border-widthList0 0 1px0 0 1px
Description
Border width of list header.
$kendo-list-header-font-sizeNullnullnull
Description
Font size of list header, if no size is set.
$kendo-list-header-line-heightNullnullnull
Description
Line height of list header, if no size is set.
$kendo-list-header-font-weightNullnullnull
Description
Font weight of list header.
$kendo-list-item-padding-xNullnullnull
Description
Horizontal padding of list items, when no size is set.
$kendo-list-item-padding-yNullnullnull
Description
Vertical padding of list items, when no size is set.
$kendo-list-item-font-sizeNullnullnull
Description
Font size of list items, if no size is set.
$kendo-list-item-line-heightNullnullnull
Description
Line height of list items, if no size is set.
$kendo-list-group-item-padding-xNullnullnull
Description
Horizontal padding of list group items, when no size is set.
$kendo-list-group-item-padding-yNullnullnull
Description
Vertical padding of list group items, when no size is set.
$kendo-list-group-item-border-widthList1px 0 01px 0 0
Description
Border width of list group items.
$kendo-list-group-item-font-sizeNullnullnull
Description
Font size of list group items, if no size is set.
$kendo-list-group-item-line-heightNullnullnull
Description
Line height of list group items, if no size is set.
$kendo-list-group-item-font-weightNullnullnull
Description
Font weight of list group item.
$kendo-list-bgColor$kendo-component-bg#ffffff
Description
Background color of the list component.
$kendo-list-textColor$kendo-component-text#424242
Description
Text color of the list component.
$kendo-list-borderColor$kendo-component-borderrgba(0, 0, 0, 0.08)
Description
Border color of the list component.
$kendo-list-header-bgNullnullnull
Description
Background color of list header.
$kendo-list-header-textNullnullnull
Description
Text color of list header.
$kendo-list-header-borderStringinheritinherit
Description
Border color of list header.
$kendo-list-header-shadowList0 5px 10px 0 rgba(0, 0, 0, .06)0 5px 10px 0 rgba(0, 0, 0, 0.06)
Description
Box shadow of list header.
$kendo-list-item-bgNullnullnull
Description
Background color of list items.
$kendo-list-item-textNullnullnull
Description
Text color of list items.
$kendo-list-item-hover-bgColor$kendo-hover-bg#f0f0f0
Description
Background color of hovered list items.
$kendo-list-item-hover-textColor$kendo-hover-text#424242
Description
Text color of hovered list items.
$kendo-list-item-focus-bgNullnullnull
Description
Background color of focused list items.
$kendo-list-item-focus-textNullnullnull
Description
Text color of 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
Box shadow of focused list items.
$kendo-list-item-selected-bgColor$kendo-selected-bg#ff6358
Description
Background color of selected list items.
$kendo-list-item-selected-textColor$kendo-selected-textwhite
Description
Text color of selected list items.
$kendo-list-group-item-bgNullnullnull
Description
Background color of list group items.
$kendo-list-group-item-textNullnullnull
Description
Text color of list group items.
$kendo-list-group-item-borderStringinheritinherit
Description
The border color of list group items.
$kendo-list-group-item-shadowNullnullnull
Description
The base shadow of list group items.
$kendo-list-no-data-textColor$kendo-subtle-text#666666
Description
Text color of the 'No Data' text.

Listbox

NameTypeDefault valueComputed value
$kendo-listbox-spacingNumberk-map-get( $kendo-spacing, 2 )8px
Description
Margin between the listbox elements.
$kendo-listbox-button-spacingNumberk-map-get( $kendo-spacing, 2 )8px
Description
Margin between the listbox buttons.
$kendo-listbox-widthNumber10em10em
Description
Width of the listbox.
$kendo-listbox-default-heightNumber200px200px
Description
Height of the listbox.
$kendo-listbox-border-widthNumber1px1px
Description
Width of the border around the listbox.
$kendo-listbox-font-familyString$kendo-font-familyinherit
Description
Font family of the listbox.
$kendo-listbox-font-sizeNumber$kendo-font-size-md14px
Description
Font size of the listbox.
$kendo-listbox-line-heightNumber$kendo-line-height-md1.4285714286
Description
Line height of the listbox.
$kendo-listbox-bgColor$kendo-component-bg#ffffff
Description
Background color of the listbox.
$kendo-listbox-textColor$kendo-component-text#424242
Description
Text color of the listbox.
$kendo-listbox-borderColor$kendo-component-borderrgba(0, 0, 0, 0.08)
Description
Border color of the listbox.
$kendo-listbox-item-padding-xNullnullnull
Description
Inline item padding of the listbox.
$kendo-listbox-item-padding-yNullnullnull
Description
Block item padding of the listbox.
$kendo-listbox-drop-hint-border-widthNullnullnull
Description
Width of the border around the drop hint.
$kendo-listbox-drop-hint-widthNumber1px1px
Description
Width of the drop hint.

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-sizeNumber$kendo-font-size-md14px
Description
Font sizes of the menu popup.
$kendo-menu-popup-line-heightNumber$kendo-line-height-md1.4285714286
Description
Line heights used along with $kendo-font-size.
$kendo-menu-popup-bgColor$kendo-popup-bg#ffffff
Description
The background of the menu popup.
$kendo-menu-popup-textColor$kendo-popup-text#424242
Description
The text color of the menu popup.
$kendo-menu-popup-borderColor$kendo-popup-borderrgba(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-xNumberk-map-get( $kendo-spacing, 2 )8px
Description
Horizontal padding of the menu item in popup.
$kendo-menu-popup-item-padding-yNumberk-map-get( $kendo-spacing, 1 )4px
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( 16px + 16px )
Description
The end padding of the menu item in popup.
$kendo-menu-popup-sm-item-icon-margin-startNumber$kendo-menu-popup-sm-item-padding-x8px
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( 16px + 16px ) - 4px))
Description
The end margin of the menu item expand icon.
$kendo-menu-popup-item-spacingNumber0px0px
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-bgColor$kendo-list-item-hover-bg#f0f0f0
Description
The background of hovered menu item in popup.
$kendo-menu-popup-item-hover-textColor$kendo-list-item-hover-text#424242
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-bgColor$kendo-list-item-selected-bg#ff6358
Description
The background of expanded menu item in popup.
$kendo-menu-popup-item-expanded-textColor$kendo-list-item-selected-textwhite
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-xNumber$kendo-button-padding-y4px
Description
Horizontal padding of the arrow button.

Notification

NameTypeDefault valueComputed value
$kendo-notification-padding-xNumber8px8px
Description
Vertical padding of the notification container.
$kendo-notification-padding-yNumber4px4px
Description
Horizontal padding of the notification.
$kendo-notification-border-widthNumber1px1px
Description
Width of the border around the notification.
$kendo-notification-border-radiusNumber$kendo-border-radius-md4px
Description
Border radius of the notification.
$kendo-notification-shadowList$kendo-popup-shadow0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
Description
Box shadow of the notification.
$kendo-notification-font-familyString$kendo-font-familyinherit
Description
Font family of the notification.
$kendo-notification-font-sizeNumber$kendo-font-size-sm12px
Description
Font size of the notification.
$kendo-notification-line-heightNumber$kendo-line-height-md1.4285714286
Description
Line height of the notification.
$kendo-notification-icon-spacingNumber$kendo-icon-spacing4px
Description
Horizontal spacing of the notification icon.
$kendo-notification-bgColor$kendo-component-bg#ffffff
Description
Background color of the notification.
$kendo-notification-textColor$kendo-component-text#424242
Description
Text color of the notification.
$kendo-notification-borderColor$kendo-component-borderrgba(0, 0, 0, 0.08)
Description
Border color of the notification.
$kendo-notification-theme-colorsMap$kendo-theme-colors("primary": #ff6358, "secondary": #666666, "tertiary": #03a9f4, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #ebebeb, "inverse": #424242)
Description
Theme colors of the notification.

Pager

NameTypeDefault valueComputed value
$kendo-pager-padding-xNumberk-map-get( $kendo-spacing, 2 )8px
Description
Horizontal padding of the pager according to the pager size.
$kendo-pager-padding-yNumber$kendo-pager-padding-x8px
Description
Vertical padding of the pager according to the pager size.
$kendo-pager-sm-item-min-widthCalculation$kendo-button-sm-calc-sizecalc( 1.4285714286em + 4px + 2px )
Description
Minimum width of the pager items according to the pager size.
$kendo-pager-sm-item-group-spacingNumberk-map-get( $kendo-spacing, 3 )12px
Description
Margin between pager item groups according to the pager size.
$kendo-pager-border-widthNumber1px1px
Description
Border width of the pager.
$kendo-pager-font-familyString$kendo-font-familyinherit
Description
Font family of the pager.
$kendo-pager-font-sizeNumber$kendo-font-size-md14px
Description
Font size of the pager.
$kendo-pager-line-heightNumber$kendo-line-height-md1.4285714286
Description
Line height of the pager.
$kendo-pager-bgColor$kendo-component-header-bg#fafafa
Description
Background color of the pager.
$kendo-pager-textColor$kendo-component-header-text#424242
Description
Text color of the pager.
$kendo-pager-borderColor$kendo-component-borderrgba(0, 0, 0, 0.08)
Description
Border color of the pager.
$kendo-pager-focus-bgNullnullnull
Description
Background color of the focused pager.
$kendo-pager-focus-shadowList$kendo-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.13)
Description
Box shadow of the focused pager.
$kendo-pager-section-spacingNumberk-map-get( $kendo-spacing, 4 )16px
Description
Spacing between the pager sections.
$kendo-pager-item-border-widthNumber0px0px
Description
Border width of the pager items.
$kendo-pager-item-border-radiusNullnullnull
Description
Border radius of the pager items.
$kendo-pager-item-spacingNullnullnull
Description
Spacing around the pager items.
$kendo-pager-item-bgNullnullnull
Description
Background color of the pager items.
$kendo-pager-item-textNullnullnull
Description
Text color of the pager items.
$kendo-pager-item-borderNullnullnull
Description
Border color of the pager items.
$kendo-pager-item-hover-bgColor$kendo-list-item-hover-bg#f0f0f0
Description
Background color of the hovered pager items.
$kendo-pager-item-hover-textColor$kendo-list-item-hover-text#424242
Description
Text color of the hovered pager items.
$kendo-pager-item-hover-borderNullnullnull
Description
Border color of the hovered pager items.
$kendo-pager-item-selected-bgColor$kendo-list-item-selected-bg#ff6358
Description
Background color of the selected pager items.
$kendo-pager-item-selected-textColor$kendo-list-item-selected-textwhite
Description
Text color of the selected pager items.
$kendo-pager-item-selected-borderNullnullnull
Description
Border color of the selected pager items.
$kendo-pager-item-focus-opacityNullnullnull
Description
Opacity of the focused pager items.
$kendo-pager-item-focus-bgColortransparenttransparent
Description
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
Box shadow of the focused pager items.
$kendo-pager-number-border-radiusNullnullnull
Description
Border radius of the pager numbers.
$kendo-pager-input-widthNumber5em5em
Description
Width of the pager inputs.
$kendo-pager-sm-dropdown-widthNumber5em5em
Description
Width of the pager dropdowns according to the pager size.
$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: 4px, padding-y: 4px, item-group-spacing: 12px, item-min-width: calc( 1.4285714286em + 4px + 2px ), pager-dropdown-width: 5em), md: (padding-x: 8px, padding-y: 8px, item-group-spacing: 14px, item-min-width: calc( 1.4285714286em + 8px + 2px ), pager-dropdown-width: 5em), lg: (padding-x: 10px, padding-y: 10px, item-group-spacing: 16px, item-min-width: calc( 1.5em + 16px + 2px ), pager-dropdown-width: 5em))
Description
Sizes map of the pager.

Picker

NameTypeDefault valueComputed value
$kendo-picker-bgColor$kendo-button-bg#f5f5f5
Description
The background color of picker components.
$kendo-picker-textColor$kendo-button-text#424242
Description
The text color of picker components.
$kendo-picker-borderColor$kendo-button-borderrgba(0, 0, 0, 0.08)
Description
The border color of picker components.
$kendo-picker-gradientList$kendo-button-gradientrgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)
Description
The gradient of picker components.
$kendo-picker-shadowNull$kendo-button-shadownull
Description
The shadow of picker components.
$kendo-picker-hover-bgColor$kendo-button-hover-bg#ebebeb
Description
The background color of hovered picker components.
$kendo-picker-hover-textNull$kendo-button-hover-textnull
Description
The text color of hovered picker components.
$kendo-picker-hover-borderNull$kendo-button-hover-bordernull
Description
The border color of hovered picker components.
$kendo-picker-hover-gradientNull$kendo-button-hover-gradientnull
Description
The gradient of hovered picker components.
$kendo-picker-hover-shadowNull$kendo-button-hover-shadownull
Description
The shadow of hovered picker components.
$kendo-picker-focus-bgNull$kendo-button-focus-bgnull
Description
The background color of focused picker components.
$kendo-picker-focus-textNull$kendo-button-focus-textnull
Description
The text color of focused picker components.
$kendo-picker-focus-borderNull$kendo-button-focus-bordernull
Description
The border color of focused picker components.
$kendo-picker-focus-gradientNull$kendo-button-focus-gradientnull
Description
The gradient of focused picker components.
$kendo-picker-focus-shadowList$kendo-button-focus-shadow0 0 0 2px rgba(0, 0, 0, 0.08)
Description
The shadow of focused picker components.
$kendo-picker-disabled-bgNullnullnull
Description
The background color of disabled picker components.
$kendo-picker-disabled-textNullnullnull
Description
The text color of disabled picker components.
$kendo-picker-disabled-borderNullnullnull
Description
The border color of disabled picker components.
$kendo-picker-disabled-gradientNullnullnull
Description
The gradient of disabled picker components.
$kendo-picker-disabled-shadowNullnullnull
Description
The shadow of disabled picker components.
$kendo-picker-outline-bgNullnullnull
Description
The background color of outline picker components.
$kendo-picker-outline-textColor$kendo-button-text#424242
Description
The text color of outline picker components.
$kendo-picker-outline-borderColorrgba( $kendo-picker-outline-text, .5)rgba(66, 66, 66, 0.5)
Description
The border color of outline picker components.
$kendo-picker-outline-hover-bgColor$kendo-picker-outline-text#424242
Description
The background color of outline hovered picker components.
$kendo-picker-outline-hover-textColork-contrast-legacy( $kendo-picker-outline-hover-bg )white
Description
The text color of outline hovered picker components.
$kendo-picker-outline-hover-borderColor$kendo-picker-outline-hover-bg#424242
Description
The border color of outline hovered picker components.
$kendo-picker-outline-focus-bgNullnullnull
Description
The background color of outline focused picker components.
$kendo-picker-outline-focus-textNullnullnull
Description
The text color of outline focused picker components.
$kendo-picker-outline-focus-borderNullnullnull
Description
The border color of outline focused picker components.
$kendo-picker-outline-focus-shadowList$kendo-picker-focus-shadow0 0 0 2px rgba(0, 0, 0, 0.08)
Description
The shadow of outline focused picker components.
$kendo-picker-outline-hover-focus-bgNullnullnull
Description
The background color of outline hovered and focused picker components.
$kendo-picker-outline-hover-focus-textNullnullnull
Description
The text color of outline hovered and focused picker components.
$kendo-picker-outline-hover-focus-borderNullnullnull
Description
The border color of outline hovered and focused picker components.
$kendo-picker-flat-bgNullnullnull
Description
The background color of flat picker components.
$kendo-picker-flat-textColor$kendo-button-text#424242
Description
The text color of flat picker components.
$kendo-picker-flat-borderColor$kendo-button-borderrgba(0, 0, 0, 0.08)
Description
The border color of flat picker components.
$kendo-picker-flat-hover-bgColorrgba( $kendo-button-text, .04 )rgba(66, 66, 66, 0.04)
Description
The background color of flat hovered picker components.
$kendo-picker-flat-hover-textNullnullnull
Description
The text color of flat hovered picker components.
$kendo-picker-flat-hover-borderColorrgba( $kendo-button-border, .16 )rgba(0, 0, 0, 0.16)
Description
The border color of flat hovered picker components.
$kendo-picker-flat-focus-bgNullnullnull
Description
The background color of flat focused picker components.
$kendo-picker-flat-focus-textNullnullnull
Description
The text color of flat focused picker components.
$kendo-picker-flat-focus-borderNullnullnull
Description
The border color of flat focused picker components.
$kendo-picker-flat-focus-shadowList$kendo-picker-focus-shadow0 0 0 2px rgba(0, 0, 0, 0.08)
Description
The shadow of flat focused picker components.
$kendo-picker-flat-hover-focus-bgNullnullnull
Description
The background color of flat hovered and focused picker components.
$kendo-picker-flat-hover-focus-textNullnullnull
Description
The text color of flat hovered and focused picker components.
$kendo-picker-flat-hover-focus-borderNullnullnull
Description
The border color of flat hovered and focused picker components.

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-sizeNumber$kendo-font-size-md14px
Description
Font size of the popup.
$kendo-popup-line-heightNumber$kendo-line-height-md1.4285714286
Description
Line height of the popup.
$kendo-popup-content-padding-xNumberk-map-get( $kendo-spacing, 2 )8px
Description
Horizontal padding of the popup content.
$kendo-popup-content-padding-yNumberk-map-get( $kendo-spacing, 2 )8px
Description
Vertical padding of the popup content.
$kendo-popup-bgColor$kendo-component-bg#ffffff
Description
Background color of the popup.
$kendo-popup-textColor$kendo-component-text#424242
Description
Text color of the popup.
$kendo-popup-borderColor$kendo-component-borderrgba(0, 0, 0, 0.08)
Description
Border color of the popup.
$kendo-popup-shadowList0 2px 4px 0 rgba(0, 0, 0, .03), 0 4px 5px 0 rgba(0, 0, 0, .04)0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
Description
Box shadow of the popup.

Progressbar

NameTypeDefault valueComputed value
$kendo-progressbar-heightNumber22px22px
Description
Height of the progressbar.
$kendo-progressbar-horizontal-widthNumber100%100%
Description
Horizontal width of the progressbar.
$kendo-progressbar-animation-timingList1s linear infinite1s linear infinite
Description
Animation timing of the progressbar.
$kendo-progressbar-border-widthNumber0px0px
Description
Border width of the progressbar.
$kendo-progressbar-font-familyString$kendo-font-familyinherit
Description
Font family of the progressbar.
$kendo-progressbar-font-sizeNumber$kendo-font-size-sm12px
Description
Font size of the progressbar.
$kendo-progressbar-line-heightNumber11
Description
Line height of the progressbar.
$kendo-progressbar-bgColork-try-shade( $kendo-component-bg, 1 )#ebebeb
Description
Background color of the progressbar.
$kendo-progressbar-textColor$kendo-component-text#424242
Description
Text color of the progressbar.
$kendo-progressbar-borderColor$kendo-component-borderrgba(0, 0, 0, 0.08)
Description
Border color of the progressbar.
$kendo-progressbar-gradientNullnullnull
Description
Background gradient of the progressbar.
$kendo-progressbar-value-bgColor$kendo-color-primary#ff6358
Description
Progress background color of the progressbar.
$kendo-progressbar-value-textColork-contrast-legacy( $kendo-progressbar-value-bg )white
Description
Progress text color of the progressbar.
$kendo-progressbar-value-borderColork-try-shade( $kendo-progressbar-value-bg )#eb5b51
Description
Progress border color of the progressbar.
$kendo-progressbar-value-gradientNullnullnull
Description
Progress background gradient of the progressbar.
$kendo-progressbar-indeterminate-bgColor$kendo-progressbar-bg#ebebeb
Description
Background color of the indeterminate progressbar.
$kendo-progressbar-indeterminate-textColor$kendo-progressbar-text#424242
Description
Text color of the indeterminate progressbar.
$kendo-progressbar-indeterminate-borderColor$kendo-progressbar-borderrgba(0, 0, 0, 0.08)
Description
Border color of the indeterminate progressbar.
$kendo-progressbar-indeterminate-gradientNullnullnull
Description
Background gradient of the indeterminate progressbar.
$kendo-progressbar-chunk-borderColor$kendo-body-bg#ffffff
Description
Border color of the chunk progressbar.
$kendo-circular-progressbar-arc-strokeColor$kendo-color-primary#ff6358
Description
Arc stroke color of the circular progressbar.
$kendo-circular-progressbar-scale-strokeColor$kendo-progressbar-bg#ebebeb
Description
Scale stroke background color of the circular progressbar.

Radio

NameTypeDefault valueComputed value
$kendo-radio-radiusNumber50%50%
Description
Border radius of radio button.
$kendo-radio-border-widthNumber1px1px
Description
Border width of radio button.
$kendo-radio-sm-sizeNumberk-map-get( $kendo-spacing, 3 )12px
Description
Size of a small radio button.
$kendo-radio-md-sizeNumberk-map-get( $kendo-spacing, 4 )16px
Description
Size of a medium radio button.
$kendo-radio-lg-sizeNumberk-map-get( $kendo-spacing, 5 )20px
Description
Size of a large radio button.
$kendo-radio-sm-glyph-sizeNumberk-map-get( $kendo-spacing, 2.5 )10px
Description
Glyph size of a small radio button.
$kendo-radio-md-glyph-sizeNumberk-map-get( $kendo-spacing, 3.5 )14px
Description
Glyph size of a medium radio button.
$kendo-radio-lg-glyph-sizeNumberk-map-get( $kendo-spacing, 4.5 )18px
Description
Glyph size of a large radio button.
$kendo-radio-sm-ripple-sizeNumber300%300%
Description
Ripple size of a small radio button.
$kendo-radio-md-ripple-sizeNumber300%300%
Description
Ripple size of a medium radio button.
$kendo-radio-lg-ripple-sizeNumber300%300%
Description
Ripple size of a large radio button.
$kendo-radio-bgColor$kendo-checkbox-bg#ffffff
Description
Background color of radio button.
$kendo-radio-textNull$kendo-checkbox-textnull
Description
Color of radio button.
$kendo-radio-borderColor$kendo-checkbox-borderrgba(0, 0, 0, 0.08)
Description
Border color of radio button.
$kendo-radio-hover-bgNull$kendo-checkbox-hover-bgnull
Description
Background color of hovered radio button.
$kendo-radio-hover-textNull$kendo-checkbox-hover-textnull
Description
Color of hovered radio button.
$kendo-radio-hover-borderNull$kendo-checkbox-hover-bordernull
Description
Border color of hovered radio button.
$kendo-radio-checked-bgColor$kendo-checkbox-checked-bg#ff6358
Description
Background color of checked radio button.
$kendo-radio-checked-textColor$kendo-checkbox-checked-textwhite
Description
Color of checked radio button.
$kendo-radio-checked-borderColor$kendo-checkbox-checked-border#ff6358
Description
Border color of checked radio button.
$kendo-radio-focus-borderNull$kendo-checkbox-focus-bordernull
Description
Border color of focused radio button.
$kendo-radio-focus-shadowList$kendo-checkbox-focus-shadow0 0 0 2px rgba(0, 0, 0, 0.06)
Description
Box shadow of focused radio button.
$kendo-radio-focus-checked-borderNull$kendo-checkbox-focus-checked-bordernull
Description
Border color of focused and checked radio button.
$kendo-radio-focus-checked-shadowList$kendo-checkbox-focus-checked-shadow0 0 0 2px rgba(255, 99, 88, 0.3)
Description
Box shadow of focused and checked radio button.
$kendo-radio-disabled-bgNull$kendo-checkbox-disabled-bgnull
Description
Background color of disabled radio button.
$kendo-radio-disabled-textNull$kendo-checkbox-disabled-textnull
Description
Color of disabled radio button.
$kendo-radio-disabled-borderNull$kendo-checkbox-disabled-bordernull
Description
Border color of disabled radio button.
$kendo-radio-disabled-checked-bgNull$kendo-checkbox-disabled-checked-bgnull
Description
Background color of disabled and checked radio button.
$kendo-radio-disabled-checked-textNull$kendo-checkbox-disabled-checked-textnull
Description
Color of disabled and checked radio button.
$kendo-radio-disabled-checked-borderNull$kendo-checkbox-disabled-checked-bordernull
Description
Border color of disabled and checked radio button.
$kendo-radio-invalid-bgNull$kendo-checkbox-invalid-bgnull
Description
Background color of invalid radio button.
$kendo-radio-invalid-textColor$kendo-checkbox-invalid-text#f31700
Description
Color of invalid radio button.
$kendo-radio-invalid-borderColor$kendo-checkbox-invalid-border#f31700
Description
Border color of invalid radio button.
$kendo-radio-indicator-typeStringimageimage
Description
Type of radio button indicator.
$kendo-radio-glyph-font-familyList"WebComponentsIcons", monospace"WebComponentsIcons", monospace
Description
Glyph font family of radio button indicator.
$kendo-radio-checked-glyphString"\e308""\e308"
Description
Glyph of radio button 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='white'/%3e%3c/svg%3e")
Description
Image of checked radio button indicator.
$kendo-radio-disabled-checked-imageNullnullnull
Description
Image of disabled and checked radio button indicator.
$kendo-radio-label-margin-xNumberk-map-get( $kendo-spacing, 1 )4px
Description
The horizontal margin of the radio button inside of a label.
$kendo-radio-list-spacingNumberk-map-get( $kendo-spacing, 4 )16px
Description
The horizontal list item margin of radio button.
$kendo-radio-list-item-padding-xNumber0px0px
Description
The horizontal list item padding of radio button.
$kendo-radio-list-item-padding-yNumber$kendo-list-md-item-padding-y4px
Description
The vertical list item padding of radio button.
$kendo-radio-ripple-bgColor$kendo-radio-checked-bg#ff6358
Description
Background color of radio button ripple.
$kendo-radio-ripple-opacityNumber.250.25
Description
Opacity of radio button ripple.

Split-button

NameTypeDefault valueComputed value
$kendo-split-button-focus-shadowList$kendo-button-focus-shadow0 0 0 2px rgba(0, 0, 0, 0.08)
Description
Focus shadow of the split button.
$kendo-split-button-arrow-padding-xNumber$kendo-button-padding-y4px
Description
Horizontal padding of the arrow button.
$kendo-split-button-sm-arrow-padding-xNumber$kendo-button-sm-padding-y2px
Description
Horizontal padding of the small arrow button.
$kendo-split-button-md-arrow-padding-xNumber$kendo-button-md-padding-y4px
Description
Horizontal padding of the medium arrow button.
$kendo-split-button-lg-arrow-padding-xNumber$kendo-button-lg-padding-y8px
Description
Horizontal padding of the large arrow button.
$kendo-split-button-arrow-padding-yNumber$kendo-button-padding-y4px
Description
Vertical padding of the arrow button.
$kendo-split-button-sm-arrow-padding-yNumber$kendo-button-sm-padding-y2px
Description
Vertical padding of the small arrow button.
$kendo-split-button-md-arrow-padding-yNumber$kendo-button-md-padding-y4px
Description
Vertical padding of the medium arrow button.
$kendo-split-button-lg-arrow-padding-yNumber$kendo-button-lg-padding-y8px
Description
Vertical padding of the large arrow button.

Switch

NameTypeDefault valueComputed value
$kendo-switch-font-familyNullnullnull
Description
Font family of the switch.
$kendo-switch-track-border-widthNumber1px1px
Description
Border width of the switch track.
$kendo-switch-thumb-border-widthNumber1px1px
Description
Border width of the switch thumb.
$kendo-switch-label-text-transformStringuppercaseuppercase
Description
Text transform of the switch label.
$kendo-switch-label-displayStringinlineinline
Description
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
Map with the different switch sizes.
$kendo-switch-off-track-bgColor$kendo-component-bg#ffffff
Description
The background of the track when the switch is not checked.
$kendo-switch-off-track-textColor$kendo-component-text#424242
Description
The text color of the track when the switch is not checked.
$kendo-switch-off-track-borderColork-try-shade( $kendo-switch-off-track-bg, 8% )#ebebeb
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 rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) , .08 )2px solid rgba(0, 0, 0, 0.08)
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-bgColor$kendo-base-bg#fafafa
Description
The background of the thumb when the switch is not checked.
$kendo-switch-off-thumb-textColor$kendo-base-text#424242
Description
The text color of the thumb when the switch is not checked.
$kendo-switch-off-thumb-borderColor$kendo-base-borderrgba(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-bgColor$kendo-color-primary#ff6358
Description
The background of the track when the switch is checked.
$kendo-switch-on-track-textColork-contrast-legacy( $kendo-switch-on-track-bg )white
Description
The text color of the track when the switch is checked.
$kendo-switch-on-track-borderColor$kendo-switch-on-track-bg#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 rgba( $kendo-switch-on-track-border, .25 )2px solid rgba(255, 99, 88, 0.25)
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-bgColor$kendo-base-bg#fafafa
Description
The background of the thumb when the switch is checked.
$kendo-switch-on-thumb-textColor$kendo-base-text#424242
Description
The text color of the thumb when the switch is checked.
$kendo-switch-on-thumb-borderColor$kendo-base-borderrgba(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: $kendo-font-size-md, line-height: $kendo-line-height-md, cell-padding-x: $kendo-table-sm-cell-padding-x, cell-padding-y: $kendo-table-sm-cell-padding-y ), md: ( font-size: $kendo-font-size-md, line-height: $kendo-line-height-md, cell-padding-x: $kendo-table-md-cell-padding-x, cell-padding-y: $kendo-table-md-cell-padding-y ), lg: ( font-size: $kendo-font-size-md, line-height: $kendo-line-height-md, cell-padding-x: $kendo-table-lg-cell-padding-x, cell-padding-y: $kendo-table-lg-cell-padding-y ) )(sm: (font-size: 14px, line-height: 1.4285714286, cell-padding-x: 8px, cell-padding-y: 4px), md: (font-size: 14px, line-height: 1.4285714286, cell-padding-x: 12px, cell-padding-y: 8px), lg: (font-size: 14px, line-height: 1.4285714286, cell-padding-x: 8px, cell-padding-y: 10px))
Description
The sizes of the table.
$kendo-table-bgColor$kendo-component-bg#ffffff
Description
Background color of tables.
$kendo-table-textColor$kendo-component-text#424242
Description
Text color of tables.
$kendo-table-borderColor$kendo-component-borderrgba(0, 0, 0, 0.08)
Description
Border color of tables.
$kendo-table-header-bgColor$kendo-component-header-bg#fafafa
Description
Background color of table headers.
$kendo-table-header-textColor$kendo-component-header-text#424242
Description
Text color of table headers.
$kendo-table-header-borderColor$kendo-component-header-borderrgba(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-bgColor$kendo-table-header-bg#fafafa
Description
Background color of table footers.
$kendo-table-footer-textColor$kendo-table-header-text#424242
Description
Text color of table footers.
$kendo-table-footer-borderColor$kendo-table-header-borderrgba(0, 0, 0, 0.08)
Description
Border color of table footers.
$kendo-table-group-row-bgColor$kendo-table-header-bg#fafafa
Description
Background color of group rows in table.
$kendo-table-group-row-textColor$kendo-table-header-text#424242
Description
Text color of group rows in table.
$kendo-table-group-row-borderColor$kendo-table-header-borderrgba(0, 0, 0, 0.08)
Description
Border color of group rows in table.
$kendo-table-alt-row-bgColorrgba( k-contrast-legacy( $kendo-table-bg ), .04 )rgba(0, 0, 0, 0.04)
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-bgColork-color-darken($kendo-table-bg, 7%)#ededed
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-bgColorrgba($kendo-selected-bg, .25)rgba(255, 99, 88, 0.25)
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-textColor$kendo-component-text#424242
Description
Text color of tabstrip component
$kendo-tabstrip-borderColor$kendo-component-borderrgba(0, 0, 0, 0.08)
Description
Border color of tabstrip component
$kendo-tabstrip-item-padding-xNumberk-map-get( $kendo-spacing, 3 )12px
Description
Horizontal padding of tabs
$kendo-tabstrip-item-padding-yNumberk-map-get( $kendo-spacing, 1.5 )6px
Description
Vertical padding of tabs
$kendo-tabstrip-item-border-widthNumber1px1px
Description
Width of border around tabs
$kendo-tabstrip-item-border-radiusNumber$kendo-border-radius-md4px
Description
Border radius of tabs
$kendo-tabstrip-item-gapNumber00
Description
Spacing between tabs
$kendo-tabstrip-item-bgNullnullnull
Description
Background color of tabs
$kendo-tabstrip-item-textColor$kendo-link-text#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-textColor$kendo-link-hover-text#d6534a
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-bgColor$kendo-component-bg#ffffff
Description
Background color of selected tabs
$kendo-tabstrip-item-selected-textColor$kendo-component-text#424242
Description
Text color of selected tabs
$kendo-tabstrip-item-selected-borderColor$kendo-component-borderrgba(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-xNumberk-map-get( $kendo-spacing, 4 )16px
Description
Horizontal padding of tabstrip content
$kendo-tabstrip-content-padding-yNumberk-map-get( $kendo-spacing, 4 )16px
Description
Vertical padding of tabstrip content
$kendo-tabstrip-content-border-widthNumber1px1px
Description
Width of border around tabstrip content
$kendo-tabstrip-content-bgColor$kendo-component-bg#ffffff
Description
Background color of tabstrip content
$kendo-tabstrip-content-textColor$kendo-component-text#424242
Description
Text color of tabstrip content
$kendo-tabstrip-content-borderColor$kendo-component-borderrgba(0, 0, 0, 0.08)
Description
Border color of tabstrip content
$kendo-tabstrip-content-focus-borderColor$kendo-component-text#424242
Description
Border color of tabstrip focused content

Toolbar

NameTypeDefault valueComputed value
$kendo-toolbar-padding-xNullnullnull
Description
The horizontal padding of the toolbar.
$kendo-toolbar-padding-yNullnullnull
Description
The vertical padding of the toolbar.
$kendo-toolbar-spacingNullnullnull
Description
The spacing between the toolbar tools.
$kendo-toolbar-border-widthNumber1px1px
Description
Width of the border around the toolbar.
$kendo-toolbar-border-radiusNullnullnull
Description
Border radius of the toolbar.
$kendo-toolbar-font-familyString$kendo-font-familyinherit
Description
Font family of the toolbar.
$kendo-toolbar-font-sizeNumber$kendo-font-size-md14px
Description
Font size of the toolbar.
$kendo-toolbar-line-heightNumber$kendo-line-height-md1.4285714286
Description
Line height of the toolbar.
$kendo-toolbar-bgColor$kendo-base-bg#fafafa
Description
Background color of the toolbar.
$kendo-toolbar-textColor$kendo-base-text#424242
Description
Text color of the toolbar.
$kendo-toolbar-borderColor$kendo-base-borderrgba(0, 0, 0, 0.08)
Description
Color of the border around the toolbar.
$kendo-toolbar-gradientNullnullnull
Description
Gradient of the toolbar.
$kendo-toolbar-shadowNullnullnull
Description
Box shadow of the toolbar.
$kendo-toolbar-separator-borderStringinheritinherit
Description
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 rgba(0, 0, 0, 0.08)
Description
Box shadow of the focused toolbar item.
$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: 4px, padding-y: 4px, spacing: 6px), md: (padding-x: 8px, padding-y: 8px, spacing: 8px), lg: (padding-x: 10px, padding-y: 10px, spacing: 10px))
Description
Sizes map for the toolbar.

Treeview

NameTypeDefault valueComputed value
$kendo-treeview-font-familyString$kendo-font-familyinherit
Description
Font family of the treeview component.
$kendo-treeview-font-sizeNumber$kendo-font-size-md14px
Description
Font size of the treeview component.
$kendo-treeview-line-heightNumber$kendo-line-height-md1.4285714286
Description
Line height of the treeview component.
$kendo-treeview-indentNumber16px16px
Description
Indentation of child groups in treeview component.
$kendo-treeview-item-padding-xNumberk-map-get( $kendo-spacing, 2 )8px
Description
Horizontal padding of treeview items.
$kendo-treeview-item-padding-yNumberk-map-get( $kendo-spacing, 1 )4px
Description
Vertical padding of treeview items.
$kendo-treeview-item-border-widthNumber0px0px
Description
Border width of treeview items.
$kendo-treeview-item-border-radiusNumber$kendo-border-radius-md4px
Description
Border radius of treeview items.
$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 ), 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 ), 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 ) )(sm: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 2px), md: (font-size: 14px, line-height: 1.4285714286, item-padding-x: 8px, item-padding-y: 4px), lg: (font-size: 16px, line-height: 1.5, item-padding-x: 8px, item-padding-y: 8px))
Description
The sizes of the treeview.
$kendo-treeview-bgNullnullnull
Description
Background color of the treeview component.
$kendo-treeview-textColor$kendo-component-text#424242
Description
Text color of the treeview component.
$kendo-treeview-borderNullnullnull
Description
Border color of the treeview component.
$kendo-treeview-item-hover-bgColor$kendo-hover-bg#f0f0f0
Description
Background color of hovered treeview items.
$kendo-treeview-item-hover-textColor$kendo-hover-text#424242
Description
Text color of hovered treeview items.
$kendo-treeview-item-hover-borderNullnullnull
Description
Border color of hovered treeview items.
$kendo-treeview-item-hover-gradientNullnullnull
Description
Background gradient of hovered treeview items.
$kendo-treeview-item-selected-bgColor$kendo-selected-bg#ff6358
Description
Background color of selected treeview items.
$kendo-treeview-item-selected-textColor$kendo-selected-textwhite
Description
Text color of selected treeview items.
$kendo-treeview-item-selected-borderNullnullnull
Description
Border color of selected treeview items.
$kendo-treeview-item-selected-gradientNullnullnull
Description
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
Box shadow of focused treeview items.
$kendo-treeview-loadmore-bgColortransparenttransparent
Description
Background color of load more.
$kendo-treeview-loadmore-textColor$kendo-link-text#ff6358
Description
Text color of load more.
$kendo-treeview-loadmore-borderNullnullnull
Description
Border color of load more.
$kendo-treeview-loadmore-hover-bgColortransparenttransparent
Description
Background color of a hovered load more.
$kendo-treeview-loadmore-hover-textColor$kendo-link-hover-text#d6534a
Description
Text color of a hovered load more.
$kendo-treeview-loadmore-hover-borderNullnullnull
Description
Border color of a hovered load more.
$kendo-treeview-loadmore-focus-bgColortransparenttransparent
Description
Background color of a focused load more.
$kendo-treeview-loadmore-focus-textColor$kendo-link-hover-text#d6534a
Description
Text color of a focused load more.
$kendo-treeview-loadmore-focus-borderNullnullnull
Description
Border color of a focused load more.
$kendo-treeview-loadmore-focus-shadowList$kendo-treeview-item-focus-shadowinset 0 0 0 2px rgba(0, 0, 0, 0.13)
Description
Box shadow of a focused load more.

Typography

NameTypeDefault valueComputed value
$kendo-font-sizeNumber14px14px
Description
Base font size across all components.
$kendo-font-size-xsNumber10px10px
Description
Extra small font size across all components.
$kendo-font-size-smNumber12px12px
Description
Small font size across all components.
$kendo-font-size-mdNumber$kendo-font-size14px
Description
Medium font size across all components.
$kendo-font-size-lgNumber16px16px
Description
Large font size across all components.
$kendo-font-size-xlNumber20px20px
Description
Extra large font size across all components.
$kendo-font-family-sans-serifListsystem-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
Description
Font family for text.
$kendo-font-family-monospaceListSFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Lucida Console", "Courier New", monospaceSFMono-Regular, Menlo, Monaco, Consolas, "Roboto Mono", "Ubuntu Mono", "Lucida Console", "Courier New", monospace
Description
Font family for monospaced text. Used for styling the code.
$kendo-font-familyStringinheritinherit
Description
Font family across all components.
$kendo-line-heightNumberk-math-div( 20, 14 )1.4285714286
Description
Line height used along with $kendo-font-size.
$kendo-line-height-xsNumber11
Description
Extra small line height used along with $kendo-font-size-xs.
$kendo-line-height-smNumber1.251.25
Description
Small line height used along with $kendo-font-size-sm.
$kendo-line-height-mdNumber$kendo-line-height1.4285714286
Description
Medium line height used along with $kendo-font-size-md.
$kendo-line-height-lgNumber1.51.5
Description
Large line height used along with $kendo-font-size-lg.
$kendo-font-weight-lightNumber300300
Description
Light font weight.
$kendo-font-weight-normalNumber400400
Description
Normal font weight.
$kendo-font-weight-mediumNumber500500
Description
Medium font weight.
$kendo-font-weight-semiboldNumber600600
Description
Semibold font weight.
$kendo-font-weight-boldNumber700700
Description
Bold font weight.
$kendo-letter-spacingNullnullnull
Description
Letter spacing.

Window

NameTypeDefault valueComputed value
$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": #ff6358, "light": #ebebeb, "dark": #424242)
Description
Theme colors map for the window.