diff --git a/packages/bootstrap/docs/customization-chat.md b/packages/bootstrap/docs/customization-chat.md new file mode 100644 index 00000000000..656edceebfe --- /dev/null +++ b/packages/bootstrap/docs/customization-chat.md @@ -0,0 +1,608 @@ +--- +title: Customizing Chat +description: "Refer to the list of the Kendo UI Bootstrap theme variables available for customization." +slug: variables_kendothemebootstrap_chat +position: 9 +--- + +# Customizing Chat + +## Variables + +The following table lists the available variables for customization. + +
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-chat-padding-x | +Number | +16px |
+ 16px |
+
Description
+ The horizontal padding of the Chat. |
+|||
$kendo-chat-padding-y | +Number | +16px |
+ 16px |
+
Description
+ The vertical padding of the Chat. |
+|||
$kendo-chat-width | +Number | +500px |
+ 500px |
+
Description
+ The width of the Chat. |
+|||
$kendo-chat-height | +Number | +600px |
+ 600px |
+
Description
+ The height of the Chat. |
+|||
$kendo-chat-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the Chat. |
+|||
$kendo-chat-font-family | +List | +$kendo-font-family |
+ 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
+ The font family of the Chat. |
+|||
$kendo-chat-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
+
Description
+ The font size of the Chat. |
+|||
$kendo-chat-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
+
Description
+ The line height of the Chat. |
+|||
$kendo-chat-item-spacing-x | +Number | +8px |
+ 8px |
+
Description
+ The horizontal spacing between items of the Chat. |
+|||
$kendo-chat-item-spacing-y | +Number | +16px |
+ 16px |
+
Description
+ The vertical spacing between items of the Chat. |
+|||
$kendo-chat-message-list-padding-x | +Number | +$kendo-chat-padding-x |
+ 16px |
+
Description
+ The horizontal padding of the Chat message list. |
+|||
$kendo-chat-message-list-padding-y | +Number | +$kendo-chat-padding-y |
+ 16px |
+
Description
+ The vertical padding of the Chat message list. |
+|||
$kendo-chat-message-list-spacing | +Number | +$kendo-chat-item-spacing-y |
+ 16px |
+
Description
+ The spacing of the Chat message list. |
+|||
$kendo-chat-timestamp-font-size | +String | +smaller |
+ smaller |
+
Description
+ The font size of the Chat timestamp. |
+|||
$kendo-chat-timestamp-line-height | +Null | +null |
+ null |
+
Description
+ The line height of the Chat timestamp. |
+|||
$kendo-chat-timestamp-transform | +String | +uppercase |
+ uppercase |
+
Description
+ The text transform of the Chat timestamp. |
+|||
$kendo-chat-timestamp-text | +Color | +$kendo-subtle-text |
+ #6c757d |
+
Description
+ The text color of the Chat timestamp. |
+|||
$kendo-chat-timestamp-bg | +Null | +null |
+ null |
+
Description
+ The background color of the Chat timestamp. |
+|||
$kendo-chat-bubble-padding-x | +Number | +16px |
+ 16px |
+
Description
+ The horizontal padding of the Chat bubble message. |
+|||
$kendo-chat-bubble-padding-y | +Number | +8px |
+ 8px |
+
Description
+ The vertical padding of the Chat bubble message. |
+|||
$kendo-chat-bubble-spacing | +Number | +2px |
+ 2px |
+
Description
+ The spacing of the Chat bubble message. |
+|||
$kendo-chat-bubble-line-height | +Number | +1.25 |
+ 1.25 |
+
Description
+ The line height of the Chat bubble message. |
+|||
$kendo-chat-bubble-border-radius | +Number | +12px |
+ 12px |
+
Description
+ The border radius of the Chat bubble message. |
+|||
$kendo-chat-bubble-border-radius-sm | +Number | +2px |
+ 2px |
+
Description
+ The border radius of the Chat small bubble message |
+|||
$kendo-chat-avatar-size | +Number | +32px |
+ 32px |
+
Description
+ The size of the Chat Avatar. |
+|||
$kendo-chat-avatar-spacing | +Number | +$kendo-chat-item-spacing-x |
+ 8px |
+
Description
+ The spacing of the Chat Avatar. |
+|||
$kendo-chat-toolbar-padding-x | +Number | +$kendo-toolbar-md-padding-x |
+ 0.5rem |
+
Description
+ The horizontal padding of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-padding-y | +Number | +$kendo-toolbar-md-padding-y |
+ 0.5rem |
+
Description
+ The vertical padding of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-spacing | +Number | +$kendo-toolbar-md-spacing |
+ 0.5rem |
+
Description
+ The spacing of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-bg | +Color | +$kendo-toolbar-bg |
+ #f8f9fa |
+
Description
+ The background color of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-text | +Color | +$kendo-toolbar-text |
+ #212529 |
+
Description
+ The text color of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-border | +String | +inherit |
+ inherit |
+
Description
+ The border color of the Chat Toolbar. |
+|||
$kendo-chat-quick-reply-padding-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal padding of the Chat quick reply. |
+|||
$kendo-chat-quick-reply-padding-y | +Number | +8px |
+ 8px |
+
Description
+ The vertical padding of the Chat quick reply. |
+|||
$kendo-chat-quick-reply-spacing | +Number | +8px |
+ 8px |
+
Description
+ The spacing of the Chat quick reply. |
+|||
$kendo-chat-quick-reply-line-height | +Number | +$kendo-chat-bubble-line-height |
+ 1.25 |
+
Description
+ The line height of the Chat quick reply. |
+|||
$kendo-chat-bg | +Color | +$kendo-app-bg |
+ #fafafa |
+
Description
+ The background color of the Chat. |
+|||
$kendo-chat-text | +Color | +$kendo-app-text |
+ #212529 |
+
Description
+ The text color of the Chat. |
+|||
$kendo-chat-border | +Color | +$kendo-app-border |
+ #dee2e6 |
+
Description
+ The border color of the Chat. |
+|||
$kendo-chat-bubble-bg | +Color | +$kendo-button-bg |
+ #e4e7eb |
+
Description
+ The background color of the Chat bubble. |
+|||
$kendo-chat-bubble-text | +Color | +$kendo-button-text |
+ #212529 |
+
Description
+ The text color of the Chat bubble. |
+|||
$kendo-chat-bubble-border | +Color | +$kendo-chat-bubble-bg |
+ #e4e7eb |
+
Description
+ The border color of the Chat bubble. |
+|||
$kendo-chat-bubble-shadow | +String | +none |
+ none |
+
Description
+ The box shadow of the Chat bubble. |
+|||
$kendo-chat-bubble-hover-shadow | +String | +none |
+ none |
+
Description
+ The shadow of the hovered Chat bubble. |
+|||
$kendo-chat-bubble-selected-shadow | +String | +none |
+ none |
+
Description
+ The shadow of the selected Chat bubble. |
+|||
$kendo-chat-alt-bubble-bg | +Color | +$kendo-color-primary |
+ #0d6efd |
+
Description
+ The background color of the Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-chat-alt-bubble-bg )) |
+ white |
+
Description
+ The text color of the Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-border | +Color | +$kendo-chat-alt-bubble-bg |
+ #0d6efd |
+
Description
+ The border color of the Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-shadow | +String | +none |
+ none |
+
Description
+ The shadow of the Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-hover-shadow | +String | +none |
+ none |
+
Description
+ The shadow of the hovered Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-selected-shadow | +String | +none |
+ none |
+
Description
+ The shadow of the selected Chat alt bubble. |
+|||
$kendo-chat-quick-reply-bg | +Color | +transparent |
+ transparent |
+
Description
+ The background color of Chat quick reply. |
+|||
$kendo-chat-quick-reply-text | +Color | +$kendo-color-primary |
+ #0d6efd |
+
Description
+ The text color of Chat quick reply. |
+|||
$kendo-chat-quick-reply-border | +Color | +$kendo-color-primary |
+ #0d6efd |
+
Description
+ The border color of Chat quick reply. |
+|||
$kendo-chat-quick-reply-hover-bg | +Color | +$kendo-color-primary |
+ #0d6efd |
+
Description
+ The background color of the hovered Chat quick reply. |
+|||
$kendo-chat-quick-reply-hover-text | +Color | +$kendo-color-primary-contrast |
+ white |
+
Description
+ The text color of the Chat quick reply. |
+|||
$kendo-chat-quick-reply-hover-border | +Color | +$kendo-color-primary |
+ #0d6efd |
+
Description
+ The border color of the hovered Chat quick reply. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-orgchart-spacer | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 1.5rem |
+
Description
+ The spacing index of the OrgChart. |
+|||
$kendo-orgchart-padding-y | +Number | +$kendo-orgchart-spacer |
+ 1.5rem |
+
Description
+ The vertical padding of the OrgChart. |
+|||
$kendo-orgchart-padding-x | +Number | +$kendo-orgchart-padding-y |
+ 1.5rem |
+
Description
+ The horizontal padding of the OrgChart. |
+|||
$kendo-orgchart-font-family | +List | +$kendo-font-family |
+ 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
+ The font family of the OrgChart. |
+|||
$kendo-orgchart-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
+
Description
+ The font size of the OrgChart. |
+|||
$kendo-orgchart-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
+
Description
+ The line height of the OrgChart. |
+|||
$kendo-orgchart-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the OrgChart. |
+|||
$kendo-orgchart-text | +Color | +$kendo-component-text |
+ #212529 |
+
Description
+ The text color of the OrgChart. |
+|||
$kendo-orgchart-border | +Color | +$kendo-component-border |
+ #dee2e6 |
+
Description
+ The border color of the OrgChart. |
+|||
$kendo-orgchart-node-gap | +Number | +$kendo-orgchart-spacer |
+ 1.5rem |
+
Description
+ The spacing of the OrgChart node. |
+|||
$kendo-orgchart-group-gap | +Number | +$kendo-orgchart-spacer |
+ 1.5rem |
+
Description
+ The spacing of the OrgChart group. |
+|||
$kendo-orgchart-node-container-gap | +Number | +$kendo-orgchart-spacer |
+ 1.5rem |
+
Description
+ The spacing of the OrgChart node container. |
+|||
$kendo-orgchart-node-group-padding-y | +Number | +$kendo-orgchart-spacer |
+ 1.5rem |
+
Description
+ The vertical padding of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-padding-x | +Number | +$kendo-orgchart-node-group-padding-y |
+ 1.5rem |
+
Description
+ The horizontal padding of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-border-radius | +Number | +$kendo-border-radius-md |
+ 0.375rem |
+
Description
+ The border radius of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-bg | +Color | +$kendo-base-bg |
+ #f8f9fa |
+
Description
+ The background color of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-text | +Color | +$kendo-base-text |
+ #212529 |
+
Description
+ The text color of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-border | +Color | +$kendo-base-border |
+ #e4e5e6 |
+
Description
+ The border color of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-focus-border | +Null | +$kendo-card-focus-border |
+ null |
+
Description
+ The border color of the focused OrgChart node group. |
+|||
$kendo-orgchart-node-group-focus-shadow | +String | +$kendo-card-focus-shadow |
+ var(--kendo-elevation-3, 0px 4px 10px rgba(0, 0, 0, 0.1)) |
+
Description
+ The shadow of the focused OrgChart node group. |
+|||
$kendo-orgchart-node-group-title-font-size | +Number | +$kendo-font-size-lg |
+ 1.25rem |
+
Description
+ The font size of the OrgChart node group title. |
+|||
$kendo-orgchart-node-group-title-margin-bottom | +Number | +k-math-div( $kendo-orgchart-spacer, 4 ) |
+ 0.375rem |
+
Description
+ The bottom margin of the OrgChart node group title. |
+|||
$kendo-orgchart-node-group-title-line-height | +Number | +$kendo-line-height-sm |
+ 1.25 |
+
Description
+ The line height of the OrgChart node group title. |
+|||
$kendo-orgchart-node-group-subtitle-margin-bottom | +Number | +$kendo-orgchart-spacer |
+ 1.5rem |
+
Description
+ The bottom margin of the OrgChart node group subtitle. |
+|||
$kendo-orgchart-node-group-subtitle-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
+
Description
+ The font size of the OrgChart node group subtitle. |
+|||
$kendo-orgchart-node-group-subtitle-text | +Color | +$kendo-subtle-text |
+ #6c757d |
+
Description
+ The line height of the OrgChart node group subtitle. |
+|||
$kendo-orgchart-card-width | +Number | +300px |
+ 300px |
+
Description
+ The width of the OrgChart Card. |
+|||
$kendo-orgchart-card-padding-y | +Number | +$kendo-card-padding-y |
+ 1rem |
+
Description
+ The vertical padding of the OrgChart Card. |
+|||
$kendo-orgchart-card-padding-x | +Number | +$kendo-orgchart-card-padding-y |
+ 1rem |
+
Description
+ The horizontal padding of the OrgChart Card. |
+|||
$kendo-orgchart-card-border-width | +Number | +$kendo-card-border-width |
+ 1px |
+
Description
+ The border width of the OrgChart Card. |
+|||
$kendo-orgchart-card-shadow | +Null | +$kendo-card-shadow |
+ null |
+
Description
+ The shadow of the OrgChart Card. |
+|||
$kendo-orgchart-card-focus-shadow | +String | +$kendo-card-focus-shadow |
+ var(--kendo-elevation-3, 0px 4px 10px rgba(0, 0, 0, 0.1)) |
+
Description
+ The shadow of the focused OrgChart Card. |
+|||
$kendo-orgchart-card-title-margin-bottom | +Number | +0px |
+ 0px |
+
Description
+ The bottom margin of the OrgChart Card title. |
+|||
$kendo-orgchart-card-title-font-size | +Null | +null |
+ null |
+
Description
+ The font size of the OrgChart Card title. |
+|||
$kendo-orgchart-card-subtitle-margin-bottom | +Number | +0px |
+ 0px |
+
Description
+ The bottom margin of the OrgChart Card subtitle. |
+|||
$kendo-orgchart-card-subtitle-font-size | +Null | +null |
+ null |
+
Description
+ The font size of the OrgChart Card subtitle. |
+|||
$kendo-orgchart-card-body-border-width | +List | +2px 0 0 |
+ 2px 0 0 |
+
Description
+ The border width of the OrgChart Card body. |
+|||
$kendo-orgchart-card-body-border-color | +Color | +transparent |
+ transparent |
+
Description
+ The border color of the OrgChart Card body. |
+|||
$kendo-orgchart-card-body-vbox-margin-right | +Number | +k-math-div( $kendo-orgchart-spacer, 2 ) |
+ 0.75rem |
+
Description
+ The right margin of the OrgChart Card body title wrap. |
+|||
$kendo-orgchart-card-body-vbox-min-height | +Number | +$kendo-card-avatar-size |
+ 45px |
+
Description
+ The min height of the OrgChart Card body title wrap. |
+|||
$kendo-orgchart-line-size | +Number | +1px |
+ 1px |
+
Description
+ The size of the OrgChart connecting line. |
+|||
$kendo-orgchart-line-fill | +Color | +$kendo-base-border |
+ #e4e5e6 |
+
Description
+ The fill color of the OrgChart connecting line. |
+|||
$kendo-orgchart-line-v-height | +Number | +25px |
+ 25px |
+
Description
+ The height of the OrgChart connecting line. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-splitter-border-width | +Number | +1px |
+ 1px |
+
Description
+ The width of the border around the Splitter. |
+|||
$kendo-splitter-font-family | +List | +$kendo-font-family |
+ 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
+ The font family of the Splitter. |
+|||
$kendo-splitter-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
+
Description
+ The font size of the Splitter. |
+|||
$kendo-splitter-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
+
Description
+ The line height of the Splitter. |
+|||
$kendo-splitter-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Splitter. |
+|||
$kendo-splitter-text | +Color | +$kendo-component-text |
+ #212529 |
+
Description
+ The text color of the Splitter. |
+|||
$kendo-splitter-border | +Color | +$kendo-component-border |
+ #dee2e6 |
+
Description
+ The border color of the Splitter. |
+|||
$kendo-splitter-splitbar-size | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 0.75rem |
+
Description
+ The size of the Splitter splitbar. |
+|||
$kendo-splitter-drag-handle-length | +Number | +20px |
+ 20px |
+
Description
+ The length of the Splitter drag handle. |
+|||
$kendo-splitter-drag-handle-thickness | +Number | +2px |
+ 2px |
+
Description
+ The thickness of the Splitter drag handle. |
+|||
$kendo-splitter-drag-icon-margin | +Number | +7px |
+ 7px |
+
Description
+ The margin of the Splitter drag handle icon. |
+|||
$kendo-splitter-collapse-icon-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding of the collapse icon in the Splitter. |
+|||
$kendo-splitter-collapse-icon-padding-y | +Number | +k-map-get( $kendo-spacing, .5 ) |
+ 0.125rem |
+
Description
+ The vertical padding of the collapse icon in the Splitter. |
+|||
$kendo-splitbar-bg | +Color | +$kendo-base-bg |
+ #f8f9fa |
+
Description
+ The background color of the Splitter splitbar. |
+|||
$kendo-splitbar-text | +Color | +$kendo-base-text |
+ #212529 |
+
Description
+ The text color of the Splitter splitbar. |
+|||
$kendo-splitbar-hover-bg | +Color | +if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-shade( $kendo-splitbar-bg, .5 )) |
+ #eeeff0 |
+
Description
+ The hover background color of the Splitter splitbar. |
+|||
$kendo-splitbar-hover-text | +Color | +$kendo-splitbar-text |
+ #212529 |
+
Description
+ The hover text color of the Splitter splitbar. |
+|||
$kendo-splitbar-selected-bg | +Color | +$kendo-selected-bg |
+ #0d6efd |
+
Description
+ The selected background color of the Splitter splitbar. |
+|||
$kendo-splitbar-selected-text | +Color | +$kendo-selected-text |
+ white |
+
Description
+ The selected text color of the Splitter splitbar. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-stepper-margin-x | +Null | +null |
+ null |
+
Description
+ The horizontal margin the Stepper. |
+|||
$kendo-stepper-margin-y | +Null | +null |
+ null |
+
Description
+ The vertical margin the Stepper. |
+|||
$kendo-stepper-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding the Stepper. |
+|||
$kendo-stepper-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding the Stepper. |
+|||
$kendo-stepper-label-margin-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal margin the Stepper label. |
+|||
$kendo-stepper-label-padding-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal padding the Stepper label. |
+|||
$kendo-stepper-label-padding-y | +Number | +5px |
+ 5px |
+
Description
+ The vertical padding the Stepper label. |
+|||
$kendo-stepper-border-width | +Number | +0px |
+ 0px |
+
Description
+ The width of the border around the Stepper. |
+|||
$kendo-stepper-inline-content-padding-x | +Number | +20px |
+ 20px |
+
Description
+ The horizontal padding the Stepper content. |
+|||
$kendo-stepper-inline-content-padding-y | +Number | +10px |
+ 10px |
+
Description
+ The vertical padding the Stepper content. |
+|||
$kendo-stepper-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
+
+ | +|||
$kendo-stepper-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
+
+ | +|||
$kendo-stepper-font-family | +List | +$kendo-font-family |
+ 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" |
+
+ | +|||
$kendo-stepper-bg | +Null | +null |
+ null |
+
Description
+ The background color of the Stepper. |
+|||
$kendo-stepper-text | +Color | +$kendo-component-text |
+ #212529 |
+
Description
+ The text color of the Stepper. |
+|||
$kendo-stepper-border | +Null | +null |
+ null |
+
Description
+ The border color of the Stepper. |
+|||
$kendo-stepper-indicator-width | +Number | +28px |
+ 28px |
+
Description
+ The width of the Stepper indicator. |
+|||
$kendo-stepper-indicator-height | +Number | +$kendo-stepper-indicator-width |
+ 28px |
+
Description
+ The height of the Stepper indicator. |
+|||
$kendo-stepper-indicator-border-radius | +Number | +50% |
+ 50% |
+
Description
+ The border radius of the Stepper indicator. |
+|||
$kendo-stepper-indicator-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the Stepper indicator. |
+|||
$kendo-stepper-indicator-focus-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the focused Stepper indicator. |
+|||
$kendo-stepper-indicator-focus-size | +Number | +2px |
+ 2px |
+
Description
+ The size of the focused Stepper indicator. |
+|||
$kendo-stepper-indicator-focus-offset | +Number | +3px |
+ 3px |
+
Description
+ The offset of the Stepper focused indicator. |
+|||
$kendo-stepper-indicator-focus-calc-offset | +Calculation | +calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} ) |
+ calc(1px + 3px) |
+
Description
+ The calculated offset of the focused Stepper indicator. |
+|||
$kendo-stepper-indicator-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Stepper indicator. |
+|||
$kendo-stepper-indicator-text | +Color | +$kendo-component-text |
+ #212529 |
+
Description
+ The text color of the Stepper indicator. |
+|||
$kendo-stepper-indicator-border | +Color | +$kendo-component-border |
+ #dee2e6 |
+
Description
+ The border color of the Stepper indicator. |
+|||
$kendo-stepper-indicator-hover-bg | +Color | +if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg )) |
+ #ebebeb |
+
Description
+ The background color of the hovered Stepper indicator. |
+|||
$kendo-stepper-indicator-hover-text | +Null | +null |
+ null |
+
Description
+ The text color of the hovered Stepper indicator. |
+|||
$kendo-stepper-indicator-hover-border | +Null | +null |
+ null |
+
Description
+ The border color of the hovered Stepper indicator. |
+|||
$kendo-stepper-indicator-disabled-bg | +Null | +null |
+ null |
+
Description
+ The background color of the disabled Stepper indicator. |
+|||
$kendo-stepper-indicator-disabled-text | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .65 ), $kendo-disabled-text) |
+ #adb5bd |
+
Description
+ The text color of the disabled Stepper indicator. |
+|||
$kendo-stepper-indicator-disabled-border | +Null | +null |
+ null |
+
Description
+ The border color of the disabled Stepper indicator. |
+|||
$kendo-stepper-indicator-done-bg | +Color | +$kendo-color-primary |
+ #0d6efd |
+
Description
+ The background color of the Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg )) |
+ white |
+
Description
+ The text color of the Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-border | +Color | +$kendo-stepper-indicator-done-bg |
+ #0d6efd |
+
Description
+ The border color of the Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-hover-bg | +Color | +if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg )) |
+ #0c65e9 |
+
Description
+ The background color of the hovered Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-hover-text | +Null | +null |
+ null |
+
Description
+ The text color of the hovered Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-hover-border | +Null | +null |
+ null |
+
Description
+ The border color of the hovered Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-disabled-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( primary, true ), .6 ), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%)) |
+ #6ea8fe |
+
Description
+ The background color of the disabled Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-disabled-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg )) |
+ white |
+
Description
+ The text color of the disabled Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-disabled-border | +Color | +$kendo-stepper-indicator-done-disabled-bg |
+ #6ea8fe |
+
Description
+ The border color of the disabled Stepper done indicator. |
+|||
$kendo-stepper-indicator-current-bg | +Color | +$kendo-stepper-indicator-done-bg |
+ #0d6efd |
+
Description
+ The background color of the Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-text | +Color | +$kendo-stepper-indicator-done-text |
+ white |
+
Description
+ The text color of the Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-border | +Color | +$kendo-stepper-indicator-done-border |
+ #0d6efd |
+
Description
+ The border color of the Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-hover-bg | +Color | +$kendo-stepper-indicator-done-hover-bg |
+ #0c65e9 |
+
Description
+ The background color of the hovered Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-hover-text | +Null | +$kendo-stepper-indicator-done-hover-text |
+ null |
+
Description
+ The text color of the hovered Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-hover-border | +Null | +$kendo-stepper-indicator-done-hover-border |
+ null |
+
Description
+ The border color of the hovered Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-disabled-bg | +Color | +$kendo-stepper-indicator-done-disabled-bg |
+ #6ea8fe |
+
Description
+ The background color of the disabled Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-disabled-text | +Color | +$kendo-stepper-indicator-done-disabled-text |
+ white |
+
Description
+ The text color of the disabled Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-disabled-border | +Color | +$kendo-stepper-indicator-done-disabled-border |
+ #6ea8fe |
+
Description
+ The border color of the disabled Stepper current indicator. |
+|||
$kendo-stepper-label-text | +Null | +null |
+ null |
+
Description
+ The text color of the Stepper label. |
+|||
$kendo-stepper-label-success-text | +Color | +$kendo-color-success |
+ #198754 |
+
Description
+ The success text color of the Stepper label. |
+|||
$kendo-stepper-label-error-text | +Color | +$kendo-color-error |
+ #dc3545 |
+
Description
+ The error text color of the Stepper label. |
+|||
$kendo-stepper-label-hover-text | +Null | +null |
+ null |
+
Description
+ The text color of the hovered Stepper label. |
+|||
$kendo-stepper-label-disabled-text | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .65 ), $kendo-disabled-text) |
+ #adb5bd |
+
Description
+ The text color of the disabled Stepper label. |
+|||
$kendo-stepper-optional-label-text | +Color | +$kendo-subtle-text |
+ #6c757d |
+
Description
+ The text color of the Stepper optional label. |
+|||
$kendo-stepper-optional-label-opacity | +Null | +null |
+ null |
+
Description
+ The opacity of the Stepper optional label. |
+|||
$kendo-stepper-optional-label-font-size | +Number | +$kendo-font-size-sm |
+ 0.875rem |
+
Description
+ The font size of the Stepper optional label. |
+|||
$kendo-stepper-optional-label-font-style | +Null | +null |
+ null |
+
Description
+ The font style of the Stepper optional label. |
+|||
$kendo-stepper-progressbar-size | +Number | +2px |
+ 2px |
+
Description
+ The size of the Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-bg | +Null | +null |
+ null |
+
Description
+ The background color of the Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-text | +Null | +null |
+ null |
+
Description
+ The text color of the Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-fill-bg | +Null | +null |
+ null |
+
Description
+ The background color of the selected Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-fill-text | +Null | +null |
+ null |
+
Description
+ The text color of the selected Stepper ProgressBar. |
+|||
$kendo-stepper-content-transition-property | +String | +height |
+ height |
+
Description
+ The property name of the Stepper transition. |
+|||
$kendo-stepper-content-transition-duration | +Number | +300ms |
+ 300ms |
+
Description
+ The duration of the Stepper transition. |
+|||
$kendo-stepper-content-transition-timing-function | +List | +cubic-bezier(.4, 0, .2, 1) 0ms |
+ cubic-bezier(0.4, 0, 0.2, 1) 0ms |
+
Description
+ The timing function of the Stepper transition. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-taskboard-spacer | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
+
Description
+ The spacing index of the TaskBoard. |
+|||
$kendo-taskboard-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding of the TaskBoard. |
+|||
$kendo-taskboard-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal of the TaskBoard. |
+|||
$kendo-taskboard-font-family | +List | +$kendo-font-family |
+ 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
+ The font family of the TaskBoard. |
+|||
$kendo-taskboard-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
+
Description
+ The font size of the TaskBoard. |
+|||
$kendo-taskboard-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
+
Description
+ The line height of the TaskBoard. |
+|||
$kendo-taskboard-bg | +Null | +null |
+ null |
+
Description
+ The background color of the TaskBoard. |
+|||
$kendo-taskboard-text | +Null | +null |
+ null |
+
Description
+ The text color of the TaskBoard. |
+|||
$kendo-taskboard-border | +Null | +null |
+ null |
+
Description
+ The border color of the TaskBoard. |
+|||
$kendo-taskboard-toolbar-padding-y | +Number | +$kendo-taskboard-spacer |
+ 1rem |
+
Description
+ The vertical padding of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-padding-x | +Number | +$kendo-taskboard-toolbar-padding-y |
+ 1rem |
+
Description
+ The horizontal padding of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-bg | +Null | +null |
+ null |
+
Description
+ The background color of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-text | +Null | +null |
+ null |
+
Description
+ The text color of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-border | +Null | +null |
+ null |
+
Description
+ The border color of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-gradient | +Null | +null |
+ null |
+
Description
+ The gradient of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-content-padding-y | +Number | +$kendo-taskboard-spacer |
+ 1rem |
+
Description
+ The vertical padding of the TaskBoard content. |
+|||
$kendo-taskboard-content-padding-x | +Number | +$kendo-taskboard-content-padding-y |
+ 1rem |
+
Description
+ The horizontal padding of the TaskBoard content. |
+|||
$kendo-taskboard-column-container-spacing-y | +Number | +$kendo-taskboard-spacer * .75 |
+ 0.75rem |
+
Description
+ The vertical spacing of the TaskBoard column container. |
+|||
$kendo-taskboard-column-container-padding-y | +Number | +0px |
+ 0px |
+
Description
+ The vertical padding of the TaskBoard column container. |
+|||
$kendo-taskboard-column-container-padding-x | +Number | +$kendo-taskboard-spacer * .75 |
+ 0.75rem |
+
Description
+ The horizontal padding of the TaskBoard column container. |
+|||
$kendo-taskboard-columns-container-gap | +Number | +$kendo-taskboard-spacer |
+ 1rem |
+
Description
+ The spacing of the TaskBoard columns container. |
+|||
$kendo-taskboard-column-width | +Number | +320px |
+ 320px |
+
Description
+ The default width of the TaskBoard column. |
+|||
$kendo-taskboard-column-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the TaskBoard column. |
+|||
$kendo-taskboard-column-border-radius | +Number | +$kendo-border-radius-sm |
+ 0.25rem |
+
Description
+ The border radius of the TaskBoard column. |
+|||
$kendo-taskboard-column-bg | +Color | +if($kendo-enable-color-system, k-color( surface ), if( $kendo-is-dark-theme, $gray-900, $gray-100 )) |
+ #f8f9fa |
+
Description
+ The background color of the TaskBoard column. |
+|||
$kendo-taskboard-column-text | +Null | +null |
+ null |
+
Description
+ The text color of the TaskBoard column. |
+|||
$kendo-taskboard-column-border | +Color | +transparent |
+ transparent |
+
Description
+ The border color of the TaskBoard column. |
+|||
$kendo-taskboard-column-focus-bg | +Null | +null |
+ null |
+
Description
+ The background color of the focused TaskBoard column. |
+|||
$kendo-taskboard-column-focus-text | +Null | +null |
+ null |
+
Description
+ The text color of the focused TaskBoard column. |
+|||
$kendo-taskboard-column-focus-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-base-border, 2.5 )) |
+ #b6b7b8 |
+
Description
+ The border color of the focused TaskBoard column. |
+|||
$kendo-taskboard-column-header-padding-y | +Number | +$kendo-taskboard-spacer * .75 |
+ 0.75rem |
+
Description
+ The vertical padding of the TaskBoard column header. |
+|||
$kendo-taskboard-column-header-padding-x | +Number | +$kendo-taskboard-column-header-padding-y |
+ 0.75rem |
+
Description
+ The horizontal padding of the TaskBoard column header. |
+|||
$kendo-taskboard-column-header-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 4 ) |
+ 0.25rem |
+
Description
+ The spacing of the TaskBoard column header. |
+|||
$kendo-taskboard-column-header-actions-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 0.5rem |
+
Description
+ The spacing of the TaskBoard column header actions. |
+|||
$kendo-taskboard-column-header-font-weight | +Number | +500 |
+ 500 |
+
Description
+ The font weight of the TaskBoard column header. |
+|||
$kendo-taskboard-column-header-text | +Color | +$kendo-component-header-text |
+ #212529 |
+
Description
+ The text color of the TaskBoard column header. |
+|||
$kendo-taskboard-column-cards-padding-y | +Number | +$kendo-taskboard-spacer * .25 |
+ 0.25rem |
+
Description
+ The vertical padding of the TaskBoard column Card wrapper. |
+|||
$kendo-taskboard-column-cards-padding-x | +Number | +0px |
+ 0px |
+
Description
+ The horizontal padding of the TaskBoard column Card wrapper. |
+|||
$kendo-taskboard-column-cards-gap | +Number | +$kendo-taskboard-spacer * .75 |
+ 0.75rem |
+
Description
+ The spacing of the TaskBoard column Card wrapper. |
+|||
$kendo-taskboard-pane-width | +Number | +$kendo-taskboard-column-width |
+ 320px |
+
Description
+ The default width of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-text | +Color | +$kendo-component-text |
+ #212529 |
+
Description
+ The text color of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-border | +Color | +$kendo-component-border |
+ #dee2e6 |
+
Description
+ The border color of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-header-padding-y | +Number | +( $kendo-taskboard-spacer * .75 ) |
+ 0.75rem |
+
Description
+ The vertical padding of the TaskBoard pane header. |
+|||
$kendo-taskboard-pane-header-padding-x | +Number | +$kendo-taskboard-spacer |
+ 1rem |
+
Description
+ The horizontal padding of the TaskBoard pane header. |
+|||
$kendo-taskboard-pane-header-font-weight | +Number | +500 |
+ 500 |
+
Description
+ The font weight of the TaskBoard pane header. |
+|||
$kendo-taskboard-pane-header-text | +Color | +$kendo-component-header-text |
+ #212529 |
+
Description
+ The text color of the TaskBoard pane header. |
+|||
$kendo-taskboard-pane-content-padding-y | +Number | +0px |
+ 0px |
+
Description
+ The vertical padding of the TaskBoard pane content. |
+|||
$kendo-taskboard-pane-content-padding-x | +Number | +$kendo-taskboard-spacer |
+ 1rem |
+
Description
+ The horizontal padding of the TaskBoard pane content. |
+|||
$kendo-taskboard-pane-actions-padding-y | +Number | +( $kendo-taskboard-spacer * .75 ) |
+ 0.75rem |
+
Description
+ The vertical padding of the TaskBoard pane actions. |
+|||
$kendo-taskboard-pane-actions-padding-x | +Number | +$kendo-taskboard-spacer |
+ 1rem |
+
Description
+ The horizontal padding of the TaskBoard pane actions. |
+|||
$kendo-taskboard-card-padding-y | +Number | +$kendo-taskboard-spacer |
+ 1rem |
+
Description
+ The vertical padding of the TaskBoard Card. |
+|||
$kendo-taskboard-card-padding-x | +Number | +$kendo-taskboard-card-padding-y |
+ 1rem |
+
Description
+ The horizontal padding of the TaskBoard Card. |
+|||
$kendo-taskboard-card-border-width | +Number | +$kendo-card-border-width |
+ 1px |
+
Description
+ The border width of the TaskBoard Card. |
+|||
$kendo-taskboard-card-border-radius | +Number | +$kendo-card-border-radius |
+ 0.375rem |
+
Description
+ The border radius of the TaskBoard Card. |
+|||
$kendo-taskboard-card-bg | +Color | +$kendo-card-bg |
+ #ffffff |
+
Description
+ The background color of the TaskBoard Card. |
+|||
$kendo-taskboard-card-text | +Color | +$kendo-card-text |
+ #212529 |
+
Description
+ The text color of the TaskBoard Card. |
+|||
$kendo-taskboard-card-border | +Color | +$kendo-card-border |
+ #dee2e6 |
+
Description
+ The border color of the TaskBoard Card. |
+|||
$kendo-taskboard-card-shadow | +Null | +$kendo-card-shadow |
+ null |
+
Description
+ The shadow of the TaskBoard Card. |
+|||
$kendo-taskboard-card-category-border-width | +Number | +4px |
+ 4px |
+
Description
+ The border width of the TaskBoard Card category. |
+|||
$kendo-taskboard-card-hover-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 10% )) |
+ #c8cbcf |
+
Description
+ The border color of the hovered TaskBoard Card. |
+|||
$kendo-taskboard-card-focus-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 18% )) |
+ #b6b9bd |
+
Description
+ The border color of the focused TaskBoard Card. |
+|||
$kendo-taskboard-card-focus-shadow | +String | +$kendo-card-focus-shadow |
+ var(--kendo-elevation-3, 0px 4px 10px rgba(0, 0, 0, 0.1)) |
+
Description
+ The shadow of the focused TaskBoard Card. |
+|||
$kendo-taskboard-card-selected-border | +Color | +if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-tint( $kendo-color-primary-lighter, 8 )) |
+ #b6d3fe |
+
Description
+ The border of the selected TaskBoard Card. |
+|||
$kendo-taskboard-card-selected-shadow | +String | +none |
+ none |
+
Description
+ The shadow of the selected TaskBoard Card. |
+|||
$kendo-taskboard-card-header-text | +Color | +$kendo-color-primary |
+ #0d6efd |
+
Description
+ The text color of the TaskBoard Card header text. |
+|||
$kendo-taskboard-card-header-focus-text | +Color | +$kendo-color-primary-darker |
+ #0b5cd5 |
+
Description
+ The text color of the hovered TaskBoard Card header text. |
+|||
$kendo-taskboard-card-header-hover-text | +Color | +$kendo-color-primary-darker |
+ #0b5cd5 |
+
Description
+ The text color of the focused TaskBoard Card header text. |
+|||
$kendo-taskboard-drag-placeholder-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the TaskBoard Card placeholder. |
+|||
$kendo-taskboard-drag-placeholder-border-radius | +Number | +$kendo-taskboard-card-border-radius |
+ 0.375rem |
+
Description
+ The border radius of the TaskBoard Card placeholder. |
+|||
$kendo-taskboard-drag-placeholder-bg | +Color | +rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .1 ) |
+ rgba(0, 0, 0, 0.1) |
+
Description
+ The background color of the TaskBoard Card placeholder. |
+|||
$kendo-taskboard-drag-placeholder-border | +Color | +$kendo-component-border |
+ #dee2e6 |
+
Description
+ The border color of the TaskBoard Card placeholder. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-wizard-padding-x | +Number | +$kendo-padding-md-x * 1.25 |
+ 1.25rem |
+
Description
+ The horizontal padding of the Wizard. |
+|||
$kendo-wizard-padding-y | +Number | +$kendo-wizard-padding-x |
+ 1.25rem |
+
Description
+ The vertical padding of the Wizard. |
+|||
$kendo-wizard-content-padding-x | +Number | +$kendo-padding-md-x * 2 |
+ 2rem |
+
Description
+ The horizontal padding of the Wizard content. |
+|||
$kendo-wizard-content-padding-y | +Number | +$kendo-padding-md-y * 4 |
+ 2rem |
+
Description
+ The vertical padding of the Wizard content. |
+|||
$kendo-wizard-buttons-margin-x | +Number | +10px |
+ 10px |
+
Description
+ The horizontal margin of the Wizard Button container. |
+|||
$kendo-wizard-border-width | +Number | +0px |
+ 0px |
+
Description
+ The border width of the Wizard. |
+|||
$kendo-wizard-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
+
Description
+ The font size of the Wizard. |
+|||
$kendo-wizard-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
+
Description
+ The line height of the Wizard. |
+|||
$kendo-wizard-font-family | +List | +$kendo-font-family |
+ 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
+ The font family of the Wizard. |
+|||
$kendo-wizard-step-focus-border | +Color | +#656565 |
+ #656565 |
+
Description
+ The outline of the focused Wizard step. |
+
$kendo-checkbox-border-width | +$kendo-chat-padding-x | Number | -1px |
- 1px |
+ 16px |
+ 16px |
|
Description
+ The border width of the CheckBox. | Description
The horizontal padding of the Chat. |
||||||
$kendo-checkbox-sm-size | +$kendo-chat-padding-y | Number | -k-map-get( $kendo-spacing, 3 ) |
- 0.75rem |
+ 16px |
+ 16px |
|
Description
+ The size of a small CheckBox. | Description
The vertical padding of the Chat. |
||||||
$kendo-checkbox-md-size | +$kendo-chat-width | Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
+ 500px |
+ 500px |
|
Description
+ The size of a medium CheckBox. | Description
The width of the Chat. |
||||||
$kendo-checkbox-lg-size | +$kendo-chat-height | Number | -k-map-get( $kendo-spacing, 5 ) |
- 1.25rem |
+ 600px |
+ 600px |
|
Description
+ The size of a large CheckBox. | Description
The height of the Chat. |
||||||
$kendo-checkbox-sm-glyph-size | +$kendo-chat-border-width | Number | -k-map-get( $kendo-spacing, 2.5 ) |
- 0.625rem |
+ 1px |
+ 1px |
|
Description
+ The glyph size of a small CheckBox. | Description
The border width of the Chat. |
||||||
$kendo-checkbox-md-glyph-size | -Number | -k-map-get( $kendo-spacing, 3.5 ) |
- 0.875rem |
+ $kendo-chat-font-family | +List | +$kendo-font-family |
+ 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
+ The glyph size of a medium CheckBox. | Description
The font family of the Chat. |
||||||
$kendo-checkbox-lg-glyph-size | +$kendo-chat-font-size | Number | -k-map-get( $kendo-spacing, 4.5 ) |
- 1.125rem |
+ $kendo-font-size-md |
+ 1rem |
|
Description
+ The glyph size of a large CheckBox. | Description
The font size of the Chat. |
||||||
$kendo-checkbox-sm-ripple-size | +$kendo-chat-line-height | Number | -300% |
- 300% |
+ $kendo-line-height-md |
+ 1.5 |
|
Description
+ The ripple size of a small CheckBox. | Description
The line height of the Chat. |
||||||
$kendo-checkbox-md-ripple-size | +$kendo-chat-item-spacing-x | Number | -300% |
- 300% |
+ 8px |
+ 8px |
|
Description
+ The ripple size of a medium CheckBox. | Description
The horizontal spacing between items of the Chat. |
||||||
$kendo-checkbox-lg-ripple-size | +$kendo-chat-item-spacing-y | Number | -300% |
- 300% |
+ 16px |
+ 16px |
|
Description
+ The ripple size of a large CheckBox. | Description
The vertical spacing between items of the Chat. |
||||||
$kendo-checkbox-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-chat-message-list-padding-x | +Number | +$kendo-chat-padding-x |
+ 16px |
Description
+ The background color of CheckBox. | Description
The horizontal padding of the Chat message list. |
||||||
$kendo-checkbox-text | -Null | -null |
- null |
+ $kendo-chat-message-list-padding-y | +Number | +$kendo-chat-padding-y |
+ 16px |
Description
+ The text color of CheckBox. | Description
The vertical padding of the Chat message list. |
||||||
$kendo-checkbox-border | -Color | -if($kendo-enable-color-system, k-color( border-alt ), if( k-is-light( $kendo-checkbox-bg ), $gray-400, $gray-600 )) |
- #ced4da |
+ $kendo-chat-message-list-spacing | +Number | +$kendo-chat-item-spacing-y |
+ 16px |
Description
+ The border color of CheckBox. | Description
The spacing of the Chat message list. |
||||||
$kendo-checkbox-hover-bg | -Null | -null |
- null |
+ $kendo-chat-timestamp-font-size | +String | +smaller |
+ smaller |
Description
+ The background color of the hovered CheckBox. | Description
The font size of the Chat timestamp. |
||||||
$kendo-checkbox-hover-text | +$kendo-chat-timestamp-line-height | Null | null |
null |
|||
Description
+ The text color of the hovered CheckBox. | Description
The line height of the Chat timestamp. |
||||||
$kendo-checkbox-hover-border | -Null | -null |
- null |
+ $kendo-chat-timestamp-transform | +String | +uppercase |
+ uppercase |
Description
+ The border color of the hovered CheckBox. | Description
The text transform of the Chat timestamp. |
||||||
$kendo-checkbox-checked-bg | +$kendo-chat-timestamp-text | Color | -$kendo-color-primary |
- #0d6efd |
+ $kendo-subtle-text |
+ #6c757d |
|
Description
+ The background color of the checked CheckBox. | Description
The text color of the Chat timestamp. |
||||||
$kendo-checkbox-checked-text | -Color | -if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-checkbox-checked-bg )) |
- white |
+ $kendo-chat-timestamp-bg | +Null | +null |
+ null |
Description
+ The color of the checked CheckBox. | Description
The background color of the Chat timestamp. |
||||||
$kendo-checkbox-checked-border | -Color | -$kendo-checkbox-checked-bg |
- #0d6efd |
+ $kendo-chat-bubble-padding-x | +Number | +16px |
+ 16px |
Description
+ The border color of the checked CheckBox. | Description
The horizontal padding of the Chat bubble message. |
||||||
$kendo-checkbox-indeterminate-bg | -Color | -$kendo-checkbox-checked-bg |
- #0d6efd |
+ $kendo-chat-bubble-padding-y | +Number | +8px |
+ 8px |
Description
+ The background color of the indeterminate CheckBox. | Description
The vertical padding of the Chat bubble message. |
||||||
$kendo-checkbox-indeterminate-text | -Color | -$kendo-checkbox-checked-text |
- white |
+ $kendo-chat-bubble-spacing | +Number | +2px |
+ 2px |
Description
+ The text color of the indeterminate CheckBox. | Description
The spacing of the Chat bubble message. |
||||||
$kendo-checkbox-indeterminate-border | -Color | -$kendo-checkbox-checked-border |
- #0d6efd |
+ $kendo-chat-bubble-line-height | +Number | +1.25 |
+ 1.25 |
Description
+ The border color of the indeterminate CheckBox. | Description
The line height of the Chat bubble message. |
||||||
$kendo-checkbox-focus-border | -Color | -if($kendo-enable-color-system, k-color( primary-emphasis ), k-try-tint( $kendo-color-primary, 50% )) |
- #86b7fe |
+ $kendo-chat-bubble-border-radius | +Number | +12px |
+ 12px |
Description
+ The border color of the focused CheckBox. | Description
The border radius of the Chat bubble message. |
||||||
$kendo-checkbox-focus-shadow | -List | -0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 )) |
- 0 0 0 0.25rem rgba(13, 110, 253, 0.25) |
+ $kendo-chat-bubble-border-radius-sm | +Number | +2px |
+ 2px |
Description
+ The box shadow of the focused CheckBox. | Description
The border radius of the Chat small bubble message |
||||||
$kendo-checkbox-focus-checked-border | -Color | -$kendo-checkbox-checked-border |
- #0d6efd |
+ $kendo-chat-avatar-size | +Number | +32px |
+ 32px |
Description
+ The border color of the focused and checked CheckBox. | Description
The size of the Chat Avatar. |
||||||
$kendo-checkbox-focus-checked-shadow | -List | -$kendo-checkbox-focus-shadow |
- 0 0 0 0.25rem rgba(13, 110, 253, 0.25) |
+ $kendo-chat-avatar-spacing | +Number | +$kendo-chat-item-spacing-x |
+ 8px |
Description
+ The box shadow of the focused and checked CheckBox. | Description
The spacing of the Chat Avatar. |
||||||
$kendo-checkbox-disabled-bg | -Null | -null |
- null |
+ $kendo-chat-toolbar-padding-x | +Number | +$kendo-toolbar-md-padding-x |
+ 0.5rem |
Description
+ The background color of the disabled CheckBox. | Description
The horizontal padding of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-text | -Null | -null |
- null |
+ $kendo-chat-toolbar-padding-y | +Number | +$kendo-toolbar-md-padding-y |
+ 0.5rem |
Description
+ The text color of the disabled CheckBox. | Description
The vertical padding of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-border | -Null | -null |
- null |
+ $kendo-chat-toolbar-spacing | +Number | +$kendo-toolbar-md-spacing |
+ 0.5rem |
Description
+ The border color of the disabled CheckBox. | Description
The spacing of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-checked-bg | -Null | -null |
- null |
+ $kendo-chat-toolbar-bg | +Color | +$kendo-toolbar-bg |
+ #f8f9fa |
Description
+ The background color of the disabled and checked CheckBox. | Description
The background color of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-checked-text | -Null | -null |
- null |
+ $kendo-chat-toolbar-text | +Color | +$kendo-toolbar-text |
+ #212529 |
Description
+ The text color of the disabled and checked CheckBox. | Description
The text color of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-checked-border | -Null | -null |
- null |
+ $kendo-chat-toolbar-border | +String | +inherit |
+ inherit |
Description
+ The border color of the disabled and checked CheckBox. | Description
The border color of the Chat Toolbar. |
||||||
$kendo-checkbox-invalid-bg | -Null | -null |
- null |
+ $kendo-chat-quick-reply-padding-x | +Number | +12px |
+ 12px |
Description
+ The background color of the invalid CheckBox. | Description
The horizontal padding of the Chat quick reply. |
||||||
$kendo-checkbox-invalid-text | -Color | -$kendo-invalid-text |
- #dc3545 |
+ $kendo-chat-quick-reply-padding-y | +Number | +8px |
+ 8px |
Description
+ The text color of the invalid CheckBox. | Description
The vertical padding of the Chat quick reply. |
||||||
$kendo-checkbox-invalid-border | -Color | -$kendo-invalid-border |
- #dc3545 |
+ $kendo-chat-quick-reply-spacing | +Number | +8px |
+ 8px |
Description
+ The border color of the invalid CheckBox. | Description
The spacing of the Chat quick reply. |
||||||
$kendo-checkbox-indicator-type | -String | -image |
- image |
+ $kendo-chat-quick-reply-line-height | +Number | +$kendo-chat-bubble-line-height |
+ 1.25 |
Description
+ The type of the CheckBox indicator. | Description
The line height of the Chat quick reply. |
||||||
$kendo-checkbox-glyph-font-family | -List | -"WebComponentsIcons", monospace |
- "WebComponentsIcons", monospace |
+ $kendo-chat-bg | +Color | +$kendo-app-bg |
+ #fafafa |
Description
+ The font family of the CheckBox indicator glyph. | Description
The background color of the Chat. |
||||||
$kendo-checkbox-checked-glyph | -String | -"\e118" |
- "\e118" |
+ $kendo-chat-text | +Color | +$kendo-app-text |
+ #212529 |
Description
+ The glyph of the CheckBox indicator. | Description
The text color of the Chat. |
||||||
$kendo-checkbox-indeterminate-glyph | -String | -"\e121" |
- "\e121" |
+ $kendo-chat-border | +Color | +$kendo-app-border |
+ #dee2e6 |
Description
+ The glyph of the indeterminate CheckBox indicator. | Description
The border color of the Chat. |
||||||
$kendo-checkbox-checked-image | +$kendo-chat-bubble-bg | +Color | +$kendo-button-bg |
+ #e4e7eb |
+|||
Description
+ The background color of the Chat bubble. |
+|||||||
$kendo-chat-bubble-text | +Color | +$kendo-button-text |
+ #212529 |
+||||
Description
+ The text color of the Chat bubble. |
+|||||||
$kendo-chat-bubble-border | +Color | +$kendo-chat-bubble-bg |
+ #e4e7eb |
+||||
Description
+ The border color of the Chat bubble. |
+|||||||
$kendo-chat-bubble-shadow | String | -k-escape-svg( url("data:image/svg+xml,") ) |
- url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") |
+ none |
+ none |
||
Description
+ The image for a checked CheckBox indicator. | Description
The box shadow of the Chat bubble. |
||||||
$kendo-checkbox-indeterminate-image | +$kendo-chat-bubble-hover-shadow | String | -k-escape-svg( url("data:image/svg+xml,") ) |
- url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e") |
+ none |
+ none |
|
Description
+ The image for a indeterminate CheckBox indicator. | Description
The shadow of the hovered Chat bubble. |
||||||
$kendo-checkbox-label-margin-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ $kendo-chat-bubble-selected-shadow | +String | +none |
+ none |
Description
+ The horizontal margin of the CheckBox inside a label. | Description
The shadow of the selected Chat bubble. |
||||||
$kendo-checkbox-list-spacing | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
+ $kendo-chat-alt-bubble-bg | +Color | +$kendo-color-primary |
+ #0d6efd |
Description
+ The spacing between the items in a horizontal CheckBox list. | Description
The background color of the Chat alt bubble. |
||||||
$kendo-checkbox-list-item-padding-x | -Number | -0px |
- 0px |
+ $kendo-chat-alt-bubble-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-chat-alt-bubble-bg )) |
+ white |
Description
+ The horizontal padding of the CheckBox list items. | Description
The text color of the Chat alt bubble. |
||||||
$kendo-checkbox-list-item-padding-y | -Number | -$kendo-list-md-item-padding-y |
- 0.25rem |
+ $kendo-chat-alt-bubble-border | +Color | +$kendo-chat-alt-bubble-bg |
+ #0d6efd |
Description
+ The vertical padding of the CheckBox list items | Description
The border color of the Chat alt bubble. |
||||||
$kendo-checkbox-ripple-bg | +$kendo-chat-alt-bubble-shadow | +String | +none |
+ none |
+|||
Description
+ The shadow of the Chat alt bubble. |
+|||||||
$kendo-chat-alt-bubble-hover-shadow | +String | +none |
+ none |
+||||
Description
+ The shadow of the hovered Chat alt bubble. |
+|||||||
$kendo-chat-alt-bubble-selected-shadow | +String | +none |
+ none |
+||||
Description
+ The shadow of the selected Chat alt bubble. |
+|||||||
$kendo-chat-quick-reply-bg | Color | -$kendo-checkbox-checked-bg |
+ transparent |
+ transparent |
+|||
Description
+ The background color of Chat quick reply. |
+|||||||
$kendo-chat-quick-reply-text | +Color | +$kendo-color-primary |
#0d6efd |
||||
Description
+ The background color of the CheckBox' ripple. | Description
The text color of Chat quick reply. |
||||||
$kendo-checkbox-ripple-opacity | -Number | -.25 |
- 0.25 |
+ $kendo-chat-quick-reply-border | +Color | +$kendo-color-primary |
+ #0d6efd |
Description
+ The opacity of the CheckBox' ripple. | Description
+ The border color of Chat quick reply. |
+||||||
$kendo-chat-quick-reply-hover-bg | +Color | +$kendo-color-primary |
+ #0d6efd |
+||||
Description
+ The background color of the hovered Chat quick reply. |
+|||||||
$kendo-chat-quick-reply-hover-text | +Color | +$kendo-color-primary-contrast |
+ white |
+||||
Description
+ The text color of the Chat quick reply. |
+|||||||
$kendo-chat-quick-reply-hover-border | +Color | +$kendo-color-primary |
+ #0d6efd |
+||||
Description
The border color of the hovered Chat quick reply. |
$kendo-chip-border-width | +$kendo-checkbox-border-width | Number | 1px |
1px |
|||
Description
+ The width of the border around the Chip. | Description
The border width of the CheckBox. |
||||||
$kendo-chip-spacing | +$kendo-checkbox-sm-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ k-map-get( $kendo-spacing, 3 ) |
+ 0.75rem |
|
Description
+ The spacing between the text and the icons of the Chip. | Description
The size of a small CheckBox. |
||||||
$kendo-chip-padding-x | +$kendo-checkbox-md-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
|
Description
+ The horizontal padding of the Chip. | Description
The size of a medium CheckBox. |
||||||
$kendo-chip-sm-padding-x | +$kendo-checkbox-lg-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ k-map-get( $kendo-spacing, 5 ) |
+ 1.25rem |
|
Description
+ The horizontal padding of the small Chip. | Description
The size of a large CheckBox. |
||||||
$kendo-chip-md-padding-x | +$kendo-checkbox-sm-glyph-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ k-map-get( $kendo-spacing, 2.5 ) |
+ 0.625rem |
|
Description
+ The horizontal padding of the medium Chip. | Description
The glyph size of a small CheckBox. |
||||||
$kendo-chip-lg-padding-x | +$kendo-checkbox-md-glyph-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ k-map-get( $kendo-spacing, 3.5 ) |
+ 0.875rem |
|
Description
+ The horizontal padding of the large Chip. | Description
The glyph size of a medium CheckBox. |
||||||
$kendo-chip-padding-y | +$kendo-checkbox-lg-glyph-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ k-map-get( $kendo-spacing, 4.5 ) |
+ 1.125rem |
|
Description
+ The vertical padding of the Chip. | Description
The glyph size of a large CheckBox. |
||||||
$kendo-chip-sm-padding-y | +$kendo-checkbox-sm-ripple-size | Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 0.125rem |
+ 300% |
+ 300% |
|
Description
+ The vertical padding of the small Chip. | Description
The ripple size of a small CheckBox. |
||||||
$kendo-chip-md-padding-y | +$kendo-checkbox-md-ripple-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ 300% |
+ 300% |
|
Description
+ The vertical padding of the medium Chip. | Description
The ripple size of a medium CheckBox. |
||||||
$kendo-chip-lg-padding-y | +$kendo-checkbox-lg-ripple-size | Number | -k-map-get( $kendo-spacing, 1.5 ) |
- 0.375rem |
+ 300% |
+ 300% |
|
Description
+ The vertical padding of the large Chip. | Description
The ripple size of a large CheckBox. |
||||||
$kendo-chip-font-size | -Number | -$kendo-font-size-md |
- 1rem |
+ $kendo-checkbox-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The font size of the Chip. | Description
The background color of CheckBox. |
||||||
$kendo-chip-sm-font-size | -Number | -$kendo-font-size-sm |
- 0.875rem |
+ $kendo-checkbox-text | +Null | +null |
+ null |
Description
+ The font size of the small Chip. | Description
The text color of CheckBox. |
||||||
$kendo-chip-md-font-size | -Number | -$kendo-font-size-md |
- 1rem |
+ $kendo-checkbox-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), if( k-is-light( $kendo-checkbox-bg ), $gray-400, $gray-600 )) |
+ #ced4da |
Description
+ The font size of the medium Chip. | Description
The border color of CheckBox. |
||||||
$kendo-chip-line-height | -Number | -1.25 |
- 1.25 |
+ $kendo-checkbox-hover-bg | +Null | +null |
+ null |
Description
+ The Chip's line height that is related to the $kendo-font-size. | Description
The background color of the hovered CheckBox. |
||||||
$kendo-chip-sm-line-height | -Number | -$kendo-chip-line-height |
- 1.25 |
+ $kendo-checkbox-hover-text | +Null | +null |
+ null |
Description
+ The small Chip's line height that is related to the $kendo-font-size. | Description
The text color of the hovered CheckBox. |
||||||
$kendo-chip-md-line-height | -Number | -$kendo-chip-line-height |
- 1.25 |
+ $kendo-checkbox-hover-border | +Null | +null |
+ null |
Description
+ The medium Chip's line height that is related to the $kendo-font-size. | Description
The border color of the hovered CheckBox. |
||||||
$kendo-chip-lg-line-height | -Number | -$kendo-chip-line-height |
- 1.25 |
+ $kendo-checkbox-checked-bg | +Color | +$kendo-color-primary |
+ #0d6efd |
Description
+ The large Chip's line height that is related to the $kendo-font-size. | Description
The background color of the checked CheckBox. |
||||||
$kendo-chip-calc-size | -Calculation | -calc( #{$kendo-chip-line-height * 1em} + #{$kendo-chip-padding-y * 2} + #{$kendo-chip-border-width * 2} ) |
- calc(1.25em + 0.5rem + 2px) |
+ $kendo-checkbox-checked-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-checkbox-checked-bg )) |
+ white |
Description
+ The calculated height of the Chip. | Description
The color of the checked CheckBox. |
||||||
$kendo-chip-sizes | -Map | -(
- 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: 0.25rem, padding-y: 0.125rem, font-size: 0.875rem, line-height: 1.25), md: (padding-x: 0.25rem, padding-y: 0.25rem, font-size: 1rem, line-height: 1.25), lg: (padding-x: 0.25rem, padding-y: 0.375rem, font-size: 1rem, line-height: 1.25)) |
+ $kendo-checkbox-checked-border | +Color | +$kendo-checkbox-checked-bg |
+ #0d6efd |
Description
+ The map with the sizes of the Chip. | Description
The border color of the checked CheckBox. |
||||||
$kendo-chip-base-bg | +$kendo-checkbox-indeterminate-bg | Color | -$kendo-button-bg |
- #e4e7eb |
+ $kendo-checkbox-checked-bg |
+ #0d6efd |
|
Description
+ The base background color of the Chip. | Description
The background color of the indeterminate CheckBox. |
||||||
$kendo-chip-theme-colors | -Map | -(
- "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": #e4e7eb, "error": #dc3545, "info": #0dcaf0, "warning": #ffc107, "success": #198754) |
+ $kendo-checkbox-indeterminate-text | +Color | +$kendo-checkbox-checked-text |
+ white |
Description
+ The theme colors map for the Chip. | Description
The text color of the indeterminate CheckBox. |
||||||
$kendo-chip-solid-bg | +$kendo-checkbox-indeterminate-border | Color | -$kendo-chip-base-bg |
- #e4e7eb |
+ $kendo-checkbox-checked-border |
+ #0d6efd |
|
Description
+ The base background color of the solid Chip. | Description
The border color of the indeterminate CheckBox. |
||||||
$kendo-chip-solid-text | +$kendo-checkbox-focus-border | Color | -$kendo-button-text |
- #212529 |
+ if($kendo-enable-color-system, k-color( primary-emphasis ), k-try-tint( $kendo-color-primary, 50% )) |
+ #86b7fe |
|
Description
+ he base text color of the solid Chip. | Description
The border color of the focused CheckBox. |
||||||
$kendo-chip-solid-border | +$kendo-checkbox-focus-shadow | +List | +0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 )) |
+ 0 0 0 0.25rem rgba(13, 110, 253, 0.25) |
+|||
Description
+ The box shadow of the focused CheckBox. |
+|||||||
$kendo-checkbox-focus-checked-border | Color | -$kendo-button-border |
- #e4e7eb |
+ $kendo-checkbox-checked-border |
+ #0d6efd |
||
Description
+ The base border color of the solid Chip. | Description
The border color of the focused and checked CheckBox. |
||||||
$kendo-chip-solid-shadow | +$kendo-checkbox-focus-checked-shadow | List | -0 0 0 2px rgba( $kendo-chip-base-bg, .16 ) |
- 0 0 0 2px rgba(228, 231, 235, 0.16) |
+ $kendo-checkbox-focus-shadow |
+ 0 0 0 0.25rem rgba(13, 110, 253, 0.25) |
|
Description
+ The base shadow of the solid Chip. | Description
The box shadow of the focused and checked CheckBox. |
||||||
$kendo-chip-solid-gradient | +$kendo-checkbox-disabled-bg | Null | -$kendo-button-gradient |
+ null |
null |
||
Description
+ The base gradient of the solid Chip. | Description
The background color of the disabled CheckBox. |
||||||
$kendo-chip-solid-focus-bg | +$kendo-checkbox-disabled-text | Null | null |
null |
|||
Description
+ The base background color of the focused solid Chip. | Description
The text color of the disabled CheckBox. |
||||||
$kendo-chip-solid-focus-text | +$kendo-checkbox-disabled-border | Null | null |
null |
|||
Description
+ The base text color of the focused solid Chip. | Description
The border color of the disabled CheckBox. |
||||||
$kendo-chip-solid-hover-bg | -Color | -$kendo-button-hover-bg |
- #ced3db |
+ $kendo-checkbox-disabled-checked-bg | +Null | +null |
+ null |
Description
+ The base background color of the hovered solid Chip. | Description
The background color of the disabled and checked CheckBox. |
||||||
$kendo-chip-solid-hover-text | +$kendo-checkbox-disabled-checked-text | Null | null |
null |
|||
Description
+ The base text color of the hovered solid Chip. | Description
The text color of the disabled and checked CheckBox. |
||||||
$kendo-chip-solid-selected-bg | -Color | -$kendo-button-active-bg |
- #c7cdd5 |
+ $kendo-checkbox-disabled-checked-border | +Null | +null |
+ null |
Description
+ The base background color of the selected solid Chip. | Description
The border color of the disabled and checked CheckBox. |
||||||
$kendo-chip-solid-selected-text | +$kendo-checkbox-invalid-bg | Null | null |
null |
|||
Description
+ The base text color of the selected solid Chip. | Description
The background color of the invalid CheckBox. |
||||||
$kendo-chip-outline-bg | +$kendo-checkbox-invalid-text | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-invalid-text |
+ #dc3545 |
|
Description
+ The base background color of the outline Chip. | Description
The text color of the invalid CheckBox. |
||||||
$kendo-chip-outline-text | +$kendo-checkbox-invalid-border | Color | -$kendo-chip-solid-text |
- #212529 |
+ $kendo-invalid-border |
+ #dc3545 |
|
Description
+ The base text color of the outline Chip. | Description
The border color of the invalid CheckBox. |
||||||
$kendo-chip-outline-border | -Color | -$kendo-chip-outline-text |
- #212529 |
+ $kendo-checkbox-indicator-type | +String | +image |
+ image |
Description
+ The base border color of the outline Chip. | Description
The type of the CheckBox indicator. |
||||||
$kendo-chip-outline-shadow | +$kendo-checkbox-glyph-font-family | List | -0 0 0 2px rgba( $kendo-chip-base-bg, .16 ) |
- 0 0 0 2px rgba(228, 231, 235, 0.16) |
+ "WebComponentsIcons", monospace |
+ "WebComponentsIcons", monospace |
|
Description
+ The base shadow of the outline Chip. | Description
The font family of the CheckBox indicator glyph. |
||||||
$kendo-chip-outline-hover-bg | -Color | -$kendo-chip-outline-text |
- #212529 |
+ $kendo-checkbox-checked-glyph | +String | +"\e118" |
+ "\e118" |
Description
+ The base background color of the hovered outline Chip. | Description
The glyph of the CheckBox indicator. |
||||||
$kendo-chip-outline-hover-text | -Color | -if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-chip-outline-hover-bg )) |
- white |
+ $kendo-checkbox-indeterminate-glyph | +String | +"\e121" |
+ "\e121" |
Description
+ The base text color of the hovered outline Chip. | Description
The glyph of the indeterminate CheckBox indicator. |
||||||
$kendo-chip-outline-selected-bg | -Color | -$kendo-chip-outline-hover-bg |
- #212529 |
+ $kendo-checkbox-checked-image | +String | +k-escape-svg( url("data:image/svg+xml,") ) |
+ url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") |
Description
+ The base background color of the selected outline Chip. | Description
The image for a checked CheckBox indicator. |
||||||
$kendo-chip-outline-selected-text | -Color | -$kendo-chip-outline-hover-text |
- white |
+ $kendo-checkbox-indeterminate-image | +String | +k-escape-svg( url("data:image/svg+xml,") ) |
+ url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e") |
Description
+ The base text color of the selected outline Chip. | Description
The image for a indeterminate CheckBox indicator. |
||||||
$kendo-chip-list-sizes | -Map | -(
- sm: k-map-get( $kendo-spacing, 1 ),
- md: k-map-get( $kendo-spacing, 1 ),
- lg: k-map-get( $kendo-spacing, 1 )
-) |
- (sm: 0.25rem, md: 0.25rem, lg: 0.25rem) |
+ $kendo-checkbox-label-margin-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
Description
+ The sizes of the Chip list. | Description
The horizontal margin of the CheckBox inside a label. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-color-gradient-spacer | +|||||||
$kendo-checkbox-list-spacing | Number | k-map-get( $kendo-spacing, 4 ) |
1rem |
||||
Description
+ The spacer of the ColorGradient. | Description
The spacing between the items in a horizontal CheckBox list. |
||||||
$kendo-color-gradient-width | +$kendo-checkbox-list-item-padding-x | Number | -328px |
- 328px |
+ 0px |
+ 0px |
|
Description
+ The width of the ColorGradient. | Description
The horizontal padding of the CheckBox list items. |
||||||
$kendo-color-gradient-border-width | +$kendo-checkbox-list-item-padding-y | Number | -1px |
- 1px |
+ $kendo-list-md-item-padding-y |
+ 0.25rem |
|
+ | Description
The vertical padding of the CheckBox list items |
||||||
$kendo-color-gradient-border-radius | -Number | -$kendo-border-radius-md |
- 0.375rem |
+ $kendo-checkbox-ripple-bg | +Color | +$kendo-checkbox-checked-bg |
+ #0d6efd |
Description
+ The border radius of the ColorGradient. | Description
The background color of the CheckBox' ripple. |
||||||
$kendo-color-gradient-padding-y | +$kendo-checkbox-ripple-opacity | Number | -$kendo-color-gradient-spacer |
- 1rem |
+ .25 |
+ 0.25 |
|
Description
+ The vertical padding of the ColorGradient. | Description
The opacity of the CheckBox' ripple. |
||||||
$kendo-color-gradient-padding-x | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-chip-border-width | Number | -$kendo-color-gradient-padding-y |
- 1rem |
+ 1px |
+ 1px |
||
Description
+ The horizontal padding of the ColorGradient. | Description
The width of the border around the Chip. |
||||||
$kendo-color-gradient-gap | +$kendo-chip-spacing | Number | -$kendo-color-gradient-spacer |
- 1rem |
-|||
Description
- The spacing between the sections of the ColorGradient. |
-|||||||
$kendo-color-gradient-font-family | -List | -$kendo-font-family |
- 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" |
+ k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
||
Description
+ The font family of the ColorGradient. | Description
The spacing between the text and the icons of the Chip. |
||||||
$kendo-color-gradient-font-size | +$kendo-chip-padding-x | Number | -$kendo-font-size-md |
- 1rem |
+ k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
|
Description
+ The font size of the ColorGradient. | Description
The horizontal padding of the Chip. |
||||||
$kendo-color-gradient-line-height | +$kendo-chip-sm-padding-x | Number | -$kendo-line-height-md |
- 1.5 |
+ k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
|
Description
+ The line height of the ColorGradient. | Description
The horizontal padding of the small Chip. |
||||||
$kendo-color-gradient-text | -Color | -$kendo-component-text |
- #212529 |
+ $kendo-chip-md-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
Description
+ The text color of the ColorGradient. | Description
The horizontal padding of the medium Chip. |
||||||
$kendo-color-gradient-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-chip-lg-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
Description
+ The background color of the ColorGradient. | Description
The horizontal padding of the large Chip. |
||||||
$kendo-color-gradient-border | -Color | -$kendo-component-border |
- #dee2e6 |
+ $kendo-chip-padding-y | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
Description
+ The border color of the ColorGradient. | Description
The vertical padding of the Chip. |
||||||
$kendo-color-gradient-focus-border | -Color | -$kendo-hover-border |
- #d6d9dc |
+ $kendo-chip-sm-padding-y | +Number | +k-map-get( $kendo-spacing, 0.5 ) |
+ 0.125rem |
Description
+ The border color of the focused ColorGradient. | Description
The vertical padding of the small Chip. |
||||||
$kendo-color-gradient-focus-shadow | -Null | -null |
- null |
+ $kendo-chip-md-padding-y | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
Description
+ The box shadow of the focused ColorGradient. | Description
The vertical padding of the medium Chip. |
||||||
$kendo-color-gradient-canvas-border-radius | +$kendo-chip-lg-padding-y | Number | -$kendo-border-radius-md |
+ k-map-get( $kendo-spacing, 1.5 ) |
0.375rem |
||
Description
+ The border radius of the ColorGradient canvas. | Description
The vertical padding of the large Chip. |
||||||
$kendo-color-gradient-canvas-gap | +$kendo-chip-font-size | Number | -k-map-get( $kendo-spacing, 3 ) |
- 0.75rem |
+ $kendo-font-size-md |
+ 1rem |
|
Description
+ The spacing between the items of the ColorGradient canvas. | Description
The font size of the Chip. |
||||||
$kendo-color-gradient-canvas-rectangle-height | +$kendo-chip-sm-font-size | Number | -180px |
- 180px |
+ $kendo-font-size-sm |
+ 0.875rem |
|
Description
+ The height the ColorGradient canvas hsv rectangle. | Description
The font size of the small Chip. |
||||||
$kendo-color-gradient-slider-track-size | +$kendo-chip-md-font-size | Number | -10px |
- 10px |
+ $kendo-font-size-md |
+ 1rem |
|
Description
+ The width of the ColorGradient slider. | Description
The font size of the medium Chip. |
||||||
$kendo-color-gradient-slider-border-radius | +$kendo-chip-line-height | Number | -10px |
- 10px |
+ 1.25 |
+ 1.25 |
|
Description
+ The border radius of the ColorGradient slider. | Description
The Chip's line height that is related to the $kendo-font-size. |
||||||
$kendo-color-gradient-slider-draghandle-border-width | +$kendo-chip-sm-line-height | Number | -3px |
- 3px |
+ $kendo-chip-line-height |
+ 1.25 |
|
Description
+ The width of the border around the ColorGradient slider drag handle. | Description
The small Chip's line height that is related to the $kendo-font-size. |
||||||
$kendo-color-gradient-slider-vertical-size | +$kendo-chip-md-line-height | Number | -180px |
- 180px |
+ $kendo-chip-line-height |
+ 1.25 |
|
Description
+ The height of the ColorGradient vertical slider. | Description
The medium Chip's line height that is related to the $kendo-font-size. |
||||||
$kendo-color-gradient-slider-horizontal-size | +$kendo-chip-lg-line-height | Number | -100% |
- 100% |
+ $kendo-chip-line-height |
+ 1.25 |
|
Description
+ The width of the ColorGradient horizontal slider. | Description
The large Chip's line height that is related to the $kendo-font-size. |
||||||
$kendo-color-gradient-draghandle-width | -Number | -14px |
- 14px |
+ $kendo-chip-calc-size | +Calculation | +calc( #{$kendo-chip-line-height * 1em} + #{$kendo-chip-padding-y * 2} + #{$kendo-chip-border-width * 2} ) |
+ calc(1.25em + 0.5rem + 2px) |
Description
+ The width of the ColorGradient canvas drag handle. | Description
The calculated height of the Chip. |
||||||
$kendo-color-gradient-draghandle-height | -Number | -14px |
- 14px |
+ $kendo-chip-sizes | +Map | +(
+ 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: 0.25rem, padding-y: 0.125rem, font-size: 0.875rem, line-height: 1.25), md: (padding-x: 0.25rem, padding-y: 0.25rem, font-size: 1rem, line-height: 1.25), lg: (padding-x: 0.25rem, padding-y: 0.375rem, font-size: 1rem, line-height: 1.25)) |
Description
+ The height of the ColorGradient canvas drag handle. | Description
The map with the sizes of the Chip. |
||||||
$kendo-color-gradient-draghandle-border-width | -Number | -1px |
- 1px |
+ $kendo-chip-base-bg | +Color | +$kendo-button-bg |
+ #e4e7eb |
Description
+ The width of the border around the ColorGradient canvas drag handle. | Description
The base background color of the Chip. |
||||||
$kendo-color-gradient-draghandle-outline-width | -Number | -1px |
- 1px |
+ $kendo-chip-theme-colors | +Map | +(
+ "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": #e4e7eb, "error": #dc3545, "info": #0dcaf0, "warning": #ffc107, "success": #198754) |
Description
+ The width of the outline around the ColorGradient canvas drag handle. | Description
The theme colors map for the Chip. |
||||||
$kendo-color-gradient-draghandle-border-radius | -Number | -50% |
- 50% |
+ $kendo-chip-solid-bg | +Color | +$kendo-chip-base-bg |
+ #e4e7eb |
Description
+ The border radius of the ColorGradient canvas drag handle. | Description
The base background color of the solid Chip. |
||||||
$kendo-color-gradient-draghandle-text | +$kendo-chip-solid-text | +Color | +$kendo-button-text |
+ #212529 |
+|||
Description
+ he base text color of the solid Chip. |
+|||||||
$kendo-chip-solid-border | +Color | +$kendo-button-border |
+ #e4e7eb |
+||||
Description
+ The base border color of the solid Chip. |
+|||||||
$kendo-chip-solid-shadow | +List | +0 0 0 2px rgba( $kendo-chip-base-bg, .16 ) |
+ 0 0 0 2px rgba(228, 231, 235, 0.16) |
+||||
Description
+ The base shadow of the solid Chip. |
+|||||||
$kendo-chip-solid-gradient | +Null | +$kendo-button-gradient |
+ null |
+||||
Description
+ The base gradient of the solid Chip. |
+|||||||
$kendo-chip-solid-focus-bg | Null | null |
null |
||||
Description
+ The text color of the ColorGradient canvas drag handle. | Description
The base background color of the focused solid Chip. |
||||||
$kendo-color-gradient-draghandle-bg | -Color | -transparent |
- transparent |
+ $kendo-chip-solid-focus-text | +Null | +null |
+ null |
Description
+ The background color of the ColorGradient canvas drag handle. | Description
The base text color of the focused solid Chip. |
||||||
$kendo-color-gradient-draghandle-border | +$kendo-chip-solid-hover-bg | Color | -rgba( $kendo-color-white, .8) |
- rgba(255, 255, 255, 0.8) |
+ $kendo-button-hover-bg |
+ #ced3db |
|
Description
+ The color of the border around the ColorGradient canvas drag handle. | Description
The base background color of the hovered solid Chip. |
||||||
$kendo-color-gradient-draghandle-shadow | -Color | -rgba( $kendo-color-black, .5) |
- rgba(0, 0, 0, 0.5) |
+ $kendo-chip-solid-hover-text | +Null | +null |
+ null |
Description
+ The color of the outline around the ColorGradient canvas drag handle. | Description
The base text color of the hovered solid Chip. |
||||||
$kendo-color-gradient-draghandle-focus-shadow | +$kendo-chip-solid-selected-bg | Color | -$kendo-color-black |
- #000000 |
+ $kendo-button-active-bg |
+ #c7cdd5 |
|
Description
+ The focus color of the outline around the ColorGradient canvas drag handle. | Description
The base background color of the selected solid Chip. |
||||||
$kendo-color-gradient-draghandle-hover-shadow | -Color | -$kendo-color-black |
- #000000 |
+ $kendo-chip-solid-selected-text | +Null | +null |
+ null |
Description
+ The outline color of the outline around the ColorGradient canvas drag handle. | Description
The base text color of the selected solid Chip. |
||||||
$kendo-color-gradient-draghandle-shadow | +$kendo-chip-outline-bg | Color | -k-elevation(2) |
- rgba(0, 0, 0, 0.5) |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The box shadow of the ColorGradient canvas drag handle. | Description
The base background color of the outline Chip. |
||||||
$kendo-color-gradient-canvas-draghandle-margin-y | -Number | -- k-math-div( $kendo-color-gradient-draghandle-height, 2 ) |
- -7px |
+ $kendo-chip-outline-text | +Color | +$kendo-chip-solid-text |
+ #212529 |
Description
+ The vertical margin of the ColorGradient canvas drag handle. | Description
The base text color of the outline Chip. |
||||||
$kendo-color-gradient-canvas-draghandle-margin-x | -Number | -- k-math-div( $kendo-color-gradient-draghandle-width, 2 ) |
- -7px |
+ $kendo-chip-outline-border | +Color | +$kendo-chip-outline-text |
+ #212529 |
Description
+ The horizontal margin of the ColorGradient canvas drag handle. | Description
The base border color of the outline Chip. |
||||||
$kendo-color-gradient-input-width | -Number | -56px |
- 56px |
+ $kendo-chip-outline-shadow | +List | +0 0 0 2px rgba( $kendo-chip-base-bg, .16 ) |
+ 0 0 0 2px rgba(228, 231, 235, 0.16) |
Description
+ The width of the ColorGradient input. | Description
The base shadow of the outline Chip. |
||||||
$kendo-color-gradient-input-gap | -Number | -k-math-div( $kendo-color-gradient-spacer, 2 ) |
- 0.5rem |
+ $kendo-chip-outline-hover-bg | +Color | +$kendo-chip-outline-text |
+ #212529 |
Description
+ The spacing between the ColorGradient inputs. | Description
The base background color of the hovered outline Chip. |
||||||
$kendo-color-gradient-input-label-gap | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ $kendo-chip-outline-hover-text | +Color | +if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-chip-outline-hover-bg )) |
+ white |
Description
+ The spacing between the ColorGradient inputs and their labels. | Description
The base text color of the hovered outline Chip. |
||||||
$kendo-color-gradient-input-label-text | +$kendo-chip-outline-selected-bg | Color | -$kendo-subtle-text |
- #6c757d |
+ $kendo-chip-outline-hover-bg |
+ #212529 |
|
Description
+ The text color of the ColorGradient input labels. | Description
The base background color of the selected outline Chip. |
||||||
$kendo-color-gradient-contrast-ratio-font-weight | -Number | -$kendo-font-weight-bold |
- 700 |
+ $kendo-chip-outline-selected-text | +Color | +$kendo-chip-outline-hover-text |
+ white |
Description
+ The font weight of the ColorGradient contrast ratio text. | Description
The base text color of the selected outline Chip. |
||||||
$kendo-color-gradient-contrast-spacer | -Number | -k-math-div( $kendo-color-gradient-spacer, 2 ) |
- 0.5rem |
+ $kendo-chip-list-sizes | +Map | +(
+ sm: k-map-get( $kendo-spacing, 1 ),
+ md: k-map-get( $kendo-spacing, 1 ),
+ lg: k-map-get( $kendo-spacing, 1 )
+) |
+ (sm: 0.25rem, md: 0.25rem, lg: 0.25rem) |
Description
+ The spacing between the items in the ColorGradient contrast tool. | Description
The sizes of the Chip list. |
$kendo-colors | -Map | -$_default-colors |
- (app-surface: #ffffff, on-app-surface: #212529, subtle: #606970, surface: #f8f9fa, surface-alt: #ffffff, border: #dee2e6, border-alt: #ced4da, base-subtle: #e9ecef, base-subtle-hover: #dee2e6, base-subtle-active: #ced4da, base: #dee2e6, base-hover: #ced4da, base-active: #bdc4cb, base-emphasis: #adb5bd, base-on-subtle: #212529, on-base: #212529, base-on-surface: #212529, primary-subtle: #cfe2ff, primary-subtle-hover: #b6d4fe, primary-subtle-active: #9ec5fe, primary: #0d6efd, primary-hover: #0b5ed7, primary-active: #0a58ca, primary-emphasis: #6ea8fe, primary-on-subtle: #052c65, on-primary: #ffffff, primary-on-surface: #0d6efd, secondary-subtle: #dee2e6, secondary-subtle-hover: #ced4da, secondary-subtle-active: #bdc4cb, secondary: #6c757d, secondary-hover: #606970, secondary-active: #555c64, secondary-emphasis: #8d959d, secondary-on-subtle: #212529, on-secondary: #ffffff, secondary-on-surface: #212529, tertiary-subtle: #e2d9f3, tertiary-subtle-hover: #d3c5ec, tertiary-subtle-active: #c5b3e6, tertiary: #6f42c1, tertiary-hover: #59359a, tertiary-active: #4e2f89, tertiary-emphasis: #a98eda, tertiary-on-subtle: #21143b, on-tertiary: #ffffff, tertiary-on-surface: #6f42c1, info-subtle: #cff4fc, info-subtle-hover: #aaecfa, info-subtle-active: #86e5f8, info: #0dcaf0, info-hover: #0aa2c0, info-active: #098da8, info-emphasis: #3dd5f3, info-on-subtle: #04414d, on-info: #ffffff, info-on-surface: #0dcaf0, success-subtle: #d1e7dd, success-subtle-hover: #badbcc, success-subtle-active: #8cc3aa, success: #146c43, success-hover: #125f3b, success-active: #0f5132, success-emphasis: #479f76, success-on-subtle: #08291a, on-success: #ffffff, success-on-surface: #0f5132, warning-subtle: #ffecb5, warning-subtle-hover: #ffe69c, warning-subtle-active: #ffe083, warning: #ffc107, warning-hover: #cc9a06, warning-active: #b38705, warning-emphasis: #ffcd39, warning-on-subtle: #523e02, on-warning: #000000, warning-on-surface: #ffc107, error-subtle: #f8d7da, error-subtle-hover: #f5c2c7, error-subtle-active: #f1aeb5, error: #dc3545, error-hover: #b02a37, error-active: #9a2530, error-emphasis: #e35d6a, error-on-subtle: #421015, on-error: #ffffff, error-on-surface: #dc3545, light-subtle: #f8f9fa, light-subtle-hover: #e9ecef, light-subtle-active: #dee2e6, light: #f8f9fa, light-hover: #e9ecef, light-active: #dee2e6, light-emphasis: #bdc4cb, light-on-subtle: #343a40, on-light: #000000, light-on-surface: #ced4da, dark-subtle: #6c757d, dark-subtle-hover: #606970, dark-subtle-active: #555c64, dark: #212529, dark-hover: #2c3035, dark-active: #343a40, dark-emphasis: #343a40, dark-on-subtle: #ffffff, on-dark: #ffffff, dark-on-surface: #121417, inverse-subtle: #6c757d, inverse-subtle-hover: #606970, inverse-subtle-active: #555c64, inverse: #212529, inverse-hover: #2c3035, inverse-active: #343a40, inverse-emphasis: #343a40, inverse-on-subtle: #ffffff, on-inverse: #ffffff, inverse-on-surface: #121417, series-a: #0d6efd, series-a-bold: #0a53be, series-a-bolder: #052c65, series-a-subtle: #86b6fe, series-a-subtler: #4992fd, series-b: #6f42c1, series-b-bold: #4e2f89, series-b-bolder: #36215f, series-b-subtle: #b9a3e1, series-b-subtler: #8c68cd, series-c: #20c997, series-c-bold: #178c69, series-c-bolder: #10654c, series-c-subtle: #a6e9d5, series-c-subtler: #4dd4ac, series-d: #198754, series-d-bold: #125f3b, series-d-bolder: #0d442a, series-d-subtle: #8cc3aa, series-d-subtler: #479f76, series-e: #dc3545, series-e-bold: #9a2530, series-e-bolder: #6e1b23, series-e-subtle: #f1aeb5, series-e-subtler: #e35d6a, series-f: #ffc107, series-f-bold: #b38705, series-f-bolder: #806104, series-f-subtle: #ffe083, series-f-subtler: #ffcd39) |
+ $kendo-color-gradient-spacer | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
Description
+ The global default Colors map. | Description
The spacer of the ColorGradient. |
||||||
$kendo-color-primary | -Color | -$primary |
- #0d6efd |
+ $kendo-color-gradient-width | +Number | +328px |
+ 328px |
Description
+ The color that focuses the user attention. Used for primary buttons and for elements of primary importance across the theme. | Description
The width of the ColorGradient. |
||||||
$kendo-color-primary-contrast | -Color | -k-contrast-color( $kendo-color-primary ) |
- white |
+ $kendo-color-gradient-border-width | +Number | +1px |
+ 1px |
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-secondary | -Color | -$secondary |
- #6c757d |
+ $kendo-color-gradient-border-radius | +Number | +$kendo-border-radius-md |
+ 0.375rem |
Description
+ The secondary color of the theme. | Description
The border radius of the ColorGradient. |
||||||
$kendo-color-secondary-contrast | -Color | -k-contrast-color( $kendo-color-secondary ) |
- white |
+ $kendo-color-gradient-padding-y | +Number | +$kendo-color-gradient-spacer |
+ 1rem |
Description
+ The color used along with the secondary color denoted by $kendo-color-secondary. Used to provide contrast between the background and foreground colors. | Description
The vertical padding of the ColorGradient. |
||||||
$kendo-color-tertiary | -Color | -$purple |
- #6f42c1 |
+ $kendo-color-gradient-padding-x | +Number | +$kendo-color-gradient-padding-y |
+ 1rem |
Description
+ The tertiary color of the theme. | Description
The horizontal padding of the ColorGradient. |
||||||
$kendo-color-tertiary-contrast | -Color | -k-contrast-color( $kendo-color-tertiary ) |
- white |
+ $kendo-color-gradient-gap | +Number | +$kendo-color-gradient-spacer |
+ 1rem |
Description
+ The color used along with the tertiary color denoted by $kendo-color-tertiary. Used to provide contrast between the background and foreground colors. | Description
The spacing between the sections of the ColorGradient. |
||||||
$kendo-color-info | -Color | -$info |
- #0dcaf0 |
+ $kendo-color-gradient-font-family | +List | +$kendo-font-family |
+ 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
+ The color for informational messages and states. | Description
The font family of the ColorGradient. |
||||||
$kendo-color-success | -Color | -$success |
- #198754 |
+ $kendo-color-gradient-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
Description
+ The color for success messages and states. | Description
The font size of the ColorGradient. |
||||||
$kendo-color-warning | -Color | -$warning |
- #ffc107 |
+ $kendo-color-gradient-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
Description
+ The color for warning messages and states. | Description
The line height of the ColorGradient. |
||||||
$kendo-color-error | +$kendo-color-gradient-text | Color | -$danger |
- #dc3545 |
+ $kendo-component-text |
+ #212529 |
|
Description
+ The color for error messages and states. | Description
The text color of the ColorGradient. |
||||||
$kendo-color-dark | +$kendo-color-gradient-bg | Color | -$dark |
- #212529 |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The dark color of the theme. | Description
The background color of the ColorGradient. |
||||||
$kendo-color-light | +$kendo-color-gradient-border | Color | -$light |
- #f8f9fa |
+ $kendo-component-border |
+ #dee2e6 |
|
Description
+ The light color of the theme. | Description
The border color of the ColorGradient. |
||||||
$kendo-color-inverse | +$kendo-color-gradient-focus-border | Color | -if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark ) |
- #212529 |
+ $kendo-hover-border |
+ #d6d9dc |
|
Description
+ Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark | Description
The border color of the focused ColorGradient. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-color-editor-spacer | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
+||||
$kendo-color-gradient-focus-shadow | +Null | +null |
+ null |
||||
Description
+ The spacer of the ColorEditor. | Description
The box shadow of the focused ColorGradient. |
||||||
$kendo-color-editor-min-width | +$kendo-color-gradient-canvas-border-radius | Number | -328px |
- 328px |
+ $kendo-border-radius-md |
+ 0.375rem |
|
Description
+ The minimum width of the ColorEditor. | Description
The border radius of the ColorGradient canvas. |
||||||
$kendo-color-editor-border-width | +$kendo-color-gradient-canvas-gap | Number | -1px |
- 1px |
+ k-map-get( $kendo-spacing, 3 ) |
+ 0.75rem |
|
Description
+ The width of the border around the ColorEditor. | Description
The spacing between the items of the ColorGradient canvas. |
||||||
$kendo-color-editor-border-radius | +$kendo-color-gradient-canvas-rectangle-height | Number | -$kendo-border-radius-md |
- 0.375rem |
+ 180px |
+ 180px |
|
Description
+ The border radius of the ColorEditor. | Description
The height the ColorGradient canvas hsv rectangle. |
||||||
$kendo-color-editor-font-family | -List | -$kendo-font-family |
- 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" |
+ $kendo-color-gradient-slider-track-size | +Number | +10px |
+ 10px |
Description
+ The font family of the ColorEditor. | Description
The width of the ColorGradient slider. |
||||||
$kendo-color-editor-font-size | +$kendo-color-gradient-slider-border-radius | Number | -$kendo-font-size-md |
- 1rem |
+ 10px |
+ 10px |
|
Description
+ The font size of the ColorEditor. | Description
The border radius of the ColorGradient slider. |
||||||
$kendo-color-editor-line-height | +$kendo-color-gradient-slider-draghandle-border-width | Number | -$kendo-line-height-md |
- 1.5 |
+ 3px |
+ 3px |
|
Description
+ The line height of the ColorEditor. | Description
The width of the border around the ColorGradient slider drag handle. |
||||||
$kendo-color-editor-text | -Color | -$kendo-component-text |
- #212529 |
+ $kendo-color-gradient-slider-vertical-size | +Number | +180px |
+ 180px |
Description
+ The text color of the ColorEditor. | Description
The height of the ColorGradient vertical slider. |
||||||
$kendo-color-editor-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-color-gradient-slider-horizontal-size | +Number | +100% |
+ 100% |
Description
+ The background color of the ColorEditor. | Description
The width of the ColorGradient horizontal slider. |
||||||
$kendo-color-editor-border | -Color | -$kendo-component-border |
- #dee2e6 |
+ $kendo-color-gradient-draghandle-width | +Number | +14px |
+ 14px |
Description
+ The border color of the ColorEditor. | Description
The width of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-focus-border | -Color | -$kendo-hover-border |
- #d6d9dc |
+ $kendo-color-gradient-draghandle-height | +Number | +14px |
+ 14px |
Description
+ The border color of the focused ColorEditor. | Description
The height of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-focus-shadow | -Null | -null |
- null |
+ $kendo-color-gradient-draghandle-border-width | +Number | +1px |
+ 1px |
Description
+ The box shadow of the focused ColorEditor. | Description
The width of the border around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-header-padding-y | +$kendo-color-gradient-draghandle-outline-width | Number | -$kendo-color-editor-spacer |
- 1rem |
-|||
Description
- The vertical padding of the ColorEditor header. |
-|||||||
$kendo-color-editor-header-padding-x | -Number | -$kendo-color-editor-header-padding-y |
- 1rem |
-||||
Description
- The horizontal padding of the ColorEditor header. |
-|||||||
$kendo-color-editor-header-actions-gap | -Number | -k-math-div( $kendo-color-editor-spacer, 2 ) |
- 0.5rem |
+ 1px |
+ 1px |
||
Description
+ The spacing between the ColorEditor header actions. | Description
The width of the outline around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-preview-width | +$kendo-color-gradient-draghandle-border-radius | Number | -32px |
- 32px |
+ 50% |
+ 50% |
|
Description
+ The width of the ColorEditor preview. | Description
The border radius of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-preview-height | -Number | -12px |
- 12px |
+ $kendo-color-gradient-draghandle-text | +Null | +null |
+ null |
Description
+ The height of the ColorEditor preview. | Description
The text color of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-preview-gap | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ $kendo-color-gradient-draghandle-bg | +Color | +transparent |
+ transparent |
Description
+ The spacing between the colors in the ColorEditor preview. | Description
The background color of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-views-padding-y | -Number | -$kendo-color-editor-spacer |
- 1rem |
+ $kendo-color-gradient-draghandle-border | +Color | +rgba( $kendo-color-white, .8) |
+ rgba(255, 255, 255, 0.8) |
Description
+ The vertical padding of the ColorEditor views container. | Description
The color of the border around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-views-padding-x | -Number | -$kendo-color-editor-views-padding-y |
- 1rem |
+ $kendo-color-gradient-draghandle-shadow | +Color | +rgba( $kendo-color-black, .5) |
+ rgba(0, 0, 0, 0.5) |
Description
+ The horizontal padding of the ColorEditor views container. | Description
The color of the outline around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-views-gap | -Number | -$kendo-color-editor-spacer |
- 1rem |
+ $kendo-color-gradient-draghandle-focus-shadow | +Color | +$kendo-color-black |
+ #000000 |
Description
+ The spacing of the ColorEditor views container. | Description
The focus color of the outline around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-gradient-focus-outline-color | +$kendo-color-gradient-draghandle-hover-shadow | Color | -rgba(0, 0, 0, .3) |
- rgba(0, 0, 0, 0.3) |
+ $kendo-color-black |
+ #000000 |
|
Description
+ The outline color of the focused ColorGradient. | Description
The outline color of the outline around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-gradient-focus-outline | -Number | -2px |
- 2px |
+ $kendo-color-gradient-draghandle-shadow | +Color | +k-elevation(2) |
+ rgba(0, 0, 0, 0.5) |
Description
+ The outline width of the focused ColorGradient. | Description
The box shadow of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-gradient-focus-outline-offset | +$kendo-color-gradient-canvas-draghandle-margin-y | Number | -2px |
- 2px |
-|||
Description
- The outline offset of the focused ColorGradient. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-color-palette-font-family | -List | -$kendo-font-family |
- 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" |
+ - k-math-div( $kendo-color-gradient-draghandle-height, 2 ) |
+ -7px |
||
Description
+ The font family of the ColorPalette. | Description
The vertical margin of the ColorGradient canvas drag handle. |
||||||
$kendo-color-palette-font-size | +$kendo-color-gradient-canvas-draghandle-margin-x | Number | -$kendo-font-size-md |
- 1rem |
+ - k-math-div( $kendo-color-gradient-draghandle-width, 2 ) |
+ -7px |
|
Description
+ The font size of the ColorPalette. | Description
The horizontal margin of the ColorGradient canvas drag handle. |
||||||
$kendo-color-palette-line-height | +$kendo-color-gradient-input-width | Number | -0 |
- 0 |
+ 56px |
+ 56px |
|
Description
+ The line height of the ColorPalette. | Description
The width of the ColorGradient input. |
||||||
$kendo-color-palette-tile-width | +$kendo-color-gradient-input-gap | Number | -k-map-get( $kendo-spacing, 6 ) |
- 1.5rem |
+ k-math-div( $kendo-color-gradient-spacer, 2 ) |
+ 0.5rem |
|
Description
+ The width of the ColorPalette tile. | Description
The spacing between the ColorGradient inputs. |
||||||
$kendo-color-palette-tile-height | +$kendo-color-gradient-input-label-gap | Number | -$kendo-color-palette-tile-width |
- 1.5rem |
+ k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
|
Description
+ The height of the ColorPalette tile. | Description
The spacing between the ColorGradient inputs and their labels. |
||||||
$kendo-color-palette-tile-focus-shadow | -List | -0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .5 ) |
- 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.5) |
+ $kendo-color-gradient-input-label-text | +Color | +$kendo-subtle-text |
+ #6c757d |
Description
+ The shadow of the ColorPalette focused tile. | Description
The text color of the ColorGradient input labels. |
||||||
$kendo-color-palette-tile-hover-shadow | -List | -0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .8 ) |
- 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.8) |
+ $kendo-color-gradient-contrast-ratio-font-weight | +Number | +$kendo-font-weight-bold |
+ 700 |
Description
+ The shadow of the ColorPalette hovered tile. | Description
The font weight of the ColorGradient contrast ratio text. |
||||||
$kendo-color-palette-tile-selected-shadow | -List | -0 1px 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, 1 ) |
- 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white |
+ $kendo-color-gradient-contrast-spacer | +Number | +k-math-div( $kendo-color-gradient-spacer, 2 ) |
+ 0.5rem |
Description
+ The shadow of the ColorPalette selected tile. | Description
The spacing between the items in the ColorGradient contrast tool. |
$kendo-component-bg | -Color | -$kendo-body-bg |
- #ffffff |
+ $kendo-colors | +Map | +$_default-colors |
+ (app-surface: #ffffff, on-app-surface: #212529, subtle: #606970, surface: #f8f9fa, surface-alt: #ffffff, border: #dee2e6, border-alt: #ced4da, base-subtle: #e9ecef, base-subtle-hover: #dee2e6, base-subtle-active: #ced4da, base: #dee2e6, base-hover: #ced4da, base-active: #bdc4cb, base-emphasis: #adb5bd, base-on-subtle: #212529, on-base: #212529, base-on-surface: #212529, primary-subtle: #cfe2ff, primary-subtle-hover: #b6d4fe, primary-subtle-active: #9ec5fe, primary: #0d6efd, primary-hover: #0b5ed7, primary-active: #0a58ca, primary-emphasis: #6ea8fe, primary-on-subtle: #052c65, on-primary: #ffffff, primary-on-surface: #0d6efd, secondary-subtle: #dee2e6, secondary-subtle-hover: #ced4da, secondary-subtle-active: #bdc4cb, secondary: #6c757d, secondary-hover: #606970, secondary-active: #555c64, secondary-emphasis: #8d959d, secondary-on-subtle: #212529, on-secondary: #ffffff, secondary-on-surface: #212529, tertiary-subtle: #e2d9f3, tertiary-subtle-hover: #d3c5ec, tertiary-subtle-active: #c5b3e6, tertiary: #6f42c1, tertiary-hover: #59359a, tertiary-active: #4e2f89, tertiary-emphasis: #a98eda, tertiary-on-subtle: #21143b, on-tertiary: #ffffff, tertiary-on-surface: #6f42c1, info-subtle: #cff4fc, info-subtle-hover: #aaecfa, info-subtle-active: #86e5f8, info: #0dcaf0, info-hover: #0aa2c0, info-active: #098da8, info-emphasis: #3dd5f3, info-on-subtle: #04414d, on-info: #ffffff, info-on-surface: #0dcaf0, success-subtle: #d1e7dd, success-subtle-hover: #badbcc, success-subtle-active: #8cc3aa, success: #146c43, success-hover: #125f3b, success-active: #0f5132, success-emphasis: #479f76, success-on-subtle: #08291a, on-success: #ffffff, success-on-surface: #0f5132, warning-subtle: #ffecb5, warning-subtle-hover: #ffe69c, warning-subtle-active: #ffe083, warning: #ffc107, warning-hover: #cc9a06, warning-active: #b38705, warning-emphasis: #ffcd39, warning-on-subtle: #523e02, on-warning: #000000, warning-on-surface: #ffc107, error-subtle: #f8d7da, error-subtle-hover: #f5c2c7, error-subtle-active: #f1aeb5, error: #dc3545, error-hover: #b02a37, error-active: #9a2530, error-emphasis: #e35d6a, error-on-subtle: #421015, on-error: #ffffff, error-on-surface: #dc3545, light-subtle: #f8f9fa, light-subtle-hover: #e9ecef, light-subtle-active: #dee2e6, light: #f8f9fa, light-hover: #e9ecef, light-active: #dee2e6, light-emphasis: #bdc4cb, light-on-subtle: #343a40, on-light: #000000, light-on-surface: #ced4da, dark-subtle: #6c757d, dark-subtle-hover: #606970, dark-subtle-active: #555c64, dark: #212529, dark-hover: #2c3035, dark-active: #343a40, dark-emphasis: #343a40, dark-on-subtle: #ffffff, on-dark: #ffffff, dark-on-surface: #121417, inverse-subtle: #6c757d, inverse-subtle-hover: #606970, inverse-subtle-active: #555c64, inverse: #212529, inverse-hover: #2c3035, inverse-active: #343a40, inverse-emphasis: #343a40, inverse-on-subtle: #ffffff, on-inverse: #ffffff, inverse-on-surface: #121417, series-a: #0d6efd, series-a-bold: #0a53be, series-a-bolder: #052c65, series-a-subtle: #86b6fe, series-a-subtler: #4992fd, series-b: #6f42c1, series-b-bold: #4e2f89, series-b-bolder: #36215f, series-b-subtle: #b9a3e1, series-b-subtler: #8c68cd, series-c: #20c997, series-c-bold: #178c69, series-c-bolder: #10654c, series-c-subtle: #a6e9d5, series-c-subtler: #4dd4ac, series-d: #198754, series-d-bold: #125f3b, series-d-bolder: #0d442a, series-d-subtle: #8cc3aa, series-d-subtler: #479f76, series-e: #dc3545, series-e-bold: #9a2530, series-e-bolder: #6e1b23, series-e-subtle: #f1aeb5, series-e-subtler: #e35d6a, series-f: #ffc107, series-f-bold: #b38705, series-f-bolder: #806104, series-f-subtle: #ffe083, series-f-subtler: #ffcd39) |
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;`. | Description
The global default Colors map. |
||||||
$kendo-component-text | +$kendo-color-primary | Color | -$kendo-body-text |
- #212529 |
+ $primary |
+ #0d6efd |
|
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;`. | Description
The color that focuses the user attention. Used for primary buttons and for elements of primary importance across the theme. |
||||||
$kendo-component-border | +$kendo-color-primary-contrast | Color | -if( k-is-light( $kendo-component-bg ), $gray-300, $gray-700 ) |
- #dee2e6 |
+ k-contrast-color( $kendo-color-primary ) |
+ white |
|
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;`. | Description
The color used along with the primary color denoted by $kendo-color-primary. Used to provide contrast between the background and foreground colors. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-dialog-titlebar-bg | -Null | -null |
- null |
-||||
Description
+ The background color of the Dialog titlebar. | $kendo-color-secondary | +Color | +$secondary |
+ #6c757d |
+|||
Description
The secondary color of the theme. |
|||||||
$kendo-dialog-titlebar-text | -Null | -null |
- null |
+ $kendo-color-secondary-contrast | +Color | +k-contrast-color( $kendo-color-secondary ) |
+ white |
Description
+ The text color of the Dialog titlebar. | 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-dialog-titlebar-border | -Null | -null |
- null |
+ $kendo-color-tertiary | +Color | +$purple |
+ #6f42c1 |
Description
+ The border color of the Dialog titlebar. | Description
The tertiary color of the theme. |
||||||
$kendo-dialog-buttongroup-padding-x | -Number | -$kendo-actions-padding-x |
- 0.5rem |
+ $kendo-color-tertiary-contrast | +Color | +k-contrast-color( $kendo-color-tertiary ) |
+ white |
Description
+ The horizontal padding of the Dialog action buttons. | 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-dialog-buttongroup-padding-y | -Number | -$kendo-actions-padding-y |
- 0.5rem |
+ $kendo-color-info | +Color | +$info |
+ #0dcaf0 |
Description
+ The vertical padding of the Dialog action buttons. | Description
The color for informational messages and states. |
||||||
$kendo-dialog-buttongroup-border-width | -Number | -1px |
- 1px |
+ $kendo-color-success | +Color | +$success |
+ #198754 |
Description
+ The width of the top border of the Dialog action buttons. | Description
The color for success messages and states. |
||||||
$kendo-dialog-button-spacing | -Number | -$kendo-actions-button-spacing |
- 0.5rem |
+ $kendo-color-warning | +Color | +$warning |
+ #ffc107 |
Description
+ The spacing between the Dialog action buttons. | Description
The color for warning messages and states. |
||||||
$kendo-dialog-theme-colors | -Map | -(
- "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": #0d6efd, "light": #f8f9fa, "dark": #212529) |
+ $kendo-color-error | +Color | +$danger |
+ #dc3545 |
Description
+ The theme colors map for the Dialog. | Description
+ The color for error messages and states. |
+||||||
$kendo-color-dark | +Color | +$dark |
+ #212529 |
+||||
Description
+ The dark color of the theme. |
+|||||||
$kendo-color-light | +Color | +$light |
+ #f8f9fa |
+||||
Description
+ The light color of the theme. |
+|||||||
$kendo-color-inverse | +Color | +if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark ) |
+ #212529 |
+||||
Description
Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark |
$kendo-dock-manager-border-width | +$kendo-color-editor-spacer | Number | -1px |
- 1px |
+ k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
|
Description
+ The width of the border around the DockManager component. | Description
The spacer of the ColorEditor. |
||||||
$kendo-dock-manager-border-style | -String | -solid |
- solid |
+ $kendo-color-editor-min-width | +Number | +328px |
+ 328px |
Description
+ The style of the border around the DockManager component. | Description
The minimum width of the ColorEditor. |
||||||
$kendo-dock-manager-border | -Color | -$kendo-base-border |
- #e4e5e6 |
+ $kendo-color-editor-border-width | +Number | +1px |
+ 1px |
Description
+ The color of the border around the DockManager component. | Description
The width of the border around the ColorEditor. |
||||||
$kendo-dock-manager-pane-header-padding-y | +$kendo-color-editor-border-radius | Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
+ $kendo-border-radius-md |
+ 0.375rem |
|
Description
+ The vertical padding of the pane header in the DockManager component. | Description
The border radius of the ColorEditor. |
||||||
$kendo-dock-manager-pane-header-padding-x | +$kendo-color-editor-font-family | +List | +$kendo-font-family |
+ 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
+ The font family of the ColorEditor. |
+|||||||
$kendo-color-editor-font-size | Number | -k-map-get( $kendo-spacing, 4 ) |
+ $kendo-font-size-md |
1rem |
|||
Description
+ The horizontal padding of the pane header in the DockManager component. | Description
The font size of the ColorEditor. |
||||||
$kendo-dock-manager-pane-header-border-width | +$kendo-color-editor-line-height | Number | -$kendo-dock-manager-border-width |
- 1px |
+ $kendo-line-height-md |
+ 1.5 |
|
Description
+ The width of the border around the pane header in the DockManager component. | Description
The line height of the ColorEditor. |
||||||
$kendo-dock-manager-pane-header-border-style | -String | -solid |
- solid |
+ $kendo-color-editor-text | +Color | +$kendo-component-text |
+ #212529 |
Description
+ The style of the border around the pane header in the DockManager component. | Description
The text color of the ColorEditor. |
||||||
$kendo-dock-manager-pane-header-bg | +$kendo-color-editor-bg | Color | $kendo-component-bg |
#ffffff |
|||
Description
+ The background color of the pane header in the DockManager component. | Description
The background color of the ColorEditor. |
||||||
$kendo-dock-manager-pane-title-padding-y | -Null | -null |
- null |
+ $kendo-color-editor-border | +Color | +$kendo-component-border |
+ #dee2e6 |
Description
+ The vertical padding of the pane title in the DockManager component. | Description
The border color of the ColorEditor. |
||||||
$kendo-dock-manager-pane-title-padding-x | +$kendo-color-editor-focus-border | +Color | +$kendo-hover-border |
+ #d6d9dc |
+|||
Description
+ The border color of the focused ColorEditor. |
+|||||||
$kendo-color-editor-focus-shadow | Null | null |
null |
||||
Description
+ The horizontal padding of the pane title in the DockManager component. | Description
The box shadow of the focused ColorEditor. |
||||||
$kendo-dock-manager-pane-title-font-family | -List | -$kendo-font-family |
- 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" |
+ $kendo-color-editor-header-padding-y | +Number | +$kendo-color-editor-spacer |
+ 1rem |
Description
+ The font family of the pane title in the DockManager component. | Description
The vertical padding of the ColorEditor header. |
||||||
$kendo-dock-manager-pane-title-font-size | +$kendo-color-editor-header-padding-x | Number | -$kendo-font-size-lg |
- 1.25rem |
+ $kendo-color-editor-header-padding-y |
+ 1rem |
|
Description
+ The font size of the pane title in the DockManager component. | Description
The horizontal padding of the ColorEditor header. |
||||||
$kendo-dock-manager-pane-title-line-height | +$kendo-color-editor-header-actions-gap | Number | -$kendo-line-height-sm |
- 1.25 |
+ k-math-div( $kendo-color-editor-spacer, 2 ) |
+ 0.5rem |
|
Description
+ The line height of the pane title in the DockManager component. | Description
The spacing between the ColorEditor header actions. |
||||||
$kendo-dock-manager-pane-title-font-weight | +$kendo-color-editor-color-preview-width | Number | -$kendo-font-weight-normal |
- 400 |
+ 32px |
+ 32px |
|
Description
+ The font weight of the pane title in the DockManager component. | Description
The width of the ColorEditor preview. |
||||||
$kendo-dock-manager-pane-content-padding-x | +$kendo-color-editor-color-preview-height | Number | -$kendo-dock-manager-pane-header-padding-x |
- 1rem |
+ 12px |
+ 12px |
|
Description
+ The horizontal padding of the pane content in the DockManager component. | Description
The height of the ColorEditor preview. |
||||||
$kendo-dock-manager-pane-content-padding-y | +$kendo-color-editor-preview-gap | Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
+ k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
|
Description
+ The vertical padding of the pane content in the DockManager component. | Description
The spacing between the colors in the ColorEditor preview. |
||||||
$kendo-dock-manager-tabbed-pane-padding-y | +$kendo-color-editor-views-padding-y | Number | -k-map-get( $kendo-spacing, 3.5 ) |
- 0.875rem |
+ $kendo-color-editor-spacer |
+ 1rem |
|
Description
+ The horizontal padding of the tabbed pane in the DockManager component. | Description
The vertical padding of the ColorEditor views container. |
||||||
$kendo-dock-manager-tabbed-pane-padding-x | +$kendo-color-editor-views-padding-x | Number | -$kendo-dock-manager-pane-content-padding-y |
- 0.5rem |
+ $kendo-color-editor-views-padding-y |
+ 1rem |
|
Description
+ The horizontal padding of the tabbed pane in the DockManager component. | Description
The horizontal padding of the ColorEditor views container. |
||||||
$kendo-dock-manager-unpinned-container-width | +$kendo-color-editor-views-gap | Number | -300px |
- 300px |
+ $kendo-color-editor-spacer |
+ 1rem |
|
Description
+ The width of the unpinned pane container in the DockManager component. | Description
The spacing of the ColorEditor views container. |
||||||
$kendo-dock-manager-unpinned-container-bg | +$kendo-color-editor-color-gradient-focus-outline-color | Color | -$kendo-component-bg |
- #ffffff |
-|||
Description
- The background-color of the unpinned pane container in the DockManager component. |
-|||||||
$kendo-dock-manager-unpinned-container-shadow | -List | -4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) |
- 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) |
+ rgba(0, 0, 0, .3) |
+ rgba(0, 0, 0, 0.3) |
||
Description
+ The box shadow of the unpinned pane container in the DockManager component. | Description
The outline color of the focused ColorGradient. |
||||||
$kendo-dock-indicator-padding | +$kendo-color-editor-color-gradient-focus-outline | Number | -k-map-get( $kendo-spacing, 1.5 ) |
- 0.375rem |
-|||
Description
- The padding of the dock indicator in the DockManager component. |
-|||||||
$kendo-dock-indicator-bg | -Color | -$kendo-component-bg |
- #ffffff |
-||||
Description
- The background color of the dock indicator in the DockManager component. |
-|||||||
$kendo-dock-indicator-text | -Color | -$kendo-color-primary |
- #0d6efd |
+ 2px |
+ 2px |
||
Description
+ The text color of the dock indicator in the DockManager component. | Description
The outline width of the focused ColorGradient. |
||||||
$kendo-dock-indicator-outline-width | +$kendo-color-editor-color-gradient-focus-outline-offset | Number | -1px |
- 1px |
-|||
Description
- The outline width of the dock indicator in the DockManager component. |
-|||||||
$kendo-dock-indicator-outline-style | -String | -solid |
- solid |
-||||
Description
- The outline style of the dock indicator in the DockManager component. |
-|||||||
$kendo-dock-indicator-outline | -Color | -$kendo-dock-indicator-text |
- #0d6efd |
+ 2px |
+ 2px |
||
Description
+ The outline color of the dock indicator in the DockManager component. | Description
The outline offset of the focused ColorGradient. |
||||||
$kendo-dock-indicator-shadow | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-color-palette-font-family | List | -drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) drop-shadow( 0px 6px 10px rgba(0, 0, 0, 0.14) ) drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.20) ) |
- drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14)) drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2)) |
+ $kendo-font-family |
+ 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
+ The box shadow of the dock indicator in the DockManager component. | Description
The font family of the ColorPalette. |
||||||
$kendo-dock-indicator-hover-bg | -Color | -$kendo-color-primary |
- #0d6efd |
+ $kendo-color-palette-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
Description
+ The background color of the hovered dock indicator in the DockManager component. | Description
The font size of the ColorPalette. |
||||||
$kendo-dock-indicator-hover-text | -Color | -$kendo-color-white |
- #ffffff |
+ $kendo-color-palette-line-height | +Number | +0 |
+ 0 |
Description
+ The text color of the hovered dock indicator in the DockManager component. | Description
The line height of the ColorPalette. |
||||||
$kendo-dock-manager-dock-preview-border-width | +$kendo-color-palette-tile-width | Number | -1px |
- 1px |
+ k-map-get( $kendo-spacing, 6 ) |
+ 1.5rem |
|
Description
+ The width of the border around the dropping area in the DockManager component. | Description
The width of the ColorPalette tile. |
||||||
$kendo-dock-manager-dock-preview-border-style | -String | -dashed |
- dashed |
+ $kendo-color-palette-tile-height | +Number | +$kendo-color-palette-tile-width |
+ 1.5rem |
Description
+ The style of the border around the dropping area in the DockManager component. | Description
The height of the ColorPalette tile. |
||||||
$kendo-dock-manager-dock-preview-border-radius | -Number | -$kendo-border-radius-sm |
- 0.25rem |
+ $kendo-color-palette-tile-focus-shadow | +List | +0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .5 ) |
+ 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.5) |
Description
+ The border radius of the dropping area in the DockManager component. | Description
The shadow of the ColorPalette focused tile. |
||||||
$kendo-dock-manager-dock-preview-bg | -Color | -if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 )) |
- rgba(13, 110, 253, 0.16) |
+ $kendo-color-palette-tile-hover-shadow | +List | +0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .8 ) |
+ 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.8) |
Description
+ The background color of the dropping area in the DockManager component. | Description
The shadow of the ColorPalette hovered tile. |
||||||
$kendo-dock-manager-dock-preview-border | -Color | -$kendo-color-primary |
- #0d6efd |
+ $kendo-color-palette-tile-selected-shadow | +List | +0 1px 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, 1 ) |
+ 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white |
Description
+ The border color of the dropping area in the DockManager component. | Description
The shadow of the ColorPalette selected tile. |
$kendo-dropdowntree-popup-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
+ $kendo-component-bg | +Color | +$kendo-body-bg |
+ #ffffff |
Description
+ The horizontal padding of the DropdownTree popup | 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-dropdowntree-popup-padding-y | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
+ $kendo-component-text | +Color | +$kendo-body-text |
+ #212529 |
Description
+ The vertical padding of the DropdownTree popup | Description
+ Text color of a component. Note: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`. |
+||||||
$kendo-component-border | +Color | +if( k-is-light( $kendo-component-bg ), $gray-300, $gray-700 ) |
+ #dee2e6 |
+||||
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-dropzone-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
+ $kendo-dialog-titlebar-bg | +Null | +null |
+ null |
Description
+ The horizontal padding of the DropZone. | Description
The background color of the Dialog titlebar. |
||||||
$kendo-dropzone-padding-y | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
+ $kendo-dialog-titlebar-text | +Null | +null |
+ null |
Description
+ The vertical padding of the DropZone. | Description
The text color of the Dialog titlebar. |
||||||
$kendo-dropzone-border-width | -Number | -1px |
- 1px |
+ $kendo-dialog-titlebar-border | +Null | +null |
+ null |
Description
+ The border width of the DropZone. | Description
The border color of the Dialog titlebar. |
||||||
$kendo-dropzone-min-height | +$kendo-dialog-buttongroup-padding-x | Number | -220px |
- 220px |
+ $kendo-actions-padding-x |
+ 0.5rem |
|
Description
+ The minimum height of the DropZone. | Description
The horizontal padding of the Dialog action buttons. |
||||||
$kendo-dropzone-font-family | -List | -$kendo-font-family |
- 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" |
+ $kendo-dialog-buttongroup-padding-y | +Number | +$kendo-actions-padding-y |
+ 0.5rem |
Description
+ The font family of the DropZone. | Description
The vertical padding of the Dialog action buttons. |
||||||
$kendo-dropzone-font-size | +$kendo-dialog-buttongroup-border-width | Number | -$kendo-font-size-md |
- 1rem |
+ 1px |
+ 1px |
|
Description
+ The font size of the DropZone. | Description
The width of the top border of the Dialog action buttons. |
||||||
$kendo-dropzone-line-height | +$kendo-dialog-button-spacing | Number | -$kendo-line-height-md |
- 1.5 |
+ $kendo-actions-button-spacing |
+ 0.5rem |
|
Description
+ The line height of the DropZone. | Description
The spacing between the Dialog action buttons. |
||||||
$kendo-dropzone-bg | -Color | -if($kendo-enable-color-system, k-color( surface ), if( k-is-light( $kendo-component-bg ), $gray-100, $gray-900 )) |
- #f8f9fa |
+ $kendo-dialog-theme-colors | +Map | +(
+ "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": #0d6efd, "light": #f8f9fa, "dark": #212529) |
Description
+ The background color of the DropZone. | Description
+ The theme colors map for the Dialog. |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-dock-manager-border-width | +Number | +1px |
+ 1px |
+||||
Description
The width of the border around the DockManager component. |
|||||||
$kendo-dropzone-text | -Color | -$kendo-component-text |
- #212529 |
+ $kendo-dock-manager-border-style | +String | +solid |
+ solid |
Description
+ The text color of the DropZone. | Description
The style of the border around the DockManager component. |
||||||
$kendo-dropzone-border | +$kendo-dock-manager-border | Color | -$kendo-component-border |
- #dee2e6 |
+ $kendo-base-border |
+ #e4e5e6 |
|
Description
+ The border color of the DropZone. | Description
The color of the border around the DockManager component. |
||||||
$kendo-dropzone-icon-spacing | +$kendo-dock-manager-pane-header-padding-y | Number | -k-map-get( $kendo-spacing, 6 ) |
- 1.5rem |
+ k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
|
Description
+ The spacing below the DropZone icon. | Description
The vertical padding of the pane header in the DockManager component. |
||||||
$kendo-dropzone-icon-text | -Color | -if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 8 )) |
- #afb1b2 |
+ $kendo-dock-manager-pane-header-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
Description
+ The text color of the DropZone icon. | Description
The horizontal padding of the pane header in the DockManager component. |
||||||
$kendo-dropzone-icon-hover-text | -Color | -$kendo-color-primary |
- #0d6efd |
+ $kendo-dock-manager-pane-header-border-width | +Number | +$kendo-dock-manager-border-width |
+ 1px |
Description
+ The text color of the hovered DropZone icon. | Description
The width of the border around the pane header in the DockManager component. |
||||||
$kendo-dropzone-hint-font-size | -Null | -null |
- null |
+ $kendo-dock-manager-pane-header-border-style | +String | +solid |
+ solid |
Description
+ The font size of the DropZone hint. | Description
The style of the border around the pane header in the DockManager component. |
||||||
$kendo-dropzone-hint-spacing | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
+ $kendo-dock-manager-pane-header-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The spacing below the DropZone hint. | Description
The background color of the pane header in the DockManager component. |
||||||
$kendo-dropzone-hint-text | +$kendo-dock-manager-pane-title-padding-y | Null | null |
null |
|||
Description
- The text color of the DropZone hint. |
-|||||||
$kendo-dropzone-note-font-size | -Number | -$kendo-font-size-xs |
- 0.75rem |
-||||
Description
+ The font size of the DropZone note. | Description
The vertical padding of the pane title in the DockManager component. |
||||||
$kendo-dropzone-note-spacing | +$kendo-dock-manager-pane-title-padding-x | Null | null |
null |
|||
Description
+ The spacing below the DropZone note. | Description
The horizontal padding of the pane title in the DockManager component. |
||||||
$kendo-dropzone-note-text | -Color | -$kendo-subtle-text |
- #6c757d |
+ $kendo-dock-manager-pane-title-font-family | +List | +$kendo-font-family |
+ 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
+ The text color of the DropZone note. | Description
The font family of the pane title in the DockManager component. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-editor-border-width | +|||||||
$kendo-dock-manager-pane-title-font-size | Number | -1px |
- 1px |
+ $kendo-font-size-lg |
+ 1.25rem |
||
Description
+ The width of the border around the Еditor. | Description
The font size of the pane title in the DockManager component. |
||||||
$kendo-editor-font-family | -List | -$kendo-font-family |
- 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" |
+ $kendo-dock-manager-pane-title-line-height | +Number | +$kendo-line-height-sm |
+ 1.25 |
Description
+ The font family of the Еditor. | Description
The line height of the pane title in the DockManager component. |
||||||
$kendo-editor-font-size | +$kendo-dock-manager-pane-title-font-weight | Number | -$kendo-font-size-md |
- 1rem |
+ $kendo-font-weight-normal |
+ 400 |
|
Description
+ The font size of the Еditor. | Description
The font weight of the pane title in the DockManager component. |
||||||
$kendo-editor-line-height | +$kendo-dock-manager-pane-content-padding-x | Number | -$kendo-line-height-md |
- 1.5 |
+ $kendo-dock-manager-pane-header-padding-x |
+ 1rem |
|
Description
+ The line height of the Еditor. | Description
The horizontal padding of the pane content in the DockManager component. |
||||||
$kendo-editor-placeholder-text | -Color | -$kendo-input-placeholder-text |
- #6c757d |
+ $kendo-dock-manager-pane-content-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
Description
+ The text color of the Еditor placeholder. | Description
The vertical padding of the pane content in the DockManager component. |
||||||
$kendo-editor-placeholder-opacity | +$kendo-dock-manager-tabbed-pane-padding-y | Number | -$kendo-input-placeholder-opacity |
- 1 |
+ k-map-get( $kendo-spacing, 3.5 ) |
+ 0.875rem |
|
Description
+ The opacity of the Editor placeholder. | Description
The horizontal padding of the tabbed pane in the DockManager component. |
||||||
$kendo-editor-selected-text | -Color | -$kendo-color-primary-contrast |
- white |
+ $kendo-dock-manager-tabbed-pane-padding-x | +Number | +$kendo-dock-manager-pane-content-padding-y |
+ 0.5rem |
Description
+ The selected text color of the Editor. | Description
The horizontal padding of the tabbed pane in the DockManager component. |
||||||
$kendo-editor-selected-bg | -Color | -$kendo-color-primary |
- #0d6efd |
+ $kendo-dock-manager-unpinned-container-width | +Number | +300px |
+ 300px |
Description
+ The selected background color of the Editor. | Description
The width of the unpinned pane container in the DockManager component. |
||||||
$kendo-editor-highlighted-bg | +$kendo-dock-manager-unpinned-container-bg | Color | -if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix( $kendo-color-primary, #ffffff, 20% )) |
- #cfe2ff |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The highlighted background color of the Editor. | Description
The background-color of the unpinned pane container in the DockManager component. |
||||||
$kendo-editor-export-tool-icon-margin-x | -Number | -.25em |
- 0.25em |
+ $kendo-dock-manager-unpinned-container-shadow | +List | +4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) |
+ 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) |
Description
+ The horizontal margin of the Editor's export tool icon. | Description
The box shadow of the unpinned pane container in the DockManager component. |
||||||
$kendo-editor-resize-handle-size | +$kendo-dock-indicator-padding | Number | -8px |
- 8px |
+ k-map-get( $kendo-spacing, 1.5 ) |
+ 0.375rem |
|
Description
+ The size of the Editor's resize handle. | Description
The padding of the dock indicator in the DockManager component. |
||||||
$kendo-editor-resize-handle-border-width | +$kendo-dock-indicator-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+|||
Description
+ The background color of the dock indicator in the DockManager component. |
+|||||||
$kendo-dock-indicator-text | +Color | +$kendo-color-primary |
+ #0d6efd |
+||||
Description
+ The text color of the dock indicator in the DockManager component. |
+|||||||
$kendo-dock-indicator-outline-width | Number | 1px |
1px |
||||
Description
+ The border width of the Editor's resize handle. | Description
The outline width of the dock indicator in the DockManager component. |
||||||
$kendo-editor-resize-handle-border | +$kendo-dock-indicator-outline-style | +String | +solid |
+ solid |
+|||
Description
+ The outline style of the dock indicator in the DockManager component. |
+|||||||
$kendo-dock-indicator-outline | Color | -#000000 |
- #000000 |
+ $kendo-dock-indicator-text |
+ #0d6efd |
||
Description
+ The border color of the Editor's resize handle. | Description
The outline color of the dock indicator in the DockManager component. |
||||||
$kendo-editor-resize-handle-bg | +$kendo-dock-indicator-shadow | +List | +drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) drop-shadow( 0px 6px 10px rgba(0, 0, 0, 0.14) ) drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.20) ) |
+ drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14)) drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2)) |
+|||
Description
+ The box shadow of the dock indicator in the DockManager component. |
+|||||||
$kendo-dock-indicator-hover-bg | Color | -#ffffff |
+ $kendo-color-primary |
+ #0d6efd |
+|||
Description
+ The background color of the hovered dock indicator in the DockManager component. |
+|||||||
$kendo-dock-indicator-hover-text | +Color | +$kendo-color-white |
#ffffff |
||||
Description
+ The background color of the Editor's resize handle. | Description
The text color of the hovered dock indicator in the DockManager component. |
||||||
$kendo-editor-selectednode-outline-width | +$kendo-dock-manager-dock-preview-border-width | Number | -2px |
- 2px |
+ 1px |
+ 1px |
|
Description
+ The outline width of the Editor's selected node. | Description
The width of the border around the dropping area in the DockManager component. |
||||||
$kendo-editor-selectednode-outline-color | +$kendo-dock-manager-dock-preview-border-style | +String | +dashed |
+ dashed |
+|||
Description
+ The style of the border around the dropping area in the DockManager component. |
+|||||||
$kendo-dock-manager-dock-preview-border-radius | +Number | +$kendo-border-radius-sm |
+ 0.25rem |
+||||
Description
+ The border radius of the dropping area in the DockManager component. |
+|||||||
$kendo-dock-manager-dock-preview-bg | Color | -#88ccff |
- #88ccff |
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 )) |
+ rgba(13, 110, 253, 0.16) |
||
Description
+ The outline color of the Editor's selected node. | Description
+ The background color of the dropping area in the DockManager component. |
+||||||
$kendo-dock-manager-dock-preview-border | +Color | +$kendo-color-primary |
+ #0d6efd |
+||||
Description
The border color of the dropping area in the DockManager component. |
$kendo-elevation | -Map | -$_default-elevation |
- (1: ((0px 1px 2px rgba(0, 0, 0, 0.038),)), 2: ((0px 2px 7px rgba(0, 0, 0, 0.075),)), 3: ((0px 4px 10px rgba(0, 0, 0, 0.1),)), 4: ((0px 6px 13px rgba(0, 0, 0, 0.125),)), 5: ((0px 8px 16px 0px rgba(0, 0, 0, 0.15),)), 6: ((0px 11px 24px 0px rgba(0, 0, 0, 0.159),)), 7: ((0px 14px 36px 0px rgba(0, 0, 0, 0.168),)), 8: ((0px 16px 48px 0px rgba(0, 0, 0, 0.176),)), 9: ((0px 18px 60px 0px rgba(0, 0, 0, 0.185),))) |
+ $kendo-dropdowntree-popup-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
Description
+ The global default Elevation map. | Description
+ The horizontal padding of the DropdownTree popup |
+||||||
$kendo-dropdowntree-popup-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
+||||
Description
The vertical padding of the DropdownTree popup |
$kendo-expander-spacing-y | +$kendo-dropzone-padding-x | Number | -k-map-get( $kendo-spacing, 3 ) |
- 0.75rem |
+ k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
|
Description
+ The vertical spacing of the ExpansionPanel. | Description
The horizontal padding of the DropZone. |
||||||
$kendo-expander-border-width | +$kendo-dropzone-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
+|||
Description
+ The vertical padding of the DropZone. |
+|||||||
$kendo-dropzone-border-width | Number | 1px |
1px |
||||
Description
+ The width of the border around the ExpansionPanel. | Description
The border width of the DropZone. |
||||||
$kendo-expander-font-family | +$kendo-dropzone-min-height | +Number | +220px |
+ 220px |
+|||
Description
+ The minimum height of the DropZone. |
+|||||||
$kendo-dropzone-font-family | List | $kendo-font-family |
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
+ The font family of the ExpansionPanel. | Description
The font family of the DropZone. |
||||||
$kendo-expander-font-size | +$kendo-dropzone-font-size | Number | $kendo-font-size-md |
1rem |
|||
Description
+ The font size of the ExpansionPanel. | Description
The font size of the DropZone. |
||||||
$kendo-expander-line-height | +$kendo-dropzone-line-height | Number | $kendo-line-height-md |
1.5 |
|||
Description
+ The hine height of the ExpansionPanel. | Description
The line height of the DropZone. |
||||||
$kendo-expander-text | +$kendo-dropzone-bg | Color | -$kendo-component-text |
- #212529 |
+ if($kendo-enable-color-system, k-color( surface ), if( k-is-light( $kendo-component-bg ), $gray-100, $gray-900 )) |
+ #f8f9fa |
|
Description
+ The text color of the ExpansionPanel. | Description
The background color of the DropZone. |
||||||
$kendo-expander-bg | +$kendo-dropzone-text | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-component-text |
+ #212529 |
|
Description
+ The background color of the ExpansionPanel. | Description
The text color of the DropZone. |
||||||
$kendo-expander-border | +$kendo-dropzone-border | Color | $kendo-component-border |
#dee2e6 |
|||
Description
+ The border color of the ExpansionPanel. | Description
The border color of the DropZone. |
||||||
$kendo-expander-focus-shadow | -List | -$kendo-list-item-focus-shadow |
- inset 0 0 0 3px rgba(33, 37, 41, 0.15) |
+ $kendo-dropzone-icon-spacing | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 1.5rem |
Description
- The box shadow of the focused ExpansionPanel. |
-|||||||
$kendo-expander-header-padding-x | -Number | -k-map-get( $kendo-spacing, 6 ) |
- 1.5rem |
-||||
Description
- The horizontal padding of the ExpansionPanel header. |
-|||||||
$kendo-expander-header-padding-y | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
-||||
Description
+ The vertical padding of the ExpansionPanel header. | Description
The spacing below the DropZone icon. |
||||||
$kendo-expander-header-text | +$kendo-dropzone-icon-text | Color | -$kendo-expander-text |
- #212529 |
+ if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 8 )) |
+ #afb1b2 |
|
Description
+ The text color of the ExpansionPanel header. | Description
The text color of the DropZone icon. |
||||||
$kendo-expander-header-bg | +$kendo-dropzone-icon-hover-text | Color | -transparent |
- transparent |
+ $kendo-color-primary |
+ #0d6efd |
|
Description
+ The background color of the ExpansionPanel header. | Description
The text color of the hovered DropZone icon. |
||||||
$kendo-expander-header-border | +$kendo-dropzone-hint-font-size | Null | null |
null |
|||
Description
+ The border color of the ExpansionPanel header. | Description
The font size of the DropZone hint. |
||||||
$kendo-expander-header-hover-bg | -Color | -rgba( black, .04 ) |
- rgba(0, 0, 0, 0.04) |
+ $kendo-dropzone-hint-spacing | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
Description
+ The background color of the hovered ExpansionPanel header. | Description
The spacing below the DropZone hint. |
||||||
$kendo-expander-header-focus-bg | +$kendo-dropzone-hint-text | Null | null |
null |
|||
Description
+ The background color of the focused ExpansionPanel header. | Description
The text color of the DropZone hint. |
||||||
$kendo-expander-header-focus-shadow | -List | -$kendo-list-item-focus-shadow |
- inset 0 0 0 3px rgba(33, 37, 41, 0.15) |
+ $kendo-dropzone-note-font-size | +Number | +$kendo-font-size-xs |
+ 0.75rem |
Description
+ The box shadow of the focused ExpansionPanel header. | Description
The font size of the DropZone note. |
||||||
$kendo-expander-title-text | -Color | -$kendo-color-primary |
- #0d6efd |
+ $kendo-dropzone-note-spacing | +Null | +null |
+ null |
Description
+ The text color of the ExpansionPanel title. | Description
The spacing below the DropZone note. |
||||||
$kendo-expander-header-sub-title-text | +$kendo-dropzone-note-text | Color | $kendo-subtle-text |
#6c757d |
|||
Description
- The text color of the ExpansionPanel sub-title. |
-|||||||
$kendo-expander-indicator-margin-x | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 0.75rem |
-||||
Description
- The horizontal margin of the ExpansionPanel indicator. |
-|||||||
$kendo-expander-content-padding-x | -Number | -k-map-get( $kendo-spacing, 6 ) |
- 1.5rem |
-||||
Description
- The horizontal padding of the ExpansionPanel content. |
-|||||||
$kendo-expander-content-padding-y | -Number | -k-map-get( $kendo-spacing, 6 ) |
- 1.5rem |
-||||
Description
+ The vertical padding of the ExpansionPanel content. | Description
The text color of the DropZone note. |
$kendo-file-manager-spacer | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
-||||
Description
- The space between the FileManager items. |
-|||||||
$kendo-file-manager-border-width | +$kendo-editor-border-width | Number | 1px |
1px |
|||
Description
+ The border width of the FileManager. | Description
The width of the border around the Еditor. |
||||||
$kendo-file-manager-font-family | +$kendo-editor-font-family | List | $kendo-font-family |
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
+ The font family of the FileManager. | Description
The font family of the Еditor. |
||||||
$kendo-file-manager-font-size | +$kendo-editor-font-size | Number | $kendo-font-size-md |
1rem |
|||
Description
+ The font size of the FileManager. | Description
The font size of the Еditor. |
||||||
$kendo-file-manager-line-height | +$kendo-editor-line-height | Number | $kendo-line-height-md |
1.5 |
|||
Description
+ The line height of the FileManager. | Description
The line height of the Еditor. |
||||||
$kendo-file-manager-bg | +$kendo-editor-placeholder-text | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-input-placeholder-text |
+ #6c757d |
|
Description
+ The background color of the FileManager. | Description
The text color of the Еditor placeholder. |
||||||
$kendo-file-manager-text | -Color | -$kendo-component-text |
- #212529 |
+ $kendo-editor-placeholder-opacity | +Number | +$kendo-input-placeholder-opacity |
+ 1 |
Description
+ The text color of the FileManager. | Description
The opacity of the Editor placeholder. |
||||||
$kendo-file-manager-border | +$kendo-editor-selected-text | Color | -$kendo-component-border |
- #dee2e6 |
+ $kendo-color-primary-contrast |
+ white |
|
Description
+ The border color of the FileManager. | Description
The selected text color of the Editor. |
||||||
$kendo-file-manager-toolbar-border-width | -Number | -$kendo-file-manager-border-width |
- 1px |
+ $kendo-editor-selected-bg | +Color | +$kendo-color-primary |
+ #0d6efd |
Description
+ The border width of the FileManager Toolbar. | Description
The selected background color of the Editor. |
||||||
$kendo-file-manager-toolbar-bg | -Null | -null |
- null |
+ $kendo-editor-highlighted-bg | +Color | +if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix( $kendo-color-primary, #ffffff, 20% )) |
+ #cfe2ff |
Description
+ The background color of the FileManager Toolbar. | Description
The highlighted background color of the Editor. |
||||||
$kendo-file-manager-toolbar-text | -Null | -null |
- null |
+ $kendo-editor-export-tool-icon-margin-x | +Number | +.25em |
+ 0.25em |
Description
+ The text color of the FileManager Toolbar. | Description
The horizontal margin of the Editor's export tool icon. |
||||||
$kendo-file-manager-toolbar-border | -Null | -null |
- null |
+ $kendo-editor-resize-handle-size | +Number | +8px |
+ 8px |
Description
+ The border color of the FileManager Toolbar. | Description
The size of the Editor's resize handle. |
||||||
$kendo-file-manager-toolbar-gradient | -Null | -null |
- null |
+ $kendo-editor-resize-handle-border-width | +Number | +1px |
+ 1px |
Description
+ The gradient of the FileManager Toolbar. | Description
The border width of the Editor's resize handle. |
||||||
$kendo-file-manager-navigation-padding-x | -Number | -$kendo-file-manager-spacer |
- 1rem |
+ $kendo-editor-resize-handle-border | +Color | +#000000 |
+ #000000 |
Description
+ The horizontal padding of the FileManager Navigation. | Description
The border color of the Editor's resize handle. |
||||||
$kendo-file-manager-navigation-padding-y | -Number | -$kendo-file-manager-spacer |
- 1rem |
+ $kendo-editor-resize-handle-bg | +Color | +#ffffff |
+ #ffffff |
Description
+ The vertical padding of the FileManager Navigation. | Description
The background color of the Editor's resize handle. |
||||||
$kendo-file-manager-navigation-width | +$kendo-editor-selectednode-outline-width | Number | -20% |
- 20% |
+ 2px |
+ 2px |
|
Description
+ The width of the FileManager Navigation. | Description
The outline width of the Editor's selected node. |
||||||
$kendo-file-manager-navigation-border-width | -Number | -$kendo-file-manager-border-width |
- 1px |
+ $kendo-editor-selectednode-outline-color | +Color | +#88ccff |
+ #88ccff |
Description
+ The border width of the FileManager Navigation. | Description
The outline color of the Editor's selected node. |
||||||
$kendo-file-manager-navigation-bg | -Null | -null |
- null |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-elevation | +Map | +$_default-elevation |
+ (1: ((0px 1px 2px rgba(0, 0, 0, 0.038),)), 2: ((0px 2px 7px rgba(0, 0, 0, 0.075),)), 3: ((0px 4px 10px rgba(0, 0, 0, 0.1),)), 4: ((0px 6px 13px rgba(0, 0, 0, 0.125),)), 5: ((0px 8px 16px 0px rgba(0, 0, 0, 0.15),)), 6: ((0px 11px 24px 0px rgba(0, 0, 0, 0.159),)), 7: ((0px 14px 36px 0px rgba(0, 0, 0, 0.168),)), 8: ((0px 16px 48px 0px rgba(0, 0, 0, 0.176),)), 9: ((0px 18px 60px 0px rgba(0, 0, 0, 0.185),))) |
||||
Description
+ The background color of the FileManager Navigation. | Description
The global default Elevation map. |
||||||
$kendo-file-manager-navigation-text | -Null | -null |
- null |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-expander-spacing-y | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 0.75rem |
||||
Description
+ The text color of the FileManager Navigation. | Description
The vertical spacing of the ExpansionPanel. |
||||||
$kendo-file-manager-navigation-border | -Null | -null |
- null |
+ $kendo-expander-border-width | +Number | +1px |
+ 1px |
Description
+ The border color of the FileManager Navigation. | Description
The width of the border around the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
+ $kendo-expander-font-family | +List | +$kendo-font-family |
+ 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
+ The horizontal padding of the FileManager Breadcrumb. | Description
The font family of the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-padding-y | +$kendo-expander-font-size | Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
+ $kendo-font-size-md |
+ 1rem |
|
Description
+ The vertical padding of the FileManager Breadcrumb. | Description
The font size of the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-border-width | +$kendo-expander-line-height | Number | -$kendo-file-manager-border-width |
- 1px |
+ $kendo-line-height-md |
+ 1.5 |
|
Description
+ The border width of the FileManager Breadcrumb. | Description
The hine height of the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-bg | +$kendo-expander-text | Color | -$kendo-toolbar-bg |
- #f8f9fa |
-|||
Description
- The background color of the FileManager Breadcrumb. |
-|||||||
$kendo-file-manager-breadcrumb-text | -Null | -null |
- null |
-||||
Description
- The text color of the FileManager Breadcrumb. |
-|||||||
$kendo-file-manager-breadcrumb-border | -Null | -null |
- null |
+ $kendo-component-text |
+ #212529 |
||
Description
+ The border color of the FileManager Breadcrumb. | Description
The text color of the ExpansionPanel. |
||||||
$kendo-file-manager-listview-bg | -Null | -null |
- null |
+ $kendo-expander-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The background color of the FileManager ListView. | Description
The background color of the ExpansionPanel. |
||||||
$kendo-file-manager-listview-text | -Null | -null |
- null |
+ $kendo-expander-border | +Color | +$kendo-component-border |
+ #dee2e6 |
Description
+ The text color of the FileManager ListView. | Description
The border color of the ExpansionPanel. |
||||||
$kendo-file-manager-listview-border | -Null | -null |
- null |
+ $kendo-expander-focus-shadow | +List | +$kendo-list-item-focus-shadow |
+ inset 0 0 0 3px rgba(33, 37, 41, 0.15) |
Description
+ The border color of the FileManager ListView. | Description
The box shadow of the focused ExpansionPanel. |
||||||
$kendo-file-manager-listview-item-padding-x | +$kendo-expander-header-padding-x | Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
+ k-map-get( $kendo-spacing, 6 ) |
+ 1.5rem |
|
Description
+ The horizontal padding of the FileManager ListView item. | Description
The horizontal padding of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-padding-y | +$kendo-expander-header-padding-y | Number | k-map-get( $kendo-spacing, 4 ) |
1rem |
|||
Description
+ The vertical padding of the FileManager ListView item. | Description
The vertical padding of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-width | -Number | -120px |
- 120px |
+ $kendo-expander-header-text | +Color | +$kendo-expander-text |
+ #212529 |
Description
+ The width of the FileManager ListView item. | Description
The text color of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-height | -Number | -120px |
- 120px |
+ $kendo-expander-header-bg | +Color | +transparent |
+ transparent |
Description
+ The height of the FileManager ListView item. | Description
The background color of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-bg | +$kendo-expander-header-border | Null | null |
null |
|||
Description
+ The background color of the FileManager ListView item. | Description
The border color of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-text | -Null | -null |
- null |
+ $kendo-expander-header-hover-bg | +Color | +rgba( black, .04 ) |
+ rgba(0, 0, 0, 0.04) |
Description
+ The text color of the FileManager ListView item. | Description
The background color of the hovered ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-border | +$kendo-expander-header-focus-bg | Null | null |
null |
|||
Description
+ The border color of the FileManager ListView item. | Description
The background color of the focused ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-icon-bg | -Null | -null |
- null |
+ $kendo-expander-header-focus-shadow | +List | +$kendo-list-item-focus-shadow |
+ inset 0 0 0 3px rgba(33, 37, 41, 0.15) |
Description
+ The background color of the FileManager ListView item icon. | Description
The box shadow of the focused ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-icon-text | +$kendo-expander-title-text | Color | -if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 )) |
- #686b6d |
+ $kendo-color-primary |
+ #0d6efd |
|
Description
+ The text color of the FileManager ListView item icon. | Description
The text color of the ExpansionPanel title. |
||||||
$kendo-file-manager-listview-item-icon-border | -Null | -null |
- null |
+ $kendo-expander-header-sub-title-text | +Color | +$kendo-subtle-text |
+ #6c757d |
Description
+ The border color of the FileManager ListView item icon. | Description
The text color of the ExpansionPanel sub-title. |
||||||
$kendo-file-manager-listview-item-icon-selected-bg | -Null | -null |
- null |
+ $kendo-expander-indicator-margin-x | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 0.75rem |
Description
+ Background color of the FileManager selected ListView item icon. | Description
The horizontal margin of the ExpansionPanel indicator. |
||||||
$kendo-file-manager-listview-item-icon-selected-text | -String | -inherit |
- inherit |
+ $kendo-expander-content-padding-x | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 1.5rem |
Description
+ Text color of the FileManager selected ListView item icon. | Description
The horizontal padding of the ExpansionPanel content. |
||||||
$kendo-file-manager-listview-item-icon-selected-border | -Null | -null |
- null |
+ $kendo-expander-content-padding-y | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 1.5rem |
Description
+ Border color of the FileManager selected ListView item icon. | Description
The vertical padding of the ExpansionPanel content. |
||||||
$kendo-file-manager-grid-bg | -Null | -null |
- null |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-file-manager-spacer | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
||||
Description
+ The background color of the FileManager Grid. | Description
The space between the FileManager items. |
||||||
$kendo-file-manager-grid-text | -Null | -null |
- null |
+ $kendo-file-manager-border-width | +Number | +1px |
+ 1px |
Description
+ The text color of the FileManager Grid. | Description
The border width of the FileManager. |
||||||
$kendo-file-manager-grid-border | -Null | -null |
- null |
+ $kendo-file-manager-font-family | +List | +$kendo-font-family |
+ 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
+ The border color of the FileManager Grid. | Description
The font family of the FileManager. |
||||||
$kendo-file-manager-preview-padding-x | +$kendo-file-manager-font-size | Number | -$kendo-file-manager-spacer |
+ $kendo-font-size-md |
1rem |
||
Description
+ The horizontal padding of the FileManager preview. | Description
The font size of the FileManager. |
||||||
$kendo-file-manager-preview-padding-y | +$kendo-file-manager-line-height | Number | -$kendo-file-manager-spacer |
- 1rem |
+ $kendo-line-height-md |
+ 1.5 |
|
Description
+ The vertical padding of the FileManager preview. | Description
The line height of the FileManager. |
||||||
$kendo-file-manager-preview-width | -Number | -20% |
- 20% |
+ $kendo-file-manager-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The width of the FileManager preview. | Description
The background color of the FileManager. |
||||||
$kendo-file-manager-preview-border-width | -Number | -$kendo-file-manager-border-width |
- 1px |
+ $kendo-file-manager-text | +Color | +$kendo-component-text |
+ #212529 |
Description
+ The border width of the FileManager preview. | Description
The text color of the FileManager. |
||||||
$kendo-file-manager-preview-spacing | -Number | -$kendo-file-manager-spacer |
- 1rem |
+ $kendo-file-manager-border | +Color | +$kendo-component-border |
+ #dee2e6 |
Description
+ The spacing of the FileManager preview. | Description
The border color of the FileManager. |
||||||
$kendo-file-manager-preview-column-gap | +$kendo-file-manager-toolbar-border-width | Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ $kendo-file-manager-border-width |
+ 1px |
|
Description
+ The gap between the columns in the FileManager preview. | Description
The border width of the FileManager Toolbar. |
||||||
$kendo-file-manager-preview-bg | +$kendo-file-manager-toolbar-bg | Null | null |
null |
|||
Description
+ The background color of the FileManager preview. | Description
The background color of the FileManager Toolbar. |
||||||
$kendo-file-manager-preview-text | +$kendo-file-manager-toolbar-text | Null | null |
null |
|||
Description
+ The text color of the FileManager preview. | Description
The text color of the FileManager Toolbar. |
||||||
$kendo-file-manager-preview-border | +$kendo-file-manager-toolbar-border | Null | null |
null |
|||
Description
+ The border color of the FileManager preview. | Description
The border color of the FileManager Toolbar. |
||||||
$kendo-file-manager-preview-icon-bg | +$kendo-file-manager-toolbar-gradient | Null | null |
null |
|||
Description
+ The background color of the FileManager preview icon. | Description
The gradient of the FileManager Toolbar. |
||||||
$kendo-file-manager-preview-icon-text | -Color | -if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 )) |
- #686b6d |
+ $kendo-file-manager-navigation-padding-x | +Number | +$kendo-file-manager-spacer |
+ 1rem |
Description
+ The text color of the FileManager preview icon. | Description
The horizontal padding of the FileManager Navigation. |
||||||
$kendo-file-manager-preview-icon-border | -Null | -null |
- null |
+ $kendo-file-manager-navigation-padding-y | +Number | +$kendo-file-manager-spacer |
+ 1rem |
Description
+ The border color of the FileManager preview icon. | Description
The vertical padding of the FileManager Navigation. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-filter-padding-x | +|||||||
$kendo-file-manager-navigation-width | Number | -$kendo-padding-md-x |
- 1rem |
+ 20% |
+ 20% |
||
Description
+ The horizontal padding of the Filter. | Description
The width of the FileManager Navigation. |
||||||
$kendo-filter-padding-y | +$kendo-file-manager-navigation-border-width | Number | -$kendo-padding-md-y |
- 0.5rem |
+ $kendo-file-manager-border-width |
+ 1px |
|
Description
+ The vertical padding of the Filter. | Description
The border width of the FileManager Navigation. |
||||||
$kendo-filter-bottom-margin | -Number | -2.1em |
- 2.1em |
+ $kendo-file-manager-navigation-bg | +Null | +null |
+ null |
Description
+ The bottom margin of the Filter. | Description
The background color of the FileManager Navigation. |
||||||
$kendo-filter-line-size | -Number | -1px |
- 1px |
+ $kendo-file-manager-navigation-text | +Null | +null |
+ null |
Description
+ The width of the line that connects the Filter items. | Description
The text color of the FileManager Navigation. |
||||||
$kendo-filter-operator-dropdown-width | +$kendo-file-manager-navigation-border | +Null | +null |
+ null |
+|||
Description
+ The border color of the FileManager Navigation. |
+|||||||
$kendo-file-manager-breadcrumb-padding-x | Number | -15em |
- 15em |
+ k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
||
Description
+ The width of the dropdown elements in the Filter items. | Description
The horizontal padding of the FileManager Breadcrumb. |
||||||
$kendo-filter-preview-field-text | -Color | -$kendo-color-primary |
- #0d6efd |
+ $kendo-file-manager-breadcrumb-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
Description
+ The text color of the Filter preview field. | Description
The vertical padding of the FileManager Breadcrumb. |
||||||
$kendo-filter-preview-operator-text | -Color | -$kendo-subtle-text |
- #6c757d |
+ $kendo-file-manager-breadcrumb-border-width | +Number | +$kendo-file-manager-border-width |
+ 1px |
Description
+ The text color of the Filter preview operator. | Description
The border width of the FileManager Breadcrumb. |
||||||
$kendo-filter-toolbar-focus-shadow | -List | -0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 )) |
- 0 0 0 0.25rem rgba(13, 110, 253, 0.25) |
+ $kendo-file-manager-breadcrumb-bg | +Color | +$kendo-toolbar-bg |
+ #f8f9fa |
Description
+ The box shadow of the focused Filter toolbar. | Description
The background color of the FileManager Breadcrumb. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-fab-border-width | -Number | -1px |
- 1px |
+||||
$kendo-file-manager-breadcrumb-text | +Null | +null |
+ null |
||||
Description
+ The width of the border around the FAB. | Description
The text color of the FileManager Breadcrumb. |
||||||
$kendo-fab-border-radius | -Number | -k-math-div( $kendo-border-radius, 2 ) |
- 0.1875rem |
+ $kendo-file-manager-breadcrumb-border | +Null | +null |
+ null |
Description
+ The border radius of the FAB. | Description
The border color of the FileManager Breadcrumb. |
||||||
$kendo-fab-font-family | -List | -$kendo-font-family |
- 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" |
+ $kendo-file-manager-listview-bg | +Null | +null |
+ null |
Description
+ The font family of the FAB. | Description
The background color of the FileManager ListView. |
||||||
$kendo-fab-font-size | -Number | -$kendo-font-size-md |
- 1rem |
+ $kendo-file-manager-listview-text | +Null | +null |
+ null |
Description
+ The font size of the FAB. | Description
The text color of the FileManager ListView. |
||||||
$kendo-fab-line-height | -Number | -$kendo-line-height-md |
- 1.5 |
+ $kendo-file-manager-listview-border | +Null | +null |
+ null |
Description
+ The line height of the FAB. | Description
The border color of the FileManager ListView. |
||||||
$kendo-fab-padding-x | +$kendo-file-manager-listview-item-padding-x | Number | k-map-get( $kendo-spacing, 4 ) |
1rem |
|||
Description
+ The horizontal padding of the FAB. | Description
The horizontal padding of the FileManager ListView item. |
||||||
$kendo-fab-sm-padding-x | +$kendo-file-manager-listview-item-padding-y | Number | -k-math-div( $kendo-fab-padding-x, 2 ) |
- 0.5rem |
+ k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
|
Description
+ The horizontal padding of the small FAB. | Description
The vertical padding of the FileManager ListView item. |
||||||
$kendo-fab-md-padding-x | +$kendo-file-manager-listview-item-width | Number | -$kendo-fab-padding-x |
- 1rem |
+ 120px |
+ 120px |
|
Description
+ The horizontal padding of the medium FAB. | Description
The width of the FileManager ListView item. |
||||||
$kendo-fab-lg-padding-x | +$kendo-file-manager-listview-item-height | Number | -( $kendo-fab-padding-x * 1.5 ) |
- 1.5rem |
+ 120px |
+ 120px |
|
Description
+ The horizontal padding of the large FAB. | Description
The height of the FileManager ListView item. |
||||||
$kendo-fab-padding-y | -Number | -$kendo-fab-padding-x |
- 1rem |
+ $kendo-file-manager-listview-item-bg | +Null | +null |
+ null |
Description
+ The vertical padding of the FAB. | Description
The background color of the FileManager ListView item. |
||||||
$kendo-fab-sm-padding-y | -Number | -k-math-div( $kendo-fab-padding-y, 2 ) |
- 0.5rem |
+ $kendo-file-manager-listview-item-text | +Null | +null |
+ null |
Description
+ The vertical padding of the small FAB. | Description
The text color of the FileManager ListView item. |
||||||
$kendo-fab-md-padding-y | -Number | -$kendo-fab-padding-y |
- 1rem |
+ $kendo-file-manager-listview-item-border | +Null | +null |
+ null |
Description
+ The vertical padding of the medium FAB. | Description
The border color of the FileManager ListView item. |
||||||
$kendo-fab-lg-padding-y | -Number | -( $kendo-fab-padding-y * 1.5 ) |
- 1.5rem |
+ $kendo-file-manager-listview-item-icon-bg | +Null | +null |
+ null |
Description
+ The vertical padding of the large FAB. | Description
The background color of the FileManager ListView item icon. |
||||||
$kendo-fab-icon-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ $kendo-file-manager-listview-item-icon-text | +Color | +if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 )) |
+ #686b6d |
Description
+ The horizontal padding of the FAB icon. | Description
The text color of the FileManager ListView item icon. |
||||||
$kendo-fab-icon-padding-y | -Number | -$kendo-fab-icon-padding-x |
- 0.25rem |
+ $kendo-file-manager-listview-item-icon-border | +Null | +null |
+ null |
Description
+ The vertical padding of the FAB icon. | Description
The border color of the FileManager ListView item icon. |
||||||
$kendo-fab-icon-spacing | -Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 0.125rem |
+ $kendo-file-manager-listview-item-icon-selected-bg | +Null | +null |
+ null |
Description
+ The spacing of the FAB icon. | Description
Background color of the FileManager selected ListView item icon. |
||||||
$kendo-fab-items-padding-x | -Number | -0px |
- 0px |
+ $kendo-file-manager-listview-item-icon-selected-text | +String | +inherit |
+ inherit |
Description
+ The horizontal padding of the FAB items. | Description
Text color of the FileManager selected ListView item icon. |
||||||
$kendo-fab-items-padding-y | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
+ $kendo-file-manager-listview-item-icon-selected-border | +Null | +null |
+ null |
Description
+ The vertical padding of the FAB items. | Description
Border color of the FileManager selected ListView item icon. |
||||||
$kendo-fab-item-text-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ $kendo-file-manager-grid-bg | +Null | +null |
+ null |
Description
+ The horizontal padding of the FAB item text. | Description
The background color of the FileManager Grid. |
||||||
$kendo-fab-item-text-padding-y | -Number | -$kendo-fab-item-text-padding-x |
- 0.25rem |
+ $kendo-file-manager-grid-text | +Null | +null |
+ null |
Description
+ The vertical padding of the FAB item text. | Description
The text color of the FileManager Grid. |
||||||
$kendo-fab-item-text-border-width | -Number | -1px |
- 1px |
+ $kendo-file-manager-grid-border | +Null | +null |
+ null |
Description
+ The width of the FAB item text border. | Description
The border color of the FileManager Grid. |
||||||
$kendo-fab-item-text-border-radius | +$kendo-file-manager-preview-padding-x | Number | -4px |
- 4px |
+ $kendo-file-manager-spacer |
+ 1rem |
|
Description
+ The border radius of the FAB item text. | Description
The horizontal padding of the FileManager preview. |
||||||
$kendo-fab-item-text-font-size | +$kendo-file-manager-preview-padding-y | Number | -$kendo-font-size-xs |
- 0.75rem |
+ $kendo-file-manager-spacer |
+ 1rem |
|
Description
+ The font size of the FAB item text. | Description
The vertical padding of the FileManager preview. |
||||||
$kendo-fab-item-text-line-height | +$kendo-file-manager-preview-width | Number | -14px |
- 14px |
+ 20% |
+ 20% |
|
Description
+ The line height of the FAB item text. | Description
The width of the FileManager preview. |
||||||
$kendo-fab-item-icon-padding-x | +$kendo-file-manager-preview-border-width | Number | -k-map-get( $kendo-spacing, 2 ) + $kendo-fab-icon-padding-x |
- 0.75rem |
+ $kendo-file-manager-border-width |
+ 1px |
|
Description
+ The horizontal padding of the FAB item icon. | Description
The border width of the FileManager preview. |
||||||
$kendo-fab-item-icon-padding-y | +$kendo-file-manager-preview-spacing | Number | -$kendo-fab-item-icon-padding-x |
- 0.75rem |
+ $kendo-file-manager-spacer |
+ 1rem |
|
Description
+ The vertical padding of the FAB item icon. | Description
The spacing of the FileManager preview. |
||||||
$kendo-fab-item-icon-border-width | +$kendo-file-manager-preview-column-gap | Number | -0 |
- 0 |
+ k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
|
Description
+ The width of the FAB item icon border. | Description
The gap between the columns in the FileManager preview. |
||||||
$kendo-fab-item-icon-border-radius | -Number | -50% |
- 50% |
+ $kendo-file-manager-preview-bg | +Null | +null |
+ null |
Description
+ The border radius of the FAB item icon. | Description
The background color of the FileManager preview. |
||||||
$kendo-fab-theme-colors | -Map | -$kendo-theme-colors |
- ("primary": #0d6efd, "secondary": #6c757d, "tertiary": #6f42c1, "info": #0dcaf0, "success": #198754, "warning": #ffc107, "error": #dc3545, "dark": #212529, "light": #f8f9fa, "inverse": #212529) |
+ $kendo-file-manager-preview-text | +Null | +null |
+ null |
Description
+ The theme colors map for the FAB. | Description
The text color of the FileManager preview. |
||||||
$kendo-fab-sizes | -Map | -(
- sm: (
- padding-x: $kendo-fab-sm-padding-x,
- padding-y: $kendo-fab-sm-padding-y
- ),
- md: (
- padding-x: $kendo-fab-md-padding-x,
- padding-y: $kendo-fab-md-padding-y
- ),
- lg: (
- padding-x: $kendo-fab-lg-padding-x,
- padding-y: $kendo-fab-lg-padding-y
- )
-) |
- (sm: (padding-x: 0.5rem, padding-y: 0.5rem), md: (padding-x: 1rem, padding-y: 1rem), lg: (padding-x: 1.5rem, padding-y: 1.5rem)) |
+ $kendo-file-manager-preview-border | +Null | +null |
+ null |
Description
+ The size map for the FAB. | Description
The border color of the FileManager preview. |
||||||
$kendo-fab-shadow | -String | -k-elevation(5) |
- var(--kendo-elevation-5, 0px 8px 16px 0px rgba(0, 0, 0, 0.15)) |
+ $kendo-file-manager-preview-icon-bg | +Null | +null |
+ null |
Description
+ The base shadow of the FAB. | Description
The background color of the FileManager preview icon. |
||||||
$kendo-fab-disabled-shadow | -String | -k-elevation(5) |
- var(--kendo-elevation-5, 0px 8px 16px 0px rgba(0, 0, 0, 0.15)) |
+ $kendo-file-manager-preview-icon-text | +Color | +if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-file-manager-text, 4 )) |
+ #686b6d |
Description
+ The shadow of the disabled FAB. | Description
The text color of the FileManager preview icon. |
||||||
$kendo-fab-active-shadow | +$kendo-file-manager-preview-icon-border | Null | null |
null |
|||
Description
- The shadow of the active FAB. |
-|||||||
$kendo-fab-outline-style | -String | -solid |
- solid |
-||||
Description
+ The outline style of the FAB. | Description
The border color of the FileManager preview icon. |
||||||
$kendo-fab-outline-width | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-filter-padding-x | Number | -3px |
- 3px |
+ $kendo-padding-md-x |
+ 1rem |
||
Description
+ The outline width of the FAB. | Description
The horizontal padding of the Filter. |
||||||
$kendo-fab-item-text | -Color | -$kendo-component-text |
- #212529 |
+ $kendo-filter-padding-y | +Number | +$kendo-padding-md-y |
+ 0.5rem |
Description
+ The base text color of the FAB item. | Description
The vertical padding of the Filter. |
||||||
$kendo-fab-item-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-filter-bottom-margin | +Number | +2.1em |
+ 2.1em |
Description
+ The base background color of the FAB item. | Description
The bottom margin of the Filter. |
||||||
$kendo-fab-item-border | -Color | -$kendo-component-border |
- #dee2e6 |
+ $kendo-filter-line-size | +Number | +1px |
+ 1px |
Description
+ The base border color of the FAB item. | Description
The width of the line that connects the Filter items. |
||||||
$kendo-fab-item-icon-text | -Color | -$kendo-button-text |
- #212529 |
+ $kendo-filter-operator-dropdown-width | +Number | +15em |
+ 15em |
Description
+ The base text color of the FAB item icon. | Description
The width of the dropdown elements in the Filter items. |
||||||
$kendo-fab-item-icon-bg | +$kendo-filter-preview-field-text | Color | -$kendo-button-bg |
- #e4e7eb |
+ $kendo-color-primary |
+ #0d6efd |
|
Description
+ The base background color of the FAB item icon. | Description
The text color of the Filter preview field. |
||||||
$kendo-fab-item-icon-border | +$kendo-filter-preview-operator-text | Color | -$kendo-button-border |
- #e4e7eb |
-|||
Description
- The base border color of the FAB item icon. |
-|||||||
$kendo-fab-item-shadow | -String | -$kendo-fab-shadow |
- var(--kendo-elevation-5, 0px 8px 16px 0px rgba(0, 0, 0, 0.15)) |
-||||
Description
- The base shadow of the FAB item. |
-|||||||
$kendo-fab-item-disabled-shadow | -String | -$kendo-fab-disabled-shadow |
- var(--kendo-elevation-5, 0px 8px 16px 0px rgba(0, 0, 0, 0.15)) |
-||||
Description
- The shadow of the disabled FAB item. |
-|||||||
$kendo-fab-item-active-shadow | -Null | -$kendo-fab-active-shadow |
- null |
-||||
Description
- The shadow of the active FAB item. |
-|||||||
$kendo-fab-item-outline-style | -String | -solid |
- solid |
-||||
Description
- The outline style of the FAB item. |
-|||||||
$kendo-fab-item-outline-width | -Number | -3px |
- 3px |
+ $kendo-subtle-text |
+ #6c757d |
||
Description
+ The outline width of the FAB item. | Description
The text color of the Filter preview operator. |
||||||
$kendo-fab-item-outline-color | -Color | -$kendo-button-bg |
- #e4e7eb |
+ $kendo-filter-toolbar-focus-shadow | +List | +0 0 0 .25rem if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 )) |
+ 0 0 0 0.25rem rgba(13, 110, 253, 0.25) |
Description
+ The outline color of the FAB item. | Description
The box shadow of the focused Filter toolbar. |
$kendo-floating-label-scale | +$kendo-fab-border-width | Number | -1 |
- 1 |
+ 1px |
+ 1px |
|
Description
+ The transformation scale of the Floating Label. | Description
The width of the border around the FAB. |
||||||
$kendo-floating-label-font-size | +$kendo-fab-border-radius | Number | -$kendo-input-font-size |
- 1rem |
+ k-math-div( $kendo-border-radius, 2 ) |
+ 0.1875rem |
|
Description
+ The font size of the Floating Label. | Description
The border radius of the FAB. |
||||||
$kendo-floating-label-max-width | -Number | -90% |
- 90% |
-||||
Description
+ The maximum width of the Floating Label. | $kendo-fab-font-family | +List | +$kendo-font-family |
+ 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
The font family of the FAB. |
|||||||
$kendo-floating-label-line-height | +$kendo-fab-font-size | Number | -$kendo-input-line-height |
- 1.5 |
+ $kendo-font-size-md |
+ 1rem |
|
Description
+ The line height of the Floating Label. | Description
The font size of the FAB. |
||||||
$kendo-floating-label-height | -Calculation | -calc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} ) |
- calc(1.5 * 1rem) |
+ $kendo-fab-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
Description
+ The height of the Floating Label. | Description
The line height of the FAB. |
||||||
$kendo-floating-label-offset-x | -Calculation | -calc( #{$kendo-input-padding-x} + #{$kendo-input-border-width} ) |
- calc(0.75rem + 1px) |
+ $kendo-fab-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
Description
+ The horizontal offset of the Floating Label. | Description
The horizontal padding of the FAB. |
||||||
$kendo-floating-label-offset-y | -Calculation | -calc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-padding-y} ) |
- calc(calc(1.5 * 1rem) + 1px + 0.375rem) |
+ $kendo-fab-sm-padding-x | +Number | +k-math-div( $kendo-fab-padding-x, 2 ) |
+ 0.5rem |
Description
+ The vertical offset of the Floating Label. | Description
The horizontal padding of the small FAB. |
||||||
$kendo-floating-label-focus-scale | +$kendo-fab-md-padding-x | Number | -1 |
- 1 |
+ $kendo-fab-padding-x |
+ 1rem |
|
Description
+ The transformation scale of the focused Floating Label. | Description
The horizontal padding of the medium FAB. |
||||||
$kendo-floating-label-focus-offset-x | +$kendo-fab-lg-padding-x | Number | -0 |
- 0 |
+ ( $kendo-fab-padding-x * 1.5 ) |
+ 1.5rem |
|
Description
+ The horizontal offset of the focused Floating Label. | Description
The horizontal padding of the large FAB. |
||||||
$kendo-floating-label-focus-offset-y | +$kendo-fab-padding-y | Number | -0 |
- 0 |
+ $kendo-fab-padding-x |
+ 1rem |
|
Description
+ The vertical offset of the focused Floating Label. | Description
The vertical padding of the FAB. |
||||||
$kendo-floating-label-transition | -List | -.2s ease-out |
- 0.2s ease-out |
+ $kendo-fab-sm-padding-y | +Number | +k-math-div( $kendo-fab-padding-y, 2 ) |
+ 0.5rem |
Description
+ The transition of the Floating Label. | Description
The vertical padding of the small FAB. |
||||||
$kendo-floating-label-bg | -Null | -null |
- null |
+ $kendo-fab-md-padding-y | +Number | +$kendo-fab-padding-y |
+ 1rem |
Description
+ The background color of the Floating Label. | Description
The vertical padding of the medium FAB. |
||||||
$kendo-floating-label-text | -Null | -null |
- null |
+ $kendo-fab-lg-padding-y | +Number | +( $kendo-fab-padding-y * 1.5 ) |
+ 1.5rem |
Description
+ The text color of the Floating Label. | Description
The vertical padding of the large FAB. |
||||||
$kendo-floating-label-focus-bg | -Null | -null |
- null |
+ $kendo-fab-icon-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
Description
+ The background color of the focused Floating Label. | Description
The horizontal padding of the FAB icon. |
||||||
$kendo-floating-label-focus-text | -Null | -null |
- null |
+ $kendo-fab-icon-padding-y | +Number | +$kendo-fab-icon-padding-x |
+ 0.25rem |
Description
+ The text color of the focused Floating Label. | Description
The vertical padding of the FAB icon. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-form-spacer | +|||||||
$kendo-fab-icon-spacing | Number | -$kendo-padding-md-x * 2 |
- 2rem |
+ k-map-get( $kendo-spacing, 0.5 ) |
+ 0.125rem |
||
Description
+ The padding of the inline Form. | Description
The spacing of the FAB icon. |
||||||
$kendo-form-font-size | +$kendo-fab-items-padding-x | Number | -$kendo-font-size-md |
- 1rem |
+ 0px |
+ 0px |
|
Description
+ The font size of the Form. | Description
The horizontal padding of the FAB items. |
||||||
$kendo-form-line-height | +$kendo-fab-items-padding-y | Number | -$input-btn-line-height |
- 1.5 |
+ k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
|
Description
+ The line height of the Form. | Description
The vertical padding of the FAB items. |
||||||
$kendo-form-line-height-em | -Calculation | -calc( #{$kendo-form-line-height} * 1em ) |
- calc(1.5 * 1em) |
+ $kendo-fab-item-text-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
Description
+ The line height of the Form in em units. | Description
The horizontal padding of the FAB item text. |
||||||
$kendo-form-sm-line-height | +$kendo-fab-item-text-padding-y | Number | -$kendo-line-height-sm |
- 1.25 |
+ $kendo-fab-item-text-padding-x |
+ 0.25rem |
|
Description
+ The line height of the small Form. | Description
The vertical padding of the FAB item text. |
||||||
$kendo-form-lg-line-height | +$kendo-fab-item-text-border-width | Number | -$kendo-line-height-lg |
- 2 |
+ 1px |
+ 1px |
|
Description
+ The line height of the large Form. | Description
The width of the FAB item text border. |
||||||
$kendo-form-fieldset-margin | -List | -2rem 0 0 |
- 2rem 0 0 |
+ $kendo-fab-item-text-border-radius | +Number | +4px |
+ 4px |
Description
+ The margin of the Form fieldset. | Description
The border radius of the FAB item text. |
||||||
$kendo-form-fieldset-padding | +$kendo-fab-item-text-font-size | Number | -0px |
- 0px |
+ $kendo-font-size-xs |
+ 0.75rem |
|
Description
+ The padding of the Form fieldset. | Description
The font size of the FAB item text. |
||||||
$kendo-form-legend-margin | -List | -0 0 1rem |
- 0 0 1rem |
+ $kendo-fab-item-text-line-height | +Number | +14px |
+ 14px |
Description
+ The margin of the Form legend. | Description
The line height of the FAB item text. |
||||||
$kendo-form-legend-padding | +$kendo-fab-item-icon-padding-x | Number | -0px |
- 0px |
+ k-map-get( $kendo-spacing, 2 ) + $kendo-fab-icon-padding-x |
+ 0.75rem |
|
Description
+ The padding of the Form legend. | Description
The horizontal padding of the FAB item icon. |
||||||
$kendo-form-legend-border-width | -List | -0 0 2px |
- 0 0 2px |
+ $kendo-fab-item-icon-padding-y | +Number | +$kendo-fab-item-icon-padding-x |
+ 0.75rem |
Description
+ The border width of the Form legend. | Description
The vertical padding of the FAB item icon. |
||||||
$kendo-form-legend-border-style | -String | -solid |
- solid |
+ $kendo-fab-item-icon-border-width | +Number | +0 |
+ 0 |
Description
+ The border style of the Form legend. | Description
The width of the FAB item icon border. |
||||||
$kendo-form-legend-border-color | -Color | -$kendo-component-border |
- #dee2e6 |
+ $kendo-fab-item-icon-border-radius | +Number | +50% |
+ 50% |
Description
+ The border color of the Form legend. | Description
The border radius of the FAB item icon. |
||||||
$kendo-form-legend-width | -Number | -100% |
- 100% |
+ $kendo-fab-theme-colors | +Map | +$kendo-theme-colors |
+ ("primary": #0d6efd, "secondary": #6c757d, "tertiary": #6f42c1, "info": #0dcaf0, "success": #198754, "warning": #ffc107, "error": #dc3545, "dark": #212529, "light": #f8f9fa, "inverse": #212529) |
Description
+ The width of the Form legend. | Description
The theme colors map for the FAB. |
||||||
$kendo-form-legend-font-size | -Number | -$kendo-font-size-sm |
- 0.875rem |
+ $kendo-fab-sizes | +Map | +(
+ sm: (
+ padding-x: $kendo-fab-sm-padding-x,
+ padding-y: $kendo-fab-sm-padding-y
+ ),
+ md: (
+ padding-x: $kendo-fab-md-padding-x,
+ padding-y: $kendo-fab-md-padding-y
+ ),
+ lg: (
+ padding-x: $kendo-fab-lg-padding-x,
+ padding-y: $kendo-fab-lg-padding-y
+ )
+) |
+ (sm: (padding-x: 0.5rem, padding-y: 0.5rem), md: (padding-x: 1rem, padding-y: 1rem), lg: (padding-x: 1.5rem, padding-y: 1.5rem)) |
Description
+ The font size of the Form legend. | Description
The size map for the FAB. |
||||||
$kendo-form-legend-text-transform | +$kendo-fab-shadow | String | -uppercase |
- uppercase |
-|||
Description
- The text capitalization of the Form legend. |
-|||||||
$kendo-form-label-margin-bottom | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
+ k-elevation(5) |
+ var(--kendo-elevation-5, 0px 8px 16px 0px rgba(0, 0, 0, 0.15)) |
||
Description
+ The bottom margin of the Form label. | Description
The base shadow of the FAB. |
||||||
$kendo-form-button-margin-x | -Number | -8px |
- 8px |
+ $kendo-fab-disabled-shadow | +String | +k-elevation(5) |
+ var(--kendo-elevation-5, 0px 8px 16px 0px rgba(0, 0, 0, 0.15)) |
Description
+ The horizontal margin of the Form buttons. | Description
The shadow of the disabled FAB. |
||||||
$kendo-form-hint-font-size | -Number | -$kendo-font-size-xs |
- 0.75rem |
+ $kendo-fab-active-shadow | +Null | +null |
+ null |
Description
+ The font size of the Form hint. | Description
The shadow of the active FAB. |
||||||
$kendo-form-hint-font-style | +$kendo-fab-outline-style | String | -normal |
- normal |
+ solid |
+ solid |
|
Description
+ The font style of the Form hint. | Description
The outline style of the FAB. |
||||||
$kendo-form-hint-margin-top | +$kendo-fab-outline-width | Number | -4px |
- 4px |
+ 3px |
+ 3px |
|
Description
+ The top margin of the Form hint. | Description
The outline width of the FAB. |
||||||
$kendo-form-sm-rows-spacing | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
+ $kendo-fab-item-text | +Color | +$kendo-component-text |
+ #212529 |
Description
+ The row spacing of the small Form. | Description
The base text color of the FAB item. |
||||||
$kendo-form-md-rows-spacing | -Number | -$kendo-form-sm-rows-spacing |
- 1rem |
+ $kendo-fab-item-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The row spacing of the medium Form. | Description
The base background color of the FAB item. |
||||||
$kendo-form-lg-rows-spacing | -Number | -$kendo-form-sm-rows-spacing |
- 1rem |
+ $kendo-fab-item-border | +Color | +$kendo-component-border |
+ #dee2e6 |
Description
+ The row spacing of the large Form. | Description
The base border color of the FAB item. |
||||||
$kendo-form-separator-margin | -List | -$kendo-form-md-rows-spacing 0 0 |
- 1rem 0 0 |
+ $kendo-fab-item-icon-text | +Color | +$kendo-button-text |
+ #212529 |
Description
+ The margin of the Form separator. | Description
The base text color of the FAB item icon. |
||||||
$kendo-form-separator-border-color | +$kendo-fab-item-icon-bg | Color | -$kendo-form-legend-border-color |
- #dee2e6 |
+ $kendo-button-bg |
+ #e4e7eb |
|
Description
+ The border color of the Form separator. | Description
The base background color of the FAB item icon. |
||||||
$kendo-horizontal-form-label-padding-top | -Number | -5px |
- 5px |
+ $kendo-fab-item-icon-border | +Color | +$kendo-button-border |
+ #e4e7eb |
Description
+ The top padding of the label in the horizontal Form. | Description
The base border color of the FAB item icon. |
||||||
$kendo-horizontal-form-label-margin-x | -Number | -10px |
- 10px |
+ $kendo-fab-item-shadow | +String | +$kendo-fab-shadow |
+ var(--kendo-elevation-5, 0px 8px 16px 0px rgba(0, 0, 0, 0.15)) |
Description
+ The horizontal margin of the label in the horizontal Form. | Description
The base shadow of the FAB item. |
||||||
$kendo-horizontal-form-label-width | -Number | -25% |
- 25% |
+ $kendo-fab-item-disabled-shadow | +String | +$kendo-fab-disabled-shadow |
+ var(--kendo-elevation-5, 0px 8px 16px 0px rgba(0, 0, 0, 0.15)) |
Description
+ The width of the label in the horizontal Form. | Description
The shadow of the disabled FAB item. |
||||||
$kendo-horizontal-form-label-align | -String | -flex-end |
- flex-end |
+ $kendo-fab-item-active-shadow | +Null | +$kendo-fab-active-shadow |
+ null |
Description
+ The horizontal alignment of the label in the horizontal Form. | Description
The shadow of the active FAB item. |
||||||
$kendo-horizontal-form-field-wrap-max-width | -Calculation | -calc( ( 100% - #{$kendo-horizontal-form-label-width} ) - #{$kendo-horizontal-form-label-margin-x} ) |
- calc(100% - 25% - 10px) |
+ $kendo-fab-item-outline-style | +String | +solid |
+ solid |
Description
+ The maximum width of the field wrap in the horizontal Form. | Description
The outline style of the FAB item. |
||||||
$kendo-inline-form-element-width | +$kendo-fab-item-outline-width | Number | -25% |
- 25% |
+ 3px |
+ 3px |
|
Description
+ The width of the inline Form element. | Description
The outline width of the FAB item. |
||||||
$kendo-forms-invalid-color | +$kendo-fab-item-outline-color | Color | -$kendo-color-error |
- #dc3545 |
+ $kendo-button-bg |
+ #e4e7eb |
|
Description
+ The invalid text color of the Form. | Description
The outline color of the FAB item. |
||||||
$kendo-label-optional-margin-x | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-floating-label-scale | Number | -6px |
- 6px |
+ 1 |
+ 1 |
||
Description
+ The horizontal margin of the optional label in the Form. | Description
The transformation scale of the Floating Label. |
||||||
$kendo-label-optional-font-size | +$kendo-floating-label-font-size | Number | -$kendo-font-size-xs |
- 0.75rem |
+ $kendo-input-font-size |
+ 1rem |
|
Description
+ The font size of the optional label in the Form. | Description
The font size of the Floating Label. |
||||||
$kendo-label-optional-font-style | -String | -italic |
- italic |
+ $kendo-floating-label-max-width | +Number | +90% |
+ 90% |
Description
+ The font style of the optional label in the Form. | Description
The maximum width of the Floating Label. |
||||||
$kendo-fieldset-margin | +$kendo-floating-label-line-height | Number | -30px |
- 30px |
+ $kendo-input-line-height |
+ 1.5 |
|
Description
+ The margin of the Form fieldset. | Description
The line height of the Floating Label. |
||||||
$kendo-fieldset-font-size | +$kendo-floating-label-height | +Calculation | +calc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} ) |
+ calc(1.5 * 1rem) |
+|||
Description
+ The height of the Floating Label. |
+|||||||
$kendo-floating-label-offset-x | +Calculation | +calc( #{$kendo-input-padding-x} + #{$kendo-input-border-width} ) |
+ calc(0.75rem + 1px) |
+||||
Description
+ The horizontal offset of the Floating Label. |
+|||||||
$kendo-floating-label-offset-y | +Calculation | +calc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-padding-y} ) |
+ calc(calc(1.5 * 1rem) + 1px + 0.375rem) |
+||||
Description
+ The vertical offset of the Floating Label. |
+|||||||
$kendo-floating-label-focus-scale | Number | -$kendo-h4-font-size |
- 1.5rem |
+ 1 |
+ 1 |
||
Description
+ The font size of the Form fieldset. | Description
The transformation scale of the focused Floating Label. |
||||||
$kendo-fieldset-bg | -Null | -null |
- null |
+ $kendo-floating-label-focus-offset-x | +Number | +0 |
+ 0 |
Description
+ The background color of the Form fieldset. | Description
The horizontal offset of the focused Floating Label. |
||||||
$kendo-fieldset-text | -Null | -null |
- null |
+ $kendo-floating-label-focus-offset-y | +Number | +0 |
+ 0 |
Description
+ The text color of the Form fieldset. | Description
The vertical offset of the focused Floating Label. |
||||||
$kendo-fieldset-border | -Null | -null |
- null |
+ $kendo-floating-label-transition | +List | +.2s ease-out |
+ 0.2s ease-out |
Description
+ The border color of the Form fieldset. | Description
The transition of the Floating Label. |
||||||
$kendo-fieldset-legend-bg | +$kendo-floating-label-bg | Null | null |
null |
|||
Description
+ The background color of the Form legend. | Description
The background color of the Floating Label. |
||||||
$kendo-fieldset-legend-text | +$kendo-floating-label-text | Null | null |
null |
|||
Description
+ The text color of the Form legend. | Description
The text color of the Floating Label. |
||||||
$kendo-fieldset-legend-border | +$kendo-floating-label-focus-bg | Null | null |
null |
|||
Description
+ The border color of the Form legend. | Description
The background color of the focused Floating Label. |
||||||
$kendo-form-sizes | -Map | -(
- sm: (
- form-rows-spacing: $kendo-form-sm-rows-spacing
- ),
- md: (
- form-rows-spacing: $kendo-form-md-rows-spacing
- ),
- lg: (
- form-rows-spacing: $kendo-form-lg-rows-spacing
- )
-) |
- (sm: (form-rows-spacing: 1rem), md: (form-rows-spacing: 1rem), lg: (form-rows-spacing: 1rem)) |
+ $kendo-floating-label-focus-text | +Null | +null |
+ null |
Description
+ The sizes map for the Form. | Description
The text color of the focused Floating Label. |
$kendo-grid-padding-x | +$kendo-form-spacer | Number | -$kendo-table-md-cell-padding-x |
- 0.5rem |
+ $kendo-padding-md-x * 2 |
+ 2rem |
|
Description
+ Horizontal padding of the grid. | Description
The padding of the inline Form. |
||||||
$kendo-grid-padding-y | +$kendo-form-font-size | Number | -$kendo-table-md-cell-padding-y |
- 0.5rem |
+ $kendo-font-size-md |
+ 1rem |
|
Description
+ Vertical padding of the grid. | Description
The font size of the Form. |
||||||
$kendo-grid-header-padding-x | +$kendo-form-line-height | Number | -$kendo-grid-padding-x |
- 0.5rem |
+ $input-btn-line-height |
+ 1.5 |
|
Description
+ Horizontal padding of the grid header. | Description
The line height of the Form. |
||||||
$kendo-grid-header-padding-y | -Number | -$kendo-grid-padding-y |
- 0.5rem |
+ $kendo-form-line-height-em | +Calculation | +calc( #{$kendo-form-line-height} * 1em ) |
+ calc(1.5 * 1em) |
Description
+ Vertical padding of the grid header. | Description
The line height of the Form in em units. |
||||||
$kendo-grid-grouping-header-padding-x | +$kendo-form-sm-line-height | Number | -$kendo-grid-padding-y |
- 0.5rem |
+ $kendo-line-height-sm |
+ 1.25 |
|
Description
+ Horizontal padding of the grid grouping header. | Description
The line height of the small Form. |
||||||
$kendo-grid-grouping-header-padding-y | +$kendo-form-lg-line-height | Number | -$kendo-grid-grouping-header-padding-x |
- 0.5rem |
+ $kendo-line-height-lg |
+ 2 |
|
Description
+ Vertical padding of the grid grouping header. | Description
The line height of the large Form. |
||||||
$kendo-grid-cell-padding-x | -Number | -$kendo-grid-padding-x |
- 0.5rem |
+ $kendo-form-fieldset-margin | +List | +2rem 0 0 |
+ 2rem 0 0 |
Description
+ Horizontal padding of the grid cell. | Description
The margin of the Form fieldset. |
||||||
$kendo-grid-cell-padding-y | +$kendo-form-fieldset-padding | Number | -$kendo-grid-padding-y |
- 0.5rem |
+ 0px |
+ 0px |
|
Description
+ Vertical padding of the grid cell. | Description
The padding of the Form fieldset. |
||||||
$kendo-grid-filter-cell-padding-x | -Number | -$kendo-grid-padding-y |
- 0.5rem |
+ $kendo-form-legend-margin | +List | +0 0 1rem |
+ 0 0 1rem |
Description
+ Horizontal padding of the grid filter cell. | Description
The margin of the Form legend. |
||||||
$kendo-grid-filter-cell-padding-y | +$kendo-form-legend-padding | Number | -$kendo-grid-filter-cell-padding-x |
- 0.5rem |
+ 0px |
+ 0px |
|
Description
+ Vertical padding of the grid filter cell. | Description
The padding of the Form legend. |
||||||
$kendo-grid-edit-cell-padding-x | -Number | -$kendo-grid-cell-padding-x |
- 0.5rem |
+ $kendo-form-legend-border-width | +List | +0 0 2px |
+ 0 0 2px |
Description
+ Horizontal padding of the grid edit cell. | Description
The border width of the Form legend. |
||||||
$kendo-grid-edit-cell-padding-y | -Number | -5px |
- 5px |
+ $kendo-form-legend-border-style | +String | +solid |
+ solid |
Description
+ Vertical padding of the grid edit cell. | Description
The border style of the Form legend. |
||||||
$kendo-grid-bg | +$kendo-form-legend-border-color | Color | -$kendo-table-bg |
- #ffffff |
+ $kendo-component-border |
+ #dee2e6 |
|
Description
+ Background color of the grid component | Description
The border color of the Form legend. |
||||||
$kendo-grid-text | -Color | -$kendo-table-text |
- #212529 |
+ $kendo-form-legend-width | +Number | +100% |
+ 100% |
Description
+ Text color of the grid component | Description
The width of the Form legend. |
||||||
$kendo-grid-border | -Color | -$kendo-table-border |
- #dee2e6 |
+ $kendo-form-legend-font-size | +Number | +$kendo-font-size-sm |
+ 0.875rem |
Description
+ Border color of the grid component | Description
The font size of the Form legend. |
||||||
$kendo-grid-header-bg | -Color | -$kendo-table-header-bg |
- #f8f9fa |
+ $kendo-form-legend-text-transform | +String | +uppercase |
+ uppercase |
Description
+ Background color of grid header | Description
The text capitalization of the Form legend. |
||||||
$kendo-grid-header-text | -Color | -$kendo-table-header-text |
- #212529 |
+ $kendo-form-label-margin-bottom | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
Description
+ Text color of grid header | Description
The bottom margin of the Form label. |
||||||
$kendo-grid-header-border | -Color | -$kendo-table-header-border |
- #dee2e6 |
+ $kendo-form-button-margin-x | +Number | +8px |
+ 8px |
Description
+ Border color of grid header | Description
The horizontal margin of the Form buttons. |
||||||
$kendo-grid-header-gradient | -Null | -$kendo-table-header-gradient |
- null |
+ $kendo-form-hint-font-size | +Number | +$kendo-font-size-xs |
+ 0.75rem |
Description
+ Background gradient of grid header | Description
The font size of the Form hint. |
||||||
$kendo-grid-footer-bg | -Color | -$kendo-table-footer-bg |
- #f8f9fa |
+ $kendo-form-hint-font-style | +String | +normal |
+ normal |
Description
+ Background color of grid footer | Description
The font style of the Form hint. |
||||||
$kendo-grid-footer-text | -Color | -$kendo-table-footer-text |
- #212529 |
+ $kendo-form-hint-margin-top | +Number | +4px |
+ 4px |
Description
+ Text color of grid footer | Description
The top margin of the Form hint. |
||||||
$kendo-grid-footer-border | -Color | -$kendo-table-footer-border |
- #dee2e6 |
+ $kendo-form-sm-rows-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
Description
+ Border color of grid footer | Description
The row spacing of the small Form. |
||||||
$kendo-grid-alt-bg | -Color | -$kendo-table-alt-row-bg |
- rgba(0, 0, 0, 0.04) |
+ $kendo-form-md-rows-spacing | +Number | +$kendo-form-sm-rows-spacing |
+ 1rem |
Description
+ Background color of alternating rows in grid | Description
The row spacing of the medium Form. |
||||||
$kendo-grid-alt-text | -Null | -$kendo-table-alt-row-text |
- null |
+ $kendo-form-lg-rows-spacing | +Number | +$kendo-form-sm-rows-spacing |
+ 1rem |
Description
+ Text color of alternating rows in grid | Description
The row spacing of the large Form. |
||||||
$kendo-grid-alt-border | -Null | -$kendo-table-alt-row-border |
- null |
+ $kendo-form-separator-margin | +List | +$kendo-form-md-rows-spacing 0 0 |
+ 1rem 0 0 |
Description
+ Border color of alternating rows in grid | Description
The margin of the Form separator. |
||||||
$kendo-grid-hover-bg | +$kendo-form-separator-border-color | Color | -$kendo-table-hover-bg |
- rgba(0, 0, 0, 0.08) |
+ $kendo-form-legend-border-color |
+ #dee2e6 |
|
Description
+ Background color of hovered rows in grid | Description
The border color of the Form separator. |
||||||
$kendo-grid-hover-text | -Null | -$kendo-table-hover-text |
- null |
+ $kendo-horizontal-form-label-padding-top | +Number | +5px |
+ 5px |
Description
+ Text color of hovered rows in grid | Description
The top padding of the label in the horizontal Form. |
||||||
$kendo-grid-hover-border | -Null | -$kendo-table-hover-border |
- null |
+ $kendo-horizontal-form-label-margin-x | +Number | +10px |
+ 10px |
Description
+ Border color of hovered rows in grid | Description
The horizontal margin of the label in the horizontal Form. |
||||||
$kendo-grid-selected-bg | -Color | -$kendo-table-selected-bg |
- rgba(13, 110, 253, 0.25) |
+ $kendo-horizontal-form-label-width | +Number | +25% |
+ 25% |
Description
+ Background color of selected rows in grid | Description
The width of the label in the horizontal Form. |
||||||
$kendo-grid-selected-text | -Color | -$kendo-table-selected-text |
- #212529 |
+ $kendo-horizontal-form-label-align | +String | +flex-end |
+ flex-end |
Description
+ Text color of selected rows in grid | Description
The horizontal alignment of the label in the horizontal Form. |
||||||
$kendo-grid-selected-border | -Null | -$kendo-table-selected-border |
- null |
+ $kendo-horizontal-form-field-wrap-max-width | +Calculation | +calc( ( 100% - #{$kendo-horizontal-form-label-width} ) - #{$kendo-horizontal-form-label-margin-x} ) |
+ calc(100% - 25% - 10px) |
Description
+ Border color of selected rows in grid | Description
The maximum width of the field wrap in the horizontal Form. |
||||||
$kendo-grid-selection-aggregates-bg | -Color | -$kendo-grid-header-bg |
- #f8f9fa |
+ $kendo-inline-form-element-width | +Number | +25% |
+ 25% |
Description
+ Background color of the selection aggregates container | Description
The width of the inline Form element. |
||||||
$kendo-grid-selection-aggregates-text | +$kendo-forms-invalid-color | Color | -$kendo-grid-text |
- #212529 |
+ $kendo-color-error |
+ #dc3545 |
|
Description
+ Text color of the selection aggregates container | Description
The invalid text color of the Form. |
||||||
$kendo-grid-selection-aggregates-border | -Color | -$kendo-grid-border |
- #dee2e6 |
+ $kendo-label-optional-margin-x | +Number | +6px |
+ 6px |
Description
+ Border color of the selection aggregates container | Description
The horizontal margin of the optional label in the Form. |
||||||
$kendo-grid-selection-aggregates-border-width | +$kendo-label-optional-font-size | Number | -$kendo-grid-border-width |
- 1px |
+ $kendo-font-size-xs |
+ 0.75rem |
|
Description
+ Border width of the selection aggregates container | Description
The font size of the optional label in the Form. |
||||||
$kendo-grid-selection-aggregates-spacing | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
+ $kendo-label-optional-font-style | +String | +italic |
+ italic |
Description
+ Spacing between the selection aggregates items | Description
The font style of the optional label in the Form. |
||||||
$kendo-grid-selection-aggregates-line-height | +$kendo-fieldset-margin | Number | -$kendo-grid-line-height |
- 1.5 |
+ 30px |
+ 30px |
|
Description
+ Line height of the selection aggregates container | Description
The margin of the Form fieldset. |
||||||
$kendo-grid-selection-aggregates-font-weight | +$kendo-fieldset-font-size | Number | -$kendo-font-weight-bold |
- 700 |
+ $kendo-h4-font-size |
+ 1.5rem |
|
Description
+ Font weight of the selection aggregates container | Description
The font size of the Form fieldset. |
||||||
$kendo-grid-row-resizer-hover-bg | -Color | -if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 )) |
- rgba(0, 0, 0, 0.12) |
+ $kendo-fieldset-bg | +Null | +null |
+ null |
Description
+ Background color of the grid row resize indicator | Description
The background color of the Form fieldset. |
||||||
$kendo-grid-row-resizer-active-bg | -Color | -$kendo-color-primary |
- #0d6efd |
+ $kendo-fieldset-text | +Null | +null |
+ null |
Description
+ Active background color of the grid row resize indicator | Description
The text color of the Form fieldset. |
||||||
$kendo-grid-row-resizer-height | -Number | -k-map-get( $kendo-spacing, .5 ) |
- 0.125rem |
+ $kendo-fieldset-border | +Null | +null |
+ null |
Description
- Height of the grid row resize indicator |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-input-default-width | -Number | -100% |
- 100% |
-||||
Description
+ The default width of the Input components. | Description
The border color of the Form fieldset. |
||||||
$kendo-input-border-width | -Number | -$input-border-width |
- 1px |
+ $kendo-fieldset-legend-bg | +Null | +null |
+ null |
Description
+ The border width of the Input components. | Description
The background color of the Form legend. |
||||||
$kendo-input-border-radius | +$kendo-fieldset-legend-text | Null | null |
null |
|||
Description
+ The border radius of the Input components. | Description
The text color of the Form legend. |
||||||
$kendo-input-padding-x | -Number | -$input-padding-x |
- 0.75rem |
+ $kendo-fieldset-legend-border | +Null | +null |
+ null |
Description
+ The horizontal padding of the Input components. | Description
The border color of the Form legend. |
||||||
$kendo-input-sm-padding-x | -Number | -$input-padding-x-sm |
- 0.5rem |
+ $kendo-form-sizes | +Map | +(
+ sm: (
+ form-rows-spacing: $kendo-form-sm-rows-spacing
+ ),
+ md: (
+ form-rows-spacing: $kendo-form-md-rows-spacing
+ ),
+ lg: (
+ form-rows-spacing: $kendo-form-lg-rows-spacing
+ )
+) |
+ (sm: (form-rows-spacing: 1rem), md: (form-rows-spacing: 1rem), lg: (form-rows-spacing: 1rem)) |
Description
+ The horizontal padding of the small Input components. | Description
The sizes map for the Form. |
||||||
$kendo-input-md-padding-x | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-grid-padding-x | Number | -$input-padding-x |
- 0.75rem |
+ $kendo-table-md-cell-padding-x |
+ 0.5rem |
||
Description
+ The horizontal padding of the medium Input components. | Description
Horizontal padding of the grid. |
||||||
$kendo-input-lg-padding-x | +$kendo-grid-padding-y | Number | -$input-padding-x-lg |
- 1rem |
+ $kendo-table-md-cell-padding-y |
+ 0.5rem |
|
Description
+ The horizontal padding of the large Input components. | Description
Vertical padding of the grid. |
||||||
$kendo-input-padding-y | +$kendo-grid-header-padding-x | Number | -$input-padding-y |
- 0.375rem |
+ $kendo-grid-padding-x |
+ 0.5rem |
|
Description
+ The vertical padding of input components. | Description
Horizontal padding of the grid header. |
||||||
$kendo-input-sm-padding-y | +$kendo-grid-header-padding-y | Number | -$input-padding-y-sm |
- 0.25rem |
+ $kendo-grid-padding-y |
+ 0.5rem |
|
Description
+ The vertical padding of the small Input components. | Description
Vertical padding of the grid header. |
||||||
$kendo-input-md-padding-y | +$kendo-grid-grouping-header-padding-x | Number | -$input-padding-y |
- 0.375rem |
+ $kendo-grid-padding-y |
+ 0.5rem |
|
Description
+ The vertical padding of the medium Input components. | Description
Horizontal padding of the grid grouping header. |
||||||
$kendo-input-lg-padding-y | +$kendo-grid-grouping-header-padding-y | Number | -$input-padding-y-lg |
+ $kendo-grid-grouping-header-padding-x |
0.5rem |
||
Description
- The vertical padding of the large Input components. |
-|||||||
$kendo-input-font-family | -List | -$kendo-font-family |
- 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
+ The font family of input components. | Description
Vertical padding of the grid grouping header. |
||||||
$kendo-input-font-size | +$kendo-grid-cell-padding-x | Number | -$kendo-font-size-md |
- 1rem |
+ $kendo-grid-padding-x |
+ 0.5rem |
|
Description
+ The font size of input components. | Description
Horizontal padding of the grid cell. |
||||||
$kendo-input-sm-font-size | +$kendo-grid-cell-padding-y | Number | -$kendo-font-size-sm |
- 0.875rem |
+ $kendo-grid-padding-y |
+ 0.5rem |
|
Description
+ The font size of the small Input components. | Description
Vertical padding of the grid cell. |
||||||
$kendo-input-md-font-size | +$kendo-grid-filter-cell-padding-x | Number | -$kendo-font-size-md |
- 1rem |
+ $kendo-grid-padding-y |
+ 0.5rem |
|
Description
+ The font size of the medium Input components. | Description
Horizontal padding of the grid filter cell. |
||||||
$kendo-input-lg-font-size | +$kendo-grid-filter-cell-padding-y | Number | -$kendo-font-size-md |
- 1rem |
+ $kendo-grid-filter-cell-padding-x |
+ 0.5rem |
|
Description
+ The font size of the large Input components. | Description
Vertical padding of the grid filter cell. |
||||||
$kendo-input-line-height | +$kendo-grid-edit-cell-padding-x | Number | -$input-line-height |
- 1.5 |
+ $kendo-grid-cell-padding-x |
+ 0.5rem |
|
Description
+ The line height of input components. | Description
Horizontal padding of the grid edit cell. |
||||||
$kendo-input-sm-line-height | +$kendo-grid-edit-cell-padding-y | Number | -k-math-div( 20, 14 ) |
- 1.4285714286 |
+ 5px |
+ 5px |
|
Description
+ The line height of the small Input components. | Description
Vertical padding of the grid edit cell. |
||||||
$kendo-input-md-line-height | -Number | -$kendo-line-height-md |
- 1.5 |
+ $kendo-grid-bg | +Color | +$kendo-table-bg |
+ #ffffff |
Description
+ The line height of the medium Input components. | Description
Background color of the grid component |
||||||
$kendo-input-lg-line-height | -Number | -$kendo-line-height-md |
- 1.5 |
+ $kendo-grid-text | +Color | +$kendo-table-text |
+ #212529 |
Description
+ The line height of the large Input components. | Description
Text color of the grid component |
||||||
$kendo-input-sizes | -Map | -(
- sm: (
- padding-x: $kendo-input-sm-padding-x,
- padding-y: $kendo-input-sm-padding-y,
- font-size: $kendo-input-sm-font-size,
- line-height: $kendo-input-sm-line-height,
- button-padding-x: $kendo-input-sm-padding-y,
- button-padding-y: $kendo-input-sm-padding-y
- ),
- md: (
- padding-x: $kendo-input-md-padding-x,
- padding-y: $kendo-input-md-padding-y,
- font-size: $kendo-input-md-font-size,
- line-height: $kendo-input-md-line-height,
- button-padding-x: $kendo-input-md-padding-y,
- button-padding-y: $kendo-input-md-padding-y
- ),
- lg: (
- padding-x: $kendo-input-lg-padding-x,
- padding-y: $kendo-input-lg-padding-y,
- font-size: $kendo-input-lg-font-size,
- line-height: $kendo-input-lg-line-height,
- button-padding-x: $kendo-input-lg-padding-y,
- button-padding-y: $kendo-input-lg-padding-y
- )
-) |
- (sm: (padding-x: 0.5rem, padding-y: 0.25rem, font-size: 0.875rem, line-height: 1.4285714286, button-padding-x: 0.25rem, button-padding-y: 0.25rem), md: (padding-x: 0.75rem, padding-y: 0.375rem, font-size: 1rem, line-height: 1.5, button-padding-x: 0.375rem, button-padding-y: 0.375rem), lg: (padding-x: 1rem, padding-y: 0.5rem, font-size: 1rem, line-height: 1.5, button-padding-x: 0.5rem, button-padding-y: 0.5rem)) |
+ $kendo-grid-border | +Color | +$kendo-table-border |
+ #dee2e6 |
Description
+ The sizes map for the Input components. | Description
Border color of the grid component |
||||||
$kendo-input-bg | +$kendo-grid-header-bg | Color | -$input-bg |
- #ffffff |
+ $kendo-table-header-bg |
+ #f8f9fa |
|
Description
+ The background color of the Input components. | Description
Background color of grid header |
||||||
$kendo-input-text | +$kendo-grid-header-text | Color | -$input-color |
+ $kendo-table-header-text |
#212529 |
||
Description
+ The text color of the Input components. | Description
Text color of grid header |
||||||
$kendo-input-border | +$kendo-grid-header-border | Color | -$input-border-color |
- #ced4da |
+ $kendo-table-header-border |
+ #dee2e6 |
|
Description
+ The border color of the Input components. | Description
Border color of grid header |
||||||
$kendo-input-shadow | +$kendo-grid-header-gradient | Null | -null |
+ $kendo-table-header-gradient |
null |
||
Description
+ The shadow of the Input components. | Description
Background gradient of grid header |
||||||
$kendo-input-hover-bg | +$kendo-grid-footer-bg | +Color | +$kendo-table-footer-bg |
+ #f8f9fa |
+|||
Description
+ Background color of grid footer |
+|||||||
$kendo-grid-footer-text | +Color | +$kendo-table-footer-text |
+ #212529 |
+||||
Description
+ Text color of grid footer |
+|||||||
$kendo-grid-footer-border | +Color | +$kendo-table-footer-border |
+ #dee2e6 |
+||||
Description
+ Border color of grid footer |
+|||||||
$kendo-grid-alt-bg | +Color | +$kendo-table-alt-row-bg |
+ rgba(0, 0, 0, 0.04) |
+||||
Description
+ Background color of alternating rows in grid |
+|||||||
$kendo-grid-alt-text | Null | -null |
+ $kendo-table-alt-row-text |
null |
|||
Description
+ The background color of the hovered Input components. | Description
Text color of alternating rows in grid |
||||||
$kendo-input-hover-text | +$kendo-grid-alt-border | Null | -null |
+ $kendo-table-alt-row-border |
null |
||
Description
+ The text color of the hovered Input components. | Description
Border color of alternating rows in grid |
||||||
$kendo-input-hover-border | +$kendo-grid-hover-bg | +Color | +$kendo-table-hover-bg |
+ rgba(0, 0, 0, 0.08) |
+|||
Description
+ Background color of hovered rows in grid |
+|||||||
$kendo-grid-hover-text | Null | -null |
+ $kendo-table-hover-text |
null |
|||
Description
+ The border color of the hovered Input components. | Description
Text color of hovered rows in grid |
||||||
$kendo-input-hover-shadow | +$kendo-grid-hover-border | Null | +$kendo-table-hover-border |
null |
+|||
Description
+ Border color of hovered rows in grid |
+|||||||
$kendo-grid-selected-bg | +Color | +$kendo-table-selected-bg |
+ rgba(13, 110, 253, 0.25) |
+||||
Description
+ Background color of selected rows in grid |
+|||||||
$kendo-grid-selected-text | +Color | +$kendo-table-selected-text |
+ #212529 |
+||||
Description
+ Text color of selected rows in grid |
+|||||||
$kendo-grid-selected-border | +Null | +$kendo-table-selected-border |
null |
||||
Description
+ The shadow of the hovered Input components. | Description
Border color of selected rows in grid |
||||||
$kendo-input-focus-bg | +$kendo-grid-selection-aggregates-bg | Color | -$input-focus-bg |
- #ffffff |
+ $kendo-grid-header-bg |
+ #f8f9fa |
|
Description
+ The background color of the focused Input components. | Description
Background color of the selection aggregates container |
||||||
$kendo-input-focus-text | +$kendo-grid-selection-aggregates-text | Color | -$input-focus-color |
+ $kendo-grid-text |
#212529 |
||
Description
+ The text color of the focused Input components. | Description
Text color of the selection aggregates container |
||||||
$kendo-input-focus-border | +$kendo-grid-selection-aggregates-border | Color | -$input-focus-border-color |
- #86b7fe |
+ $kendo-grid-border |
+ #dee2e6 |
|
Description
+ The border color of the focused Input components. | Description
Border color of the selection aggregates container |
||||||
$kendo-input-focus-shadow | -List | -$input-focus-box-shadow |
- 0 0 0 0.25rem rgba(13, 110, 253, 0.25) |
+ $kendo-grid-selection-aggregates-border-width | +Number | +$kendo-grid-border-width |
+ 1px |
Description
+ The shadow of the focused Input components. | Description
Border width of the selection aggregates container |
||||||
$kendo-input-selected-bg | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-spacing | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
Description
+ The background color of the selected Input components. | Description
Spacing between the selection aggregates items |
||||||
$kendo-input-selected-text | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-line-height | +Number | +$kendo-grid-line-height |
+ 1.5 |
Description
+ The text color of the selected Input components. | Description
Line height of the selection aggregates container |
||||||
$kendo-input-disabled-bg | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-font-weight | +Number | +$kendo-font-weight-bold |
+ 700 |
Description
+ The background color of the disabled Input components. | Description
Font weight of the selection aggregates container |
||||||
$kendo-input-disabled-text | -Null | -null |
- null |
+ $kendo-grid-row-resizer-hover-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 )) |
+ rgba(0, 0, 0, 0.12) |
Description
+ The text color of the disabled Input components. | Description
Background color of the grid row resize indicator |
||||||
$kendo-input-disabled-border | -Null | -null |
- null |
+ $kendo-grid-row-resizer-active-bg | +Color | +$kendo-color-primary |
+ #0d6efd |
Description
+ The border color of the disabled Input components. | Description
Active background color of the grid row resize indicator |
||||||
$kendo-input-disabled-gradient | -Null | -null |
- null |
+ $kendo-grid-row-resizer-height | +Number | +k-map-get( $kendo-spacing, .5 ) |
+ 0.125rem |
Description
+ The gradient of the disabled Input components. | Description
Height of the grid row resize indicator |
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-input-default-width | +Number | +100% |
+ 100% |
+||||
$kendo-input-disabled-shadow | +Description
+ The default width of the Input components. |
+||||||
$kendo-input-border-width | +Number | +$input-border-width |
+ 1px |
+||||
Description
+ The border width of the Input components. |
+|||||||
$kendo-input-border-radius | Null | null |
null |
||||
Description
+ The shadow of the disabled Input components. | Description
+ The border radius of the Input components. |
+||||||
$kendo-input-padding-x | +Number | +$input-padding-x |
+ 0.75rem |
+||||
Description
+ The horizontal padding of the Input components. |
+|||||||
$kendo-input-sm-padding-x | +Number | +$input-padding-x-sm |
+ 0.5rem |
+||||
Description
+ The horizontal padding of the small Input components. |
+|||||||
$kendo-input-md-padding-x | +Number | +$input-padding-x |
+ 0.75rem |
+||||
Description
+ The horizontal padding of the medium Input components. |
+|||||||
$kendo-input-lg-padding-x | +Number | +$input-padding-x-lg |
+ 1rem |
+||||
Description
+ The horizontal padding of the large Input components. |
+|||||||
$kendo-input-padding-y | +Number | +$input-padding-y |
+ 0.375rem |
+||||
Description
+ The vertical padding of input components. |
+|||||||
$kendo-input-sm-padding-y | +Number | +$input-padding-y-sm |
+ 0.25rem |
+||||
Description
+ The vertical padding of the small Input components. |
+|||||||
$kendo-input-md-padding-y | +Number | +$input-padding-y |
+ 0.375rem |
+||||
Description
+ The vertical padding of the medium Input components. |
+|||||||
$kendo-input-lg-padding-y | +Number | +$input-padding-y-lg |
+ 0.5rem |
+||||
Description
+ The vertical padding of the large Input components. |
+|||||||
$kendo-input-font-family | +List | +$kendo-font-family |
+ 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
+ The font family of input components. |
+|||||||
$kendo-input-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
+||||
Description
+ The font size of input components. |
+|||||||
$kendo-input-sm-font-size | +Number | +$kendo-font-size-sm |
+ 0.875rem |
+||||
Description
+ The font size of the small Input components. |
+|||||||
$kendo-input-md-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
+||||
Description
+ The font size of the medium Input components. |
+|||||||
$kendo-input-lg-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
+||||
Description
+ The font size of the large Input components. |
+|||||||
$kendo-input-line-height | +Number | +$input-line-height |
+ 1.5 |
+||||
Description
+ The line height of input components. |
+|||||||
$kendo-input-sm-line-height | +Number | +k-math-div( 20, 14 ) |
+ 1.4285714286 |
+||||
Description
+ The line height of the small Input components. |
+|||||||
$kendo-input-md-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
+||||
Description
+ The line height of the medium Input components. |
+|||||||
$kendo-input-lg-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
+||||
Description
+ The line height of the large Input components. |
+|||||||
$kendo-input-sizes | +Map | +(
+ sm: (
+ padding-x: $kendo-input-sm-padding-x,
+ padding-y: $kendo-input-sm-padding-y,
+ font-size: $kendo-input-sm-font-size,
+ line-height: $kendo-input-sm-line-height,
+ button-padding-x: $kendo-input-sm-padding-y,
+ button-padding-y: $kendo-input-sm-padding-y
+ ),
+ md: (
+ padding-x: $kendo-input-md-padding-x,
+ padding-y: $kendo-input-md-padding-y,
+ font-size: $kendo-input-md-font-size,
+ line-height: $kendo-input-md-line-height,
+ button-padding-x: $kendo-input-md-padding-y,
+ button-padding-y: $kendo-input-md-padding-y
+ ),
+ lg: (
+ padding-x: $kendo-input-lg-padding-x,
+ padding-y: $kendo-input-lg-padding-y,
+ font-size: $kendo-input-lg-font-size,
+ line-height: $kendo-input-lg-line-height,
+ button-padding-x: $kendo-input-lg-padding-y,
+ button-padding-y: $kendo-input-lg-padding-y
+ )
+) |
+ (sm: (padding-x: 0.5rem, padding-y: 0.25rem, font-size: 0.875rem, line-height: 1.4285714286, button-padding-x: 0.25rem, button-padding-y: 0.25rem), md: (padding-x: 0.75rem, padding-y: 0.375rem, font-size: 1rem, line-height: 1.5, button-padding-x: 0.375rem, button-padding-y: 0.375rem), lg: (padding-x: 1rem, padding-y: 0.5rem, font-size: 1rem, line-height: 1.5, button-padding-x: 0.5rem, button-padding-y: 0.5rem)) |
+||||
Description
+ The sizes map for the Input components. |
+|||||||
$kendo-input-bg | +Color | +$input-bg |
+ #ffffff |
+||||
Description
+ The background color of the Input components. |
+|||||||
$kendo-input-text | +Color | +$input-color |
+ #212529 |
+||||
Description
+ The text color of the Input components. |
+|||||||
$kendo-input-border | +Color | +$input-border-color |
+ #ced4da |
+||||
Description
+ The border color of the Input components. |
+|||||||
$kendo-input-shadow | +Null | +null |
+ null |
+||||
Description
+ The shadow of the Input components. |
+|||||||
$kendo-input-hover-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the hovered Input components. |
+|||||||
$kendo-input-hover-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the hovered Input components. |
+|||||||
$kendo-input-hover-border | +Null | +null |
+ null |
+||||
Description
+ The border color of the hovered Input components. |
+|||||||
$kendo-input-hover-shadow | +Null | +null |
+ null |
+||||
Description
+ The shadow of the hovered Input components. |
+|||||||
$kendo-input-focus-bg | +Color | +$input-focus-bg |
+ #ffffff |
+||||
Description
+ The background color of the focused Input components. |
+|||||||
$kendo-input-focus-text | +Color | +$input-focus-color |
+ #212529 |
+||||
Description
+ The text color of the focused Input components. |
+|||||||
$kendo-input-focus-border | +Color | +$input-focus-border-color |
+ #86b7fe |
+||||
Description
+ The border color of the focused Input components. |
+|||||||
$kendo-input-focus-shadow | +List | +$input-focus-box-shadow |
+ 0 0 0 0.25rem rgba(13, 110, 253, 0.25) |
+||||
Description
+ The shadow of the focused Input components. |
+|||||||
$kendo-input-selected-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the selected Input components. |
+|||||||
$kendo-input-selected-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the selected Input components. |
+|||||||
$kendo-input-disabled-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the disabled Input components. |
+|||||||
$kendo-input-disabled-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the disabled Input components. |
+|||||||
$kendo-input-disabled-border | +Null | +null |
+ null |
+||||
Description
+ The border color of the disabled Input components. |
+|||||||
$kendo-input-disabled-gradient | +Null | +null |
+ null |
+||||
Description
+ The gradient of the disabled Input components. |
+|||||||
$kendo-input-disabled-shadow | +Null | +null |
+ null |
+||||
Description
+ The shadow of the disabled Input components. |
+|||||||
$kendo-input-outline-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the outline Input components. |
+|||||||
$kendo-input-outline-text | +Color | +$kendo-base-text |
+ #212529 |
+||||
Description
+ The text color of the outline Input components. |
+|||||||
$kendo-input-outline-border | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-base-text, .5 )) |
+ rgba(33, 37, 41, 0.5) |
+||||
Description
+ The border color of the outline Input components. |
+|||||||
$kendo-input-outline-hover-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the outline hovered Input components. |
+|||||||
$kendo-input-outline-hover-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the outline hovered Input components. |
+|||||||
$kendo-input-outline-hover-border | +Null | +null |
+ null |
+||||
Description
+ The border color of the outline hovered Input components. |
+|||||||
$kendo-input-outline-focus-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the outline focused Input components. |
+|||||||
$kendo-input-outline-focus-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the outline focused Input components. |
+|||||||
$kendo-input-outline-focus-border | +Color | +$kendo-input-focus-border |
+ #86b7fe |
+||||
Description
+ The border color of the outline focused Input components. |
+|||||||
$kendo-input-outline-focus-shadow | +List | +$kendo-input-focus-shadow |
+ 0 0 0 0.25rem rgba(13, 110, 253, 0.25) |
+||||
Description
+ The shadow of the outline focused Input components. |
+|||||||
$kendo-input-flat-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the flat Input components. |
+|||||||
$kendo-input-flat-text | +Color | +$kendo-input-text |
+ #212529 |
+||||
Description
+ The text color of the flat Input components. |
+|||||||
$kendo-input-flat-border | +Color | +$kendo-input-border |
+ #ced4da |
+||||
Description
+ The border color of the flat Input components. |
+|||||||
$kendo-input-flat-hover-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the flat hovered Input components. |
+|||||||
$kendo-input-flat-hover-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the flat hovered Input components. |
+|||||||
$kendo-input-flat-hover-border | +Null | +$kendo-input-hover-border |
+ null |
+||||
Description
+ The border color of the flat hovered Input components. |
+|||||||
$kendo-input-flat-focus-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the flat focused Input components. |
+|||||||
$kendo-input-flat-focus-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the flat focused Input components. |
+|||||||
$kendo-input-flat-focus-border | +Color | +$kendo-input-focus-border |
+ #86b7fe |
+||||
Description
+ The border color of the flat focused Input components. |
+|||||||
$kendo-input-flat-focus-shadow | +List | +$kendo-input-focus-shadow |
+ 0 0 0 0.25rem rgba(13, 110, 253, 0.25) |
+||||
Description
+ The shadow of the flat focused Input components. |
+|||||||
$kendo-input-placeholder-text | +Color | +$input-placeholder-color |
+ #6c757d |
+||||
Description
+ The text color of the Input placeholder. |
+|||||||
$kendo-input-placeholder-opacity | +Number | +1 |
+ 1 |
+||||
Description
+ The opacity of the Input placeholder. |
+|||||||
$kendo-input-clear-value-text | +Null | +null |
+ null |
+||||
Description
+ The color of the Input clear value icon. |
+|||||||
$kendo-input-clear-value-opacity | +Number | +.5 |
+ 0.5 |
+||||
Description
+ The opacity of the Input clear value icon. |
+|||||||
$kendo-input-clear-value-hover-text | +Null | +null |
+ null |
+||||
Description
+ The color of the hovered Input clear value icon. |
+|||||||
$kendo-input-clear-value-hover-opacity | +Number | +1 |
+ 1 |
+||||
Description
+ The opacity of the hovered Input clear value icon. |
+|||||||
$kendo-input-values-margin-y | +Number | +k-map-get( $kendo-spacing, 0.5 ) |
+ 0.125rem |
+||||
Description
+ The vertical margin of the clear value icon. |
+|||||||
$kendo-input-values-margin-x | +Number | +$kendo-input-values-margin-y |
+ 0.125rem |
+||||
Description
+ The horizontal margin of the clear value icon. |
+|||||||
$kendo-input-button-width | +Null | +null |
+ null |
+||||
Description
+ The width of the Input button. |
+|||||||
$kendo-input-button-border-width | +Number | +1px |
+ 1px |
+||||
Description
+ The border width of the Input button. |
+|||||||
$kendo-input-spinner-width | +Null | +null |
+ null |
+||||
Description
+ The width of the Input spinner button. |
+|||||||
$kendo-input-spinner-icon-offset | +Null | +null |
+ null |
+||||
Description
+ The icon offset of the Input spinner button. |
+|||||||
$kendo-input-separator-text | +Color | +$kendo-component-border |
+ #dee2e6 |
+||||
Description
+ The color of the Input separator. |
+|||||||
$kendo-input-separator-opacity | +Number | +.5 |
+ 0.5 |
+||||
Description
+ The opacity of the Input separator. |
+|||||||
$kendo-input-prefix-text | +Color | +$kendo-subtle-text |
+ #6c757d |
+||||
Description
+ The text color of the Input prefix. |
+|||||||
$kendo-input-suffix-text | +Color | +$kendo-subtle-text |
+ #6c757d |
+||||
Description
+ The text color of the Input suffix. |
+|||||||
$kendo-input-invalid-border | +Color | +$kendo-invalid-border |
+ #dc3545 |
+||||
Description
+ The border color of the invalid Input components. |
+|||||||
$kendo-input-invalid-shadow | +List | +$kendo-invalid-shadow |
+ 0 0 0 0.25rem rgba(220, 53, 69, 0.25) |
+||||
Description
+ The shadow of the invalid Input components. |
+|||||||
$kendo-input-valid-border | +Color | +$kendo-valid-border |
+ #198754 |
+||||
Description
+ The border color of the valid Input components. |
+|||||||
$kendo-input-valid-shadow | +List | +$kendo-valid-shadow |
+ 0 0 0 0.25rem rgba(25, 135, 84, 0.25) |
+||||
Description
+ The shadow of the valid Input components. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-list-font-family | +List | +$kendo-font-family |
+ 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
+ The font family of the List components. |
+|||
$kendo-list-font-size | +Null | +null |
+ null |
+
Description
+ The font size of the List component, if no size is set. |
+|||
$kendo-list-line-height | +Null | +null |
+ null |
+
Description
+ The line height of the List component, if no size is set. |
+|||
$kendo-list-header-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding of List header, if no size is set. |
+|||
$kendo-list-header-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding of the List header, if no size is set. |
+|||
$kendo-list-header-border-width | +List | +0 0 1px |
+ 0 0 1px |
+
Description
+ The border width of the List header. |
+|||
$kendo-list-header-font-size | +Null | +null |
+ null |
+
Description
+ The font size of the List header, if no size is set. |
+|||
$kendo-list-header-line-height | +Null | +null |
+ null |
+
Description
+ The line height of the List header, if no size is set. |
+|||
$kendo-list-header-font-weight | +Number | +$kendo-font-weight-bold |
+ 700 |
+
Description
+ The font weight of the List header. |
+|||
$kendo-list-item-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding of the List items, when no size is set. |
+|||
$kendo-list-item-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding of the List items, when no size is set. |
+|||
$kendo-list-item-font-size | +Null | +null |
+ null |
+
Description
+ The font size of the List items, if no size is set. |
+|||
$kendo-list-item-line-height | +Null | +null |
+ null |
+
Description
+ The line height of the List items, if no size is set. |
+|||
$kendo-list-group-item-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding of the List group items, when no size is set. |
+|||
$kendo-list-group-item-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding of the List group items, when no size is set. |
+|||
$kendo-list-group-item-border-width | +List | +1px 0 0 |
+ 1px 0 0 |
+
Description
+ The border width of the List group items. |
+|||
$kendo-list-group-item-font-size | +Null | +null |
+ null |
+
Description
+ The font size of the List group items, if no size is set. |
+|||
$kendo-list-group-item-line-height | +Null | +null |
+ null |
+
Description
+ The line height of the List group items, if no size is set. |
+|||
$kendo-list-group-item-font-weight | +Number | +$kendo-font-weight-bold |
+ 700 |
+
Description
+ The font weight of a List group item. |
+|||
$kendo-list-sizes | +Map | +(
+ sm: (
+ font-size: $kendo-list-sm-font-size,
+ line-height: $kendo-list-sm-line-height,
+ header-padding-x: $kendo-list-sm-header-padding-x,
+ header-padding-y: $kendo-list-sm-header-padding-y,
+ header-font-size: null,
+ header-line-height: null,
+ item-padding-x: $kendo-list-sm-item-padding-x,
+ item-padding-y: $kendo-list-sm-item-padding-y,
+ item-font-size: null,
+ item-line-height: null,
+ group-item-padding-x: $kendo-list-sm-group-item-padding-x,
+ group-item-padding-y: $kendo-list-sm-group-item-padding-y,
+ group-item-font-size: null,
+ group-item-line-height: null
+ ),
+ md: (
+ font-size: $kendo-list-md-font-size,
+ line-height: $kendo-list-md-line-height,
+ header-padding-x: $kendo-list-md-header-padding-x,
+ header-padding-y: $kendo-list-md-header-padding-y,
+ header-font-size: null,
+ header-line-height: null,
+ item-padding-x: $kendo-list-md-item-padding-x,
+ item-padding-y: $kendo-list-md-item-padding-y,
+ item-font-size: null,
+ item-line-height: null,
+ group-item-padding-x: $kendo-list-md-group-item-padding-x,
+ group-item-padding-y: $kendo-list-md-group-item-padding-y,
+ group-item-font-size: null,
+ group-item-line-height: null
+ ),
+ lg: (
+ font-size: $kendo-list-lg-font-size,
+ line-height: $kendo-list-lg-line-height,
+ header-padding-x: $kendo-list-lg-header-padding-x,
+ header-padding-y: $kendo-list-lg-header-padding-y,
+ header-font-size: null,
+ header-line-height: null,
+ item-padding-x: $kendo-list-lg-item-padding-x,
+ item-padding-y: $kendo-list-lg-item-padding-y,
+ item-font-size: null,
+ item-line-height: null,
+ group-item-padding-x: $kendo-list-lg-group-item-padding-x,
+ group-item-padding-y: $kendo-list-lg-group-item-padding-y,
+ group-item-font-size: null,
+ group-item-line-height: null
+ )
+) |
+ (sm: (font-size: 0.875rem, line-height: 1.4285714286, header-padding-x: 1rem, header-padding-y: 0.25rem, header-font-size: null, header-line-height: null, item-padding-x: 1rem, item-padding-y: 0.25rem, item-font-size: null, item-line-height: null, group-item-padding-x: 1rem, group-item-padding-y: 0.125rem, group-item-font-size: null, group-item-line-height: null), md: (font-size: 1rem, line-height: 1.5, header-padding-x: 1rem, header-padding-y: 0.25rem, header-font-size: null, header-line-height: null, item-padding-x: 1rem, item-padding-y: 0.25rem, item-font-size: null, item-line-height: null, group-item-padding-x: 1rem, group-item-padding-y: 0.25rem, group-item-font-size: null, group-item-line-height: null), lg: (font-size: 1rem, line-height: 1.5, header-padding-x: 1rem, header-padding-y: 0.5rem, header-font-size: null, header-line-height: null, item-padding-x: 1rem, item-padding-y: 0.5rem, item-font-size: null, item-line-height: null, group-item-padding-x: 1rem, group-item-padding-y: 0.375rem, group-item-font-size: null, group-item-line-height: null)) |
+
Description
+ The map with the sizes of the List. |
+|||
$kendo-list-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the List component. |
+|||
$kendo-list-text | +Color | +$kendo-component-text |
+ #212529 |
+
Description
+ The text color of the List component. |
+|||
$kendo-list-border | +Color | +$kendo-component-border |
+ #dee2e6 |
+
Description
+ The border color of the List component. |
+|||
$kendo-list-header-bg | +Null | +null |
+ null |
+
Description
+ The background color of the List header. |
+|||
$kendo-list-header-text | +Null | +null |
+ null |
+
Description
+ The text color of the List header |
+|||
$kendo-list-header-border | +String | +inherit |
+ inherit |
+
Description
+ The border color of the List header. |
+|||
$kendo-list-header-shadow | +Null | +null |
+ null |
+
Description
+ The box shadow of the List header. |
+|||
$kendo-list-item-bg | +Null | +null |
+ null |
+
Description
+ The background color of the List items. |
+|||
$kendo-list-item-text | +Null | +null |
+ null |
+
Description
+ The text color of the List items. |
+|||
$kendo-list-item-hover-bg | +Color | +$kendo-hover-bg |
+ #e9ecef |
+
Description
+ The background color of the hovered List items. |
+|||
$kendo-list-item-hover-text | +Color | +$kendo-hover-text |
+ #212529 |
+
Description
+ The text color of the hovered List items. |
+|||
$kendo-list-item-focus-bg | +Null | +null |
+ null |
+
Description
+ The background color of the focused List items. |
+|||
$kendo-list-item-focus-text | +Null | +null |
+ null |
+
Description
+ The text color of the focused List items. |
+|||
$kendo-list-item-focus-shadow | +List | +inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-list-text, .15 )) |
+ inset 0 0 0 3px rgba(33, 37, 41, 0.15) |
+
Description
+ The box shadow of the focused List items. |
+|||
$kendo-list-item-selected-bg | +Color | +$kendo-selected-bg |
+ #0d6efd |
+
Description
+ The background color of the selected List items. |
+|||
$kendo-list-item-selected-text | +Color | +$kendo-selected-text |
+ white |
+
Description
+ The text color of the selected List items. |
+|||
$kendo-list-group-item-bg | +Null | +null |
+ null |
+
Description
+ The background color of the List group items. |
+|||
$kendo-list-group-item-text | +Null | +null |
+ null |
+
Description
+ The text color of the List group items. |
+|||
$kendo-list-group-item-border | +String | +inherit |
+ inherit |
+
Description
+ The border color of the List group items.. |
+|||
$kendo-list-group-item-shadow | +Null | +null |
+ null |
+
Description
+ The base shadow of the List group items. |
+|||
$kendo-list-no-data-text | +Color | +$kendo-subtle-text |
+ #6c757d |
+
Description
+ The color of the 'No Data' text. |
+|||
$kendo-list-option-label-text | +Color | +$kendo-subtle-text |
+ #6c757d |
+
Description
+ The color of the 'Option Label' text. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-listbox-spacing | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
+
Description
+ The spacing between the ListBox elements. |
+|||
$kendo-listbox-button-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
+
Description
+ The spacing between the ListBox buttons. |
+|||
$kendo-listbox-width | +Number | +10em |
+ 10em |
+
Description
+ The width of the ListBox. |
+|||
$kendo-listbox-default-height | +Number | +200px |
+ 200px |
+
Description
+ The height of the ListBox. |
+|||
$kendo-listbox-border-width | +Number | +1px |
+ 1px |
+
Description
+ The width of the border around the ListBox. |
+|||
$kendo-listbox-font-family | +List | +$kendo-font-family |
+ 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
+ The font family of the ListBox. |
+|||
$kendo-listbox-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
+
Description
+ The font size of the ListBox. |
+|||
$kendo-listbox-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
+
Description
+ The line height of the ListBoxx. |
+|||
$kendo-listbox-text | +Color | +$kendo-component-text |
+ #212529 |
+
Description
+ The text color of the ListBox. |
+|||
$kendo-listbox-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the ListBox. |
+|||
$kendo-listbox-border | +Color | +$kendo-component-border |
+ #dee2e6 |
+
Description
+ The border color of the ListBox. |
+|||
$kendo-listbox-item-padding-x | +Null | +null |
+ null |
+
Description
+ The inline padding of the ListBox item. |
+|||
$kendo-listbox-item-padding-y | +Null | +null |
+ null |
+
Description
+ The block padding of the ListBox item. |
+|||
$kendo-listbox-drop-hint-width | +Number | +1px |
+ 1px |
+
Description
+ The width of the ListBox drop hint. |
+|||
$kendo-listbox-drop-hint-border-width | +Null | +null |
+ null |
+
Description
+ The width of the border around the ListBox drop hint. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-listview-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
+
Description
+ The horizontal padding of the ListView. |
+|||
$kendo-listview-padding-y | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
+
Description
+ The vertical padding of the ListView. |
+|||
$kendo-listview-border-width | +Number | +1px |
+ 1px |
+
Description
+ The width of the border around bordered ListView. |
+|||
$kendo-listview-font-family | +List | +$kendo-font-family |
+ 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
+ The font family of the ListView. |
+|||
$kendo-listview-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
+
Description
+ The font size of the ListView. |
+|||
$kendo-listview-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
+
Description
+ The line height of the ListView. |
+|||
$kendo-listview-text | +Color | +$kendo-component-text |
+ #212529 |
+
Description
+ The text color of the ListView. |
+|||
$kendo-listview-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the ListView. |
+|||
$kendo-listview-border | +Color | +$kendo-component-border |
+ #dee2e6 |
+
Description
+ The border color of the ListView. |
+|||
$kendo-listview-item-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
+
Description
+ The horizontal padding of the ListView items. |
+|||
$kendo-listview-item-padding-y | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
+
Description
+ The vertical padding of the ListView items. |
+|||
$kendo-listview-item-selected-text | +Null | +null |
+ null |
+
Description
+ The text color of the selected ListView items. |
+|||
$kendo-listview-item-selected-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) |
+ rgba(13, 110, 253, 0.25) |
+
Description
+ The background color of the selected ListView items. |
+|||
$kendo-listview-item-selected-border | +Null | +null |
+ null |
+
Description
+ The border color of the selected ListView items. |
+|||
$kendo-listview-item-focus-text | +Null | +null |
+ null |
+
Description
+ The text color of the focused ListView items. |
+|||
$kendo-listview-item-focus-bg | +Null | +null |
+ null |
+
Description
+ The background color of the focused ListView items. |
+|||
$kendo-listview-item-focus-border | +Null | +null |
+ null |
+
Description
+ The border color of the focused ListView items. |
+|||
$kendo-listview-item-focus-shadow | +List | +inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-listview-text, .15 )) |
+ inset 0 0 0 3px rgba(33, 37, 41, 0.15) |
+
Description
+ The box shadow of the focused ListView items. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-loader-segment-border-radius | +Number | +50% |
+ 50% |
+
Description
+ The border radius of the Loader segment. |
+|||
$kendo-loader-sm-segment-size | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
+
Description
+ The size of the small Loader segment. |
+|||
$kendo-loader-md-segment-size | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
+
Description
+ The size of the medium Loader segment. |
+|||
$kendo-loader-lg-segment-size | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
+
Description
+ The size of the large Loader segment. |
+|||
$kendo-loader-sm-padding | +Number | +k-math-div( $kendo-loader-sm-segment-size, 2 ) |
+ 0.125rem |
+
Description
+ The padding of the small Loader. |
+|||
$kendo-loader-md-padding | +Number | +k-math-div( $kendo-loader-md-segment-size, 2 ) |
+ 0.25rem |
+
Description
+ The padding of the medium Loader. |
+|||
$kendo-loader-lg-padding | +Number | +k-math-div( $kendo-loader-lg-segment-size, 2 ) |
+ 0.5rem |
+
Description
+ The padding of the large Loader. |
+|||
$kendo-loader-sm-spinner-3-width | +Number | +( $kendo-loader-sm-segment-size * 4 ) |
+ 1rem |
+
Description
+ The width of the small spinner-3 Loader. |
+|||
$kendo-loader-md-spinner-3-width | +Number | +( $kendo-loader-md-segment-size * 4 ) |
+ 2rem |
+
Description
+ The width of the medium spinner-3 Loader. |
+|||
$kendo-loader-lg-spinner-3-width | +Number | +( $kendo-loader-lg-segment-size * 4 ) |
+ 4rem |
+
Description
+ The width of the large spinner-3 Loader. |
+|||
$kendo-loader-sm-spinner-3-height | +Number | +( $kendo-loader-sm-spinner-3-width * $equilateral-height ) |
+ 0.8660254038rem |
+
Description
+ The height of the small spinner-3 Loader. |
+|||
$kendo-loader-md-spinner-3-height | +Number | +( $kendo-loader-md-spinner-3-width * $equilateral-height ) |
+ 1.7320508076rem |
+
Description
+ The height of the medium spinner-3 Loader. |
+|||
$kendo-loader-lg-spinner-3-height | +Number | +( $kendo-loader-lg-spinner-3-width * $equilateral-height ) |
+ 3.4641016152rem |
+
Description
+ The height of the large spinner-3 Loader. |
+|||
$kendo-loader-sm-spinner-4-width | +Number | +$kendo-loader-sm-segment-size * 4 |
+ 1rem |
+
Description
+ The width of the small spinner-4 Loader. |
+|||
$kendo-loader-md-spinner-4-width | +Number | +$kendo-loader-md-segment-size * 4 |
+ 2rem |
+
Description
+ The width of the medium spinner-4 Loader. |
+|||
$kendo-loader-lg-spinner-4-width | +Number | +$kendo-loader-lg-segment-size * 4 |
+ 4rem |
+
Description
+ The width of the large spinner-4 Loader. |
+|||
$kendo-loader-sm-spinner-4-height | +Number | +$kendo-loader-sm-spinner-4-width |
+ 1rem |
+
Description
+ The height of the small spinner-4 Loader. |
+|||
$kendo-loader-md-spinner-4-height | +Number | +$kendo-loader-md-spinner-4-width |
+ 2rem |
+
Description
+ The height of the medium spinner-4 Loader. |
+|||
$kendo-loader-lg-spinner-4-height | +Number | +$kendo-loader-lg-spinner-4-width |
+ 4rem |
+
Description
+ The height of the large spinner-4 Loader. |
+|||
$kendo-loader-secondary-bg | +Color | +#212529 |
+ #212529 |
+
Description
+ The color of the Loader based on the secondary theme color. |
+|||
$kendo-loader-container-panel-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the container panel. |
+|||
$kendo-loader-container-panel-border-style | +String | +solid |
+ solid |
+
Description
+ The border style of the container panel. |
+|||
$kendo-loader-container-panel-border-color | +Color | +$kendo-component-border |
+ #dee2e6 |
+
Description
+ The border color of the container panel. |
+|||
$kendo-loader-container-panel-border-radius | +Number | +$kendo-border-radius-md |
+ 0.375rem |
+
Description
+ The border radius of the container panel. |
+|||
$kendo-loader-container-panel-bg | +Color | +$kendo-color-white |
+ #ffffff |
+
Description
+ The background color of the container panel. |
+|||
$kendo-loader-sm-container-padding | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
+
Description
+ The padding of the small Loader container. |
+|||
$kendo-loader-md-container-padding | +Number | +k-map-get( $kendo-spacing, 5 ) |
+ 1.25rem |
+
Description
+ The padding of the medium Loader container. |
+|||
$kendo-loader-lg-container-padding | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 1.5rem |
+
Description
+ The padding of the large Loader container. |
+|||
$kendo-loader-sm-container-gap | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
+
Description
+ The gap of the small Loader container. |
+|||
$kendo-loader-md-container-gap | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
+
Description
+ The gap of the medium Loader container. |
+|||
$kendo-loader-lg-container-gap | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 0.75rem |
+
Description
+ The gap of the large Loader container. |
+|||
$kendo-loader-sm-container-font-size | +Number | +$kendo-font-size-sm |
+ 0.875rem |
+
Description
+ The font size of the small Loader container. |
+|||
$kendo-loader-md-container-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
+
Description
+ The font size of the medium Loader container. |
+|||
$kendo-loader-lg-container-font-size | +Number | +$kendo-font-size-lg |
+ 1.25rem |
+
Description
+ The font size of the large Loader container. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-loading-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Loading indicator. |
+|||
$kendo-loading-text | +String | +currentColor |
+ currentColor |
+
Description
+ The text color of the Loading indicator. |
+|||
$kendo-loading-opacity | +Number | +.3 |
+ 0.3 |
+
Description
+ The opacity of the Loading indicator. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-menu-popup-padding-x | +Null | +null |
+ null |
+
Description
+ Horizontal padding of the menu popup. |
+|||
$kendo-menu-popup-padding-y | +Null | +null |
+ null |
+
Description
+ Vertical padding of the menu popup. |
+|||
$kendo-menu-popup-border-width | +Number | +$kendo-popup-border-width |
+ 1px |
+
Description
+ Width of the border around the menu popup. |
+|||
$kendo-menu-popup-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
+
Description
+ Font sizes of the menu popup. |
+|||
$kendo-menu-popup-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
+
Description
+ Line heights used along with $kendo-font-size. |
+|||
$kendo-menu-popup-bg | +Color | +$kendo-popup-bg |
+ #ffffff |
+
Description
+ The background of the menu popup. |
+|||
$kendo-menu-popup-text | +Color | +$kendo-popup-text |
+ #212529 |
+
Description
+ The text color of the menu popup. |
+|||
$kendo-menu-popup-border | +Color | +$kendo-popup-border |
+ #dee2e6 |
+
Description
+ The border color of the menu popup. |
+|||
$kendo-menu-popup-gradient | +Null | +null |
+ null |
+
Description
+ The background gradient of the menu popup. |
+|||
$kendo-menu-popup-item-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
+
Description
+ Horizontal padding of the menu item in popup. |
+|||
$kendo-menu-popup-item-padding-y | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
+
Description
+ Vertical padding of the menu item in popup. |
+|||
$kendo-menu-popup-item-padding-end | +Calculation | +calc( #{$kendo-menu-popup-item-padding-x * 2} + #{$kendo-icon-size} ) |
+ calc(2rem + 16px) |
+
Description
+ The end padding of the menu item in popup. |
+|||
$kendo-menu-popup-sm-item-icon-margin-start | +Number | +$kendo-menu-popup-sm-item-padding-x |
+ 1rem |
+
Description
+ The start margin of the menu item expand icon. |
+|||
$kendo-menu-popup-sm-item-icon-margin-end | +Calculation | +calc( -1 * (#{$kendo-menu-popup-sm-item-padding-end} - #{k-math-div( $kendo-menu-popup-sm-item-padding-x, 2 )}) ) |
+ calc(-1 * (calc(2rem + 16px) - 0.5rem)) |
+
Description
+ The end margin of the menu item expand icon. |
+|||
$kendo-menu-popup-item-spacing | +Number | +0px |
+ 0px |
+
Description
+ The spacing between the menu items in popup. |
+|||
$kendo-menu-popup-item-bg | +Null | +null |
+ null |
+
Description
+ The background of the menu item in popup. |
+|||
$kendo-menu-popup-item-text | +Null | +null |
+ null |
+
Description
+ The text color of the menu item in popup. |
+|||
$kendo-menu-popup-item-border | +Null | +null |
+ null |
+
Description
+ The border color of the menu item in popup. |
+|||
$kendo-menu-popup-item-gradient | +Null | +null |
+ null |
+
Description
+ The background gradient of the menu item in popup. |
+|||
$kendo-menu-popup-item-hover-bg | +Color | +$kendo-list-item-hover-bg |
+ #e9ecef |
+
Description
+ The background of hovered menu item in popup. |
+|||
$kendo-menu-popup-item-hover-text | +Color | +$kendo-list-item-hover-text |
+ #212529 |
+
Description
+ The text color of hovered menu item in popup. |
+|||
$kendo-menu-popup-item-hover-border | +Null | +null |
+ null |
+
Description
+ The border color of hovered menu item in popup. |
+|||
$kendo-menu-popup-item-hover-gradient | +Null | +null |
+ null |
+
Description
+ The background gradient of hovered menu item in popup. |
+|||
$kendo-menu-popup-item-expanded-bg | +Color | +$kendo-list-item-selected-bg |
+ #0d6efd |
+
Description
+ The background of expanded menu item in popup. |
+|||
$kendo-menu-popup-item-expanded-text | +Color | +$kendo-list-item-selected-text |
+ white |
+
Description
+ The text color of expanded menu item in popup. |
+|||
$kendo-menu-popup-item-expanded-border | +Null | +null |
+ null |
+
Description
+ The border color of expanded menu item in popup. |
+|||
$kendo-menu-popup-item-expanded-gradient | +Null | +null |
+ null |
+
Description
+ The background gradient of expanded menu item in popup. |
+|||
$kendo-menu-popup-item-focus-shadow | +List | +$kendo-menu-item-focus-shadow |
+ inset 0 0 0 3px rgba(33, 37, 41, 0.15) |
+
Description
+ The base shadow of focused menu item in popup. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-menu-button-arrow-padding-x | +Number | +$kendo-button-padding-y |
+ 0.375rem |
+
Description
+ The horizontal padding of the button arrow in the Menu Button. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-notification-group-gap | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 0.75rem |
+
Description
+ The row-gap between the elements in the Notification group. |
+|||
$kendo-notification-padding-x | +Number | +$alert-padding-x |
+ 1rem |
+
Description
+ The horizontal padding of the Notification. |
+|||
$kendo-notification-padding-y | +Number | +$alert-padding-y |
+ 1rem |
+
Description
+ The vertical padding of the Notification. |
+|||
$kendo-notification-border-width | +Number | +$alert-border-width |
+ 1px |
+
Description
+ The width of the border around the Notification. |
+|||
$kendo-notification-border-radius | +Number | +$alert-border-radius |
+ 0.375rem |
+
Description
+ The border radius of the Notification. |
+|||
$kendo-notification-font-family | +List | +$kendo-font-family |
+ 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
+ The font family of the Notification. |
+|||
$kendo-notification-font-size | +Number | +$kendo-font-size-sm |
+ 0.875rem |
+
Description
+ The font size of the Notification. |
+|||
$kendo-notification-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
+
Description
+ The line height of the Notification. |
+|||
$kendo-notification-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Notification. |
+|||
$kendo-notification-text | +Color | +$kendo-component-text |
+ #212529 |
+
Description
+ The text color of the Notification. |
+|||
$kendo-notification-border | +Color | +$kendo-component-border |
+ #dee2e6 |
+
Description
+ The border color of the Notification. |
+|||
$kendo-notification-shadow | +String | +$kendo-popup-shadow |
+ var(--kendo-elevation-4, 0px 6px 13px rgba(0, 0, 0, 0.125)) |
+
Description
+ The box shadow of the Notification. |
+|||
$kendo-notification-icon-spacing | +Number | +$kendo-icon-spacing |
+ 0.5rem |
+
Description
+ The horizontal spacing of the Notification icon. |
+|||
$kendo-notification-theme-colors | +Map | +$kendo-theme-colors |
+ ("primary": #0d6efd, "secondary": #6c757d, "tertiary": #6f42c1, "info": #0dcaf0, "success": #198754, "warning": #ffc107, "error": #dc3545, "dark": #212529, "light": #f8f9fa, "inverse": #212529) |
+
Description
+ The theme colors map for the Notification. |
+|||
$kendo-notification-theme | +Map | +notification-theme( $kendo-notification-theme-colors ) |
+ ("inverse": (color: #111315, background-color: #c1c2c3, border: #d3d3d4), "light": (color: #818182, background-color: #fdfdfe, border: #fefefe), "dark": (color: #111315, background-color: #c1c2c3, border: #d3d3d4), "error": (color: #721c24, background-color: #f5c6cb, border: #f8d7da), "warning": (color: #856404, background-color: #ffeeba, border: #fff3cd), "success": (color: #0d462c, background-color: #bfddcf, border: #d1e7dd), "info": (color: #07697d, background-color: #bbf0fb, border: #cff4fc), "tertiary": (color: #3a2264, background-color: #d7caee, border: #e2d9f3), "secondary": (color: #383d41, background-color: #d6d8db, border: #e2e3e5), "primary": (color: #073984, background-color: #bbd6fe, border: #cfe2ff)) |
+
Description
+ The generated theme colors map for the Notification. |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-orgchart-spacer | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 1.5rem |
+||||
Description
+ The spacing index of the OrgChart. |
+|||||||
$kendo-orgchart-padding-y | +Number | +$kendo-orgchart-spacer |
+ 1.5rem |
+||||
Description
+ The vertical padding of the OrgChart. |
+|||||||
$kendo-orgchart-padding-x | +Number | +$kendo-orgchart-padding-y |
+ 1.5rem |
+||||
Description
+ The horizontal padding of the OrgChart. |
+|||||||
$kendo-orgchart-font-family | +List | +$kendo-font-family |
+ 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
+ The font family of the OrgChart. |
+|||||||
$kendo-orgchart-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
+||||
Description
+ The font size of the OrgChart. |
+|||||||
$kendo-orgchart-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
+||||
Description
The line height of the OrgChart. |
|||||||
$kendo-input-outline-bg | -Null | -null |
- null |
+ $kendo-orgchart-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The background color of the outline Input components. | Description
The background color of the OrgChart. |
||||||
$kendo-input-outline-text | +$kendo-orgchart-text | Color | -$kendo-base-text |
+ $kendo-component-text |
#212529 |
||
Description
+ The text color of the outline Input components. | Description
The text color of the OrgChart. |
||||||
$kendo-input-outline-border | +$kendo-orgchart-border | Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-base-text, .5 )) |
- rgba(33, 37, 41, 0.5) |
+ $kendo-component-border |
+ #dee2e6 |
|
Description
+ The border color of the outline Input components. | Description
The border color of the OrgChart. |
||||||
$kendo-input-outline-hover-bg | -Null | -null |
- null |
+ $kendo-orgchart-node-gap | +Number | +$kendo-orgchart-spacer |
+ 1.5rem |
Description
+ The background color of the outline hovered Input components. | Description
The spacing of the OrgChart node. |
||||||
$kendo-input-outline-hover-text | -Null | -null |
- null |
+ $kendo-orgchart-group-gap | +Number | +$kendo-orgchart-spacer |
+ 1.5rem |
Description
+ The text color of the outline hovered Input components. | Description
The spacing of the OrgChart group. |
||||||
$kendo-input-outline-hover-border | -Null | -null |
- null |
+ $kendo-orgchart-node-container-gap | +Number | +$kendo-orgchart-spacer |
+ 1.5rem |
Description
+ The border color of the outline hovered Input components. | Description
The spacing of the OrgChart node container. |
||||||
$kendo-input-outline-focus-bg | -Null | -null |
- null |
+ $kendo-orgchart-node-group-padding-y | +Number | +$kendo-orgchart-spacer |
+ 1.5rem |
Description
+ The background color of the outline focused Input components. | Description
The vertical padding of the OrgChart node group. |
||||||
$kendo-input-outline-focus-text | -Null | -null |
- null |
+ $kendo-orgchart-node-group-padding-x | +Number | +$kendo-orgchart-node-group-padding-y |
+ 1.5rem |
Description
+ The text color of the outline focused Input components. | Description
The horizontal padding of the OrgChart node group. |
||||||
$kendo-input-outline-focus-border | -Color | -$kendo-input-focus-border |
- #86b7fe |
+ $kendo-orgchart-node-group-border-width | +Number | +1px |
+ 1px |
Description
+ The border color of the outline focused Input components. | Description
The border width of the OrgChart node group. |
||||||
$kendo-input-outline-focus-shadow | -List | -$kendo-input-focus-shadow |
- 0 0 0 0.25rem rgba(13, 110, 253, 0.25) |
+ $kendo-orgchart-node-group-border-radius | +Number | +$kendo-border-radius-md |
+ 0.375rem |
Description
+ The shadow of the outline focused Input components. | Description
The border radius of the OrgChart node group. |
||||||
$kendo-input-flat-bg | -Null | -null |
- null |
+ $kendo-orgchart-node-group-bg | +Color | +$kendo-base-bg |
+ #f8f9fa |
Description
+ The background color of the flat Input components. | Description
The background color of the OrgChart node group. |
||||||
$kendo-input-flat-text | +$kendo-orgchart-node-group-text | Color | -$kendo-input-text |
+ $kendo-base-text |
#212529 |
||
Description
+ The text color of the flat Input components. | Description
The text color of the OrgChart node group. |
||||||
$kendo-input-flat-border | +$kendo-orgchart-node-group-border | Color | -$kendo-input-border |
- #ced4da |
+ $kendo-base-border |
+ #e4e5e6 |
|
Description
+ The border color of the flat Input components. | Description
The border color of the OrgChart node group. |
||||||
$kendo-input-flat-hover-bg | +$kendo-orgchart-node-group-focus-border | Null | -null |
+ $kendo-card-focus-border |
null |
||
Description
+ The background color of the flat hovered Input components. | Description
The border color of the focused OrgChart node group. |
||||||
$kendo-input-flat-hover-text | -Null | -null |
- null |
+ $kendo-orgchart-node-group-focus-shadow | +String | +$kendo-card-focus-shadow |
+ var(--kendo-elevation-3, 0px 4px 10px rgba(0, 0, 0, 0.1)) |
Description
+ The text color of the flat hovered Input components. | Description
The shadow of the focused OrgChart node group. |
||||||
$kendo-input-flat-hover-border | -Null | -$kendo-input-hover-border |
- null |
+ $kendo-orgchart-node-group-title-font-size | +Number | +$kendo-font-size-lg |
+ 1.25rem |
Description
+ The border color of the flat hovered Input components. | Description
The font size of the OrgChart node group title. |
||||||
$kendo-input-flat-focus-bg | -Null | -null |
- null |
+ $kendo-orgchart-node-group-title-margin-bottom | +Number | +k-math-div( $kendo-orgchart-spacer, 4 ) |
+ 0.375rem |
Description
+ The background color of the flat focused Input components. | Description
The bottom margin of the OrgChart node group title. |
||||||
$kendo-input-flat-focus-text | -Null | -null |
- null |
+ $kendo-orgchart-node-group-title-line-height | +Number | +$kendo-line-height-sm |
+ 1.25 |
Description
+ The text color of the flat focused Input components. | Description
The line height of the OrgChart node group title. |
||||||
$kendo-input-flat-focus-border | -Color | -$kendo-input-focus-border |
- #86b7fe |
+ $kendo-orgchart-node-group-subtitle-margin-bottom | +Number | +$kendo-orgchart-spacer |
+ 1.5rem |
Description
+ The border color of the flat focused Input components. | Description
The bottom margin of the OrgChart node group subtitle. |
||||||
$kendo-input-flat-focus-shadow | -List | -$kendo-input-focus-shadow |
- 0 0 0 0.25rem rgba(13, 110, 253, 0.25) |
+ $kendo-orgchart-node-group-subtitle-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
Description
+ The shadow of the flat focused Input components. | Description
The font size of the OrgChart node group subtitle. |
||||||
$kendo-input-placeholder-text | +$kendo-orgchart-node-group-subtitle-text | Color | -$input-placeholder-color |
+ $kendo-subtle-text |
#6c757d |
||
Description
+ The text color of the Input placeholder. | Description
The line height of the OrgChart node group subtitle. |
||||||
$kendo-input-placeholder-opacity | +$kendo-orgchart-card-width | Number | -1 |
- 1 |
+ 300px |
+ 300px |
|
Description
+ The opacity of the Input placeholder. | Description
The width of the OrgChart Card. |
||||||
$kendo-input-clear-value-text | -Null | -null |
- null |
+ $kendo-orgchart-card-padding-y | +Number | +$kendo-card-padding-y |
+ 1rem |
Description
+ The color of the Input clear value icon. | Description
The vertical padding of the OrgChart Card. |
||||||
$kendo-input-clear-value-opacity | +$kendo-orgchart-card-padding-x | Number | -.5 |
- 0.5 |
+ $kendo-orgchart-card-padding-y |
+ 1rem |
|
Description
+ The opacity of the Input clear value icon. | Description
The horizontal padding of the OrgChart Card. |
||||||
$kendo-input-clear-value-hover-text | -Null | -null |
- null |
+ $kendo-orgchart-card-border-width | +Number | +$kendo-card-border-width |
+ 1px |
Description
+ The color of the hovered Input clear value icon. | Description
The border width of the OrgChart Card. |
||||||
$kendo-input-clear-value-hover-opacity | -Number | -1 |
- 1 |
+ $kendo-orgchart-card-shadow | +Null | +$kendo-card-shadow |
+ null |
Description
+ The opacity of the hovered Input clear value icon. | Description
The shadow of the OrgChart Card. |
||||||
$kendo-input-values-margin-y | -Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 0.125rem |
+ $kendo-orgchart-card-focus-shadow | +String | +$kendo-card-focus-shadow |
+ var(--kendo-elevation-3, 0px 4px 10px rgba(0, 0, 0, 0.1)) |
Description
+ The vertical margin of the clear value icon. | Description
The shadow of the focused OrgChart Card. |
||||||
$kendo-input-values-margin-x | +$kendo-orgchart-card-title-margin-bottom | Number | -$kendo-input-values-margin-y |
- 0.125rem |
+ 0px |
+ 0px |
|
Description
+ The horizontal margin of the clear value icon. | Description
The bottom margin of the OrgChart Card title. |
||||||
$kendo-input-button-width | +$kendo-orgchart-card-title-font-size | Null | null |
null |
|||
Description
+ The width of the Input button. | Description
The font size of the OrgChart Card title. |
||||||
$kendo-input-button-border-width | +$kendo-orgchart-card-subtitle-margin-bottom | Number | -1px |
- 1px |
+ 0px |
+ 0px |
|
Description
+ The border width of the Input button. | Description
The bottom margin of the OrgChart Card subtitle. |
||||||
$kendo-input-spinner-width | +$kendo-orgchart-card-subtitle-font-size | Null | null |
null |
|||
Description
+ The width of the Input spinner button. | Description
The font size of the OrgChart Card subtitle. |
||||||
$kendo-input-spinner-icon-offset | -Null | -null |
- null |
+ $kendo-orgchart-card-body-border-width | +List | +2px 0 0 |
+ 2px 0 0 |
Description
+ The icon offset of the Input spinner button. | Description
The border width of the OrgChart Card body. |
||||||
$kendo-input-separator-text | +$kendo-orgchart-card-body-border-color | Color | -$kendo-component-border |
- #dee2e6 |
+ transparent |
+ transparent |
|
Description
+ The color of the Input separator. | Description
The border color of the OrgChart Card body. |
||||||
$kendo-input-separator-opacity | +$kendo-orgchart-card-body-vbox-margin-right | Number | -.5 |
- 0.5 |
-|||
Description
- The opacity of the Input separator. |
-|||||||
$kendo-input-prefix-text | -Color | -$kendo-subtle-text |
- #6c757d |
-||||
Description
- The text color of the Input prefix. |
-|||||||
$kendo-input-suffix-text | -Color | -$kendo-subtle-text |
- #6c757d |
+ k-math-div( $kendo-orgchart-spacer, 2 ) |
+ 0.75rem |
||
Description
+ The text color of the Input suffix. | Description
The right margin of the OrgChart Card body title wrap. |
||||||
$kendo-input-invalid-border | -Color | -$kendo-invalid-border |
- #dc3545 |
+ $kendo-orgchart-card-body-vbox-min-height | +Number | +$kendo-card-avatar-size |
+ 45px |
Description
+ The border color of the invalid Input components. | Description
The min height of the OrgChart Card body title wrap. |
||||||
$kendo-input-invalid-shadow | -List | -$kendo-invalid-shadow |
- 0 0 0 0.25rem rgba(220, 53, 69, 0.25) |
+ $kendo-orgchart-line-size | +Number | +1px |
+ 1px |
Description
+ The shadow of the invalid Input components. | Description
The size of the OrgChart connecting line. |
||||||
$kendo-input-valid-border | +$kendo-orgchart-line-fill | Color | -$kendo-valid-border |
- #198754 |
+ $kendo-base-border |
+ #e4e5e6 |
|
Description
+ The border color of the valid Input components. | Description
The fill color of the OrgChart connecting line. |
||||||
$kendo-input-valid-shadow | -List | -$kendo-valid-shadow |
- 0 0 0 0.25rem rgba(25, 135, 84, 0.25) |
+ $kendo-orgchart-line-v-height | +Number | +25px |
+ 25px |
Description
+ The shadow of the valid Input components. | Description
The height of the OrgChart connecting line. |
$kendo-list-font-family | -List | -$kendo-font-family |
- 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
- The font family of the List components. |
-|||||||
$kendo-list-font-size | -Null | -null |
- null |
-||||
Description
- The font size of the List component, if no size is set. |
-|||||||
$kendo-list-line-height | -Null | -null |
- null |
+ $kendo-pager-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
Description
+ The line height of the List component, if no size is set. | Description
The horizontal padding of the Pager. |
||||||
$kendo-list-header-padding-x | -Null | -null |
- null |
+ $kendo-pager-sm-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
Description
+ The horizontal padding of List header, if no size is set. | Description
The horizontal padding of the small Pager. |
||||||
$kendo-list-header-padding-y | -Null | -null |
- null |
+ $kendo-pager-md-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
Description
+ The vertical padding of the List header, if no size is set. | Description
The horizontal padding of the medium Pager. |
||||||
$kendo-list-header-border-width | -List | -0 0 1px |
- 0 0 1px |
+ $kendo-pager-lg-padding-x | +Number | +k-map-get( $kendo-spacing, 2.5 ) |
+ 0.625rem |
Description
+ The border width of the List header. | Description
The horizontal padding of the large Pager. |
||||||
$kendo-list-header-font-size | -Null | -null |
- null |
+ $kendo-pager-padding-y | +Number | +$kendo-pager-padding-x |
+ 0.5rem |
Description
+ The font size of the List header, if no size is set. | Description
The vertical padding of the Pager. |
||||||
$kendo-list-header-line-height | -Null | -null |
- null |
+ $kendo-pager-sm-padding-y | +Number | +$kendo-pager-sm-padding-x |
+ 0.25rem |
Description
+ The line height of the List header, if no size is set. | Description
The vertical padding of the small Pager. |
||||||
$kendo-list-header-font-weight | +$kendo-pager-md-padding-y | Number | -$kendo-font-weight-bold |
- 700 |
+ $kendo-pager-md-padding-x |
+ 0.5rem |
|
Description
+ The font weight of the List header. | Description
The vertical padding of the medium Pager. |
||||||
$kendo-list-item-padding-x | -Null | -null |
- null |
+ $kendo-pager-lg-padding-y | +Number | +$kendo-pager-lg-padding-x |
+ 0.625rem |
Description
+ The horizontal padding of the List items, when no size is set. | Description
The vertical padding of the large Pager. |
||||||
$kendo-list-item-padding-y | -Null | -null |
- null |
+ $kendo-pager-sm-item-min-width | +Calculation | +$kendo-button-sm-calc-size |
+ calc(1.4285714286em + 0.5rem + 2px) |
Description
+ The vertical padding of the List items, when no size is set. | Description
The minimum width of the items in the small Pager. |
||||||
$kendo-list-item-font-size | -Null | -null |
- null |
+ $kendo-pager-md-item-min-width | +Calculation | +$kendo-button-md-calc-size |
+ calc(1.5em + 0.75rem + 2px) |
Description
+ The font size of the List items, if no size is set. | Description
The minimum width of the items in the medium Pagers. |
||||||
$kendo-list-item-line-height | -Null | -null |
- null |
+ $kendo-pager-lg-item-min-width | +Calculation | +$kendo-button-lg-calc-size |
+ calc(1.5em + 1rem + 2px) |
Description
+ The line height of the List items, if no size is set. | Description
The minimum width of the items in the large Pagers. |
||||||
$kendo-list-group-item-padding-x | -Null | -null |
- null |
+ $kendo-pager-sm-item-group-spacing | +Number | +k-map-get( $kendo-spacing, 3.5 ) |
+ 0.875rem |
Description
+ The horizontal padding of the List group items, when no size is set. | Description
The margin between the item groups in the small Pager. |
||||||
$kendo-list-group-item-padding-y | -Null | -null |
- null |
+ $kendo-pager-md-item-group-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
Description
+ The vertical padding of the List group items, when no size is set. | Description
The margin between the item groups in the medium Pager. |
||||||
$kendo-list-group-item-border-width | -List | -1px 0 0 |
- 1px 0 0 |
+ $kendo-pager-lg-item-group-spacing | +Number | +k-map-get( $kendo-spacing, 4.5 ) |
+ 1.125rem |
Description
+ The border width of the List group items. | Description
The margin between the item groups in the large Pager. |
||||||
$kendo-list-group-item-font-size | -Null | -null |
- null |
+ $kendo-pager-border-width | +Number | +1px |
+ 1px |
Description
+ The font size of the List group items, if no size is set. | Description
The border width of the Pager. |
||||||
$kendo-list-group-item-line-height | -Null | -null |
- null |
+ $kendo-pager-font-family | +List | +$kendo-font-family |
+ 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
+ The line height of the List group items, if no size is set. | Description
The font family of the Pager. |
||||||
$kendo-list-group-item-font-weight | +$kendo-pager-font-size | Number | -$kendo-font-weight-bold |
- 700 |
-|||
Description
- The font weight of a List group item. |
+ $kendo-font-size-md |
+ 1rem |
|||||
$kendo-list-sizes | -Map | -(
- sm: (
- font-size: $kendo-list-sm-font-size,
- line-height: $kendo-list-sm-line-height,
- header-padding-x: $kendo-list-sm-header-padding-x,
- header-padding-y: $kendo-list-sm-header-padding-y,
- header-font-size: null,
- header-line-height: null,
- item-padding-x: $kendo-list-sm-item-padding-x,
- item-padding-y: $kendo-list-sm-item-padding-y,
- item-font-size: null,
- item-line-height: null,
- group-item-padding-x: $kendo-list-sm-group-item-padding-x,
- group-item-padding-y: $kendo-list-sm-group-item-padding-y,
- group-item-font-size: null,
- group-item-line-height: null
- ),
- md: (
- font-size: $kendo-list-md-font-size,
- line-height: $kendo-list-md-line-height,
- header-padding-x: $kendo-list-md-header-padding-x,
- header-padding-y: $kendo-list-md-header-padding-y,
- header-font-size: null,
- header-line-height: null,
- item-padding-x: $kendo-list-md-item-padding-x,
- item-padding-y: $kendo-list-md-item-padding-y,
- item-font-size: null,
- item-line-height: null,
- group-item-padding-x: $kendo-list-md-group-item-padding-x,
- group-item-padding-y: $kendo-list-md-group-item-padding-y,
- group-item-font-size: null,
- group-item-line-height: null
- ),
- lg: (
- font-size: $kendo-list-lg-font-size,
- line-height: $kendo-list-lg-line-height,
- header-padding-x: $kendo-list-lg-header-padding-x,
- header-padding-y: $kendo-list-lg-header-padding-y,
- header-font-size: null,
- header-line-height: null,
- item-padding-x: $kendo-list-lg-item-padding-x,
- item-padding-y: $kendo-list-lg-item-padding-y,
- item-font-size: null,
- item-line-height: null,
- group-item-padding-x: $kendo-list-lg-group-item-padding-x,
- group-item-padding-y: $kendo-list-lg-group-item-padding-y,
- group-item-font-size: null,
- group-item-line-height: null
- )
-) |
- (sm: (font-size: 0.875rem, line-height: 1.4285714286, header-padding-x: 1rem, header-padding-y: 0.25rem, header-font-size: null, header-line-height: null, item-padding-x: 1rem, item-padding-y: 0.25rem, item-font-size: null, item-line-height: null, group-item-padding-x: 1rem, group-item-padding-y: 0.125rem, group-item-font-size: null, group-item-line-height: null), md: (font-size: 1rem, line-height: 1.5, header-padding-x: 1rem, header-padding-y: 0.25rem, header-font-size: null, header-line-height: null, item-padding-x: 1rem, item-padding-y: 0.25rem, item-font-size: null, item-line-height: null, group-item-padding-x: 1rem, group-item-padding-y: 0.25rem, group-item-font-size: null, group-item-line-height: null), lg: (font-size: 1rem, line-height: 1.5, header-padding-x: 1rem, header-padding-y: 0.5rem, header-font-size: null, header-line-height: null, item-padding-x: 1rem, item-padding-y: 0.5rem, item-font-size: null, item-line-height: null, group-item-padding-x: 1rem, group-item-padding-y: 0.375rem, group-item-font-size: null, group-item-line-height: null)) |
+||||
Description
+ The font size of the Pager. |
|||||||
Description
+ The map with the sizes of the List. | $kendo-pager-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
+|||
Description
The line height of the Pager. |
|||||||
$kendo-list-bg | +$kendo-pager-bg | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-component-header-bg |
+ #f8f9fa |
|
Description
+ The background color of the List component. | Description
The background color of the Pager. |
||||||
$kendo-list-text | +$kendo-pager-text | Color | -$kendo-component-text |
+ $kendo-component-header-text |
#212529 |
||
Description
+ The text color of the List component. | Description
The text color of the Pager. |
||||||
$kendo-list-border | +$kendo-pager-border | Color | -$kendo-component-border |
+ $kendo-component-header-border |
#dee2e6 |
||
Description
+ The border color of the List component. | Description
The border color of the Pager. |
||||||
$kendo-list-header-bg | +$kendo-pager-focus-bg | Null | null |
null |
|||
Description
+ The background color of the List header. | Description
The background color of the focused Pager. |
||||||
$kendo-list-header-text | -Null | -null |
- null |
+ $kendo-pager-focus-shadow | +List | +inset 0 0 0 2px rgba( $kendo-color-black, .08) |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.08) |
Description
+ The text color of the List header | Description
The box shadow of the focused Pager. |
||||||
$kendo-list-header-border | -String | -inherit |
- inherit |
+ $kendo-pager-section-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
Description
+ The border color of the List header. | Description
The spacing between the Pager sections. |
||||||
$kendo-list-header-shadow | -Null | -null |
- null |
+ $kendo-pager-item-border-width | +Number | +1px |
+ 1px |
Description
+ The box shadow of the List header. | Description
The border width of the Pager items. |
||||||
$kendo-list-item-bg | -Null | -null |
- null |
+ $kendo-pager-item-border-radius | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
Description
+ The background color of the List items. | Description
The border radius of the Pager items. |
||||||
$kendo-list-item-text | -Null | -null |
- null |
+ $kendo-pager-item-spacing | +Number | +(-1 * $kendo-pager-item-border-width) |
+ -1px |
Description
+ The text color of the List items. | Description
The spacing around the Pager items. |
||||||
$kendo-list-item-hover-bg | +$kendo-pager-item-bg | Color | -$kendo-hover-bg |
- #e9ecef |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The background color of the hovered List items. | Description
The background color of the Pager items. |
||||||
$kendo-list-item-hover-text | +$kendo-pager-item-text | Color | -$kendo-hover-text |
- #212529 |
+ $kendo-link-text |
+ #0d6efd |
|
Description
+ The text color of the hovered List items. | Description
The text color of the Pager items. |
||||||
$kendo-list-item-focus-bg | -Null | -null |
- null |
+ $kendo-pager-item-border | +Color | +$kendo-component-border |
+ #dee2e6 |
Description
+ The background color of the focused List items. | Description
The border color of the Pager items. |
||||||
$kendo-list-item-focus-text | -Null | -null |
- null |
+ $kendo-pager-item-hover-bg | +Color | +$kendo-hover-bg |
+ #e9ecef |
Description
+ The text color of the focused List items. | Description
The background color of the hovered Pager items. |
||||||
$kendo-list-item-focus-shadow | -List | -inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-list-text, .15 )) |
- inset 0 0 0 3px rgba(33, 37, 41, 0.15) |
+ $kendo-pager-item-hover-text | +Color | +$kendo-link-hover-text |
+ #0a58ca |
Description
+ The box shadow of the focused List items. | Description
The text color of the hovered Pager items. |
||||||
$kendo-list-item-selected-bg | +$kendo-pager-item-hover-border | +Color | +$kendo-hover-border |
+ #d6d9dc |
+|||
Description
+ The border color of the hovered Pager items. |
+|||||||
$kendo-pager-item-selected-bg | Color | $kendo-selected-bg |
#0d6efd |
||||
Description
+ The background color of the selected List items. | Description
The background color of the selected Pager items. |
||||||
$kendo-list-item-selected-text | +$kendo-pager-item-selected-text | Color | $kendo-selected-text |
white |
|||
Description
+ The text color of the selected List items. | Description
The text color of the selected Pager items. |
||||||
$kendo-list-group-item-bg | -Null | -null |
- null |
+ $kendo-pager-item-selected-border | +Color | +$kendo-pager-item-selected-bg |
+ #0d6efd |
Description
+ The background color of the List group items. | Description
The border color of the selected Pager items. |
||||||
$kendo-list-group-item-text | +$kendo-pager-item-focus-opacity | Null | null |
null |
|||
Description
+ The text color of the List group items. | Description
The opacity of the focused Pager items. |
||||||
$kendo-list-group-item-border | -String | -inherit |
- inherit |
+ $kendo-pager-item-focus-bg | +Color | +$kendo-pager-item-bg |
+ #ffffff |
Description
+ The border color of the List group items.. | Description
The background color of the focused Pager items. |
||||||
$kendo-list-group-item-shadow | -Null | -null |
- null |
+ $kendo-pager-item-focus-shadow | +List | +0 0 0 3px if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-color-primary, .25)) |
+ 0 0 0 3px rgba(13, 110, 253, 0.25) |
Description
+ The base shadow of the List group items. | Description
The box shadow of the focused Pager items. |
||||||
$kendo-list-no-data-text | -Color | -$kendo-subtle-text |
- #6c757d |
+ $kendo-pager-number-border-radius | +Number | +0px |
+ 0px |
Description
+ The color of the 'No Data' text. | Description
The border radius of the Pager numbers. |
||||||
$kendo-list-option-label-text | -Color | -$kendo-subtle-text |
- #6c757d |
+ $kendo-pager-input-width | +Number | +5em |
+ 5em |
+
Description
+ The width of the Inputs in the Pager. |
+|||||||
$kendo-pager-sm-dropdown-width | +Number | +5em |
+ 5em |
+||||
Description
+ The width of the DropDowns in the small Pager. |
+|||||||
$kendo-pager-md-dropdown-width | +Number | +5em |
+ 5em |
+||||
Description
+ The width of the DropDowns in the medium Pager. |
+|||||||
$kendo-pager-lg-dropdown-width | +Number | +6em |
+ 6em |
+||||
Description
+ The width of the DropDowns in the large Pager. |
+|||||||
$kendo-pager-sizes | +Map | +(
+ 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: 0.25rem, padding-y: 0.25rem, item-group-spacing: 0.875rem, item-min-width: calc(1.4285714286em + 0.5rem + 2px), pager-dropdown-width: 5em), md: (padding-x: 0.5rem, padding-y: 0.5rem, item-group-spacing: 1rem, item-min-width: calc(1.5em + 0.75rem + 2px), pager-dropdown-width: 5em), lg: (padding-x: 0.625rem, padding-y: 0.625rem, item-group-spacing: 1.125rem, item-min-width: calc(1.5em + 1rem + 2px), pager-dropdown-width: 6em)) |
||||
Description
+ The color of the 'Option Label' text. | Description
The sizes map of the Pager. |
$kendo-listbox-spacing | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
-||||
Description
- The spacing between the ListBox elements. |
-|||||||
$kendo-listbox-button-spacing | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
-||||
Description
- The spacing between the ListBox buttons. |
-|||||||
$kendo-listbox-width | -Number | -10em |
- 10em |
-||||
Description
- The width of the ListBox. |
-|||||||
$kendo-listbox-default-height | -Number | -200px |
- 200px |
-||||
Description
- The height of the ListBox. |
-|||||||
$kendo-listbox-border-width | +$kendo-pdf-viewer-border-width | Number | 1px |
1px |
|||
Description
+ The width of the border around the ListBox. | Description
The border width of the PDFViewer. |
||||||
$kendo-listbox-font-family | +$kendo-pdf-viewer-font-family | List | $kendo-font-family |
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
+ The font family of the ListBox. | Description
The font family of the PDFViewer. |
||||||
$kendo-listbox-font-size | +$kendo-pdf-viewer-font-size | Number | $kendo-font-size-md |
1rem |
|||
Description
+ The font size of the ListBox. | Description
The font size of the PDFViewer. |
||||||
$kendo-listbox-line-height | +$kendo-pdf-viewer-line-height | Number | $kendo-line-height-md |
1.5 |
|||
Description
+ The line height of the ListBoxx. | Description
The line height of the PDFViewer. |
||||||
$kendo-listbox-text | +$kendo-pdf-viewer-bg | Color | -$kendo-component-text |
- #212529 |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The text color of the ListBox. | Description
The background color of the PDFViewer. |
||||||
$kendo-listbox-bg | +$kendo-pdf-viewer-text | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-component-text |
+ #212529 |
|
Description
+ The background color of the ListBox. | Description
The text color of the PDFViewer. |
||||||
$kendo-listbox-border | +$kendo-pdf-viewer-border | Color | $kendo-component-border |
#dee2e6 |
|||
Description
+ The border color of the ListBox. | Description
The border color of the PDFViewer. |
||||||
$kendo-listbox-item-padding-x | +$kendo-pdf-viewer-toolbar-bg | Null | null |
null |
|||
Description
+ The inline padding of the ListBox item. | Description
The background color of the PDFViewer Toolbar. |
||||||
$kendo-listbox-item-padding-y | +$kendo-pdf-viewer-toolbar-text | Null | null |
null |
|||
Description
+ The block padding of the ListBox item. | Description
The text color of the PDFViewer Toolbar. |
||||||
$kendo-listbox-drop-hint-width | -Number | -1px |
- 1px |
+ $kendo-pdf-viewer-toolbar-border | +Null | +null |
+ null |
Description
+ The width of the ListBox drop hint. | Description
The border color of the PDFViewer Toolbar. |
||||||
$kendo-listbox-drop-hint-border-width | +$kendo-pdf-viewer-toolbar-gradient | Null | null |
null |
|||
Description
- The width of the border around the ListBox drop hint. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-listview-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
-||||
Description
+ The horizontal padding of the ListView. | Description
The gradient of the PDFViewer Toolbar. |
||||||
$kendo-listview-padding-y | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ $kendo-pdf-viewer-canvas-bg | +Color | +$kendo-app-bg |
+ #fafafa |
Description
+ The vertical padding of the ListView. | Description
The background color of the PDFViewer canvas. |
||||||
$kendo-listview-border-width | -Number | -1px |
- 1px |
+ $kendo-pdf-viewer-canvas-text | +Null | +null |
+ null |
Description
+ The width of the border around bordered ListView. | Description
The text color of the PDFViewer canvas. |
||||||
$kendo-listview-font-family | -List | -$kendo-font-family |
- 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" |
+ $kendo-pdf-viewer-canvas-border | +Null | +null |
+ null |
Description
+ The font family of the ListView. | Description
The border color of the PDFViewer canvas. |
||||||
$kendo-listview-font-size | +$kendo-pdf-viewer-page-spacing | Number | -$kendo-font-size-md |
- 1rem |
+ 30px |
+ 30px |
|
Description
+ The font size of the ListView. | Description
The spacing of the PDFViewer page. |
||||||
$kendo-listview-line-height | -Number | -$kendo-line-height-md |
- 1.5 |
+ $kendo-pdf-viewer-page-bg | +Color | +white |
+ white |
Description
+ The line height of the ListView. | Description
The background color of the PDFViewer page. |
||||||
$kendo-listview-text | +$kendo-pdf-viewer-page-text | Color | $kendo-component-text |
#212529 |
|||
Description
+ The text color of the ListView. | Description
The text color of the PDFViewer page. |
||||||
$kendo-listview-bg | +$kendo-pdf-viewer-page-border | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-component-border |
+ #dee2e6 |
|
Description
+ The background color of the ListView. | Description
The border color of the PDFViewer page. |
||||||
$kendo-listview-border | -Color | -$kendo-component-border |
- #dee2e6 |
+ $kendo-pdf-viewer-page-shadow | +String | +k-elevation(3) |
+ var(--kendo-elevation-3, 0px 4px 10px rgba(0, 0, 0, 0.1)) |
Description
+ The border color of the ListView. | Description
The shadow of the PDFViewer page. |
||||||
$kendo-listview-item-padding-x | +$kendo-pdf-viewer-search-panel-padding-x | Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ $kendo-toolbar-md-padding-x |
+ 0.5rem |
|
Description
+ The horizontal padding of the ListView items. | Description
The horizontal padding of the PDFViewer search panel. |
||||||
$kendo-listview-item-padding-y | +$kendo-pdf-viewer-search-panel-padding-y | +Calculation | +calc( #{$kendo-toolbar-md-padding-x} * 2 ) |
+ calc(0.5rem * 2) |
+|||
Description
+ The vertical padding of the PDFViewer search panel. |
+|||||||
$kendo-pdf-viewer-search-panel-spacing | +Number | +$kendo-toolbar-md-spacing |
+ 0.5rem |
+||||
Description
+ The spacing of the PDFViewer search panel. |
+|||||||
$kendo-pdf-viewer-search-panel-border-width | +Number | +1px |
+ 1px |
+||||
Description
+ The border width of the PDFViewer search panel. |
+|||||||
$kendo-pdf-viewer-search-panel-border-radius | Number | k-map-get( $kendo-spacing, 1 ) |
0.25rem |
||||
Description
+ The vertical padding of the ListView items. | Description
+ The border radius of the PDFViewer search panel. |
+||||||
$kendo-pdf-viewer-search-panel-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+||||
Description
The background color of the PDFViewer search panel. |
|||||||
$kendo-listview-item-selected-text | -Null | -null |
- null |
+ $kendo-pdf-viewer-search-panel-text | +Color | +$kendo-component-text |
+ #212529 |
Description
+ The text color of the selected ListView items. | Description
The text color of the PDFViewer search panel. |
||||||
$kendo-listview-item-selected-bg | +$kendo-pdf-viewer-search-panel-border | Color | -if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) |
- rgba(13, 110, 253, 0.25) |
+ $kendo-component-border |
+ #dee2e6 |
|
Description
+ The background color of the selected ListView items. | Description
The border color of the PDFViewer search panel. |
||||||
$kendo-listview-item-selected-border | +$kendo-pdf-viewer-search-panel-shadow | Null | null |
null |
|||
Description
+ The border color of the selected ListView items. | Description
The shadow of the PDFViewer search panel. |
||||||
$kendo-listview-item-focus-text | -Null | -null |
- null |
+ $kendo-pdf-viewer-search-panel-matches-spacing | +Number | +$kendo-padding-sm-x |
+ 0.5rem |
Description
+ The text color of the focused ListView items. | Description
The spacing of the matches container in the PDFViewer search panel. |
||||||
$kendo-listview-item-focus-bg | -Null | -null |
- null |
+ $kendo-pdf-viewer-selection-line-height | +Number | +1.2 |
+ 1.2 |
Description
+ The background color of the focused ListView items. | Description
The line height of the PDFViewer selection. |
||||||
$kendo-listview-item-focus-border | -Null | -null |
- null |
+ $kendo-pdf-viewer-search-highlight-bg | +Color | +$kendo-body-text |
+ #212529 |
Description
+ The border color of the focused ListView items. | Description
The background color of the PDFViewer highlight. |
||||||
$kendo-listview-item-focus-shadow | -List | -inset 0 0 0 3px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .15 ), rgba( $kendo-listview-text, .15 )) |
- inset 0 0 0 3px rgba(33, 37, 41, 0.15) |
+ $kendo-pdf-viewer-search-highlight-mark-bg | +Color | +yellow |
+ yellow |
Description
+ The box shadow of the focused ListView items. | Description
+ The background color of the PDFViewer highlight mark. |
+||||||
$kendo-pdf-viewer-icon-text | +Color | +$kendo-dropzone-icon-text |
+ #afb1b2 |
+||||
Description
The text color of the PDFViewer icon. |
$kendo-loader-segment-border-radius | -Number | -50% |
- 50% |
+ $kendo-picker-bg | +Color | +$kendo-button-bg |
+ #e4e7eb |
Description
+ The border radius of the Loader segment. | Description
The background color of the Picker components. |
||||||
$kendo-loader-sm-segment-size | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ $kendo-picker-text | +Color | +$kendo-button-text |
+ #212529 |
Description
+ The size of the small Loader segment. | Description
The text color of the Picker components. |
||||||
$kendo-loader-md-segment-size | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
+ $kendo-picker-border | +Color | +$kendo-button-border |
+ #e4e7eb |
Description
+ The size of the medium Loader segment. | Description
The border color of the Picker components. |
||||||
$kendo-loader-lg-segment-size | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
+ $kendo-picker-gradient | +Null | +$kendo-button-gradient |
+ null |
Description
+ The size of the large Loader segment. | Description
The gradient of the Picker components. |
||||||
$kendo-loader-sm-padding | -Number | -k-math-div( $kendo-loader-sm-segment-size, 2 ) |
- 0.125rem |
+ $kendo-picker-shadow | +Null | +$kendo-button-shadow |
+ null |
Description
+ The padding of the small Loader. | Description
The shadow of the Picker components. |
||||||
$kendo-loader-md-padding | -Number | -k-math-div( $kendo-loader-md-segment-size, 2 ) |
- 0.25rem |
+ $kendo-picker-hover-bg | +Color | +$kendo-button-hover-bg |
+ #ced3db |
Description
+ The padding of the medium Loader. | Description
The background color of the hovered Picker components. |
||||||
$kendo-loader-lg-padding | -Number | -k-math-div( $kendo-loader-lg-segment-size, 2 ) |
- 0.5rem |
+ $kendo-picker-hover-text | +Null | +$kendo-button-hover-text |
+ null |
Description
+ The padding of the large Loader. | Description
The text color of the hovered Picker components. |
||||||
$kendo-loader-sm-spinner-3-width | -Number | -( $kendo-loader-sm-segment-size * 4 ) |
- 1rem |
+ $kendo-picker-hover-border | +Color | +$kendo-button-hover-border |
+ #c7cdd5 |
Description
+ The width of the small spinner-3 Loader. | Description
The border color of the hovered Picker components. |
||||||
$kendo-loader-md-spinner-3-width | -Number | -( $kendo-loader-md-segment-size * 4 ) |
- 2rem |
+ $kendo-picker-hover-gradient | +Null | +$kendo-button-hover-gradient |
+ null |
Description
+ The width of the medium spinner-3 Loader. | Description
The gradient of the hovered Picker components. |
||||||
$kendo-loader-lg-spinner-3-width | -Number | -( $kendo-loader-lg-segment-size * 4 ) |
- 4rem |
+ $kendo-picker-hover-shadow | +Null | +$kendo-button-hover-shadow |
+ null |
Description
+ The width of the large spinner-3 Loader. | Description
The shadow of the hovered Picker components. |
||||||
$kendo-loader-sm-spinner-3-height | -Number | -( $kendo-loader-sm-spinner-3-width * $equilateral-height ) |
- 0.8660254038rem |
+ $kendo-picker-focus-bg | +Color | +$kendo-button-active-bg |
+ #c7cdd5 |
Description
+ The height of the small spinner-3 Loader. | Description
The background color of the focused Picker components. |
||||||
$kendo-loader-md-spinner-3-height | -Number | -( $kendo-loader-md-spinner-3-width * $equilateral-height ) |
- 1.7320508076rem |
+ $kendo-picker-focus-text | +Null | +$kendo-button-focus-text |
+ null |
+
Description
+ The text color of the focused Picker components. |
+|||||||
$kendo-picker-focus-border | +Color | +$kendo-button-focus-border |
+ #bfc6d0 |
+||||
Description
+ The border color of the focused Picker components. |
+|||||||
$kendo-picker-focus-gradient | +Null | +$kendo-button-focus-gradient |
+ null |
+||||
Description
+ The gradient of the focused Picker components. |
+|||||||
$kendo-picker-focus-shadow | +List | +$kendo-button-focus-shadow |
+ 0 0 0 0.25rem rgba(228, 231, 235, 0.5) |
+||||
Description
+ The shadow of the focused Picker components. |
+|||||||
$kendo-picker-disabled-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the disabled Picker components. |
+|||||||
$kendo-picker-disabled-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the disabled Picker components. |
+|||||||
$kendo-picker-disabled-border | +Null | +null |
+ null |
||||
Description
+ The height of the medium spinner-3 Loader. | Description
The border color of the disabled Picker components. |
||||||
$kendo-loader-lg-spinner-3-height | -Number | -( $kendo-loader-lg-spinner-3-width * $equilateral-height ) |
- 3.4641016152rem |
+ $kendo-picker-disabled-gradient | +Null | +null |
+ null |
Description
+ The height of the large spinner-3 Loader. | Description
The gradient of the disabled Picker components. |
||||||
$kendo-loader-sm-spinner-4-width | -Number | -$kendo-loader-sm-segment-size * 4 |
- 1rem |
+ $kendo-picker-disabled-shadow | +Null | +null |
+ null |
Description
+ The width of the small spinner-4 Loader. | Description
The shadow of the disabled Picker components. |
||||||
$kendo-loader-md-spinner-4-width | -Number | -$kendo-loader-md-segment-size * 4 |
- 2rem |
+ $kendo-picker-outline-bg | +Null | +null |
+ null |
Description
+ The width of the medium spinner-4 Loader. | Description
The background color of the outline Picker components. |
||||||
$kendo-loader-lg-spinner-4-width | -Number | -$kendo-loader-lg-segment-size * 4 |
- 4rem |
+ $kendo-picker-outline-text | +Color | +$kendo-button-text |
+ #212529 |
Description
+ The width of the large spinner-4 Loader. | Description
The text color of the outline Picker components. |
||||||
$kendo-loader-sm-spinner-4-height | -Number | -$kendo-loader-sm-spinner-4-width |
- 1rem |
+ $kendo-picker-outline-border | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-picker-outline-text, .5 )) |
+ rgba(33, 37, 41, 0.5) |
Description
+ The height of the small spinner-4 Loader. | Description
The border color of the outline Picker components. |
||||||
$kendo-loader-md-spinner-4-height | -Number | -$kendo-loader-md-spinner-4-width |
- 2rem |
+ $kendo-picker-outline-hover-bg | +Color | +$kendo-picker-outline-text |
+ #212529 |
Description
+ The height of the medium spinner-4 Loader. | Description
The background color of the outline hovered Picker components. |
||||||
$kendo-loader-lg-spinner-4-height | -Number | -$kendo-loader-lg-spinner-4-width |
- 4rem |
+ $kendo-picker-outline-hover-text | +Color | +if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-picker-outline-hover-bg )) |
+ white |
Description
+ The height of the large spinner-4 Loader. | Description
The text color of the outline hovered Picker components. |
||||||
$kendo-loader-secondary-bg | +$kendo-picker-outline-hover-border | Color | -#212529 |
+ $kendo-picker-outline-hover-bg |
#212529 |
||
Description
+ The color of the Loader based on the secondary theme color. | Description
The border color of the outline hovered Picker components. |
||||||
$kendo-loader-container-panel-border-width | -Number | -1px |
- 1px |
+ $kendo-picker-outline-focus-bg | +Null | +null |
+ null |
Description
+ The border width of the container panel. | Description
The background color of the outline focused Picker components. |
||||||
$kendo-loader-container-panel-border-style | -String | -solid |
- solid |
+ $kendo-picker-outline-focus-text | +Null | +null |
+ null |
Description
+ The border style of the container panel. | Description
The text color of the outline focused Picker components. |
||||||
$kendo-loader-container-panel-border-color | -Color | -$kendo-component-border |
- #dee2e6 |
+ $kendo-picker-outline-focus-border | +Null | +null |
+ null |
Description
+ The border color of the container panel. | Description
The border color of the outline focused Picker components. |
||||||
$kendo-loader-container-panel-border-radius | -Number | -$kendo-border-radius-md |
- 0.375rem |
+ $kendo-picker-outline-focus-shadow | +List | +$kendo-picker-focus-shadow |
+ 0 0 0 0.25rem rgba(228, 231, 235, 0.5) |
Description
+ The border radius of the container panel. | Description
The shadow of the outline focused Picker components. |
||||||
$kendo-loader-container-panel-bg | -Color | -$kendo-color-white |
- #ffffff |
+ $kendo-picker-outline-hover-focus-bg | +Null | +null |
+ null |
Description
+ The background color of the container panel. | Description
The background color of the outline hovered and focused Picker components. |
||||||
$kendo-loader-sm-container-padding | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
+ $kendo-picker-outline-hover-focus-text | +Null | +null |
+ null |
Description
+ The padding of the small Loader container. | Description
The text color of the outline hovered and focused Picker components. |
||||||
$kendo-loader-md-container-padding | -Number | -k-map-get( $kendo-spacing, 5 ) |
- 1.25rem |
+ $kendo-picker-outline-hover-focus-border | +Null | +null |
+ null |
Description
+ The padding of the medium Loader container. | Description
The border color of the outline hovered and focused Picker components. |
||||||
$kendo-loader-lg-container-padding | -Number | -k-map-get( $kendo-spacing, 6 ) |
- 1.5rem |
+ $kendo-picker-flat-bg | +Null | +null |
+ null |
Description
+ The padding of the large Loader container. | Description
The background color of the flat Picker components. |
||||||
$kendo-loader-sm-container-gap | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ $kendo-picker-flat-text | +Color | +$kendo-button-text |
+ #212529 |
Description
+ The gap of the small Loader container. | Description
The text color of the flat Picker components. |
||||||
$kendo-loader-md-container-gap | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
+ $kendo-picker-flat-border | +Color | +$kendo-button-border |
+ #e4e7eb |
Description
+ The gap of the medium Loader container. | Description
The border color of the flat Picker components. |
||||||
$kendo-loader-lg-container-gap | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 0.75rem |
+ $kendo-picker-flat-hover-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( $kendo-button-text, .08 )) |
+ rgba(33, 37, 41, 0.08) |
Description
+ The gap of the large Loader container. | Description
The background color of the flat hovered Picker components. |
||||||
$kendo-loader-sm-container-font-size | -Number | -$kendo-font-size-sm |
- 0.875rem |
+ $kendo-picker-flat-hover-text | +Null | +null |
+ null |
Description
+ The font size of the small Loader container. | Description
The text color of the flat hovered Picker components. |
||||||
$kendo-loader-md-container-font-size | -Number | -$kendo-font-size-md |
- 1rem |
+ $kendo-picker-flat-hover-border | +Null | +null |
+ null |
Description
+ The font size of the medium Loader container. | Description
The border color of the flat hovered Picker components. |
||||||
$kendo-loader-lg-container-font-size | -Number | -$kendo-font-size-lg |
- 1.25rem |
+ $kendo-picker-flat-focus-bg | +Null | +null |
+ null |
Description
+ The font size of the large Loader container. | Description
The background color of the flat focused Picker components. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-loading-bg | -Color | -$kendo-component-bg |
- #ffffff |
+||||
$kendo-picker-flat-focus-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the flat focused Picker components. |
+|||||||
$kendo-picker-flat-focus-border | +Null | +null |
+ null |
||||
Description
+ The background color of the Loading indicator. | Description
The border color of the flat focused Picker components. |
||||||
$kendo-loading-text | -String | -currentColor |
- currentColor |
+ $kendo-picker-flat-focus-shadow | +List | +$kendo-picker-focus-shadow |
+ 0 0 0 0.25rem rgba(228, 231, 235, 0.5) |
Description
+ The text color of the Loading indicator. | Description
The shadow of the flat focused Picker components. |
||||||
$kendo-loading-opacity | -Number | -.3 |
- 0.3 |
+ $kendo-picker-flat-hover-focus-bg | +Null | +null |
+ null |
Description
+ The opacity of the Loading indicator. | Description
+ The background color of the flat hovered and focused Picker components. |
+||||||
$kendo-picker-flat-hover-focus-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the flat hovered and focused Picker components. |
+|||||||
$kendo-picker-flat-hover-focus-border | +Null | +null |
+ null |
+||||
Description
The border color of the flat hovered and focused Picker components. |
$kendo-menu-popup-padding-x | -Null | -null |
- null |
+ $kendo-popover-border-width | +Number | +$kendo-card-border-width |
+ 1px |
Description
+ Horizontal padding of the menu popup. | Description
The width of the border around the Popover. |
||||||
$kendo-menu-popup-padding-y | -Null | -null |
- null |
+ $kendo-popover-border-style | +String | +solid |
+ solid |
Description
+ Vertical padding of the menu popup. | Description
The style of the border around the Popover. |
||||||
$kendo-menu-popup-border-width | +$kendo-popover-border-radius | Number | -$kendo-popup-border-width |
- 1px |
+ $kendo-card-border-radius |
+ 0.375rem |
|
Description
+ Width of the border around the menu popup. | Description
The radius of the border around the Popover. |
||||||
$kendo-menu-popup-font-size | +$kendo-popover-font-family | +List | +$kendo-card-font-family |
+ 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
+ The font family of the Popover. |
+|||||||
$kendo-popover-font-size | Number | -$kendo-font-size-md |
+ $kendo-card-font-size |
1rem |
|||
Description
+ Font sizes of the menu popup. | Description
The font size of the Popover. |
||||||
$kendo-menu-popup-line-height | +$kendo-popover-line-height | Number | -$kendo-line-height-md |
+ $kendo-card-line-height |
1.5 |
||
Description
+ Line heights used along with $kendo-font-size. | Description
The line height of the Popover. |
||||||
$kendo-menu-popup-bg | +$kendo-popover-text | Color | -$kendo-popup-bg |
- #ffffff |
+ $kendo-card-text |
+ #212529 |
|
Description
+ The background of the menu popup. | Description
The text color of the Popover. |
||||||
$kendo-menu-popup-text | +$kendo-popover-bg | Color | -$kendo-popup-text |
- #212529 |
+ $kendo-card-bg |
+ #ffffff |
|
Description
+ The text color of the menu popup. | Description
The background color of the Popover. |
||||||
$kendo-menu-popup-border | +$kendo-popover-border | Color | -$kendo-popup-border |
+ $kendo-card-border |
#dee2e6 |
||
Description
+ The border color of the menu popup. | Description
The border color of the Popover. |
||||||
$kendo-menu-popup-gradient | +$kendo-popover-shadow | Null | -null |
+ $kendo-card-shadow |
null |
||
Description
+ The background gradient of the menu popup. | Description
The box shadow of the Popover. |
||||||
$kendo-menu-popup-item-padding-x | +$kendo-popover-header-padding-x | Number | -k-map-get( $kendo-spacing, 4 ) |
+ $kendo-card-header-padding-x |
1rem |
||
Description
- Horizontal padding of the menu item in popup. |
-|||||||
$kendo-menu-popup-item-padding-y | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
-||||
Description
- Vertical padding of the menu item in popup. |
-|||||||
$kendo-menu-popup-item-padding-end | -Calculation | -calc( #{$kendo-menu-popup-item-padding-x * 2} + #{$kendo-icon-size} ) |
- calc(2rem + 16px) |
-||||
Description
+ The end padding of the menu item in popup. | Description
The horizontal padding of the Popover header. |
||||||
$kendo-menu-popup-sm-item-icon-margin-start | +$kendo-popover-header-padding-y | Number | -$kendo-menu-popup-sm-item-padding-x |
+ $kendo-card-header-padding-y |
1rem |
||
Description
- The start margin of the menu item expand icon. |
-|||||||
$kendo-menu-popup-sm-item-icon-margin-end | -Calculation | -calc( -1 * (#{$kendo-menu-popup-sm-item-padding-end} - #{k-math-div( $kendo-menu-popup-sm-item-padding-x, 2 )}) ) |
- calc(-1 * (calc(2rem + 16px) - 0.5rem)) |
-||||
Description
+ The end margin of the menu item expand icon. | Description
The vertical padding of the Popover header. |
||||||
$kendo-menu-popup-item-spacing | +$kendo-popover-header-border-width | Number | -0px |
- 0px |
+ $kendo-card-header-border-width |
+ 1px |
|
Description
+ The spacing between the menu items in popup. | Description
The border width of the Popover header. |
||||||
$kendo-menu-popup-item-bg | -Null | -null |
- null |
+ $kendo-popover-header-border-style | +String | +$kendo-popover-border-style |
+ solid |
Description
+ The background of the menu item in popup. | Description
The border style of the Popover header. |
||||||
$kendo-menu-popup-item-text | +$kendo-popover-header-text | Null | null |
null |
|||
Description
+ The text color of the menu item in popup. | Description
The text color of the Popover header. |
||||||
$kendo-menu-popup-item-border | +$kendo-popover-header-bg | Null | null |
null |
|||
Description
+ The border color of the menu item in popup. | Description
The background color of the Popover header. |
||||||
$kendo-menu-popup-item-gradient | +$kendo-popover-header-border | Null | null |
null |
|||
Description
- The background gradient of the menu item in popup. |
-|||||||
$kendo-menu-popup-item-hover-bg | -Color | -$kendo-list-item-hover-bg |
- #e9ecef |
-||||
Description
+ The background of hovered menu item in popup. | Description
The border color of the Popover header. |
||||||
$kendo-menu-popup-item-hover-text | -Color | -$kendo-list-item-hover-text |
- #212529 |
+ $kendo-popover-body-padding-x | +Number | +$kendo-card-body-padding-x |
+ 1rem |
Description
+ The text color of hovered menu item in popup. | Description
The horizontal padding of the Popover body. |
||||||
$kendo-menu-popup-item-hover-border | -Null | -null |
- null |
+ $kendo-popover-body-padding-y | +Number | +$kendo-card-body-padding-y |
+ 1rem |
Description
+ The border color of hovered menu item in popup. | Description
The vertical padding of the Popover body. |
||||||
$kendo-menu-popup-item-hover-gradient | -Null | -null |
- null |
+ $kendo-popover-actions-border-width | +Number | +$kendo-popover-border-width |
+ 1px |
Description
+ The background gradient of hovered menu item in popup. | Description
The border width of the Popover actions. |
||||||
$kendo-menu-popup-item-expanded-bg | -Color | -$kendo-list-item-selected-bg |
- #0d6efd |
+ $kendo-popover-callout-width | +Number | +$kendo-card-callout-width |
+ 1.3em |
Description
+ The background of expanded menu item in popup. | Description
The width of the Popover callout. |
||||||
$kendo-menu-popup-item-expanded-text | -Color | -$kendo-list-item-selected-text |
- white |
+ $kendo-popover-callout-height | +Number | +$kendo-card-callout-height |
+ 1.3em |
Description
+ The text color of expanded menu item in popup. | Description
The height of the Popover callout. |
||||||
$kendo-menu-popup-item-expanded-border | -Null | -null |
- null |
+ $kendo-popover-callout-border-width | +Number | +$kendo-popover-border-width |
+ 1px |
Description
+ The border color of expanded menu item in popup. | Description
The border width of the Popover callout. |
||||||
$kendo-menu-popup-item-expanded-gradient | -Null | -null |
- null |
+ $kendo-popover-callout-border-style | +String | +$kendo-popover-border-style |
+ solid |
Description
+ The background gradient of expanded menu item in popup. | Description
The border style of the Popover callout. |
||||||
$kendo-menu-popup-item-focus-shadow | -List | -$kendo-menu-item-focus-shadow |
- inset 0 0 0 3px rgba(33, 37, 41, 0.15) |
+ $kendo-popover-callout-bg | +Color | +$kendo-popover-bg |
+ #ffffff |
Description
+ The base shadow of focused menu item in popup. | Description
The background color of the Popover callout. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-menu-button-arrow-padding-x | -Number | -$kendo-button-padding-y |
- 0.375rem |
+||||
$kendo-popover-callout-border | +Color | +$kendo-popover-border |
+ #dee2e6 |
||||
Description
+ The horizontal padding of the button arrow in the Menu Button. | Description
The border color of the Popover callout. |
$kendo-notification-group-gap | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 0.75rem |
+ $kendo-popup-padding-x | +Null | +null |
+ null |
Description
+ The row-gap between the elements in the Notification group. | Description
Horizontal padding of the popup. |
||||||
$kendo-notification-padding-x | -Number | -$alert-padding-x |
- 1rem |
+ $kendo-popup-padding-y | +Null | +null |
+ null |
Description
+ The horizontal padding of the Notification. | Description
Vertical padding of the popup. |
||||||
$kendo-notification-padding-y | +$kendo-popup-border-width | Number | -$alert-padding-y |
- 1rem |
+ 1px |
+ 1px |
|
Description
+ The vertical padding of the Notification. | Description
Width of the border around the popup. |
||||||
$kendo-notification-border-width | +$kendo-popup-border-radius | Number | -$alert-border-width |
- 1px |
+ $kendo-border-radius-md |
+ 0.375rem |
|
Description
+ The width of the border around the Notification. | Description
Border radius of the popup. |
||||||
$kendo-notification-border-radius | +$kendo-popup-font-size | Number | -$alert-border-radius |
- 0.375rem |
+ $kendo-font-size-md |
+ 1rem |
|
Description
+ The border radius of the Notification. | Description
Font size of the popup. |
||||||
$kendo-notification-font-family | -List | -$kendo-font-family |
- 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" |
+ $kendo-popup-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
Description
+ The font family of the Notification. | Description
Line height of the popup. |
||||||
$kendo-notification-font-size | +$kendo-popup-content-padding-x | Number | -$kendo-font-size-sm |
- 0.875rem |
+ k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
|
Description
+ The font size of the Notification. | Description
Horizontal padding of the popup content. |
||||||
$kendo-notification-line-height | +$kendo-popup-content-padding-y | Number | -$kendo-line-height-md |
- 1.5 |
+ k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
|
Description
+ The line height of the Notification. | Description
Vertical padding of the popup content. |
||||||
$kendo-notification-bg | +$kendo-popup-bg | Color | $kendo-component-bg |
#ffffff |
|||
Description
+ The background color of the Notification. | Description
Background color of the popup. |
||||||
$kendo-notification-text | +$kendo-popup-text | Color | $kendo-component-text |
#212529 |
|||
Description
+ The text color of the Notification. | Description
Text color of the popup. |
||||||
$kendo-notification-border | +$kendo-popup-border | Color | $kendo-component-border |
#dee2e6 |
|||
Description
+ The border color of the Notification. | Description
Border color of the popup. |
||||||
$kendo-notification-shadow | +$kendo-popup-shadow | String | -$kendo-popup-shadow |
+ k-elevation(4) |
var(--kendo-elevation-4, 0px 6px 13px rgba(0, 0, 0, 0.125)) |
||
Description
- The box shadow of the Notification. |
-|||||||
$kendo-notification-icon-spacing | -Number | -$kendo-icon-spacing |
- 0.5rem |
-||||
Description
- The horizontal spacing of the Notification icon. |
-|||||||
$kendo-notification-theme-colors | -Map | -$kendo-theme-colors |
- ("primary": #0d6efd, "secondary": #6c757d, "tertiary": #6f42c1, "info": #0dcaf0, "success": #198754, "warning": #ffc107, "error": #dc3545, "dark": #212529, "light": #f8f9fa, "inverse": #212529) |
-||||
Description
- The theme colors map for the Notification. |
-|||||||
$kendo-notification-theme | -Map | -notification-theme( $kendo-notification-theme-colors ) |
- ("inverse": (color: #111315, background-color: #c1c2c3, border: #d3d3d4), "light": (color: #818182, background-color: #fdfdfe, border: #fefefe), "dark": (color: #111315, background-color: #c1c2c3, border: #d3d3d4), "error": (color: #721c24, background-color: #f5c6cb, border: #f8d7da), "warning": (color: #856404, background-color: #ffeeba, border: #fff3cd), "success": (color: #0d462c, background-color: #bfddcf, border: #d1e7dd), "info": (color: #07697d, background-color: #bbf0fb, border: #cff4fc), "tertiary": (color: #3a2264, background-color: #d7caee, border: #e2d9f3), "secondary": (color: #383d41, background-color: #d6d8db, border: #e2e3e5), "primary": (color: #073984, background-color: #bbd6fe, border: #cfe2ff)) |
-||||
Description
+ The generated theme colors map for the Notification. | Description
Box shadow of the popup. |
$kendo-pager-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
-||||
Description
- The horizontal padding of the Pager. |
-|||||||
$kendo-pager-sm-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
-||||
Description
- The horizontal padding of the small Pager. |
-|||||||
$kendo-pager-md-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
-||||
Description
- The horizontal padding of the medium Pager. |
-|||||||
$kendo-pager-lg-padding-x | -Number | -k-map-get( $kendo-spacing, 2.5 ) |
- 0.625rem |
-||||
Description
- The horizontal padding of the large Pager. |
-|||||||
$kendo-pager-padding-y | +$kendo-progressbar-height | Number | -$kendo-pager-padding-x |
- 0.5rem |
+ $progress-height |
+ 1rem |
|
Description
+ The vertical padding of the Pager. | Description
The height of the ProgressBar. |
||||||
$kendo-pager-sm-padding-y | +$kendo-progressbar-horizontal-width | Number | -$kendo-pager-sm-padding-x |
- 0.25rem |
+ 100% |
+ 100% |
|
Description
+ The vertical padding of the small Pager. | Description
The horizontal width of the ProgressBar. |
||||||
$kendo-pager-md-padding-y | -Number | -$kendo-pager-md-padding-x |
- 0.5rem |
+ $kendo-progressbar-animation-timing | +List | +$progress-bar-animation-timing |
+ 1s linear infinite |
Description
+ The vertical padding of the medium Pager. | Description
The animation timing of the ProgressBar. |
||||||
$kendo-pager-lg-padding-y | +$kendo-progressbar-border-width | Number | -$kendo-pager-lg-padding-x |
- 0.625rem |
+ 0px |
+ 0px |
|
Description
+ The vertical padding of the large Pager. | Description
The width of the border around the ProgressBar. |
||||||
$kendo-pager-sm-item-min-width | -Calculation | -$kendo-button-sm-calc-size |
- calc(1.4285714286em + 0.5rem + 2px) |
+ $kendo-progressbar-font-family | +List | +$kendo-font-family |
+ 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
+ The minimum width of the items in the small Pager. | Description
The font family of the ProgressBar. |
||||||
$kendo-pager-md-item-min-width | -Calculation | -$kendo-button-md-calc-size |
- calc(1.5em + 0.75rem + 2px) |
+ $kendo-progressbar-font-size | +Number | +$progress-font-size |
+ 0.75rem |
Description
+ The minimum width of the items in the medium Pagers. | Description
The font size of the ProgressBar. |
||||||
$kendo-pager-lg-item-min-width | -Calculation | -$kendo-button-lg-calc-size |
- calc(1.5em + 1rem + 2px) |
+ $kendo-progressbar-line-height | +Number | +1 |
+ 1 |
Description
+ The minimum width of the items in the large Pagers. | Description
The line height of the ProgressBar. |
||||||
$kendo-pager-sm-item-group-spacing | -Number | -k-map-get( $kendo-spacing, 3.5 ) |
- 0.875rem |
+ $kendo-progressbar-bg | +Color | +$gray-200 |
+ #e9ecef |
Description
+ The margin between the item groups in the small Pager. | Description
The background color of the ProgressBar. |
||||||
$kendo-pager-md-item-group-spacing | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
+ $kendo-progressbar-text | +Color | +k-contrast-color( $gray-200 ) |
+ black |
Description
+ The margin between the item groups in the medium Pager. | Description
The text color of the ProgressBar. |
||||||
$kendo-pager-lg-item-group-spacing | -Number | -k-map-get( $kendo-spacing, 4.5 ) |
- 1.125rem |
+ $kendo-progressbar-border | +Null | +null |
+ null |
Description
+ The margin between the item groups in the large Pager. | Description
The border color of the ProgressBar. |
||||||
$kendo-pager-border-width | -Number | -1px |
- 1px |
+ $kendo-progressbar-gradient | +Null | +null |
+ null |
Description
+ The border width of the Pager. | Description
The background gradient of the ProgressBar. |
||||||
$kendo-pager-font-family | -List | -$kendo-font-family |
- 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" |
+ $kendo-progressbar-value-bg | +Color | +$kendo-selected-bg |
+ #0d6efd |
Description
+ The font family of the Pager. | Description
The progress background color of the ProgressBar. |
||||||
$kendo-pager-font-size | -Number | -$kendo-font-size-md |
- 1rem |
+ $kendo-progressbar-value-text | +Color | +$kendo-selected-text |
+ white |
Description
+ The font size of the Pager. | Description
The progress text color of the ProgressBar. |
||||||
$kendo-pager-line-height | -Number | -$kendo-line-height-md |
- 1.5 |
+ $kendo-progressbar-value-border | +Null | +null |
+ null |
Description
+ The line height of the Pager. | Description
The progress border color of the ProgressBar. |
||||||
$kendo-pager-bg | -Color | -$kendo-component-header-bg |
- #f8f9fa |
+ $kendo-progressbar-value-gradient | +Null | +null |
+ null |
Description
+ The background color of the Pager. | Description
The progress background gradient of the ProgressBar. |
||||||
$kendo-pager-text | +$kendo-progressbar-indeterminate-bg | Color | -$kendo-component-header-text |
- #212529 |
+ $kendo-progressbar-bg |
+ #e9ecef |
|
Description
+ The text color of the Pager. | Description
The background color of the indeterminate ProgressBar. |
||||||
$kendo-pager-border | +$kendo-progressbar-indeterminate-text | Color | -$kendo-component-header-border |
- #dee2e6 |
+ $kendo-progressbar-text |
+ black |
|
Description
+ The border color of the Pager. | Description
The text color of the indeterminate ProgressBar. |
||||||
$kendo-pager-focus-bg | +$kendo-progressbar-indeterminate-border | Null | -null |
+ $kendo-progressbar-border |
null |
||
Description
+ The background color of the focused Pager. | Description
The border color of the indeterminate ProgressBar. |
||||||
$kendo-pager-focus-shadow | -List | -inset 0 0 0 2px rgba( $kendo-color-black, .08) |
- inset 0 0 0 2px rgba(0, 0, 0, 0.08) |
+ $kendo-progressbar-indeterminate-gradient | +Null | +null |
+ null |
Description
+ The box shadow of the focused Pager. | Description
The background gradient of the indeterminate ProgressBar. |
||||||
$kendo-pager-section-spacing | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
+ $kendo-progressbar-chunk-border | +Color | +$kendo-body-bg |
+ #ffffff |
Description
+ The spacing between the Pager sections. | Description
The border color of the chunk ProgressBar. |
||||||
$kendo-pager-item-border-width | -Number | -1px |
- 1px |
+ $kendo-circular-progressbar-arc-stroke | +Color | +$kendo-color-primary |
+ #0d6efd |
Description
+ The border width of the Pager items. | Description
The arc stroke color of the circular ProgressBar. |
||||||
$kendo-pager-item-border-radius | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ $kendo-circular-progressbar-scale-stroke | +Color | +$kendo-progressbar-bg |
+ #e9ecef |
Description
+ The border radius of the Pager items. | Description
The scale stroke background color of the circular ProgressBar. |
||||||
$kendo-pager-item-spacing | -Number | -(-1 * $kendo-pager-item-border-width) |
- -1px |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-prompt-text | +Color | +$kendo-component-text |
+ #212529 |
||||
Description
+ The spacing around the Pager items. | Description
The text color of the Prompt. |
||||||
$kendo-pager-item-bg | +$kendo-prompt-bg | Color | $kendo-component-bg |
#ffffff |
|||
Description
+ The background color of the Pager items. | Description
The background color of the Prompt. |
||||||
$kendo-pager-item-text | +$kendo-prompt-border | Color | -$kendo-link-text |
- #0d6efd |
+ $kendo-component-border |
+ #dee2e6 |
|
Description
+ The text color of the Pager items. | Description
The border color of the Prompt. |
||||||
$kendo-pager-item-border | +$kendo-prompt-header-text | Color | -$kendo-component-border |
- #dee2e6 |
+ $kendo-component-header-text |
+ #212529 |
|
Description
+ The border color of the Pager items. | Description
The text color of the Prompt header. |
||||||
$kendo-pager-item-hover-bg | +$kendo-prompt-header-bg | Color | -$kendo-hover-bg |
- #e9ecef |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The background color of the hovered Pager items. | Description
The background color of the Prompt header. |
||||||
$kendo-pager-item-hover-text | +$kendo-prompt-header-border | Color | -$kendo-link-hover-text |
- #0a58ca |
+ $kendo-component-header-border |
+ #dee2e6 |
|
Description
+ The text color of the hovered Pager items. | Description
The border color of the Prompt header. |
||||||
$kendo-pager-item-hover-border | -Color | -$kendo-hover-border |
- #d6d9dc |
+ $kendo-prompt-content-padding-y | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
+
Description
+ The vertical padding of the Prompt content. |
+|||||||
$kendo-prompt-content-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
||||
Description
+ The border color of the hovered Pager items. | Description
The horizontal padding of the Prompt content. |
||||||
$kendo-pager-item-selected-bg | -Color | -$kendo-selected-bg |
- #0d6efd |
+ $kendo-prompt-content-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
Description
+ The background color of the selected Pager items. | Description
The spacing between the items of the Prompt content. |
||||||
$kendo-pager-item-selected-text | +$kendo-prompt-content-text | Color | -$kendo-selected-text |
- white |
+ $kendo-component-header-text |
+ #212529 |
|
Description
+ The text color of the selected Pager items. | Description
The text color of the Prompt content. |
||||||
$kendo-pager-item-selected-border | +$kendo-prompt-content-bg | Color | -$kendo-pager-item-selected-bg |
- #0d6efd |
+ $kendo-component-header-bg |
+ #f8f9fa |
|
Description
+ The border color of the selected Pager items. | Description
The background color of the Prompt content. |
||||||
$kendo-pager-item-focus-opacity | -Null | -null |
- null |
+ $kendo-prompt-content-border | +Color | +$kendo-component-header-border |
+ #dee2e6 |
Description
+ The opacity of the focused Pager items. | Description
The text border of the Prompt content. |
||||||
$kendo-pager-item-focus-bg | -Color | -$kendo-pager-item-bg |
- #ffffff |
+ $kendo-prompt-expander-spacing | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
Description
+ The background color of the focused Pager items. | Description
The spacing between the items of the Prompt content expander. |
||||||
$kendo-pager-item-focus-shadow | -List | -0 0 0 3px if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-color-primary, .25)) |
- 0 0 0 3px rgba(13, 110, 253, 0.25) |
+ $kendo-prompt-suggestion-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
Description
+ The box shadow of the focused Pager items. | Description
The vertical padding of the Prompt suggestion container. |
||||||
$kendo-pager-number-border-radius | +$kendo-prompt-suggestion-padding-x | Number | -0px |
- 0px |
+ k-map-get( $kendo-spacing, 2 ) |
+ 0.5rem |
|
Description
+ The border radius of the Pager numbers. | Description
The horizontal padding of the Prompt suggestion container. |
||||||
$kendo-pager-input-width | +$kendo-prompt-suggestion-border-radius | Number | -5em |
- 5em |
+ $kendo-border-radius-md |
+ 0.375rem |
|
Description
+ The width of the Inputs in the Pager. | Description
The border radius of the Prompt suggestion container. |
||||||
$kendo-pager-sm-dropdown-width | -Number | -5em |
- 5em |
+ $kendo-prompt-suggestion-text | +Color | +$kendo-component-text |
+ #212529 |
Description
+ The width of the DropDowns in the small Pager. | Description
The text color of the Prompt suggestion container. |
||||||
$kendo-pager-md-dropdown-width | -Number | -5em |
- 5em |
+ $kendo-prompt-suggestion-bg | +Color | +$kendo-body-bg |
+ #ffffff |
Description
+ The width of the DropDowns in the medium Pager. | Description
The background color of the Prompt suggestion container. |
||||||
$kendo-pager-lg-dropdown-width | -Number | -6em |
- 6em |
+ $kendo-prompt-suggestion-border | +Color | +$kendo-component-border |
+ #dee2e6 |
Description
+ The width of the DropDowns in the large Pager. | Description
The border color of the Prompt suggestion container. |
||||||
$kendo-pager-sizes | -Map | -(
- 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: 0.25rem, padding-y: 0.25rem, item-group-spacing: 0.875rem, item-min-width: calc(1.4285714286em + 0.5rem + 2px), pager-dropdown-width: 5em), md: (padding-x: 0.5rem, padding-y: 0.5rem, item-group-spacing: 1rem, item-min-width: calc(1.5em + 0.75rem + 2px), pager-dropdown-width: 5em), lg: (padding-x: 0.625rem, padding-y: 0.625rem, item-group-spacing: 1.125rem, item-min-width: calc(1.5em + 1rem + 2px), pager-dropdown-width: 6em)) |
+ $kendo-prompt-suggestion-shadow | +String | +k-elevation(1) |
+ var(--kendo-elevation-1, 0px 1px 2px rgba(0, 0, 0, 0.038)) |
Description
+ The sizes map of the Pager. | Description
The elevation of the Prompt suggestion container. |
$kendo-pdf-viewer-border-width | +$kendo-radio-radius | Number | -1px |
- 1px |
-|||
Description
- The border width of the PDFViewer. |
-|||||||
$kendo-pdf-viewer-font-family | -List | -$kendo-font-family |
- 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" |
+ 50% |
+ 50% |
||
Description
+ The font family of the PDFViewer. | Description
The border radius of the RadioButton. |
||||||
$kendo-pdf-viewer-font-size | +$kendo-radio-border-width | Number | -$kendo-font-size-md |
- 1rem |
+ 1px |
+ 1px |
|
Description
+ The font size of the PDFViewer. | Description
The border width of the RadioButton. |
||||||
$kendo-pdf-viewer-line-height | +$kendo-radio-sm-size | Number | -$kendo-line-height-md |
- 1.5 |
-|||
Description
- The line height of the PDFViewer. |
-|||||||
$kendo-pdf-viewer-bg | -Color | -$kendo-component-bg |
- #ffffff |
-||||
Description
- The background color of the PDFViewer. |
-|||||||
$kendo-pdf-viewer-text | -Color | -$kendo-component-text |
- #212529 |
+ k-map-get( $kendo-spacing, 3 ) |
+ 0.75rem |
||
Description
+ The text color of the PDFViewer. | Description
The size of a small RadioButton. |
||||||
$kendo-pdf-viewer-border | -Color | -$kendo-component-border |
- #dee2e6 |
+ $kendo-radio-md-size | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
Description
+ The border color of the PDFViewer. | Description
The size of a medium RadioButton. |
||||||
$kendo-pdf-viewer-toolbar-bg | -Null | -null |
- null |
+ $kendo-radio-lg-size | +Number | +k-map-get( $kendo-spacing, 5 ) |
+ 1.25rem |
Description
+ The background color of the PDFViewer Toolbar. | Description
The size of a large RadioButton. |
||||||
$kendo-pdf-viewer-toolbar-text | -Null | -null |
- null |
+ $kendo-radio-sm-glyph-size | +Number | +k-map-get( $kendo-spacing, 2.5 ) |
+ 0.625rem |
Description
+ The text color of the PDFViewer Toolbar. | Description
The glyph size of a small RadioButton. |
||||||
$kendo-pdf-viewer-toolbar-border | -Null | -null |
- null |
+ $kendo-radio-md-glyph-size | +Number | +k-map-get( $kendo-spacing, 3.5 ) |
+ 0.875rem |
Description
+ The border color of the PDFViewer Toolbar. | Description
The glyph size of a medium RadioButton. |
||||||
$kendo-pdf-viewer-toolbar-gradient | -Null | -null |
- null |
+ $kendo-radio-lg-glyph-size | +Number | +k-map-get( $kendo-spacing, 4.5 ) |
+ 1.125rem |
Description
+ The gradient of the PDFViewer Toolbar. | Description
The glyph size of a large RadioButton. |
||||||
$kendo-pdf-viewer-canvas-bg | -Color | -$kendo-app-bg |
- #fafafa |
+ $kendo-radio-sm-ripple-size | +Number | +300% |
+ 300% |
Description
+ The background color of the PDFViewer canvas. | Description
The ripple size of a small RadioButton. |
||||||
$kendo-pdf-viewer-canvas-text | -Null | -null |
- null |
+ $kendo-radio-md-ripple-size | +Number | +300% |
+ 300% |
Description
+ The text color of the PDFViewer canvas. | Description
The ripple size of a medium RadioButton. |
||||||
$kendo-pdf-viewer-canvas-border | -Null | -null |
- null |
+ $kendo-radio-lg-ripple-size | +Number | +300% |
+ 300% |
Description
+ The border color of the PDFViewer canvas. | Description
The ripple size of a large RadioButton. |
||||||
$kendo-pdf-viewer-page-spacing | -Number | -30px |
- 30px |
+ $kendo-radio-sizes | +Map | +(
+ sm: (
+ size: $kendo-radio-sm-size,
+ glyph-size: $kendo-radio-sm-glyph-size,
+ ripple-size: $kendo-radio-sm-ripple-size
+ ),
+ md: (
+ size: $kendo-radio-md-size,
+ glyph-size: $kendo-radio-md-glyph-size,
+ ripple-size: $kendo-radio-md-ripple-size
+ ),
+ lg: (
+ size: $kendo-radio-lg-size,
+ glyph-size: $kendo-radio-lg-glyph-size,
+ ripple-size: $kendo-radio-lg-ripple-size
+ )
+) |
+ (sm: (size: 0.75rem, glyph-size: 0.625rem, ripple-size: 300%), md: (size: 1rem, glyph-size: 0.875rem, ripple-size: 300%), lg: (size: 1.25rem, glyph-size: 1.125rem, ripple-size: 300%)) |
Description
+ The spacing of the PDFViewer page. | Description
The map with the different RadioButton sizes. |
||||||
$kendo-pdf-viewer-page-bg | +$kendo-radio-bg | Color | -white |
- white |
+ $kendo-checkbox-bg |
+ #ffffff |
|
Description
+ The background color of the PDFViewer page. | Description
The background color of the RadioButton. |
||||||
$kendo-pdf-viewer-page-text | -Color | -$kendo-component-text |
- #212529 |
+ $kendo-radio-text | +Null | +$kendo-checkbox-text |
+ null |
Description
+ The text color of the PDFViewer page. | Description
The text color of radio button. |
||||||
$kendo-pdf-viewer-page-border | +$kendo-radio-border | Color | -$kendo-component-border |
- #dee2e6 |
+ $kendo-checkbox-border |
+ #ced4da |
|
Description
+ The border color of the PDFViewer page. | Description
The border color of the RadioButton. |
||||||
$kendo-pdf-viewer-page-shadow | -String | -k-elevation(3) |
- var(--kendo-elevation-3, 0px 4px 10px rgba(0, 0, 0, 0.1)) |
+ $kendo-radio-hover-bg | +Null | +$kendo-checkbox-hover-bg |
+ null |
Description
+ The shadow of the PDFViewer page. | Description
The background color of the hovered RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-padding-x | -Number | -$kendo-toolbar-md-padding-x |
- 0.5rem |
+ $kendo-radio-hover-text | +Null | +$kendo-checkbox-hover-text |
+ null |
Description
+ The horizontal padding of the PDFViewer search panel. | Description
The text color of the hovered RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-padding-y | -Calculation | -calc( #{$kendo-toolbar-md-padding-x} * 2 ) |
- calc(0.5rem * 2) |
+ $kendo-radio-hover-border | +Null | +$kendo-checkbox-hover-border |
+ null |
Description
+ The vertical padding of the PDFViewer search panel. | Description
The border color of the hovered RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-spacing | -Number | -$kendo-toolbar-md-spacing |
- 0.5rem |
+ $kendo-radio-checked-bg | +Color | +$kendo-checkbox-checked-bg |
+ #0d6efd |
Description
+ The spacing of the PDFViewer search panel. | Description
The background color of the checked RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-border-width | -Number | -1px |
- 1px |
+ $kendo-radio-checked-text | +Color | +$kendo-checkbox-checked-text |
+ white |
Description
+ The border width of the PDFViewer search panel. | Description
The text color of the checked RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-border-radius | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ $kendo-radio-checked-border | +Color | +$kendo-checkbox-checked-border |
+ #0d6efd |
Description
+ The border radius of the PDFViewer search panel. | Description
The border color of the checked RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-bg | +$kendo-radio-focus-border | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-checkbox-focus-border |
+ #86b7fe |
|
Description
+ The background color of the PDFViewer search panel. | Description
The border color of the focused RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-text | -Color | -$kendo-component-text |
- #212529 |
+ $kendo-radio-focus-shadow | +List | +$kendo-checkbox-focus-shadow |
+ 0 0 0 0.25rem rgba(13, 110, 253, 0.25) |
Description
+ The text color of the PDFViewer search panel. | Description
The box shadow of the focused RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-border | +$kendo-radio-focus-checked-border | Color | -$kendo-component-border |
- #dee2e6 |
+ $kendo-checkbox-focus-checked-border |
+ #0d6efd |
|
Description
+ The border color of the PDFViewer search panel. | Description
The border color of the focused and checked RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-shadow | -Null | -null |
- null |
+ $kendo-radio-focus-checked-shadow | +List | +$kendo-checkbox-focus-checked-shadow |
+ 0 0 0 0.25rem rgba(13, 110, 253, 0.25) |
Description
+ The shadow of the PDFViewer search panel. | Description
The box shadow of the focused and checked RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-matches-spacing | -Number | -$kendo-padding-sm-x |
- 0.5rem |
+ $kendo-radio-disabled-bg | +Null | +$kendo-checkbox-disabled-bg |
+ null |
Description
+ The spacing of the matches container in the PDFViewer search panel. | Description
The background color of the disabled RadioButton. |
||||||
$kendo-pdf-viewer-selection-line-height | -Number | -1.2 |
- 1.2 |
+ $kendo-radio-disabled-text | +Null | +$kendo-checkbox-disabled-text |
+ null |
Description
+ The line height of the PDFViewer selection. | Description
The color of the disabled RadioButton. |
||||||
$kendo-pdf-viewer-search-highlight-bg | -Color | -$kendo-body-text |
- #212529 |
+ $kendo-radio-disabled-border | +Null | +$kendo-checkbox-disabled-border |
+ null |
Description
+ The background color of the PDFViewer highlight. | Description
The border color of the disabled RadioButton. |
||||||
$kendo-pdf-viewer-search-highlight-mark-bg | -Color | -yellow |
- yellow |
+ $kendo-radio-disabled-checked-bg | +Null | +$kendo-checkbox-disabled-checked-bg |
+ null |
Description
+ The background color of the PDFViewer highlight mark. | Description
The background color of the disabled and checked RadioButton. |
||||||
$kendo-pdf-viewer-icon-text | -Color | -$kendo-dropzone-icon-text |
- #afb1b2 |
+ $kendo-radio-disabled-checked-text | +Null | +$kendo-checkbox-disabled-checked-text |
+ null |
Description
+ The text color of the PDFViewer icon. | Description
The color of the disabled and checked RadioButton. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-picker-bg | -Color | -$kendo-button-bg |
- #e4e7eb |
+||||
$kendo-radio-disabled-checked-border | +Null | +$kendo-checkbox-disabled-checked-border |
+ null |
||||
Description
+ The background color of the Picker components. | Description
The border color of disabled and checked RadioButton. |
||||||
$kendo-picker-text | -Color | -$kendo-button-text |
- #212529 |
+ $kendo-radio-invalid-bg | +Null | +$kendo-checkbox-invalid-bg |
+ null |
Description
+ The text color of the Picker components. | Description
The background color of the invalid RadioButton. |
||||||
$kendo-picker-border | +$kendo-radio-invalid-text | Color | -$kendo-button-border |
- #e4e7eb |
+ $kendo-checkbox-invalid-text |
+ #dc3545 |
|
Description
+ The border color of the Picker components. | Description
The text color of the invalid RadioButton. |
||||||
$kendo-picker-gradient | -Null | -$kendo-button-gradient |
- null |
+ $kendo-radio-invalid-border | +Color | +$kendo-checkbox-invalid-border |
+ #dc3545 |
Description
+ The gradient of the Picker components. | Description
The border color of the invalid RadioButton. |
||||||
$kendo-picker-shadow | -Null | -$kendo-button-shadow |
- null |
+ $kendo-radio-indicator-type | +String | +image |
+ image |
Description
+ The shadow of the Picker components. | Description
The type of the RadioButton indicator. |
||||||
$kendo-picker-hover-bg | -Color | -$kendo-button-hover-bg |
- #ced3db |
+ $kendo-radio-glyph-font-family | +List | +"WebComponentsIcons", monospace |
+ "WebComponentsIcons", monospace |
Description
+ The background color of the hovered Picker components. | Description
The font family of the RadioButton indicator glyph. |
||||||
$kendo-picker-hover-text | -Null | -$kendo-button-hover-text |
- null |
+ $kendo-radio-checked-glyph | +String | +"\e308" |
+ "\e308" |
Description
+ The text color of the hovered Picker components. | Description
The glyph of the RadioButton indicator. |
||||||
$kendo-picker-hover-border | -Color | -$kendo-button-hover-border |
- #c7cdd5 |
+ $kendo-radio-checked-image | +String | +k-escape-svg( url("data:image/svg+xml,") ) |
+ url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='white'/%3e%3c/svg%3e") |
Description
+ The border color of the hovered Picker components. | Description
The image of the checked RadioButton indicator. |
||||||
$kendo-picker-hover-gradient | +$kendo-radio-disabled-checked-image | Null | -$kendo-button-hover-gradient |
+ null |
null |
||
Description
+ The gradient of the hovered Picker components. | Description
The image of the disabled and checked RadioButton indicator. |
||||||
$kendo-picker-hover-shadow | -Null | -$kendo-button-hover-shadow |
- null |
+ $kendo-radio-label-margin-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
Description
+ The shadow of the hovered Picker components. | Description
The horizontal margin of the RadioButton inside of a label. |
||||||
$kendo-picker-focus-bg | -Color | -$kendo-button-active-bg |
- #c7cdd5 |
+ $kendo-radio-list-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
Description
+ The background color of the focused Picker components. | Description
The horizontal list item margin of the RadioButton. |
||||||
$kendo-picker-focus-text | -Null | -$kendo-button-focus-text |
- null |
+ $kendo-radio-list-item-padding-x | +Number | +0px |
+ 0px |
Description
+ The text color of the focused Picker components. | Description
The horizontal list item padding of the RadioButton. |
||||||
$kendo-picker-focus-border | -Color | -$kendo-button-focus-border |
- #bfc6d0 |
+ $kendo-radio-list-item-padding-y | +Number | +$kendo-list-md-item-padding-y |
+ 0.25rem |
Description
+ The border color of the focused Picker components. | Description
The vertical list item padding of the RadioButton. |
||||||
$kendo-picker-focus-gradient | -Null | -$kendo-button-focus-gradient |
- null |
+ $kendo-radio-ripple-bg | +Color | +$kendo-radio-checked-bg |
+ #0d6efd |
Description
+ The gradient of the focused Picker components. | Description
The background color of the RadioButton ripple. |
||||||
$kendo-picker-focus-shadow | -List | -$kendo-button-focus-shadow |
- 0 0 0 0.25rem rgba(228, 231, 235, 0.5) |
+ $kendo-radio-ripple-opacity | +Number | +.25 |
+ 0.25 |
Description
+ The shadow of the focused Picker components. | Description
The opacity of the RadioButton ripple. |
||||||
$kendo-picker-disabled-bg | -Null | -null |
- null |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-rating-font-family | +List | +$kendo-font-family |
+ 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
+ The background color of the disabled Picker components. | Description
The font family of the Rating. |
||||||
$kendo-picker-disabled-text | -Null | -null |
- null |
+ $kendo-rating-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
Description
+ The text color of the disabled Picker components. | Description
The font size of the Rating. |
||||||
$kendo-picker-disabled-border | -Null | -null |
- null |
+ $kendo-rating-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
Description
+ The border color of the disabled Picker components. | Description
The line height of the Rating. |
||||||
$kendo-picker-disabled-gradient | -Null | -null |
- null |
+ $kendo-rating-container-margin-x | +Number | +$kendo-padding-sm-x |
+ 0.5rem |
Description
+ The gradient of the disabled Picker components. | Description
The horizontal margin of the Rating container. |
||||||
$kendo-picker-disabled-shadow | -Null | -null |
- null |
+ $kendo-rating-item-padding-x | +Number | +$kendo-padding-sm-x |
+ 0.5rem |
Description
+ The shadow of the disabled Picker components. | Description
The horizontal padding of the Rating item. |
||||||
$kendo-picker-outline-bg | -Null | -null |
- null |
+ $kendo-rating-item-padding-y | +Number | +$kendo-padding-md-y |
+ 0.5rem |
Description
+ The background color of the outline Picker components. | Description
The vertical padding of the Rating item. |
||||||
$kendo-picker-outline-text | -Color | -$kendo-button-text |
- #212529 |
+ $kendo-rating-label-margin-x | +Number | +$kendo-padding-md-x |
+ 1rem |
Description
+ The text color of the outline Picker components. | Description
The horizontal margin of the Rating label. |
||||||
$kendo-picker-outline-border | -Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-picker-outline-text, .5 )) |
- rgba(33, 37, 41, 0.5) |
+ $kendo-rating-label-margin-y | +Number | +$kendo-padding-md-y |
+ 0.5rem |
Description
+ The border color of the outline Picker components. | Description
The vertical margin of the Rating label. |
||||||
$kendo-picker-outline-hover-bg | -Color | -$kendo-picker-outline-text |
- #212529 |
+ $kendo-rating-label-line-height | +Number | +$kendo-line-height-lg |
+ 2 |
Description
+ The background color of the outline hovered Picker components. | Description
The line height of the Rating label. |
||||||
$kendo-picker-outline-hover-text | +$kendo-rating-icon-text | Color | -if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-picker-outline-hover-bg )) |
- white |
+ $kendo-subtle-text |
+ #6c757d |
|
Description
+ The text color of the outline hovered Picker components. | Description
The text color of the Rating icon. |
||||||
$kendo-picker-outline-hover-border | +$kendo-rating-icon-selected-text | Color | -$kendo-picker-outline-hover-bg |
- #212529 |
+ $kendo-selected-bg |
+ #0d6efd |
|
Description
+ The border color of the outline hovered Picker components. | Description
The text color of the selected Rating icon. |
||||||
$kendo-picker-outline-focus-bg | -Null | -null |
- null |
+ $kendo-rating-icon-hover-text | +Color | +$kendo-selected-bg |
+ #0d6efd |
Description
+ The background color of the outline focused Picker components. | Description
The text color of the hovered Rating icon. |
||||||
$kendo-picker-outline-focus-text | -Null | -null |
- null |
+ $kendo-rating-icon-focus-text | +Color | +$kendo-selected-bg |
+ #0d6efd |
Description
+ The text color of the outline focused Picker components. | Description
The text color of the focused Rating icon. |
||||||
$kendo-picker-outline-focus-border | -Null | -null |
- null |
+ $kendo-rating-icon-focus-shadow | +List | +0 2px 4px rgba( black, .1 ) |
+ 0 2px 4px rgba(0, 0, 0, 0.1) |
Description
+ The border color of the outline focused Picker components. | Description
The shadow of the focused Rating icon. |
||||||
$kendo-picker-outline-focus-shadow | +$kendo-rating-icon-focus-selected-shadow | List | -$kendo-picker-focus-shadow |
- 0 0 0 0.25rem rgba(228, 231, 235, 0.5) |
+ 0 2px 4px rgba( black, .1) |
+ 0 2px 4px rgba(0, 0, 0, 0.1) |
|
Description
+ The shadow of the outline focused Picker components. | Description
The shadow of the focused and selected Rating icon. |
||||||
$kendo-picker-outline-hover-focus-bg | -Null | -null |
- null |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-scrollview-border-width | +Number | +1px |
+ 1px |
||||
Description
+ The background color of the outline hovered and focused Picker components. | Description
The width of the border around the ScrollView. |
||||||
$kendo-picker-outline-hover-focus-text | -Null | -null |
- null |
+ $kendo-scrollview-font-family | +List | +$kendo-font-family |
+ 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
+ The text color of the outline hovered and focused Picker components. | Description
The font family of the ScrollView. |
||||||
$kendo-picker-outline-hover-focus-border | -Null | -null |
- null |
+ $kendo-scrollview-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
Description
+ The border color of the outline hovered and focused Picker components. | Description
The font size of the ScrollView. |
||||||
$kendo-picker-flat-bg | -Null | -null |
- null |
+ $kendo-scrollview-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
Description
+ The background color of the flat Picker components. | Description
The line height of the ScrollView. |
||||||
$kendo-picker-flat-text | +$kendo-scrollview-text | Color | -$kendo-button-text |
+ $kendo-component-text |
#212529 |
||
Description
+ The text color of the flat Picker components. | Description
The text color of the ScrollView. |
||||||
$kendo-picker-flat-border | +$kendo-scrollview-bg | Color | -$kendo-button-border |
- #e4e7eb |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The border color of the flat Picker components. | Description
The background color of the ScrollView. |
||||||
$kendo-picker-flat-hover-bg | +$kendo-scrollview-border | Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( $kendo-button-text, .08 )) |
- rgba(33, 37, 41, 0.08) |
+ $kendo-component-border |
+ #dee2e6 |
|
Description
+ The background color of the flat hovered Picker components. | Description
The border color of the ScrollView. |
||||||
$kendo-picker-flat-hover-text | -Null | -null |
- null |
+ $kendo-scrollview-pagebutton-size | +Number | +10px |
+ 10px |
Description
+ The text color of the flat hovered Picker components. | Description
The size of the ScrollView page button. |
||||||
$kendo-picker-flat-hover-border | -Null | -null |
- null |
+ $kendo-scrollview-pagebutton-bg | +Color | +$kendo-button-bg |
+ #e4e7eb |
Description
+ The border color of the flat hovered Picker components. | Description
The background color of the ScrollView page button. |
||||||
$kendo-picker-flat-focus-bg | -Null | -null |
- null |
+ $kendo-scrollview-pagebutton-border | +Color | +$kendo-button-border |
+ #e4e7eb |
Description
+ The background color of the flat focused Picker components. | Description
The border color of the ScrollView page button. |
||||||
$kendo-picker-flat-focus-text | -Null | -null |
- null |
+ $kendo-scrollview-pagebutton-primary-bg | +Color | +$kendo-color-primary |
+ #0d6efd |
Description
+ The text color of the flat focused Picker components. | Description
The primary background color of the ScrollView page button. |
||||||
$kendo-picker-flat-focus-border | -Null | -null |
- null |
+ $kendo-scrollview-pagebutton-primary-border | +Color | +$kendo-color-primary |
+ #0d6efd |
Description
+ The border color of the flat focused Picker components. | Description
The primary border color of the ScrollView page button. |
||||||
$kendo-picker-flat-focus-shadow | +$kendo-scrollview-pagebutton-shadow | List | -$kendo-picker-focus-shadow |
- 0 0 0 0.25rem rgba(228, 231, 235, 0.5) |
+ 0 0 0 2px rgba( black, .13 ) |
+ 0 0 0 2px rgba(0, 0, 0, 0.13) |
|
Description
+ The shadow of the flat focused Picker components. | Description
The box shadow of the ScrollView page button. |
||||||
$kendo-picker-flat-hover-focus-bg | -Null | -null |
- null |
+ $kendo-scrollview-pager-offset | +Number | +0 |
+ 0 |
Description
+ The background color of the flat hovered and focused Picker components. | Description
The offset of the ScrollView pager. |
||||||
$kendo-picker-flat-hover-focus-text | -Null | -null |
- null |
+ $kendo-scrollview-pager-item-spacing | +Number | +20px |
+ 20px |
Description
+ The text color of the flat hovered and focused Picker components. | Description
The spacing between the ScrollView pager items. |
||||||
$kendo-picker-flat-hover-focus-border | -Null | -null |
- null |
+ $kendo-scrollview-pager-item-border-width | +Number | +0px |
+ 0px |
Description
+ The border color of the flat hovered and focused Picker components. | Description
The border width of the ScrollView pager items. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-popover-border-width | -Number | -$kendo-card-border-width |
- 1px |
+||||
$kendo-scrollview-pager-height | +Calculation | +calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + #{$kendo-scrollview-pager-item-spacing * 2} ) |
+ calc(10px + 0px + 40px) |
||||
Description
+ The width of the border around the Popover. | Description
The height of the ScrollView pager. |
||||||
$kendo-popover-border-style | -String | -solid |
- solid |
+ $kendo-scrollview-arrow-tap-highlight-color | +Color | +$kendo-color-rgba-transparent |
+ rgba(0, 0, 0, 0) |
+
Description
+ The text color of the highlight over the tapped ScrollView navigation arrows. |
+|||||||
$kendo-scrollview-navigation-color | +Color | +white |
+ white |
||||
Description
+ The style of the border around the Popover. | Description
The color of the ScrollView navigation arrows. |
||||||
$kendo-popover-border-radius | -Number | -$kendo-card-border-radius |
- 0.375rem |
+ $kendo-scrollview-navigation-icon-shadow | +List | +rgba( black, .3 ) 0 0 15px |
+ rgba(0, 0, 0, 0.3) 0 0 15px |
Description
+ The radius of the border around the Popover. | Description
The box shadow of the ScrollView navigation arrows. |
||||||
$kendo-popover-font-family | -List | -$kendo-card-font-family |
- 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" |
+ $kendo-scrollview-navigation-bg | +Color | +rgba( black, 0 ) |
+ rgba(0, 0, 0, 0) |
Description
+ The font family of the Popover. | Description
The background color of the ScrollView navigation. |
||||||
$kendo-popover-font-size | +$kendo-scrollview-navigation-default-opacity | Number | -$kendo-card-font-size |
- 1rem |
+ .7 |
+ 0.7 |
|
Description
+ The font size of the Popover. | Description
The opacity of the ScrollView navigation. |
||||||
$kendo-popover-line-height | +$kendo-scrollview-navigation-hover-opacity | Number | -$kendo-card-line-height |
- 1.5 |
+ 1 |
+ 1 |
|
Description
+ The line height of the Popover. | Description
The hover opacity of the ScrollView navigation. |
||||||
$kendo-popover-text | -Color | -$kendo-card-text |
- #212529 |
+ $kendo-scrollview-navigation-hover-span-bg | +Null | +null |
+ null |
Description
+ The text color of the Popover. | Description
The hover background color of the ScrollView navigation arrows. |
||||||
$kendo-popover-bg | +$kendo-scrollview-light-bg | Color | -$kendo-card-bg |
- #ffffff |
+ rgba( white, .4 ) |
+ rgba(255, 255, 255, 0.4) |
|
Description
+ The background color of the Popover. | Description
The background color of the ScrollView pager in light mode. |
||||||
$kendo-popover-border | +$kendo-scrollview-dark-bg | Color | -$kendo-card-border |
- #dee2e6 |
+ rgba( black, .4 ) |
+ rgba(0, 0, 0, 0.4) |
|
Description
+ The border color of the Popover. | Description
The background color of the ScrollView pager in dark mode. |
||||||
$kendo-popover-shadow | -Null | -$kendo-card-shadow |
- null |
+ $kendo-scrollview-transition-duration | +Number | +.3s |
+ 0.3s |
Description
+ The box shadow of the Popover. | Description
The duration of the ScrollView transition. |
||||||
$kendo-popover-header-padding-x | -Number | -$kendo-card-header-padding-x |
- 1rem |
+ $kendo-scrollview-transition-timing-function | +String | +ease-in-out |
+ ease-in-out |
Description
+ The horizontal padding of the Popover header. | Description
The timing function of the ScrollView transition. |
||||||
$kendo-popover-header-padding-y | -Number | -$kendo-card-header-padding-y |
- 1rem |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-skeleton-text-transform | +String | +scale( 1, .6 ) |
+ scale(1, 0.6) |
||||
Description
+ The vertical padding of the Popover header. | Description
The transform scale of the Skeleton text. |
||||||
$kendo-popover-header-border-width | +$kendo-skeleton-text-border-radius | Number | -$kendo-card-header-border-width |
- 1px |
+ $kendo-border-radius-md |
+ 0.375rem |
|
Description
+ The border width of the Popover header. | Description
The border radius of the Skeleton text. |
||||||
$kendo-popover-header-border-style | -String | -$kendo-popover-border-style |
- solid |
+ $kendo-skeleton-rect-border-radius | +Number | +0 |
+ 0 |
Description
+ The border style of the Popover header. | Description
The border radius of the rectangular Skeleton. |
||||||
$kendo-popover-header-text | -Null | -null |
- null |
+ $kendo-skeleton-circle-border-radius | +Number | +9999px |
+ 9999px |
Description
+ The text color of the Popover header. | Description
The border radius of the circular Skeleton. |
||||||
$kendo-popover-header-bg | -Null | -null |
- null |
+ $kendo-skeleton-item-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 )) |
+ rgba(33, 37, 41, 0.2) |
Description
+ The background color of the Popover header. | Description
The background color of the Skeleton item. |
||||||
$kendo-popover-header-border | -Null | -null |
- null |
+ $kendo-skeleton-wave-bg | +Color | +rgba( black, .04 ) |
+ rgba(0, 0, 0, 0.04) |
Description
+ The border color of the Popover header. | Description
The background color of the Skeleton wave animation. |
||||||
$kendo-popover-body-padding-x | -Number | -$kendo-card-body-padding-x |
- 1rem |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-split-button-focus-shadow | +List | +$kendo-button-focus-shadow |
+ 0 0 0 0.25rem rgba(228, 231, 235, 0.5) |
||||
Description
+ The horizontal padding of the Popover body. | Description
The focus shadow of the SplitButton. |
||||||
$kendo-popover-body-padding-y | +$kendo-split-button-arrow-padding-x | Number | -$kendo-card-body-padding-y |
- 1rem |
+ $kendo-button-padding-y |
+ 0.375rem |
|
Description
+ The vertical padding of the Popover body. | Description
The horizontal padding of the arrow Button. |
||||||
$kendo-popover-actions-border-width | +$kendo-split-button-sm-arrow-padding-x | Number | -$kendo-popover-border-width |
- 1px |
+ $kendo-button-sm-padding-y |
+ 0.25rem |
|
Description
+ The border width of the Popover actions. | Description
The horizontal padding of the small arrow Button. |
||||||
$kendo-popover-callout-width | +$kendo-split-button-md-arrow-padding-x | Number | -$kendo-card-callout-width |
- 1.3em |
+ $kendo-button-md-padding-y |
+ 0.375rem |
|
Description
+ The width of the Popover callout. | Description
The horizontal padding of the medium arrow Button. |
||||||
$kendo-popover-callout-height | +$kendo-split-button-lg-arrow-padding-x | Number | -$kendo-card-callout-height |
- 1.3em |
+ $kendo-button-lg-padding-y |
+ 0.5rem |
|
Description
+ The height of the Popover callout. | Description
The horizontal padding of the large arrow Button. |
||||||
$kendo-popover-callout-border-width | +$kendo-split-button-arrow-padding-y | Number | -$kendo-popover-border-width |
- 1px |
+ $kendo-button-padding-y |
+ 0.375rem |
|
Description
+ The border width of the Popover callout. | Description
The vertical padding of the arrow Button. |
||||||
$kendo-popover-callout-border-style | -String | -$kendo-popover-border-style |
- solid |
+ $kendo-split-button-sm-arrow-padding-y | +Number | +$kendo-button-sm-padding-y |
+ 0.25rem |
Description
+ The border style of the Popover callout. | Description
The vertical padding of the small arrow Button. |
||||||
$kendo-popover-callout-bg | -Color | -$kendo-popover-bg |
- #ffffff |
+||||
$kendo-split-button-md-arrow-padding-y | +Number | +$kendo-button-md-padding-y |
+ 0.375rem |
||||
Description
+ The background color of the Popover callout. | Description
The vertical padding of the medium arrow Button. |
||||||
$kendo-popover-callout-border | -Color | -$kendo-popover-border |
- #dee2e6 |
+ $kendo-split-button-lg-arrow-padding-y | +Number | +$kendo-button-lg-padding-y |
+ 0.5rem |
Description
+ The border color of the Popover callout. | Description
The vertical padding of the large arrow Button. |
$kendo-popup-padding-x | -Null | -null |
- null |
-||||
Description
- Horizontal padding of the popup. |
-|||||||
$kendo-popup-padding-y | -Null | -null |
- null |
-||||
Description
- Vertical padding of the popup. |
-|||||||
$kendo-popup-border-width | +$kendo-splitter-border-width | Number | 1px |
1px |
|||
Description
+ Width of the border around the popup. | Description
The width of the border around the Splitter. |
||||||
$kendo-popup-border-radius | -Number | -$kendo-border-radius-md |
- 0.375rem |
+ $kendo-splitter-font-family | +List | +$kendo-font-family |
+ 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
+ Border radius of the popup. | Description
The font family of the Splitter. |
||||||
$kendo-popup-font-size | +$kendo-splitter-font-size | Number | $kendo-font-size-md |
1rem |
|||
Description
+ Font size of the popup. | Description
The font size of the Splitter. |
||||||
$kendo-popup-line-height | +$kendo-splitter-line-height | Number | $kendo-line-height-md |
1.5 |
|||
Description
- Line height of the popup. |
-|||||||
$kendo-popup-content-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
-||||
Description
- Horizontal padding of the popup content. |
-|||||||
$kendo-popup-content-padding-y | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
-||||
Description
+ Vertical padding of the popup content. | Description
The line height of the Splitter. |
||||||
$kendo-popup-bg | +$kendo-splitter-bg | Color | $kendo-component-bg |
#ffffff |
|||
Description
+ Background color of the popup. | Description
The background color of the Splitter. |
||||||
$kendo-popup-text | +$kendo-splitter-text | Color | $kendo-component-text |
#212529 |
|||
Description
+ Text color of the popup. | Description
The text color of the Splitter. |
||||||
$kendo-popup-border | +$kendo-splitter-border | Color | $kendo-component-border |
#dee2e6 |
|||
Description
+ Border color of the popup. | Description
The border color of the Splitter. |
||||||
$kendo-popup-shadow | -String | -k-elevation(4) |
- var(--kendo-elevation-4, 0px 6px 13px rgba(0, 0, 0, 0.125)) |
+ $kendo-splitter-splitbar-size | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 0.75rem |
Description
+ Box shadow of the popup. | Description
The size of the Splitter splitbar. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-progressbar-height | +|||||||
$kendo-splitter-drag-handle-length | Number | -$progress-height |
- 1rem |
+ 20px |
+ 20px |
||
Description
+ The height of the ProgressBar. | Description
The length of the Splitter drag handle. |
||||||
$kendo-progressbar-horizontal-width | +$kendo-splitter-drag-handle-thickness | Number | -100% |
- 100% |
+ 2px |
+ 2px |
|
Description
+ The horizontal width of the ProgressBar. | Description
The thickness of the Splitter drag handle. |
||||||
$kendo-progressbar-animation-timing | -List | -$progress-bar-animation-timing |
- 1s linear infinite |
+ $kendo-splitter-drag-icon-margin | +Number | +7px |
+ 7px |
Description
+ The animation timing of the ProgressBar. | Description
The margin of the Splitter drag handle icon. |
||||||
$kendo-progressbar-border-width | +$kendo-splitter-collapse-icon-padding-x | +Null | +null |
+ null |
+|||
Description
+ The horizontal padding of the collapse icon in the Splitter. |
+|||||||
$kendo-splitter-collapse-icon-padding-y | Number | -0px |
- 0px |
+ k-map-get( $kendo-spacing, .5 ) |
+ 0.125rem |
||
Description
+ The width of the border around the ProgressBar. | Description
The vertical padding of the collapse icon in the Splitter. |
||||||
$kendo-progressbar-font-family | -List | -$kendo-font-family |
- 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" |
+ $kendo-splitbar-bg | +Color | +$kendo-base-bg |
+ #f8f9fa |
Description
+ The font family of the ProgressBar. | Description
The background color of the Splitter splitbar. |
||||||
$kendo-progressbar-font-size | -Number | -$progress-font-size |
- 0.75rem |
+ $kendo-splitbar-text | +Color | +$kendo-base-text |
+ #212529 |
Description
+ The font size of the ProgressBar. | Description
The text color of the Splitter splitbar. |
||||||
$kendo-progressbar-line-height | -Number | -1 |
- 1 |
+ $kendo-splitbar-hover-bg | +Color | +if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-shade( $kendo-splitbar-bg, .5 )) |
+ #eeeff0 |
Description
+ The line height of the ProgressBar. | Description
The hover background color of the Splitter splitbar. |
||||||
$kendo-progressbar-bg | +$kendo-splitbar-hover-text | Color | -$gray-200 |
- #e9ecef |
+ $kendo-splitbar-text |
+ #212529 |
|
Description
+ The background color of the ProgressBar. | Description
The hover text color of the Splitter splitbar. |
||||||
$kendo-progressbar-text | +$kendo-splitbar-selected-bg | Color | -k-contrast-color( $gray-200 ) |
- black |
+ $kendo-selected-bg |
+ #0d6efd |
|
Description
+ The text color of the ProgressBar. | Description
The selected background color of the Splitter splitbar. |
||||||
$kendo-progressbar-border | +$kendo-splitbar-selected-text | +Color | +$kendo-selected-text |
+ white |
+|||
Description
+ The selected text color of the Splitter splitbar. |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-stepper-margin-x | Null | null |
null |
||||
Description
+ The border color of the ProgressBar. | Description
The horizontal margin the Stepper. |
||||||
$kendo-progressbar-gradient | +$kendo-stepper-margin-y | Null | null |
null |
|||
Description
+ The background gradient of the ProgressBar. | Description
The vertical margin the Stepper. |
||||||
$kendo-progressbar-value-bg | -Color | -$kendo-selected-bg |
- #0d6efd |
+ $kendo-stepper-padding-x | +Null | +null |
+ null |
Description
+ The progress background color of the ProgressBar. | Description
The horizontal padding the Stepper. |
||||||
$kendo-progressbar-value-text | -Color | -$kendo-selected-text |
- white |
+ $kendo-stepper-padding-y | +Null | +null |
+ null |
Description
+ The progress text color of the ProgressBar. | Description
The vertical padding the Stepper. |
||||||
$kendo-progressbar-value-border | -Null | -null |
- null |
+ $kendo-stepper-label-margin-x | +Number | +12px |
+ 12px |
Description
+ The progress border color of the ProgressBar. | Description
The horizontal margin the Stepper label. |
||||||
$kendo-progressbar-value-gradient | -Null | -null |
- null |
+ $kendo-stepper-label-padding-x | +Number | +12px |
+ 12px |
Description
+ The progress background gradient of the ProgressBar. | Description
The horizontal padding the Stepper label. |
||||||
$kendo-progressbar-indeterminate-bg | -Color | -$kendo-progressbar-bg |
- #e9ecef |
+ $kendo-stepper-label-padding-y | +Number | +5px |
+ 5px |
Description
+ The background color of the indeterminate ProgressBar. | Description
The vertical padding the Stepper label. |
||||||
$kendo-progressbar-indeterminate-text | -Color | -$kendo-progressbar-text |
- black |
+ $kendo-stepper-border-width | +Number | +0px |
+ 0px |
+
Description
+ The width of the border around the Stepper. |
+|||||||
$kendo-stepper-inline-content-padding-x | +Number | +20px |
+ 20px |
||||
Description
+ The text color of the indeterminate ProgressBar. | Description
The horizontal padding the Stepper content. |
||||||
$kendo-progressbar-indeterminate-border | -Null | -$kendo-progressbar-border |
- null |
+ $kendo-stepper-inline-content-padding-y | +Number | +10px |
+ 10px |
Description
+ The border color of the indeterminate ProgressBar. | Description
The vertical padding the Stepper content. |
||||||
$kendo-progressbar-indeterminate-gradient | -Null | -null |
- null |
+ $kendo-stepper-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
Description
+ The background gradient of the indeterminate ProgressBar. | |||||||
$kendo-progressbar-chunk-border | -Color | -$kendo-body-bg |
- #ffffff |
+ $kendo-stepper-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
Description
+ The border color of the chunk ProgressBar. | |||||||
$kendo-circular-progressbar-arc-stroke | -Color | -$kendo-color-primary |
- #0d6efd |
+ $kendo-stepper-font-family | +List | +$kendo-font-family |
+ 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
+ The arc stroke color of the circular ProgressBar. | |||||||
$kendo-circular-progressbar-scale-stroke | -Color | -$kendo-progressbar-bg |
- #e9ecef |
+ $kendo-stepper-bg | +Null | +null |
+ null |
Description
+ The scale stroke background color of the circular ProgressBar. | Description
The background color of the Stepper. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-prompt-text | +|||||||
$kendo-stepper-text | Color | $kendo-component-text |
#212529 |
||||
Description
+ The text color of the Prompt. | Description
The text color of the Stepper. |
||||||
$kendo-prompt-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-stepper-border | +Null | +null |
+ null |
Description
+ The background color of the Prompt. | Description
The border color of the Stepper. |
||||||
$kendo-prompt-border | -Color | -$kendo-component-border |
- #dee2e6 |
+ $kendo-stepper-indicator-width | +Number | +28px |
+ 28px |
Description
+ The border color of the Prompt. | Description
The width of the Stepper indicator. |
||||||
$kendo-prompt-header-text | -Color | -$kendo-component-header-text |
- #212529 |
+ $kendo-stepper-indicator-height | +Number | +$kendo-stepper-indicator-width |
+ 28px |
Description
+ The text color of the Prompt header. | Description
The height of the Stepper indicator. |
||||||
$kendo-prompt-header-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-stepper-indicator-border-radius | +Number | +50% |
+ 50% |
Description
+ The background color of the Prompt header. | Description
The border radius of the Stepper indicator. |
||||||
$kendo-prompt-header-border | -Color | -$kendo-component-header-border |
- #dee2e6 |
+ $kendo-stepper-indicator-border-width | +Number | +1px |
+ 1px |
Description
+ The border color of the Prompt header. | Description
The border width of the Stepper indicator. |
||||||
$kendo-prompt-content-padding-y | +$kendo-stepper-indicator-focus-border-width | Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
+ 1px |
+ 1px |
|
Description
+ The vertical padding of the Prompt content. | Description
The border width of the focused Stepper indicator. |
||||||
$kendo-prompt-content-padding-x | +$kendo-stepper-indicator-focus-size | Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
+ 2px |
+ 2px |
|
Description
+ The horizontal padding of the Prompt content. | Description
The size of the focused Stepper indicator. |
||||||
$kendo-prompt-content-spacing | +$kendo-stepper-indicator-focus-offset | Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
+ 3px |
+ 3px |
|
Description
+ The spacing between the items of the Prompt content. | Description
The offset of the Stepper focused indicator. |
||||||
$kendo-prompt-content-text | +$kendo-stepper-indicator-focus-calc-offset | +Calculation | +calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} ) |
+ calc(1px + 3px) |
+|||
Description
+ The calculated offset of the focused Stepper indicator. |
+|||||||
$kendo-stepper-indicator-bg | Color | -$kendo-component-header-text |
- #212529 |
+ $kendo-component-bg |
+ #ffffff |
||
Description
+ The text color of the Prompt content. | Description
The background color of the Stepper indicator. |
||||||
$kendo-prompt-content-bg | +$kendo-stepper-indicator-text | Color | -$kendo-component-header-bg |
- #f8f9fa |
+ $kendo-component-text |
+ #212529 |
|
Description
+ The background color of the Prompt content. | Description
The text color of the Stepper indicator. |
||||||
$kendo-prompt-content-border | +$kendo-stepper-indicator-border | Color | -$kendo-component-header-border |
+ $kendo-component-border |
#dee2e6 |
||
Description
+ The text border of the Prompt content. | Description
The border color of the Stepper indicator. |
||||||
$kendo-prompt-expander-spacing | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
+ $kendo-stepper-indicator-hover-bg | +Color | +if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg )) |
+ #ebebeb |
Description
+ The spacing between the items of the Prompt content expander. | Description
The background color of the hovered Stepper indicator. |
||||||
$kendo-prompt-suggestion-padding-y | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
+ $kendo-stepper-indicator-hover-text | +Null | +null |
+ null |
Description
+ The vertical padding of the Prompt suggestion container. | Description
The text color of the hovered Stepper indicator. |
||||||
$kendo-prompt-suggestion-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 0.5rem |
+ $kendo-stepper-indicator-hover-border | +Null | +null |
+ null |
Description
+ The horizontal padding of the Prompt suggestion container. | Description
The border color of the hovered Stepper indicator. |
||||||
$kendo-prompt-suggestion-border-radius | -Number | -$kendo-border-radius-md |
- 0.375rem |
+ $kendo-stepper-indicator-disabled-bg | +Null | +null |
+ null |
Description
+ The border radius of the Prompt suggestion container. | Description
The background color of the disabled Stepper indicator. |
||||||
$kendo-prompt-suggestion-text | +$kendo-stepper-indicator-disabled-text | Color | -$kendo-component-text |
- #212529 |
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .65 ), $kendo-disabled-text) |
+ #adb5bd |
|
Description
+ The text color of the Prompt suggestion container. | Description
The text color of the disabled Stepper indicator. |
||||||
$kendo-prompt-suggestion-bg | -Color | -$kendo-body-bg |
- #ffffff |
+ $kendo-stepper-indicator-disabled-border | +Null | +null |
+ null |
Description
+ The background color of the Prompt suggestion container. | Description
The border color of the disabled Stepper indicator. |
||||||
$kendo-prompt-suggestion-border | +$kendo-stepper-indicator-done-bg | Color | -$kendo-component-border |
- #dee2e6 |
+ $kendo-color-primary |
+ #0d6efd |
|
Description
+ The border color of the Prompt suggestion container. | Description
The background color of the Stepper done indicator. |
||||||
$kendo-prompt-suggestion-shadow | -String | -k-elevation(1) |
- var(--kendo-elevation-1, 0px 1px 2px rgba(0, 0, 0, 0.038)) |
+ $kendo-stepper-indicator-done-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg )) |
+ white |
Description
+ The elevation of the Prompt suggestion container. | Description
The text color of the Stepper done indicator. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-radio-radius | -Number | -50% |
- 50% |
+||||
$kendo-stepper-indicator-done-border | +Color | +$kendo-stepper-indicator-done-bg |
+ #0d6efd |
||||
Description
+ The border radius of the RadioButton. | Description
The border color of the Stepper done indicator. |
||||||
$kendo-radio-border-width | -Number | -1px |
- 1px |
+ $kendo-stepper-indicator-done-hover-bg | +Color | +if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg )) |
+ #0c65e9 |
Description
+ The border width of the RadioButton. | Description
The background color of the hovered Stepper done indicator. |
||||||
$kendo-radio-sm-size | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 0.75rem |
+ $kendo-stepper-indicator-done-hover-text | +Null | +null |
+ null |
Description
+ The size of a small RadioButton. | Description
The text color of the hovered Stepper done indicator. |
||||||
$kendo-radio-md-size | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
+ $kendo-stepper-indicator-done-hover-border | +Null | +null |
+ null |
+
Description
+ The border color of the hovered Stepper done indicator. |
|||||||
Description
+ The size of a medium RadioButton. | $kendo-stepper-indicator-done-disabled-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( primary, true ), .6 ), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%)) |
+ #6ea8fe |
+|||
Description
The background color of the disabled Stepper done indicator. |
|||||||
$kendo-radio-lg-size | -Number | -k-map-get( $kendo-spacing, 5 ) |
- 1.25rem |
+ $kendo-stepper-indicator-done-disabled-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg )) |
+ white |
Description
+ The size of a large RadioButton. | Description
The text color of the disabled Stepper done indicator. |
||||||
$kendo-radio-sm-glyph-size | -Number | -k-map-get( $kendo-spacing, 2.5 ) |
- 0.625rem |
+ $kendo-stepper-indicator-done-disabled-border | +Color | +$kendo-stepper-indicator-done-disabled-bg |
+ #6ea8fe |
Description
+ The glyph size of a small RadioButton. | Description
The border color of the disabled Stepper done indicator. |
||||||
$kendo-radio-md-glyph-size | -Number | -k-map-get( $kendo-spacing, 3.5 ) |
- 0.875rem |
+ $kendo-stepper-indicator-current-bg | +Color | +$kendo-stepper-indicator-done-bg |
+ #0d6efd |
Description
+ The glyph size of a medium RadioButton. | Description
The background color of the Stepper current indicator. |
||||||
$kendo-radio-lg-glyph-size | -Number | -k-map-get( $kendo-spacing, 4.5 ) |
- 1.125rem |
+ $kendo-stepper-indicator-current-text | +Color | +$kendo-stepper-indicator-done-text |
+ white |
Description
+ The glyph size of a large RadioButton. | Description
The text color of the Stepper current indicator. |
||||||
$kendo-radio-sm-ripple-size | -Number | -300% |
- 300% |
+ $kendo-stepper-indicator-current-border | +Color | +$kendo-stepper-indicator-done-border |
+ #0d6efd |
Description
+ The ripple size of a small RadioButton. | Description
The border color of the Stepper current indicator. |
||||||
$kendo-radio-md-ripple-size | -Number | -300% |
- 300% |
+ $kendo-stepper-indicator-current-hover-bg | +Color | +$kendo-stepper-indicator-done-hover-bg |
+ #0c65e9 |
Description
+ The ripple size of a medium RadioButton. | Description
The background color of the hovered Stepper current indicator. |
||||||
$kendo-radio-lg-ripple-size | -Number | -300% |
- 300% |
+ $kendo-stepper-indicator-current-hover-text | +Null | +$kendo-stepper-indicator-done-hover-text |
+ null |
Description
+ The ripple size of a large RadioButton. | Description
The text color of the hovered Stepper current indicator. |
||||||
$kendo-radio-sizes | -Map | -(
- sm: (
- size: $kendo-radio-sm-size,
- glyph-size: $kendo-radio-sm-glyph-size,
- ripple-size: $kendo-radio-sm-ripple-size
- ),
- md: (
- size: $kendo-radio-md-size,
- glyph-size: $kendo-radio-md-glyph-size,
- ripple-size: $kendo-radio-md-ripple-size
- ),
- lg: (
- size: $kendo-radio-lg-size,
- glyph-size: $kendo-radio-lg-glyph-size,
- ripple-size: $kendo-radio-lg-ripple-size
- )
-) |
- (sm: (size: 0.75rem, glyph-size: 0.625rem, ripple-size: 300%), md: (size: 1rem, glyph-size: 0.875rem, ripple-size: 300%), lg: (size: 1.25rem, glyph-size: 1.125rem, ripple-size: 300%)) |
+ $kendo-stepper-indicator-current-hover-border | +Null | +$kendo-stepper-indicator-done-hover-border |
+ null |
Description
+ The map with the different RadioButton sizes. | Description
The border color of the hovered Stepper current indicator. |
||||||
$kendo-radio-bg | +$kendo-stepper-indicator-current-disabled-bg | Color | -$kendo-checkbox-bg |
- #ffffff |
+ $kendo-stepper-indicator-done-disabled-bg |
+ #6ea8fe |
|
Description
+ The background color of the RadioButton. | Description
The background color of the disabled Stepper current indicator. |
||||||
$kendo-radio-text | -Null | -$kendo-checkbox-text |
- null |
+ $kendo-stepper-indicator-current-disabled-text | +Color | +$kendo-stepper-indicator-done-disabled-text |
+ white |
Description
+ The text color of radio button. | Description
The text color of the disabled Stepper current indicator. |
||||||
$kendo-radio-border | +$kendo-stepper-indicator-current-disabled-border | Color | -$kendo-checkbox-border |
- #ced4da |
+ $kendo-stepper-indicator-done-disabled-border |
+ #6ea8fe |
|
Description
+ The border color of the RadioButton. | Description
The border color of the disabled Stepper current indicator. |
||||||
$kendo-radio-hover-bg | +$kendo-stepper-label-text | Null | -$kendo-checkbox-hover-bg |
+ null |
null |
||
Description
+ The background color of the hovered RadioButton. | Description
The text color of the Stepper label. |
||||||
$kendo-radio-hover-text | -Null | -$kendo-checkbox-hover-text |
- null |
+ $kendo-stepper-label-success-text | +Color | +$kendo-color-success |
+ #198754 |
Description
+ The text color of the hovered RadioButton. | Description
The success text color of the Stepper label. |
||||||
$kendo-radio-hover-border | -Null | -$kendo-checkbox-hover-border |
- null |
+ $kendo-stepper-label-error-text | +Color | +$kendo-color-error |
+ #dc3545 |
Description
+ The border color of the hovered RadioButton. | Description
The error text color of the Stepper label. |
||||||
$kendo-radio-checked-bg | -Color | -$kendo-checkbox-checked-bg |
- #0d6efd |
+ $kendo-stepper-label-hover-text | +Null | +null |
+ null |
Description
+ The background color of the checked RadioButton. | Description
The text color of the hovered Stepper label. |
||||||
$kendo-radio-checked-text | +$kendo-stepper-label-disabled-text | Color | -$kendo-checkbox-checked-text |
- white |
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .65 ), $kendo-disabled-text) |
+ #adb5bd |
|
Description
+ The text color of the checked RadioButton. | Description
The text color of the disabled Stepper label. |
||||||
$kendo-radio-checked-border | +$kendo-stepper-optional-label-text | Color | -$kendo-checkbox-checked-border |
- #0d6efd |
+ $kendo-subtle-text |
+ #6c757d |
|
Description
+ The border color of the checked RadioButton. | Description
The text color of the Stepper optional label. |
||||||
$kendo-radio-focus-border | -Color | -$kendo-checkbox-focus-border |
- #86b7fe |
+ $kendo-stepper-optional-label-opacity | +Null | +null |
+ null |
Description
+ The border color of the focused RadioButton. | Description
The opacity of the Stepper optional label. |
||||||
$kendo-radio-focus-shadow | -List | -$kendo-checkbox-focus-shadow |
- 0 0 0 0.25rem rgba(13, 110, 253, 0.25) |
+ $kendo-stepper-optional-label-font-size | +Number | +$kendo-font-size-sm |
+ 0.875rem |
Description
+ The box shadow of the focused RadioButton. | Description
The font size of the Stepper optional label. |
||||||
$kendo-radio-focus-checked-border | -Color | -$kendo-checkbox-focus-checked-border |
- #0d6efd |
+ $kendo-stepper-optional-label-font-style | +Null | +null |
+ null |
Description
+ The border color of the focused and checked RadioButton. | Description
The font style of the Stepper optional label. |
||||||
$kendo-radio-focus-checked-shadow | -List | -$kendo-checkbox-focus-checked-shadow |
- 0 0 0 0.25rem rgba(13, 110, 253, 0.25) |
+ $kendo-stepper-progressbar-size | +Number | +2px |
+ 2px |
Description
+ The box shadow of the focused and checked RadioButton. | Description
The size of the Stepper ProgressBar. |
||||||
$kendo-radio-disabled-bg | +$kendo-stepper-progressbar-bg | Null | -$kendo-checkbox-disabled-bg |
+ null |
null |
||
Description
+ The background color of the disabled RadioButton. | Description
The background color of the Stepper ProgressBar. |
||||||
$kendo-radio-disabled-text | +$kendo-stepper-progressbar-text | Null | -$kendo-checkbox-disabled-text |
+ null |
null |
||
Description
+ The color of the disabled RadioButton. | Description
The text color of the Stepper ProgressBar. |
||||||
$kendo-radio-disabled-border | +$kendo-stepper-progressbar-fill-bg | Null | -$kendo-checkbox-disabled-border |
+ null |
null |
||
Description
+ The border color of the disabled RadioButton. | Description
The background color of the selected Stepper ProgressBar. |
||||||
$kendo-radio-disabled-checked-bg | +$kendo-stepper-progressbar-fill-text | Null | -$kendo-checkbox-disabled-checked-bg |
+ null |
null |
||
Description
+ The background color of the disabled and checked RadioButton. | Description
The text color of the selected Stepper ProgressBar. |
||||||
$kendo-radio-disabled-checked-text | -Null | -$kendo-checkbox-disabled-checked-text |
- null |
+ $kendo-stepper-content-transition-property | +String | +height |
+ height |
Description
+ The color of the disabled and checked RadioButton. | Description
The property name of the Stepper transition. |
||||||
$kendo-radio-disabled-checked-border | -Null | -$kendo-checkbox-disabled-checked-border |
- null |
+ $kendo-stepper-content-transition-duration | +Number | +300ms |
+ 300ms |
Description
+ The border color of disabled and checked RadioButton. | Description
The duration of the Stepper transition. |
||||||
$kendo-radio-invalid-bg | +$kendo-stepper-content-transition-timing-function | +List | +cubic-bezier(.4, 0, .2, 1) 0ms |
+ cubic-bezier(0.4, 0, 0.2, 1) 0ms |
+|||
Description
+ The timing function of the Stepper transition. |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-switch-font-family | Null | -$kendo-checkbox-invalid-bg |
+ null |
null |
|||
Description
+ The background color of the invalid RadioButton. | Description
The font family of the Switch. |
||||||
$kendo-radio-invalid-text | -Color | -$kendo-checkbox-invalid-text |
- #dc3545 |
+ $kendo-switch-track-border-width | +Number | +1px |
+ 1px |
Description
+ The text color of the invalid RadioButton. | Description
The border width of the Switch track. |
||||||
$kendo-radio-invalid-border | -Color | -$kendo-checkbox-invalid-border |
- #dc3545 |
+ $kendo-switch-thumb-border-width | +Null | +null |
+ null |
Description
+ The border color of the invalid RadioButton. | Description
The border width of the Switch thumb. |
||||||
$kendo-radio-indicator-type | -String | -image |
- image |
+ $kendo-switch-label-text-transform | +Null | +null |
+ null |
Description
+ The type of the RadioButton indicator. | Description
The text transform of the Switch label. |
||||||
$kendo-radio-glyph-font-family | -List | -"WebComponentsIcons", monospace |
- "WebComponentsIcons", monospace |
+ $kendo-switch-label-display | +String | +none |
+ none |
Description
+ The font family of the RadioButton indicator glyph. | Description
The display of the Switch label. |
||||||
$kendo-radio-checked-glyph | -String | -"\e308" |
- "\e308" |
+ $kendo-switch-sizes | +Map | +(
+ sm: ( font-size: null, track-width: 48px, track-height: 26px, thumb-width: 20px, thumb-height: 20px, thumb-offset: 3px, label-offset: null ),
+ md: ( font-size: null, track-width: 56px, track-height: 30px, thumb-width: 24px, thumb-height: 24px, thumb-offset: 3px, label-offset: null ),
+ lg: ( font-size: null, track-width: 64px, track-height: 34px, thumb-width: 28px, thumb-height: 28px, thumb-offset: 3px, label-offset: null )
+) |
+ (sm: (font-size: null, track-width: 48px, track-height: 26px, thumb-width: 20px, thumb-height: 20px, thumb-offset: 3px, label-offset: null), md: (font-size: null, track-width: 56px, track-height: 30px, thumb-width: 24px, thumb-height: 24px, thumb-offset: 3px, label-offset: null), lg: (font-size: null, track-width: 64px, track-height: 34px, thumb-width: 28px, thumb-height: 28px, thumb-offset: 3px, label-offset: null)) |
Description
+ The glyph of the RadioButton indicator. | Description
The map with the different Switch sizes. |
||||||
$kendo-radio-checked-image | -String | -k-escape-svg( url("data:image/svg+xml,") ) |
- url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='white'/%3e%3c/svg%3e") |
+ $kendo-switch-off-track-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The image of the checked RadioButton indicator. | Description
The background of the track when the Switch is not checked. |
||||||
$kendo-radio-disabled-checked-image | +$kendo-switch-off-track-text | Null | null |
null |
|||
Description
+ The image of the disabled and checked RadioButton indicator. | Description
The text color of the track when the Switch is not checked. |
||||||
$kendo-radio-label-margin-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ $kendo-switch-off-track-border | +Color | +$gray-500 |
+ #adb5bd |
Description
+ The horizontal margin of the RadioButton inside of a label. | Description
The border color of the track when the Switch is not checked. |
||||||
$kendo-radio-list-spacing | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
+ $kendo-switch-off-track-gradient | +Null | +null |
+ null |
Description
+ The horizontal list item margin of the RadioButton. | Description
The background gradient of the track when the Switch is not checked. |
||||||
$kendo-radio-list-item-padding-x | -Number | -0px |
- 0px |
+ $kendo-switch-off-track-hover-bg | +Null | +null |
+ null |
Description
+ The horizontal list item padding of the RadioButton. | Description
The background of the track when the hovered Switch is not checked. |
||||||
$kendo-radio-list-item-padding-y | -Number | -$kendo-list-md-item-padding-y |
- 0.25rem |
+ $kendo-switch-off-track-hover-text | +Null | +null |
+ null |
Description
+ The vertical list item padding of the RadioButton. | Description
The text color of the track when the hovered Switch is not checked. |
||||||
$kendo-radio-ripple-bg | -Color | -$kendo-radio-checked-bg |
- #0d6efd |
+ $kendo-switch-off-track-hover-border | +Null | +null |
+ null |
Description
+ The background color of the RadioButton ripple. | Description
The border color of the track when the hovered Switch is not checked. |
||||||
$kendo-radio-ripple-opacity | -Number | -.25 |
- 0.25 |
-||||
Description
- The opacity of the RadioButton ripple. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-rating-font-family | -List | -$kendo-font-family |
- 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" |
+ $kendo-switch-off-track-hover-gradient | +Null | +null |
+ null |
Description
+ The font family of the Rating. | Description
The background gradient of the track when the hovered Switch is not checked. |
||||||
$kendo-rating-font-size | -Number | -$kendo-font-size-md |
- 1rem |
+ $kendo-switch-off-track-focus-bg | +Null | +null |
+ null |
Description
+ The font size of the Rating. | Description
The background of the track when the focused Switch is not checked. |
||||||
$kendo-rating-line-height | -Number | -$kendo-line-height-md |
- 1.5 |
+ $kendo-switch-off-track-focus-text | +Null | +null |
+ null |
Description
+ The line height of the Rating. | Description
The text color of the track when the focused Switch is not checked. |
||||||
$kendo-rating-container-margin-x | -Number | -$kendo-padding-sm-x |
- 0.5rem |
+ $kendo-switch-off-track-focus-border | +Color | +if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-mix( $kendo-switch-off-track-bg, $kendo-color-primary )) |
+ #86b7fe |
Description
+ The horizontal margin of the Rating container. | Description
The border color of the track when the focused Switch is not checked. |
||||||
$kendo-rating-item-padding-x | -Number | -$kendo-padding-sm-x |
- 0.5rem |
+ $kendo-switch-off-track-focus-gradient | +Null | +null |
+ null |
Description
+ The horizontal padding of the Rating item. | Description
The background gradient of the track when the focused Switch is not checked. |
||||||
$kendo-rating-item-padding-y | -Number | -$kendo-padding-md-y |
- 0.5rem |
+ $kendo-switch-off-track-focus-ring | +List | +.25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 )) |
+ 0.25rem solid rgba(13, 110, 253, 0.25) |
Description
+ The vertical padding of the Rating item. | Description
The ring around the track when the focused Switch is not checked. |
||||||
$kendo-rating-label-margin-x | -Number | -$kendo-padding-md-x |
- 1rem |
+ $kendo-switch-off-track-disabled-bg | +Color | +if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $gray-800, $gray-200 )) |
+ #e9ecef |
Description
+ The horizontal margin of the Rating label. | Description
The background of the track when the disabled Switch is not checked. |
||||||
$kendo-rating-label-margin-y | -Number | -$kendo-padding-md-y |
- 0.5rem |
+ $kendo-switch-off-track-disabled-text | +Null | +null |
+ null |
Description
+ The vertical margin of the Rating label. | Description
The text color of the track when the disabled Switch is not checked. |
||||||
$kendo-rating-label-line-height | -Number | -$kendo-line-height-lg |
- 2 |
+ $kendo-switch-off-track-disabled-border | +Null | +null |
+ null |
Description
+ The line height of the Rating label. | Description
The border color of the track when the disabled Switch is not checked. |
||||||
$kendo-rating-icon-text | -Color | -$kendo-subtle-text |
- #6c757d |
+ $kendo-switch-off-track-disabled-gradient | +Null | +null |
+ null |
Description
+ The text color of the Rating icon. | Description
The background gradient of the track when the disabled Switch is not checked. |
||||||
$kendo-rating-icon-selected-text | +$kendo-switch-off-thumb-bg | Color | -$kendo-selected-bg |
- #0d6efd |
+ $gray-500 |
+ #adb5bd |
|
Description
+ The text color of the selected Rating icon. | Description
The background of the thumb when the Switch is not checked. |
||||||
$kendo-rating-icon-hover-text | -Color | -$kendo-selected-bg |
- #0d6efd |
+ $kendo-switch-off-thumb-text | +Null | +null |
+ null |
Description
+ The text color of the hovered Rating icon. | Description
The text color of the thumb when the Switch is not checked. |
||||||
$kendo-rating-icon-focus-text | -Color | -$kendo-selected-bg |
- #0d6efd |
+ $kendo-switch-off-thumb-border | +Null | +null |
+ null |
Description
+ The text color of the focused Rating icon. | Description
The border color of the thumb when the Switch is not checked. |
||||||
$kendo-rating-icon-focus-shadow | -List | -0 2px 4px rgba( black, .1 ) |
- 0 2px 4px rgba(0, 0, 0, 0.1) |
+ $kendo-switch-off-thumb-gradient | +Null | +null |
+ null |
Description
+ The shadow of the focused Rating icon. | Description
The background gradient of the thumb when the Switch is not checked. |
||||||
$kendo-rating-icon-focus-selected-shadow | -List | -0 2px 4px rgba( black, .1) |
- 0 2px 4px rgba(0, 0, 0, 0.1) |
+ $kendo-switch-off-thumb-hover-bg | +Null | +null |
+ null |
Description
+ The shadow of the focused and selected Rating icon. | Description
The background of the thumb when the hovered Switch is not checked. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-scrollview-border-width | -Number | -1px |
- 1px |
+||||
$kendo-switch-off-thumb-hover-text | +Null | +null |
+ null |
||||
Description
+ The width of the border around the ScrollView. | Description
The text color of the thumb when the hovered Switch is not checked. |
||||||
$kendo-scrollview-font-family | -List | -$kendo-font-family |
- 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" |
+ $kendo-switch-off-thumb-hover-border | +Null | +null |
+ null |
Description
+ The font family of the ScrollView. | Description
The border color of the thumb when the hovered Switch is not checked. |
||||||
$kendo-scrollview-font-size | -Number | -$kendo-font-size-md |
- 1rem |
+ $kendo-switch-off-thumb-hover-gradient | +Null | +null |
+ null |
Description
+ The font size of the ScrollView. | Description
The background gradient of the thumb when the hovered Switch is not checked. |
||||||
$kendo-scrollview-line-height | -Number | -$kendo-line-height-md |
- 1.5 |
+ $kendo-switch-on-track-bg | +Color | +$kendo-color-primary |
+ #0d6efd |
Description
+ The line height of the ScrollView. | Description
The background of the track when the Switch is checked. |
||||||
$kendo-scrollview-text | -Color | -$kendo-component-text |
- #212529 |
+ $kendo-switch-on-track-text | +Null | +null |
+ null |
Description
+ The text color of the ScrollView. | Description
The text color of the track when the Switch is checked. |
||||||
$kendo-scrollview-bg | +$kendo-switch-on-track-border | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-switch-on-track-bg |
+ #0d6efd |
|
Description
+ The background color of the ScrollView. | Description
The border color of the track when the Switch is checked. |
||||||
$kendo-scrollview-border | -Color | -$kendo-component-border |
- #dee2e6 |
+ $kendo-switch-on-track-gradient | +Null | +null |
+ null |
Description
+ The border color of the ScrollView. | Description
The background gradient of the track when the Switch is checked. |
||||||
$kendo-scrollview-pagebutton-size | -Number | -10px |
- 10px |
+ $kendo-switch-on-track-hover-bg | +Null | +null |
+ null |
Description
+ The size of the ScrollView page button. | Description
The background of the track when the hovered Switch is checked. |
||||||
$kendo-scrollview-pagebutton-bg | -Color | -$kendo-button-bg |
- #e4e7eb |
+ $kendo-switch-on-track-hover-text | +Null | +null |
+ null |
Description
+ The background color of the ScrollView page button. | Description
The text color of the track when the hovered Switch is checked. |
||||||
$kendo-scrollview-pagebutton-border | -Color | -$kendo-button-border |
- #e4e7eb |
+ $kendo-switch-on-track-hover-border | +Null | +null |
+ null |
Description
+ The border color of the ScrollView page button. | Description
The border color of the track when the hovered Switch is checked. |
||||||
$kendo-scrollview-pagebutton-primary-bg | -Color | -$kendo-color-primary |
- #0d6efd |
+ $kendo-switch-on-track-hover-gradient | +Null | +null |
+ null |
Description
+ The primary background color of the ScrollView page button. | Description
The background gradient of the track when the hovered Switch is checked. |
||||||
$kendo-scrollview-pagebutton-primary-border | -Color | -$kendo-color-primary |
- #0d6efd |
+ $kendo-switch-on-track-focus-bg | +Null | +null |
+ null |
Description
+ The primary border color of the ScrollView page button. | Description
The background of the track when the focused Switch is checked. |
||||||
$kendo-scrollview-pagebutton-shadow | -List | -0 0 0 2px rgba( black, .13 ) |
- 0 0 0 2px rgba(0, 0, 0, 0.13) |
+ $kendo-switch-on-track-focus-text | +Null | +null |
+ null |
Description
+ The box shadow of the ScrollView page button. | Description
The text color of the track when the focused Switch is checked. |
||||||
$kendo-scrollview-pager-offset | -Number | -0 |
- 0 |
+ $kendo-switch-on-track-focus-border | +Null | +null |
+ null |
Description
+ The offset of the ScrollView pager. | Description
The border color of the track when the focused Switch is checked. |
||||||
$kendo-scrollview-pager-item-spacing | -Number | -20px |
- 20px |
+ $kendo-switch-on-track-focus-gradient | +Null | +null |
+ null |
Description
+ The spacing between the ScrollView pager items. | Description
The background gradient of the track when the focused Switch is checked. |
||||||
$kendo-scrollview-pager-item-border-width | -Number | -0px |
- 0px |
+ $kendo-switch-on-track-focus-ring | +List | +.25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-switch-on-track-border, .25 )) |
+ 0.25rem solid rgba(13, 110, 253, 0.25) |
Description
+ The border width of the ScrollView pager items. | Description
The ring around the track when the focused Switch is checked. |
||||||
$kendo-scrollview-pager-height | -Calculation | -calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + #{$kendo-scrollview-pager-item-spacing * 2} ) |
- calc(10px + 0px + 40px) |
+ $kendo-switch-on-track-disabled-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( primary ), .5 ), k-try-tint( $kendo-switch-on-track-bg, 50% )) |
+ #86b7fe |
Description
+ The height of the ScrollView pager. | Description
The background of the track when the disabled Switch is checked. |
||||||
$kendo-scrollview-arrow-tap-highlight-color | -Color | -$kendo-color-rgba-transparent |
- rgba(0, 0, 0, 0) |
+ $kendo-switch-on-track-disabled-text | +Null | +null |
+ null |
Description
+ The text color of the highlight over the tapped ScrollView navigation arrows. | Description
The text color of the track when the disabled Switch is checked. |
||||||
$kendo-scrollview-navigation-color | -Color | -white |
- white |
+ $kendo-switch-on-track-disabled-border | +Null | +null |
+ null |
Description
+ The color of the ScrollView navigation arrows. | Description
The border color of the track when the disabled Switch is checked. |
||||||
$kendo-scrollview-navigation-icon-shadow | -List | -rgba( black, .3 ) 0 0 15px |
- rgba(0, 0, 0, 0.3) 0 0 15px |
+ $kendo-switch-on-track-disabled-gradient | +Null | +null |
+ null |
Description
+ The box shadow of the ScrollView navigation arrows. | Description
The background gradient of the track when the disabled Switch is checked. |
||||||
$kendo-scrollview-navigation-bg | +$kendo-switch-on-thumb-bg | Color | -rgba( black, 0 ) |
- rgba(0, 0, 0, 0) |
+ if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-switch-on-track-bg )) |
+ white |
|
Description
+ The background color of the ScrollView navigation. | Description
The background of the thumb when the Switch is checked. |
||||||
$kendo-scrollview-navigation-default-opacity | -Number | -.7 |
- 0.7 |
+ $kendo-switch-on-thumb-text | +Null | +null |
+ null |
Description
+ The opacity of the ScrollView navigation. | Description
The text color of the thumb when the Switch is checked. |
||||||
$kendo-scrollview-navigation-hover-opacity | -Number | -1 |
- 1 |
+ $kendo-switch-on-thumb-border | +Null | +null |
+ null |
Description
+ The hover opacity of the ScrollView navigation. | Description
The border color of the thumb when the Switch is checked. |
||||||
$kendo-scrollview-navigation-hover-span-bg | +$kendo-switch-on-thumb-gradient | Null | null |
null |
|||
Description
+ The hover background color of the ScrollView navigation arrows. | Description
The background gradient of the thumb when the Switch is checked. |
||||||
$kendo-scrollview-light-bg | -Color | -rgba( white, .4 ) |
- rgba(255, 255, 255, 0.4) |
+ $kendo-switch-on-thumb-hover-bg | +Null | +null |
+ null |
Description
+ The background color of the ScrollView pager in light mode. | Description
The background of the thumb when the hovered Switch is checked. |
||||||
$kendo-scrollview-dark-bg | -Color | -rgba( black, .4 ) |
- rgba(0, 0, 0, 0.4) |
+ $kendo-switch-on-thumb-hover-text | +Null | +null |
+ null |
Description
+ The background color of the ScrollView pager in dark mode. | Description
The text color of the thumb when the hovered Switch is checked. |
||||||
$kendo-scrollview-transition-duration | -Number | -.3s |
- 0.3s |
+ $kendo-switch-on-thumb-hover-border | +Null | +null |
+ null |
Description
+ The duration of the ScrollView transition. | Description
The border color of the thumb when the hovered Switch is checked. |
||||||
$kendo-scrollview-transition-timing-function | -String | -ease-in-out |
- ease-in-out |
+ $kendo-switch-on-thumb-hover-gradient | +Null | +null |
+ null |
Description
+ The timing function of the ScrollView transition. | Description
The background gradient of the thumb when the hovered Switch is checked. |
$kendo-skeleton-text-transform | -String | -scale( 1, .6 ) |
- scale(1, 0.6) |
+ $kendo-table-border-width | +Number | +1px |
+ 1px |
Description
+ The transform scale of the Skeleton text. | Description
The width of the table border. |
||||||
$kendo-skeleton-text-border-radius | +$kendo-table-cell-vertical-border-width | Number | -$kendo-border-radius-md |
- 0.375rem |
+ 1px |
+ 1px |
|
Description
+ The border radius of the Skeleton text. | Description
The width of vertical border of table cells. |
||||||
$kendo-skeleton-rect-border-radius | +$kendo-table-cell-horizontal-border-width | Number | -0 |
- 0 |
+ 0px |
+ 0px |
|
Description
+ The border radius of the rectangular Skeleton. | Description
The width of horizontal border of table cells. |
||||||
$kendo-skeleton-circle-border-radius | -Number | -9999px |
- 9999px |
+ $kendo-table-font-size | +Null | +null |
+ null |
Description
+ The border radius of the circular Skeleton. | Description
The font size of the table if no size is specified. |
||||||
$kendo-skeleton-item-bg | -Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 )) |
- rgba(33, 37, 41, 0.2) |
+ $kendo-table-line-height | +Null | +null |
+ null |
Description
+ The background color of the Skeleton item. | Description
The line-height of the table if no size is specified. |
||||||
$kendo-skeleton-wave-bg | -Color | -rgba( black, .04 ) |
- rgba(0, 0, 0, 0.04) |
+ $kendo-table-cell-padding-x | +Null | +null |
+ null |
Description
+ The background color of the Skeleton wave animation. | Description
The horizontal padding of the cells in the table if no size is specified. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-split-button-focus-shadow | -List | -$kendo-button-focus-shadow |
- 0 0 0 0.25rem rgba(228, 231, 235, 0.5) |
+||||
$kendo-table-cell-padding-y | +Null | +null |
+ null |
||||
Description
+ The focus shadow of the SplitButton. | Description
The vertical padding of the cells in the table if no size is specified. |
||||||
$kendo-split-button-arrow-padding-x | -Number | -$kendo-button-padding-y |
- 0.375rem |
+ $kendo-table-sizes | +Map | +(
+ 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: 1rem, line-height: 1.5, cell-padding-x: 0.5rem, cell-padding-y: 0.25rem), md: (font-size: 1rem, line-height: 1.5, cell-padding-x: 0.5rem, cell-padding-y: 0.5rem), lg: (font-size: 1rem, line-height: 1.5, cell-padding-x: 0.5rem, cell-padding-y: 0.625rem)) |
Description
+ The horizontal padding of the arrow Button. | Description
The sizes of the table. |
||||||
$kendo-split-button-sm-arrow-padding-x | -Number | -$kendo-button-sm-padding-y |
- 0.25rem |
+ $kendo-table-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The horizontal padding of the small arrow Button. | Description
Background color of tables. |
||||||
$kendo-split-button-md-arrow-padding-x | -Number | -$kendo-button-md-padding-y |
- 0.375rem |
+ $kendo-table-text | +Color | +$kendo-component-text |
+ #212529 |
Description
+ The horizontal padding of the medium arrow Button. | Description
Text color of tables. |
||||||
$kendo-split-button-lg-arrow-padding-x | -Number | -$kendo-button-lg-padding-y |
- 0.5rem |
+ $kendo-table-border | +Color | +$kendo-component-border |
+ #dee2e6 |
Description
+ The horizontal padding of the large arrow Button. | Description
Border color of tables. |
||||||
$kendo-split-button-arrow-padding-y | -Number | -$kendo-button-padding-y |
- 0.375rem |
+ $kendo-table-header-bg | +Color | +$kendo-component-header-bg |
+ #f8f9fa |
Description
+ The vertical padding of the arrow Button. | Description
Background color of table headers. |
||||||
$kendo-split-button-sm-arrow-padding-y | -Number | -$kendo-button-sm-padding-y |
- 0.25rem |
+ $kendo-table-header-text | +Color | +$kendo-component-header-text |
+ #212529 |
Description
+ The vertical padding of the small arrow Button. | Description
Text color of table headers. |
||||||
$kendo-split-button-md-arrow-padding-y | -Number | -$kendo-button-md-padding-y |
- 0.375rem |
+ $kendo-table-header-border | +Color | +$kendo-component-header-border |
+ #dee2e6 |
Description
+ The vertical padding of the medium arrow Button. | Description
Border color of table headers. |
||||||
$kendo-split-button-lg-arrow-padding-y | -Number | -$kendo-button-lg-padding-y |
- 0.5rem |
+ $kendo-table-header-gradient | +Null | +$kendo-component-header-gradient |
+ null |
Description
+ The vertical padding of the large arrow Button. | Description
Gradient of table headers. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-switch-font-family | -Null | -null |
- null |
+||||
$kendo-table-footer-bg | +Color | +$kendo-table-header-bg |
+ #f8f9fa |
||||
Description
+ The font family of the Switch. | Description
Background color of table footers. |
||||||
$kendo-switch-track-border-width | -Number | -1px |
- 1px |
+ $kendo-table-footer-text | +Color | +$kendo-table-header-text |
+ #212529 |
Description
+ The border width of the Switch track. | Description
Text color of table footers. |
||||||
$kendo-switch-thumb-border-width | -Null | -null |
- null |
+ $kendo-table-footer-border | +Color | +$kendo-table-header-border |
+ #dee2e6 |
Description
+ The border width of the Switch thumb. | Description
Border color of table footers. |
||||||
$kendo-switch-label-text-transform | -Null | -null |
- null |
+ $kendo-table-group-row-bg | +Color | +$kendo-table-header-bg |
+ #f8f9fa |
Description
+ The text transform of the Switch label. | Description
Background color of group rows in table. |
||||||
$kendo-switch-label-display | -String | -none |
- none |
+ $kendo-table-group-row-text | +Color | +$kendo-table-header-text |
+ #212529 |
Description
+ The display of the Switch label. | Description
Text color of group rows in table. |
||||||
$kendo-switch-sizes | -Map | -(
- sm: ( font-size: null, track-width: 48px, track-height: 26px, thumb-width: 20px, thumb-height: 20px, thumb-offset: 3px, label-offset: null ),
- md: ( font-size: null, track-width: 56px, track-height: 30px, thumb-width: 24px, thumb-height: 24px, thumb-offset: 3px, label-offset: null ),
- lg: ( font-size: null, track-width: 64px, track-height: 34px, thumb-width: 28px, thumb-height: 28px, thumb-offset: 3px, label-offset: null )
-) |
- (sm: (font-size: null, track-width: 48px, track-height: 26px, thumb-width: 20px, thumb-height: 20px, thumb-offset: 3px, label-offset: null), md: (font-size: null, track-width: 56px, track-height: 30px, thumb-width: 24px, thumb-height: 24px, thumb-offset: 3px, label-offset: null), lg: (font-size: null, track-width: 64px, track-height: 34px, thumb-width: 28px, thumb-height: 28px, thumb-offset: 3px, label-offset: null)) |
+ $kendo-table-group-row-border | +Color | +$kendo-table-header-border |
+ #dee2e6 |
Description
+ The map with the different Switch sizes. | Description
Border color of group rows in table. |
||||||
$kendo-switch-off-track-bg | +$kendo-table-alt-row-bg | Color | -$kendo-component-bg |
- #ffffff |
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), rgba( k-contrast-color( $kendo-table-bg ), .04 )) |
+ rgba(0, 0, 0, 0.04) |
|
Description
+ The background of the track when the Switch is not checked. | Description
Background color of alternating rows in table. |
||||||
$kendo-switch-off-track-text | +$kendo-table-alt-row-text | Null | null |
null |
|||
Description
+ The text color of the track when the Switch is not checked. | Description
Text color of alternating rows in table. |
||||||
$kendo-switch-off-track-border | +$kendo-table-alt-row-border | +Null | +null |
+ null |
+|||
Description
+ Border color of alternating rows in table. |
+|||||||
$kendo-table-hover-bg | Color | -$gray-500 |
- #adb5bd |
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .09 ), rgba( k-contrast-color( $kendo-table-bg ), .08 )) |
+ rgba(0, 0, 0, 0.08) |
||
Description
+ The border color of the track when the Switch is not checked. | Description
Background color of hovered rows in table. |
||||||
$kendo-switch-off-track-gradient | +$kendo-table-hover-text | Null | null |
null |
|||
Description
+ The background gradient of the track when the Switch is not checked. | Description
Text color of hovered rows in table. |
||||||
$kendo-switch-off-track-hover-bg | +$kendo-table-hover-border | Null | null |
null |
|||
Description
+ The background of the track when the hovered Switch is not checked. | Description
Border color of hovered rows in table. |
||||||
$kendo-switch-off-track-hover-text | +$kendo-table-focus-bg | Null | null |
null |
|||
Description
+ The text color of the track when the hovered Switch is not checked. | Description
Background color of focused rows in table. |
||||||
$kendo-switch-off-track-hover-border | +$kendo-table-focus-text | Null | null |
null |
|||
Description
+ The border color of the track when the hovered Switch is not checked. | Description
Text color of focused rows in table. |
||||||
$kendo-switch-off-track-hover-gradient | +$kendo-table-focus-border | Null | null |
null |
|||
Description
+ The background gradient of the track when the hovered Switch is not checked. | Description
Border color of focused rows in table. |
||||||
$kendo-switch-off-track-focus-bg | -Null | -null |
- null |
+ $kendo-table-focus-shadow | +List | +inset 0 0 0 2px rgba( $kendo-color-black, .08) |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.08) |
Description
+ The background of the track when the focused Switch is not checked. | Description
Box shadow of focused rows in table. |
||||||
$kendo-switch-off-track-focus-text | -Null | -null |
- null |
+ $kendo-table-selected-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) |
+ rgba(13, 110, 253, 0.25) |
Description
+ The text color of the track when the focused Switch is not checked. | Description
Background color of selected rows in table. |
||||||
$kendo-switch-off-track-focus-border | +$kendo-table-selected-text | Color | -if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-mix( $kendo-switch-off-track-bg, $kendo-color-primary )) |
- #86b7fe |
+ $kendo-table-text |
+ #212529 |
|
Description
+ The border color of the track when the focused Switch is not checked. | Description
Text color of selected rows in table. |
||||||
$kendo-switch-off-track-focus-gradient | +$kendo-table-selected-border | Null | null |
null |
|||
Description
+ The background gradient of the track when the focused Switch is not checked. | Description
+ Border color of selected rows in table. |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-tabstrip-bg | +Null | +null |
+ null |
+||||
Description
Background color of tabstrip component |
|||||||
$kendo-switch-off-track-focus-ring | -List | -.25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-color-primary, .25 )) |
- 0.25rem solid rgba(13, 110, 253, 0.25) |
+ $kendo-tabstrip-text | +Color | +$kendo-component-text |
+ #212529 |
Description
+ The ring around the track when the focused Switch is not checked. | Description
Text color of tabstrip component |
||||||
$kendo-switch-off-track-disabled-bg | +$kendo-tabstrip-border | Color | -if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $gray-800, $gray-200 )) |
- #e9ecef |
+ $kendo-component-border |
+ #dee2e6 |
|
Description
+ The background of the track when the disabled Switch is not checked. | Description
Border color of tabstrip component |
||||||
$kendo-switch-off-track-disabled-text | -Null | -null |
- null |
+ $kendo-tabstrip-item-padding-x | +Number | +$nav-link-padding-x |
+ 1rem |
Description
+ The text color of the track when the disabled Switch is not checked. | Description
Horizontal padding of tabs |
||||||
$kendo-switch-off-track-disabled-border | -Null | -null |
- null |
+ $kendo-tabstrip-item-padding-y | +Number | +$nav-link-padding-y |
+ 0.5rem |
Description
+ The border color of the track when the disabled Switch is not checked. | Description
Vertical padding of tabs |
||||||
$kendo-switch-off-track-disabled-gradient | -Null | -null |
- null |
+ $kendo-tabstrip-item-border-width | +Number | +1px |
+ 1px |
Description
+ The background gradient of the track when the disabled Switch is not checked. | Description
Width of border around tabs |
||||||
$kendo-switch-off-thumb-bg | -Color | -$gray-500 |
- #adb5bd |
+ $kendo-tabstrip-item-border-radius | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 0.25rem |
Description
+ The background of the thumb when the Switch is not checked. | Description
Border radius of tabs |
||||||
$kendo-switch-off-thumb-text | -Null | -null |
- null |
+ $kendo-tabstrip-item-gap | +Number | +0 |
+ 0 |
Description
+ The text color of the thumb when the Switch is not checked. | Description
Spacing between tabs |
||||||
$kendo-switch-off-thumb-border | +$kendo-tabstrip-item-bg | Null | null |
null |
|||
Description
+ The border color of the thumb when the Switch is not checked. | Description
Background color of tabs |
||||||
$kendo-switch-off-thumb-gradient | -Null | -null |
- null |
+ $kendo-tabstrip-item-text | +Color | +$kendo-link-text |
+ #0d6efd |
Description
+ The background gradient of the thumb when the Switch is not checked. | Description
Text color of tabs |
||||||
$kendo-switch-off-thumb-hover-bg | +$kendo-tabstrip-item-border | Null | null |
null |
|||
Description
+ The background of the thumb when the hovered Switch is not checked. | Description
Border color of tabs |
||||||
$kendo-switch-off-thumb-hover-text | +$kendo-tabstrip-item-gradient | Null | null |
null |
|||
Description
+ The text color of the thumb when the hovered Switch is not checked. | Description
Background gradient of tabs |
||||||
$kendo-switch-off-thumb-hover-border | +$kendo-tabstrip-item-hover-bg | Null | null |
null |
|||
Description
+ The border color of the thumb when the hovered Switch is not checked. | Description
Background color of hovered tabs |
||||||
$kendo-switch-off-thumb-hover-gradient | -Null | -null |
- null |
+ $kendo-tabstrip-item-hover-text | +Color | +$kendo-link-hover-text |
+ #0a58ca |
Description
+ The background gradient of the thumb when the hovered Switch is not checked. | Description
Text color of hovered tabs |
||||||
$kendo-switch-on-track-bg | +$kendo-tabstrip-item-hover-border | Color | -$kendo-color-primary |
- #0d6efd |
+ $gray-200 |
+ #e9ecef |
|
Description
+ The background of the track when the Switch is checked. | Description
Border color of hovered tabs |
||||||
$kendo-switch-on-track-text | +$kendo-tabstrip-item-hover-gradient | Null | null |
null |
|||
Description
+ The text color of the track when the Switch is checked. | Description
Background gradient of hovered tabs |
||||||
$kendo-switch-on-track-border | +$kendo-tabstrip-item-selected-bg | Color | -$kendo-switch-on-track-bg |
- #0d6efd |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The border color of the track when the Switch is checked. | Description
Background color of selected tabs |
||||||
$kendo-switch-on-track-gradient | -Null | -null |
- null |
+ $kendo-tabstrip-item-selected-text | +Color | +$kendo-component-text |
+ #212529 |
Description
+ The background gradient of the track when the Switch is checked. | Description
Text color of selected tabs |
||||||
$kendo-switch-on-track-hover-bg | -Null | -null |
- null |
+ $kendo-tabstrip-item-selected-border | +Color | +$kendo-component-border |
+ #dee2e6 |
Description
+ The background of the track when the hovered Switch is checked. | Description
Border color of selected tabs |
||||||
$kendo-switch-on-track-hover-text | +$kendo-tabstrip-item-selected-gradient | Null | null |
null |
|||
Description
+ The text color of the track when the hovered Switch is checked. | Description
Background gradient of selected tabs |
||||||
$kendo-switch-on-track-hover-border | -Null | -null |
- null |
+ $kendo-tabstrip-content-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
Description
+ The border color of the track when the hovered Switch is checked. | Description
Horizontal padding of tabstrip content |
||||||
$kendo-switch-on-track-hover-gradient | -Null | -null |
- null |
+ $kendo-tabstrip-content-padding-y | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
Description
+ The background gradient of the track when the hovered Switch is checked. | Description
Vertical padding of tabstrip content |
||||||
$kendo-switch-on-track-focus-bg | -Null | -null |
- null |
+ $kendo-tabstrip-content-border-width | +Number | +$kendo-tabstrip-border-width |
+ 1px |
Description
+ The background of the track when the focused Switch is checked. | Description
Width of border around tabstrip content |
||||||
$kendo-switch-on-track-focus-text | -Null | -null |
- null |
+ $kendo-tabstrip-content-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The text color of the track when the focused Switch is checked. | Description
Background color of tabstrip content |
||||||
$kendo-switch-on-track-focus-border | -Null | -null |
- null |
+ $kendo-tabstrip-content-text | +Color | +$kendo-component-text |
+ #212529 |
Description
+ The border color of the track when the focused Switch is checked. | Description
Text color of tabstrip content |
||||||
$kendo-switch-on-track-focus-gradient | -Null | -null |
- null |
+ $kendo-tabstrip-content-border | +Color | +$kendo-component-border |
+ #dee2e6 |
Description
+ The background gradient of the track when the focused Switch is checked. | Description
Border color of tabstrip content |
||||||
$kendo-switch-on-track-focus-ring | -List | -.25rem solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-switch-on-track-border, .25 )) |
- 0.25rem solid rgba(13, 110, 253, 0.25) |
+ $kendo-tabstrip-content-focus-border | +Color | +$kendo-component-text |
+ #212529 |
Description
+ The ring around the track when the focused Switch is checked. | Description
Border color of tabstrip focused content |
||||||
$kendo-switch-on-track-disabled-bg | -Color | -if($kendo-enable-color-system, rgba( k-color( primary ), .5 ), k-try-tint( $kendo-switch-on-track-bg, 50% )) |
- #86b7fe |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-taskboard-spacer | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 1rem |
||||
Description
+ The background of the track when the disabled Switch is checked. | Description
The spacing index of the TaskBoard. |
||||||
$kendo-switch-on-track-disabled-text | +$kendo-taskboard-padding-y | Null | null |
null |
|||
Description
+ The text color of the track when the disabled Switch is checked. | Description
The vertical padding of the TaskBoard. |
||||||
$kendo-switch-on-track-disabled-border | +$kendo-taskboard-padding-x | Null | null |
null |
|||
Description
+ The border color of the track when the disabled Switch is checked. | Description
The horizontal of the TaskBoard. |
||||||
$kendo-switch-on-track-disabled-gradient | -Null | -null |
- null |
+ $kendo-taskboard-font-family | +List | +$kendo-font-family |
+ 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
+ The background gradient of the track when the disabled Switch is checked. | Description
The font family of the TaskBoard. |
||||||
$kendo-switch-on-thumb-bg | -Color | -if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-switch-on-track-bg )) |
- white |
+ $kendo-taskboard-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
Description
+ The background of the thumb when the Switch is checked. | Description
The font size of the TaskBoard. |
||||||
$kendo-switch-on-thumb-text | -Null | -null |
- null |
+ $kendo-taskboard-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
Description
+ The text color of the thumb when the Switch is checked. | Description
The line height of the TaskBoard. |
||||||
$kendo-switch-on-thumb-border | +$kendo-taskboard-bg | Null | null |
null |
|||
Description
+ The border color of the thumb when the Switch is checked. | Description
The background color of the TaskBoard. |
||||||
$kendo-switch-on-thumb-gradient | +$kendo-taskboard-text | Null | null |
null |
|||
Description
+ The background gradient of the thumb when the Switch is checked. | Description
The text color of the TaskBoard. |
||||||
$kendo-switch-on-thumb-hover-bg | +$kendo-taskboard-border | Null | null |
null |
|||
Description
+ The background of the thumb when the hovered Switch is checked. | Description
The border color of the TaskBoard. |
||||||
$kendo-switch-on-thumb-hover-text | +$kendo-taskboard-toolbar-padding-y | +Number | +$kendo-taskboard-spacer |
+ 1rem |
+|||
Description
+ The vertical padding of the TaskBoard Toolbar. |
+|||||||
$kendo-taskboard-toolbar-padding-x | +Number | +$kendo-taskboard-toolbar-padding-y |
+ 1rem |
+||||
Description
+ The horizontal padding of the TaskBoard Toolbar. |
+|||||||
$kendo-taskboard-toolbar-bg | Null | null |
null |
||||
Description
+ The text color of the thumb when the hovered Switch is checked. | Description
The background color of the TaskBoard Toolbar. |
||||||
$kendo-switch-on-thumb-hover-border | +$kendo-taskboard-toolbar-text | Null | null |
null |
|||
Description
+ The border color of the thumb when the hovered Switch is checked. | Description
The text color of the TaskBoard Toolbar. |
||||||
$kendo-switch-on-thumb-hover-gradient | +$kendo-taskboard-toolbar-border | Null | null |
null |
|||
Description
+ The background gradient of the thumb when the hovered Switch is checked. | Description
The border color of the TaskBoard Toolbar. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-table-border-width | -Number | -1px |
- 1px |
+||||
$kendo-taskboard-toolbar-gradient | +Null | +null |
+ null |
||||
Description
+ The width of the table border. | Description
The gradient of the TaskBoard Toolbar. |
||||||
$kendo-table-cell-vertical-border-width | +$kendo-taskboard-content-padding-y | Number | -1px |
- 1px |
+ $kendo-taskboard-spacer |
+ 1rem |
|
Description
+ The width of vertical border of table cells. | Description
The vertical padding of the TaskBoard content. |
||||||
$kendo-table-cell-horizontal-border-width | -Number | -0px |
- 0px |
+ $kendo-taskboard-content-padding-x | +Number | +$kendo-taskboard-content-padding-y |
+ 1rem |
Description
+ The width of horizontal border of table cells. | Description
The horizontal padding of the TaskBoard content. |
||||||
$kendo-table-font-size | -Null | -null |
- null |
+ $kendo-taskboard-column-container-spacing-y | +Number | +$kendo-taskboard-spacer * .75 |
+ 0.75rem |
Description
+ The font size of the table if no size is specified. | Description
The vertical spacing of the TaskBoard column container. |
||||||
$kendo-table-line-height | -Null | -null |
- null |
+ $kendo-taskboard-column-container-padding-y | +Number | +0px |
+ 0px |
Description
+ The line-height of the table if no size is specified. | Description
The vertical padding of the TaskBoard column container. |
||||||
$kendo-table-cell-padding-x | -Null | -null |
- null |
+ $kendo-taskboard-column-container-padding-x | +Number | +$kendo-taskboard-spacer * .75 |
+ 0.75rem |
Description
+ The horizontal padding of the cells in the table if no size is specified. | Description
The horizontal padding of the TaskBoard column container. |
||||||
$kendo-table-cell-padding-y | -Null | -null |
- null |
+ $kendo-taskboard-columns-container-gap | +Number | +$kendo-taskboard-spacer |
+ 1rem |
Description
+ The vertical padding of the cells in the table if no size is specified. | Description
The spacing of the TaskBoard columns container. |
||||||
$kendo-table-sizes | -Map | -(
- 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: 1rem, line-height: 1.5, cell-padding-x: 0.5rem, cell-padding-y: 0.25rem), md: (font-size: 1rem, line-height: 1.5, cell-padding-x: 0.5rem, cell-padding-y: 0.5rem), lg: (font-size: 1rem, line-height: 1.5, cell-padding-x: 0.5rem, cell-padding-y: 0.625rem)) |
+ $kendo-taskboard-column-width | +Number | +320px |
+ 320px |
Description
+ The sizes of the table. | Description
The default width of the TaskBoard column. |
||||||
$kendo-table-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-taskboard-column-border-width | +Number | +1px |
+ 1px |
Description
+ Background color of tables. | Description
The border width of the TaskBoard column. |
||||||
$kendo-table-text | -Color | -$kendo-component-text |
- #212529 |
+ $kendo-taskboard-column-border-radius | +Number | +$kendo-border-radius-sm |
+ 0.25rem |
Description
+ Text color of tables. | Description
The border radius of the TaskBoard column. |
||||||
$kendo-table-border | +$kendo-taskboard-column-bg | Color | -$kendo-component-border |
- #dee2e6 |
+ if($kendo-enable-color-system, k-color( surface ), if( $kendo-is-dark-theme, $gray-900, $gray-100 )) |
+ #f8f9fa |
|
Description
+ Border color of tables. | Description
The background color of the TaskBoard column. |
||||||
$kendo-table-header-bg | -Color | -$kendo-component-header-bg |
- #f8f9fa |
+ $kendo-taskboard-column-text | +Null | +null |
+ null |
Description
+ Background color of table headers. | Description
The text color of the TaskBoard column. |
||||||
$kendo-table-header-text | +$kendo-taskboard-column-border | Color | -$kendo-component-header-text |
- #212529 |
+ transparent |
+ transparent |
|
Description
+ Text color of table headers. | Description
The border color of the TaskBoard column. |
||||||
$kendo-table-header-border | -Color | -$kendo-component-header-border |
- #dee2e6 |
+ $kendo-taskboard-column-focus-bg | +Null | +null |
+ null |
Description
+ Border color of table headers. | Description
The background color of the focused TaskBoard column. |
||||||
$kendo-table-header-gradient | +$kendo-taskboard-column-focus-text | Null | -$kendo-component-header-gradient |
+ null |
null |
||
Description
+ Gradient of table headers. | Description
The text color of the focused TaskBoard column. |
||||||
$kendo-table-footer-bg | +$kendo-taskboard-column-focus-border | Color | -$kendo-table-header-bg |
- #f8f9fa |
+ if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-base-border, 2.5 )) |
+ #b6b7b8 |
|
Description
+ Background color of table footers. | Description
The border color of the focused TaskBoard column. |
||||||
$kendo-table-footer-text | -Color | -$kendo-table-header-text |
- #212529 |
+ $kendo-taskboard-column-header-padding-y | +Number | +$kendo-taskboard-spacer * .75 |
+ 0.75rem |
Description
+ Text color of table footers. | Description
The vertical padding of the TaskBoard column header. |
||||||
$kendo-table-footer-border | -Color | -$kendo-table-header-border |
- #dee2e6 |
+ $kendo-taskboard-column-header-padding-x | +Number | +$kendo-taskboard-column-header-padding-y |
+ 0.75rem |
Description
+ Border color of table footers. | Description
The horizontal padding of the TaskBoard column header. |
||||||
$kendo-table-group-row-bg | -Color | -$kendo-table-header-bg |
- #f8f9fa |
+ $kendo-taskboard-column-header-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 4 ) |
+ 0.25rem |
Description
+ Background color of group rows in table. | Description
The spacing of the TaskBoard column header. |
||||||
$kendo-table-group-row-text | -Color | -$kendo-table-header-text |
- #212529 |
+ $kendo-taskboard-column-header-actions-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 0.5rem |
Description
+ Text color of group rows in table. | Description
The spacing of the TaskBoard column header actions. |
||||||
$kendo-table-group-row-border | -Color | -$kendo-table-header-border |
- #dee2e6 |
+ $kendo-taskboard-column-header-font-weight | +Number | +500 |
+ 500 |
Description
+ Border color of group rows in table. | Description
The font weight of the TaskBoard column header. |
||||||
$kendo-table-alt-row-bg | +$kendo-taskboard-column-header-text | Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), rgba( k-contrast-color( $kendo-table-bg ), .04 )) |
- rgba(0, 0, 0, 0.04) |
+ $kendo-component-header-text |
+ #212529 |
|
Description
+ Background color of alternating rows in table. | Description
The text color of the TaskBoard column header. |
||||||
$kendo-table-alt-row-text | -Null | -null |
- null |
+ $kendo-taskboard-column-cards-padding-y | +Number | +$kendo-taskboard-spacer * .25 |
+ 0.25rem |
Description
+ Text color of alternating rows in table. | Description
The vertical padding of the TaskBoard column Card wrapper. |
||||||
$kendo-table-alt-row-border | -Null | -null |
- null |
+ $kendo-taskboard-column-cards-padding-x | +Number | +0px |
+ 0px |
Description
+ Border color of alternating rows in table. | Description
The horizontal padding of the TaskBoard column Card wrapper. |
||||||
$kendo-table-hover-bg | -Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .09 ), rgba( k-contrast-color( $kendo-table-bg ), .08 )) |
- rgba(0, 0, 0, 0.08) |
+ $kendo-taskboard-column-cards-gap | +Number | +$kendo-taskboard-spacer * .75 |
+ 0.75rem |
Description
+ Background color of hovered rows in table. | Description
The spacing of the TaskBoard column Card wrapper. |
||||||
$kendo-table-hover-text | -Null | -null |
- null |
+ $kendo-taskboard-pane-width | +Number | +$kendo-taskboard-column-width |
+ 320px |
Description
+ Text color of hovered rows in table. | Description
The default width of the TaskBoard pane. |
||||||
$kendo-table-hover-border | +$kendo-taskboard-pane-padding-y | Null | null |
null |
|||
Description
+ Border color of hovered rows in table. | Description
The vertical padding of the TaskBoard pane. |
||||||
$kendo-table-focus-bg | +$kendo-taskboard-pane-padding-x | Null | null |
null |
|||
Description
+ Background color of focused rows in table. | Description
The horizontal padding of the TaskBoard pane. |
||||||
$kendo-table-focus-text | -Null | -null |
- null |
+ $kendo-taskboard-pane-border-width | +Number | +1px |
+ 1px |
Description
+ Text color of focused rows in table. | Description
The border width of the TaskBoard pane. |
||||||
$kendo-table-focus-border | -Null | -null |
- null |
+ $kendo-taskboard-pane-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ Border color of focused rows in table. | Description
The background color of the TaskBoard pane. |
||||||
$kendo-table-focus-shadow | -List | -inset 0 0 0 2px rgba( $kendo-color-black, .08) |
- inset 0 0 0 2px rgba(0, 0, 0, 0.08) |
+ $kendo-taskboard-pane-text | +Color | +$kendo-component-text |
+ #212529 |
Description
+ Box shadow of focused rows in table. | Description
The text color of the TaskBoard pane. |
||||||
$kendo-table-selected-bg | +$kendo-taskboard-pane-border | Color | -if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) |
- rgba(13, 110, 253, 0.25) |
+ $kendo-component-border |
+ #dee2e6 |
|
Description
+ Background color of selected rows in table. | Description
The border color of the TaskBoard pane. |
||||||
$kendo-table-selected-text | -Color | -$kendo-table-text |
- #212529 |
+ $kendo-taskboard-pane-header-padding-y | +Number | +( $kendo-taskboard-spacer * .75 ) |
+ 0.75rem |
Description
+ Text color of selected rows in table. | Description
The vertical padding of the TaskBoard pane header. |
||||||
$kendo-table-selected-border | -Null | -null |
- null |
+ $kendo-taskboard-pane-header-padding-x | +Number | +$kendo-taskboard-spacer |
+ 1rem |
Description
+ Border color of selected rows in table. | Description
The horizontal padding of the TaskBoard pane header. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-tabstrip-bg | -Null | -null |
- null |
+||||
$kendo-taskboard-pane-header-font-weight | +Number | +500 |
+ 500 |
||||
Description
+ Background color of tabstrip component | Description
The font weight of the TaskBoard pane header. |
||||||
$kendo-tabstrip-text | +$kendo-taskboard-pane-header-text | Color | -$kendo-component-text |
+ $kendo-component-header-text |
#212529 |
||
Description
+ Text color of tabstrip component | Description
The text color of the TaskBoard pane header. |
||||||
$kendo-tabstrip-border | -Color | -$kendo-component-border |
- #dee2e6 |
+ $kendo-taskboard-pane-content-padding-y | +Number | +0px |
+ 0px |
Description
+ Border color of tabstrip component | Description
The vertical padding of the TaskBoard pane content. |
||||||
$kendo-tabstrip-item-padding-x | +$kendo-taskboard-pane-content-padding-x | Number | -$nav-link-padding-x |
+ $kendo-taskboard-spacer |
1rem |
||
Description
+ Horizontal padding of tabs | Description
The horizontal padding of the TaskBoard pane content. |
||||||
$kendo-tabstrip-item-padding-y | +$kendo-taskboard-pane-actions-padding-y | Number | -$nav-link-padding-y |
- 0.5rem |
+ ( $kendo-taskboard-spacer * .75 ) |
+ 0.75rem |
|
Description
+ Vertical padding of tabs | Description
The vertical padding of the TaskBoard pane actions. |
||||||
$kendo-tabstrip-item-border-width | +$kendo-taskboard-pane-actions-padding-x | Number | -1px |
- 1px |
+ $kendo-taskboard-spacer |
+ 1rem |
|
Description
+ Width of border around tabs | Description
The horizontal padding of the TaskBoard pane actions. |
||||||
$kendo-tabstrip-item-border-radius | +$kendo-taskboard-card-padding-y | Number | -k-map-get( $kendo-spacing, 1 ) |
- 0.25rem |
+ $kendo-taskboard-spacer |
+ 1rem |
|
Description
+ Border radius of tabs | Description
The vertical padding of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-gap | +$kendo-taskboard-card-padding-x | Number | -0 |
- 0 |
+ $kendo-taskboard-card-padding-y |
+ 1rem |
|
Description
+ Spacing between tabs | Description
The horizontal padding of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-bg | -Null | -null |
- null |
+ $kendo-taskboard-card-border-width | +Number | +$kendo-card-border-width |
+ 1px |
Description
+ Background color of tabs | Description
The border width of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-text | +$kendo-taskboard-card-border-radius | +Number | +$kendo-card-border-radius |
+ 0.375rem |
+|||
Description
+ The border radius of the TaskBoard Card. |
+|||||||
$kendo-taskboard-card-bg | Color | -$kendo-link-text |
- #0d6efd |
+ $kendo-card-bg |
+ #ffffff |
||
Description
+ Text color of tabs | Description
The background color of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-border | -Null | -null |
- null |
+ $kendo-taskboard-card-text | +Color | +$kendo-card-text |
+ #212529 |
Description
+ Border color of tabs | Description
The text color of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-gradient | -Null | -null |
- null |
+ $kendo-taskboard-card-border | +Color | +$kendo-card-border |
+ #dee2e6 |
Description
+ Background gradient of tabs | Description
The border color of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-hover-bg | +$kendo-taskboard-card-shadow | Null | -null |
+ $kendo-card-shadow |
null |
||
Description
+ Background color of hovered tabs | Description
The shadow of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-hover-text | -Color | -$kendo-link-hover-text |
- #0a58ca |
+ $kendo-taskboard-card-category-border-width | +Number | +4px |
+ 4px |
Description
+ Text color of hovered tabs | Description
The border width of the TaskBoard Card category. |
||||||
$kendo-tabstrip-item-hover-border | +$kendo-taskboard-card-hover-border | Color | -$gray-200 |
- #e9ecef |
+ if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 10% )) |
+ #c8cbcf |
|
Description
+ Border color of hovered tabs | Description
The border color of the hovered TaskBoard Card. |
||||||
$kendo-tabstrip-item-hover-gradient | -Null | -null |
- null |
+ $kendo-taskboard-card-focus-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 18% )) |
+ #b6b9bd |
Description
+ Background gradient of hovered tabs | Description
The border color of the focused TaskBoard Card. |
||||||
$kendo-tabstrip-item-selected-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-taskboard-card-focus-shadow | +String | +$kendo-card-focus-shadow |
+ var(--kendo-elevation-3, 0px 4px 10px rgba(0, 0, 0, 0.1)) |
Description
+ Background color of selected tabs | Description
The shadow of the focused TaskBoard Card. |
||||||
$kendo-tabstrip-item-selected-text | +$kendo-taskboard-card-selected-border | Color | -$kendo-component-text |
- #212529 |
+ if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-tint( $kendo-color-primary-lighter, 8 )) |
+ #b6d3fe |
|
Description
+ Text color of selected tabs | Description
The border of the selected TaskBoard Card. |
||||||
$kendo-tabstrip-item-selected-border | -Color | -$kendo-component-border |
- #dee2e6 |
+ $kendo-taskboard-card-selected-shadow | +String | +none |
+ none |
Description
+ Border color of selected tabs | Description
The shadow of the selected TaskBoard Card. |
||||||
$kendo-tabstrip-item-selected-gradient | -Null | -null |
- null |
+ $kendo-taskboard-card-header-text | +Color | +$kendo-color-primary |
+ #0d6efd |
Description
+ Background gradient of selected tabs | Description
The text color of the TaskBoard Card header text. |
||||||
$kendo-tabstrip-content-padding-x | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
+ $kendo-taskboard-card-header-focus-text | +Color | +$kendo-color-primary-darker |
+ #0b5cd5 |
Description
+ Horizontal padding of tabstrip content | Description
The text color of the hovered TaskBoard Card header text. |
||||||
$kendo-tabstrip-content-padding-y | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 1rem |
+ $kendo-taskboard-card-header-hover-text | +Color | +$kendo-color-primary-darker |
+ #0b5cd5 |
Description
+ Vertical padding of tabstrip content | Description
The text color of the focused TaskBoard Card header text. |
||||||
$kendo-tabstrip-content-border-width | +$kendo-taskboard-drag-placeholder-border-width | Number | -$kendo-tabstrip-border-width |
+ 1px |
1px |
||
Description
+ Width of border around tabstrip content | Description
The border width of the TaskBoard Card placeholder. |
||||||
$kendo-tabstrip-content-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-taskboard-drag-placeholder-border-radius | +Number | +$kendo-taskboard-card-border-radius |
+ 0.375rem |
Description
+ Background color of tabstrip content | Description
The border radius of the TaskBoard Card placeholder. |
||||||
$kendo-tabstrip-content-text | +$kendo-taskboard-drag-placeholder-bg | Color | -$kendo-component-text |
- #212529 |
+ rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .1 ) |
+ rgba(0, 0, 0, 0.1) |
|
Description
+ Text color of tabstrip content | Description
The background color of the TaskBoard Card placeholder. |
||||||
$kendo-tabstrip-content-border | +$kendo-taskboard-drag-placeholder-border | Color | $kendo-component-border |
#dee2e6 |
|||
Description
- Border color of tabstrip content |
-|||||||
$kendo-tabstrip-content-focus-border | -Color | -$kendo-component-text |
- #212529 |
-||||
Description
+ Border color of tabstrip focused content | Description
The border color of the TaskBoard Card placeholder. |
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-wizard-padding-x | +Number | +$kendo-padding-md-x * 1.25 |
+ 1.25rem |
+
Description
+ The horizontal padding of the Wizard. |
+|||
$kendo-wizard-padding-y | +Number | +$kendo-wizard-padding-x |
+ 1.25rem |
+
Description
+ The vertical padding of the Wizard. |
+|||
$kendo-wizard-content-padding-x | +Number | +$kendo-padding-md-x * 2 |
+ 2rem |
+
Description
+ The horizontal padding of the Wizard content. |
+|||
$kendo-wizard-content-padding-y | +Number | +$kendo-padding-md-y * 4 |
+ 2rem |
+
Description
+ The vertical padding of the Wizard content. |
+|||
$kendo-wizard-buttons-margin-x | +Number | +10px |
+ 10px |
+
Description
+ The horizontal margin of the Wizard Button container. |
+|||
$kendo-wizard-border-width | +Number | +0px |
+ 0px |
+
Description
+ The border width of the Wizard. |
+|||
$kendo-wizard-font-size | +Number | +$kendo-font-size-md |
+ 1rem |
+
Description
+ The font size of the Wizard. |
+|||
$kendo-wizard-line-height | +Number | +$kendo-line-height-md |
+ 1.5 |
+
Description
+ The line height of the Wizard. |
+|||
$kendo-wizard-font-family | +List | +$kendo-font-family |
+ 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
+ The font family of the Wizard. |
+|||
$kendo-wizard-step-focus-border | +Color | +#656565 |
+ #656565 |
+
Description
+ The outline of the focused Wizard step. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-chat-padding-x | +Number | +16px |
+ 16px |
+
Description
+ The horizontal padding of the Chat. |
+|||
$kendo-chat-padding-y | +Number | +16px |
+ 16px |
+
Description
+ The vertical padding of the Chat. |
+|||
$kendo-chat-width | +Number | +500px |
+ 500px |
+
Description
+ The width of the Chat. |
+|||
$kendo-chat-height | +Number | +600px |
+ 600px |
+
Description
+ The height of the Chat. |
+|||
$kendo-chat-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the Chat. |
+|||
$kendo-chat-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the Chat. |
+|||
$kendo-chat-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the Chat. |
+|||
$kendo-chat-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the Chat. |
+|||
$kendo-chat-item-spacing-x | +Number | +8px |
+ 8px |
+
Description
+ The horizontal spacing between items of the Chat. |
+|||
$kendo-chat-item-spacing-y | +Number | +16px |
+ 16px |
+
Description
+ The vertical spacing between items of the Chat. |
+|||
$kendo-chat-message-list-padding-x | +Number | +$kendo-chat-padding-x |
+ 16px |
+
Description
+ The horizontal padding of the Chat message list. |
+|||
$kendo-chat-message-list-padding-y | +Number | +$kendo-chat-padding-y |
+ 16px |
+
Description
+ The vertical padding of the Chat message list. |
+|||
$kendo-chat-message-list-spacing | +Number | +$kendo-chat-item-spacing-y |
+ 16px |
+
Description
+ The spacing of the Chat message list. |
+|||
$kendo-chat-timestamp-font-size | +String | +smaller |
+ smaller |
+
Description
+ The font size of the Chat timestamp. |
+|||
$kendo-chat-timestamp-line-height | +Null | +null |
+ null |
+
Description
+ The line height of the Chat timestamp. |
+|||
$kendo-chat-timestamp-transform | +String | +uppercase |
+ uppercase |
+
Description
+ The text transform of the Chat timestamp. |
+|||
$kendo-chat-timestamp-text | +Color | +$kendo-subtle-text |
+ #646464 |
+
Description
+ The text color of the Chat timestamp. |
+|||
$kendo-chat-timestamp-bg | +Null | +null |
+ null |
+
Description
+ The background color of the Chat timestamp. |
+|||
$kendo-chat-bubble-padding-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal padding of the Chat bubble message. |
+|||
$kendo-chat-bubble-padding-y | +Number | +8px |
+ 8px |
+
Description
+ The vertical padding of the Chat bubble message. |
+|||
$kendo-chat-bubble-spacing | +Number | +2px |
+ 2px |
+
Description
+ The spacing of the Chat bubble message. |
+|||
$kendo-chat-bubble-line-height | +Number | +18px |
+ 18px |
+
Description
+ The line height of the Chat bubble message. |
+|||
$kendo-chat-bubble-border-radius | +Number | +12px |
+ 12px |
+
Description
+ The border radius of the Chat bubble message. |
+|||
$kendo-chat-bubble-border-radius-sm | +Number | +2px |
+ 2px |
+
Description
+ The border radius of the Chat small bubble message |
+|||
$kendo-chat-avatar-size | +Number | +32px |
+ 32px |
+
Description
+ The size of the Chat Avatar. |
+|||
$kendo-chat-avatar-spacing | +Number | +$kendo-chat-item-spacing-x |
+ 8px |
+
Description
+ The spacing of the Chat Avatar. |
+|||
$kendo-chat-toolbar-padding-x | +Number | +$kendo-toolbar-md-padding-x |
+ 8px |
+
Description
+ The horizontal padding of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-padding-y | +Number | +$kendo-toolbar-md-padding-y |
+ 8px |
+
Description
+ The vertical padding of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-spacing | +Number | +$kendo-toolbar-md-spacing |
+ 8px |
+
Description
+ The spacing of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-bg | +Color | +$kendo-toolbar-bg |
+ #f0f0f0 |
+
Description
+ The background color of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-text | +Color | +$kendo-toolbar-text |
+ #272727 |
+
Description
+ The text color of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-border | +String | +inherit |
+ inherit |
+
Description
+ The border color of the Chat Toolbar. |
+|||
$kendo-chat-quick-reply-padding-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal padding of the Chat quick reply. |
+|||
$kendo-chat-quick-reply-padding-y | +Number | +8px |
+ 8px |
+
Description
+ The vertical padding of the Chat quick reply. |
+|||
$kendo-chat-quick-reply-spacing | +Number | +8px |
+ 8px |
+
Description
+ The spacing of the Chat quick reply. |
+|||
$kendo-chat-quick-reply-line-height | +Number | +$kendo-chat-bubble-line-height |
+ 18px |
+
Description
+ The line height of the Chat quick reply. |
+|||
$kendo-chat-bg | +Color | +$kendo-app-bg |
+ #ffffff |
+
Description
+ The background color of the Chat. |
+|||
$kendo-chat-text | +Color | +$kendo-app-text |
+ #272727 |
+
Description
+ The text color of the Chat. |
+|||
$kendo-chat-border | +Color | +$kendo-app-border |
+ #d6d6d6 |
+
Description
+ The border color of the Chat. |
+|||
$kendo-chat-bubble-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Chat bubble. |
+|||
$kendo-chat-bubble-text | +Color | +$kendo-component-text |
+ #272727 |
+
Description
+ The text color of the Chat bubble. |
+|||
$kendo-chat-bubble-border | +Color | +$kendo-chat-bubble-bg |
+ #ffffff |
+
Description
+ The border color of the Chat bubble. |
+|||
$kendo-chat-bubble-shadow | +String | +k-elevation(1) |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The box shadow of the Chat bubble. |
+|||
$kendo-chat-bubble-hover-shadow | +String | +k-elevation(2) |
+ var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the hovered Chat bubble. |
+|||
$kendo-chat-bubble-selected-shadow | +String | +k-elevation(3) |
+ var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the selected Chat bubble. |
+|||
$kendo-chat-alt-bubble-bg | +Color | +$kendo-color-primary |
+ #f35800 |
+
Description
+ The background color of the Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-chat-alt-bubble-bg )) |
+ white |
+
Description
+ The text color of the Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-border | +Color | +$kendo-chat-alt-bubble-bg |
+ #f35800 |
+
Description
+ The border color of the Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-shadow | +String | +k-elevation(1) |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-hover-shadow | +String | +k-elevation(2) |
+ var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the hovered Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-selected-shadow | +String | +k-elevation(3) |
+ var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the selected Chat alt bubble. |
+|||
$kendo-chat-quick-reply-bg | +Color | +transparent |
+ transparent |
+
Description
+ The background color of Chat quick reply. |
+|||
$kendo-chat-quick-reply-text | +Color | +$kendo-color-primary |
+ #f35800 |
+
Description
+ The text color of Chat quick reply. |
+|||
$kendo-chat-quick-reply-border | +Color | +$kendo-color-primary |
+ #f35800 |
+
Description
+ The border color of Chat quick reply. |
+|||
$kendo-chat-quick-reply-hover-bg | +Color | +$kendo-color-primary |
+ #f35800 |
+
Description
+ The background color of the hovered Chat quick reply. |
+|||
$kendo-chat-quick-reply-hover-text | +Color | +$kendo-color-primary-contrast |
+ white |
+
Description
+ The text color of the Chat quick reply. |
+|||
$kendo-chat-quick-reply-hover-border | +Color | +$kendo-color-primary |
+ #f35800 |
+
Description
+ The border color of the hovered Chat quick reply. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-orgchart-spacer | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 24px |
+
Description
+ The spacing index of the OrgChart. |
+|||
$kendo-orgchart-padding-y | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The vertical padding of the OrgChart. |
+|||
$kendo-orgchart-padding-x | +Number | +$kendo-orgchart-padding-y |
+ 24px |
+
Description
+ The horizontal padding of the OrgChart. |
+|||
$kendo-orgchart-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the OrgChart. |
+|||
$kendo-orgchart-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the OrgChart. |
+|||
$kendo-orgchart-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the OrgChart. |
+|||
$kendo-orgchart-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the OrgChart. |
+|||
$kendo-orgchart-text | +Color | +$kendo-component-text |
+ #272727 |
+
Description
+ The text color of the OrgChart. |
+|||
$kendo-orgchart-border | +Color | +$kendo-component-border |
+ #cacaca |
+
Description
+ The border color of the OrgChart. |
+|||
$kendo-orgchart-node-gap | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The spacing of the OrgChart node. |
+|||
$kendo-orgchart-group-gap | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The spacing of the OrgChart group. |
+|||
$kendo-orgchart-node-container-gap | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The spacing of the OrgChart node container. |
+|||
$kendo-orgchart-node-group-padding-y | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The vertical padding of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-padding-x | +Number | +$kendo-orgchart-node-group-padding-y |
+ 24px |
+
Description
+ The horizontal padding of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
+
Description
+ The border radius of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-bg | +Color | +$kendo-base-bg |
+ #f0f0f0 |
+
Description
+ The background color of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-text | +Color | +$kendo-base-text |
+ #272727 |
+
Description
+ The text color of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-border | +Color | +$kendo-base-border |
+ #cacaca |
+
Description
+ The border color of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-focus-border | +Color | +$kendo-card-focus-border |
+ rgba(0, 0, 0, 0.15) |
+
Description
+ The border color of the focused OrgChart node group. |
+|||
$kendo-orgchart-node-group-focus-shadow | +String | +$kendo-card-focus-shadow |
+ var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the focused OrgChart node group. |
+|||
$kendo-orgchart-node-group-title-font-size | +Number | +$kendo-font-size-xl |
+ 20px |
+
Description
+ The font size of the OrgChart node group title. |
+|||
$kendo-orgchart-node-group-title-margin-bottom | +Number | +k-math-div( $kendo-orgchart-spacer, 4 ) |
+ 6px |
+
Description
+ The bottom margin of the OrgChart node group title. |
+|||
$kendo-orgchart-node-group-title-line-height | +Number | +$kendo-line-height-sm |
+ 1.25 |
+
Description
+ The line height of the OrgChart node group title. |
+|||
$kendo-orgchart-node-group-subtitle-margin-bottom | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The bottom margin of the OrgChart node group subtitle. |
+|||
$kendo-orgchart-node-group-subtitle-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the OrgChart node group subtitle. |
+|||
$kendo-orgchart-node-group-subtitle-text | +Color | +$kendo-subtle-text |
+ #646464 |
+
Description
+ The line height of the OrgChart node group subtitle. |
+|||
$kendo-orgchart-card-width | +Number | +300px |
+ 300px |
+
Description
+ The width of the OrgChart Card. |
+|||
$kendo-orgchart-card-padding-y | +Number | +$kendo-card-padding-y |
+ 12px |
+
Description
+ The vertical padding of the OrgChart Card. |
+|||
$kendo-orgchart-card-padding-x | +Number | +$kendo-orgchart-card-padding-y |
+ 12px |
+
Description
+ The horizontal padding of the OrgChart Card. |
+|||
$kendo-orgchart-card-border-width | +Number | +$kendo-card-border-width |
+ 1px |
+
Description
+ The border width of the OrgChart Card. |
+|||
$kendo-orgchart-card-shadow | +String | +$kendo-card-shadow |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the OrgChart Card. |
+|||
$kendo-orgchart-card-focus-shadow | +String | +$kendo-card-focus-shadow |
+ var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the focused OrgChart Card. |
+|||
$kendo-orgchart-card-title-margin-bottom | +Number | +0px |
+ 0px |
+
Description
+ The bottom margin of the OrgChart Card title. |
+|||
$kendo-orgchart-card-title-font-size | +Null | +null |
+ null |
+
Description
+ The font size of the OrgChart Card title. |
+|||
$kendo-orgchart-card-subtitle-margin-bottom | +Number | +0px |
+ 0px |
+
Description
+ The bottom margin of the OrgChart Card subtitle. |
+|||
$kendo-orgchart-card-subtitle-font-size | +Null | +null |
+ null |
+
Description
+ The font size of the OrgChart Card subtitle. |
+|||
$kendo-orgchart-card-body-border-width | +List | +2px 0 0 |
+ 2px 0 0 |
+
Description
+ The border width of the OrgChart Card body. |
+|||
$kendo-orgchart-card-body-border-color | +Color | +transparent |
+ transparent |
+
Description
+ The border color of the OrgChart Card body. |
+|||
$kendo-orgchart-card-body-vbox-margin-right | +Number | +k-math-div( $kendo-orgchart-spacer, 2 ) |
+ 12px |
+
Description
+ The right margin of the OrgChart Card body title wrap. |
+|||
$kendo-orgchart-card-body-vbox-min-height | +Number | +$kendo-card-avatar-size |
+ 45px |
+
Description
+ The min height of the OrgChart Card body title wrap. |
+|||
$kendo-orgchart-line-size | +Number | +1px |
+ 1px |
+
Description
+ The size of the OrgChart connecting line. |
+|||
$kendo-orgchart-line-fill | +Color | +$kendo-base-border |
+ #cacaca |
+
Description
+ The fill color of the OrgChart connecting line. |
+|||
$kendo-orgchart-line-v-height | +Number | +25px |
+ 25px |
+
Description
+ The height of the OrgChart connecting line. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-splitter-border-width | +Number | +1px |
+ 1px |
+
Description
+ The width of the border around the Splitter. |
+|||
$kendo-splitter-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the Splitter. |
+|||
$kendo-splitter-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the Splitter. |
+|||
$kendo-splitter-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the Splitter. |
+|||
$kendo-splitter-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Splitter. |
+|||
$kendo-splitter-text | +Color | +$kendo-component-text |
+ #272727 |
+
Description
+ The text color of the Splitter. |
+|||
$kendo-splitter-border | +Color | +$kendo-component-border |
+ #cacaca |
+
Description
+ The border color of the Splitter. |
+|||
$kendo-splitter-splitbar-size | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
+
Description
+ The size of the Splitter splitbar. |
+|||
$kendo-splitter-drag-handle-length | +Number | +20px |
+ 20px |
+
Description
+ The length of the Splitter drag handle. |
+|||
$kendo-splitter-drag-handle-thickness | +Number | +2px |
+ 2px |
+
Description
+ The thickness of the Splitter drag handle. |
+|||
$kendo-splitter-drag-icon-margin | +Number | +7px |
+ 7px |
+
Description
+ The margin of the Splitter drag handle icon. |
+|||
$kendo-splitter-collapse-icon-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding of the collapse icon in the Splitter. |
+|||
$kendo-splitter-collapse-icon-padding-y | +Number | +k-map-get( $kendo-spacing, .5 ) |
+ 2px |
+
Description
+ The vertical padding of the collapse icon in the Splitter. |
+|||
$kendo-splitbar-bg | +Color | +$kendo-base-bg |
+ #f0f0f0 |
+
Description
+ The background color of the Splitter splitbar. |
+|||
$kendo-splitbar-text | +Color | +$kendo-base-text |
+ #272727 |
+
Description
+ The text color of the Splitter splitbar. |
+|||
$kendo-splitbar-hover-bg | +Color | +if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-shade( $kendo-splitbar-bg, .5 )) |
+ #e6e6e6 |
+
Description
+ The hover background color of the Splitter splitbar. |
+|||
$kendo-splitbar-hover-text | +Color | +$kendo-splitbar-text |
+ #272727 |
+
Description
+ The hover text color of the Splitter splitbar. |
+|||
$kendo-splitbar-selected-bg | +Color | +$kendo-selected-bg |
+ #f35800 |
+
Description
+ The selected background color of the Splitter splitbar. |
+|||
$kendo-splitbar-selected-text | +Color | +$kendo-selected-text |
+ white |
+
Description
+ The selected text color of the Splitter splitbar. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-stepper-margin-x | +Null | +null |
+ null |
+
Description
+ The horizontal margin the Stepper. |
+|||
$kendo-stepper-margin-y | +Null | +null |
+ null |
+
Description
+ The vertical margin the Stepper. |
+|||
$kendo-stepper-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding the Stepper. |
+|||
$kendo-stepper-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding the Stepper. |
+|||
$kendo-stepper-label-margin-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal margin the Stepper label. |
+|||
$kendo-stepper-label-padding-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal padding the Stepper label. |
+|||
$kendo-stepper-label-padding-y | +Number | +5px |
+ 5px |
+
Description
+ The vertical padding the Stepper label. |
+|||
$kendo-stepper-border-width | +Number | +0px |
+ 0px |
+
Description
+ The width of the border around the Stepper. |
+|||
$kendo-stepper-inline-content-padding-x | +Number | +20px |
+ 20px |
+
Description
+ The horizontal padding the Stepper content. |
+|||
$kendo-stepper-inline-content-padding-y | +Number | +10px |
+ 10px |
+
Description
+ The vertical padding the Stepper content. |
+|||
$kendo-stepper-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
+ | +|||
$kendo-stepper-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
+ | +|||
$kendo-stepper-font-family | +String | +$kendo-font-family |
+ inherit |
+
+ | +|||
$kendo-stepper-bg | +Null | +null |
+ null |
+
Description
+ The background color of the Stepper. |
+|||
$kendo-stepper-text | +Color | +$kendo-component-text |
+ #272727 |
+
Description
+ The text color of the Stepper. |
+|||
$kendo-stepper-border | +Null | +null |
+ null |
+
Description
+ The border color of the Stepper. |
+|||
$kendo-stepper-indicator-width | +Number | +28px |
+ 28px |
+
Description
+ The width of the Stepper indicator. |
+|||
$kendo-stepper-indicator-height | +Number | +$kendo-stepper-indicator-width |
+ 28px |
+
Description
+ The height of the Stepper indicator. |
+|||
$kendo-stepper-indicator-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the Stepper indicator. |
+|||
$kendo-stepper-indicator-border-radius | +Number | +50% |
+ 50% |
+
Description
+ The border radius of the Stepper indicator. |
+|||
$kendo-stepper-indicator-focus-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the focused Stepper indicator. |
+|||
$kendo-stepper-indicator-focus-size | +Number | +2px |
+ 2px |
+
Description
+ The size of the focused Stepper indicator. |
+|||
$kendo-stepper-indicator-focus-offset | +Number | +3px |
+ 3px |
+
Description
+ The offset of the Stepper focused indicator. |
+|||
$kendo-stepper-indicator-focus-calc-offset | +Calculation | +calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} ) |
+ calc(1px + 3px) |
+
Description
+ The calculated offset of the focused Stepper indicator. |
+|||
$kendo-stepper-indicator-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Stepper indicator. |
+|||
$kendo-stepper-indicator-text | +Color | +$kendo-component-text |
+ #272727 |
+
Description
+ The text color of the Stepper indicator. |
+|||
$kendo-stepper-indicator-border | +Color | +$kendo-component-border |
+ #cacaca |
+
Description
+ The border color of the Stepper indicator. |
+|||
$kendo-stepper-indicator-hover-bg | +Color | +if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-shade( $kendo-stepper-indicator-bg )) |
+ #ebebeb |
+
Description
+ The background color of the hovered Stepper indicator. |
+|||
$kendo-stepper-indicator-hover-text | +Null | +null |
+ null |
+
Description
+ The text color of the hovered Stepper indicator. |
+|||
$kendo-stepper-indicator-hover-border | +Null | +null |
+ null |
+
Description
+ The border color of the hovered Stepper indicator. |
+|||
$kendo-stepper-indicator-disabled-bg | +Null | +null |
+ null |
+
Description
+ The background color of the disabled Stepper indicator. |
+|||
$kendo-stepper-indicator-disabled-text | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text) |
+ #8d8d8d |
+
Description
+ The text color of the disabled Stepper indicator. |
+|||
$kendo-stepper-indicator-disabled-border | +Null | +null |
+ null |
+
Description
+ The border color of the disabled Stepper indicator. |
+|||
$kendo-stepper-indicator-done-bg | +Color | +$kendo-color-primary |
+ #f35800 |
+
Description
+ The background color of the Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) |
+ white |
+
Description
+ The text color of the Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-border | +Color | +$kendo-stepper-indicator-done-bg |
+ #f35800 |
+
Description
+ The border color of the Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-hover-bg | +Color | +if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg )) |
+ #e05100 |
+
Description
+ The background color of the hovered Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-hover-text | +Null | +null |
+ null |
+
Description
+ The text color of the hovered Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-hover-border | +Null | +null |
+ null |
+
Description
+ The border color of the hovered Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-disabled-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( primary, true ), .6 ), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60% )) |
+ #f89b66 |
+
Description
+ The background color of the disabled Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-disabled-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) |
+ white |
+
Description
+ The text color of the disabled Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-disabled-border | +Color | +$kendo-stepper-indicator-done-disabled-bg |
+ #f89b66 |
+
Description
+ The border color of the disabled Stepper done indicator. |
+|||
$kendo-stepper-indicator-current-bg | +Color | +$kendo-stepper-indicator-done-bg |
+ #f35800 |
+
Description
+ The background color of the Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-text | +Color | +$kendo-stepper-indicator-done-text |
+ white |
+
Description
+ The text color of the Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-border | +Color | +$kendo-stepper-indicator-done-border |
+ #f35800 |
+
Description
+ The border color of the Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-hover-bg | +Color | +$kendo-stepper-indicator-done-hover-bg |
+ #e05100 |
+
Description
+ The background color of the hovered Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-hover-text | +Null | +$kendo-stepper-indicator-done-hover-text |
+ null |
+
Description
+ The text color of the hovered Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-hover-border | +Null | +$kendo-stepper-indicator-done-hover-border |
+ null |
+
Description
+ The border color of the hovered Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-disabled-bg | +Color | +$kendo-stepper-indicator-done-disabled-bg |
+ #f89b66 |
+
Description
+ The background color of the disabled Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-disabled-text | +Color | +$kendo-stepper-indicator-done-disabled-text |
+ white |
+
Description
+ The text color of the disabled Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-disabled-border | +Color | +$kendo-stepper-indicator-done-disabled-border |
+ #f89b66 |
+
Description
+ The border color of the disabled Stepper current indicator. |
+|||
$kendo-stepper-label-text | +Null | +null |
+ null |
+
Description
+ The text color of the Stepper label. |
+|||
$kendo-stepper-label-success-text | +Color | +$kendo-color-success |
+ #3ea44e |
+
Description
+ The success text color of the Stepper label. |
+|||
$kendo-stepper-label-error-text | +Color | +$kendo-color-error |
+ #d92800 |
+
Description
+ The error text color of the Stepper label. |
+|||
$kendo-stepper-label-hover-text | +Null | +null |
+ null |
+
Description
+ The text color of the hovered Stepper label. |
+|||
$kendo-stepper-label-disabled-text | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text) |
+ #8d8d8d |
+
Description
+ The text color of the disabled Stepper label. |
+|||
$kendo-stepper-optional-label-text | +Color | +$kendo-subtle-text |
+ #646464 |
+
Description
+ The text color of the Stepper optional label. |
+|||
$kendo-stepper-optional-label-opacity | +Null | +null |
+ null |
+
Description
+ The opacity of the Stepper optional label. |
+|||
$kendo-stepper-optional-label-font-size | +Number | +$kendo-font-size-sm |
+ 12px |
+
Description
+ The font size of the Stepper optional label. |
+|||
$kendo-stepper-optional-label-font-style | +Null | +null |
+ null |
+
Description
+ The font style of the Stepper optional label. |
+|||
$kendo-stepper-progressbar-size | +Number | +2px |
+ 2px |
+
Description
+ The size of the Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-bg | +Null | +null |
+ null |
+
Description
+ The background color of the Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-text | +Null | +null |
+ null |
+
Description
+ The text color of the Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-fill-bg | +Null | +null |
+ null |
+
Description
+ The background color of the selected Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-fill-text | +Null | +null |
+ null |
+
Description
+ The text color of the selected Stepper ProgressBar. |
+|||
$kendo-stepper-content-transition-property | +String | +height |
+ height |
+
Description
+ The property name of the Stepper transition. |
+|||
$kendo-stepper-content-transition-duration | +Number | +300ms |
+ 300ms |
+
Description
+ The duration of the Stepper transition. |
+|||
$kendo-stepper-content-transition-timing-function | +List | +cubic-bezier(.4, 0, .2, 1) 0ms |
+ cubic-bezier(0.4, 0, 0.2, 1) 0ms |
+
Description
+ The timing function of the Stepper transition. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-taskboard-spacer | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+
Description
+ The spacing index of the TaskBoard. |
+|||
$kendo-taskboard-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding of the TaskBoard. |
+|||
$kendo-taskboard-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal of the TaskBoard. |
+|||
$kendo-taskboard-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the TaskBoard. |
+|||
$kendo-taskboard-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the TaskBoard. |
+|||
$kendo-taskboard-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the TaskBoard. |
+|||
$kendo-taskboard-bg | +Null | +null |
+ null |
+
Description
+ The background color of the TaskBoard. |
+|||
$kendo-taskboard-text | +Null | +null |
+ null |
+
Description
+ The text color of the TaskBoard. |
+|||
$kendo-taskboard-border | +Null | +null |
+ null |
+
Description
+ The border color of the TaskBoard. |
+|||
$kendo-taskboard-toolbar-padding-y | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The vertical padding of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-padding-x | +Number | +$kendo-taskboard-toolbar-padding-y |
+ 16px |
+
Description
+ The horizontal padding of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-bg | +Null | +null |
+ null |
+
Description
+ The background color of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-text | +Null | +null |
+ null |
+
Description
+ The text color of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-border | +Null | +null |
+ null |
+
Description
+ The border color of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-gradient | +Null | +null |
+ null |
+
Description
+ The gradient of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-content-padding-y | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The vertical padding of the TaskBoard content. |
+|||
$kendo-taskboard-content-padding-x | +Number | +$kendo-taskboard-content-padding-y |
+ 16px |
+
Description
+ The horizontal padding of the TaskBoard content. |
+|||
$kendo-taskboard-column-container-spacing-y | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
+
Description
+ The vertical spacing of the TaskBoard column container. |
+|||
$kendo-taskboard-column-container-padding-y | +Number | +0px |
+ 0px |
+
Description
+ The vertical padding of the TaskBoard column container. |
+|||
$kendo-taskboard-column-container-padding-x | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
+
Description
+ The horizontal padding of the TaskBoard column container. |
+|||
$kendo-taskboard-columns-container-gap | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The spacing of the TaskBoard columns container. |
+|||
$kendo-taskboard-column-width | +Number | +320px |
+ 320px |
+
Description
+ The default width of the TaskBoard column. |
+|||
$kendo-taskboard-column-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the TaskBoard column. |
+|||
$kendo-taskboard-column-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
+
Description
+ The border radius of the TaskBoard column. |
+|||
$kendo-taskboard-column-bg | +Color | +$kendo-base-bg |
+ #f0f0f0 |
+
Description
+ The background color of the TaskBoard column. |
+|||
$kendo-taskboard-column-text | +Null | +null |
+ null |
+
Description
+ The text color of the TaskBoard column. |
+|||
$kendo-taskboard-column-border | +Color | +transparent |
+ transparent |
+
Description
+ The border color of the TaskBoard column. |
+|||
$kendo-taskboard-column-focus-bg | +Null | +null |
+ null |
+
Description
+ The background color of the focused TaskBoard column. |
+|||
$kendo-taskboard-column-focus-text | +Null | +null |
+ null |
+
Description
+ The text color of the focused TaskBoard column. |
+|||
$kendo-taskboard-column-focus-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-base-border, 2.5 )) |
+ #a2a2a2 |
+
Description
+ The border color of the focused TaskBoard column. |
+|||
$kendo-taskboard-column-header-padding-y | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
+
Description
+ The vertical padding of the TaskBoard column header. |
+|||
$kendo-taskboard-column-header-padding-x | +Number | +$kendo-taskboard-column-header-padding-y |
+ 8px |
+
Description
+ The horizontal padding of the TaskBoard column header. |
+|||
$kendo-taskboard-column-header-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 4 ) |
+ 4px |
+
Description
+ The spacing of the TaskBoard column header. |
+|||
$kendo-taskboard-column-header-actions-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
+
Description
+ The spacing of the TaskBoard column header actions. |
+|||
$kendo-taskboard-column-header-font-weight | +Number | +500 |
+ 500 |
+
Description
+ The font weight of the TaskBoard column header. |
+|||
$kendo-taskboard-column-header-text | +Color | +$kendo-component-header-text |
+ #272727 |
+
Description
+ The text color of the TaskBoard column header. |
+|||
$kendo-taskboard-column-cards-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding of the TaskBoard column Card wrapper. |
+|||
$kendo-taskboard-column-cards-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding of the TaskBoard column Card wrapper. |
+|||
$kendo-taskboard-column-cards-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
+
Description
+ The spacing of the TaskBoard column Card wrapper. |
+|||
$kendo-taskboard-pane-width | +Number | +$kendo-taskboard-column-width |
+ 320px |
+
Description
+ The default width of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-text | +Color | +$kendo-component-text |
+ #272727 |
+
Description
+ The text color of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-border | +Color | +$kendo-component-border |
+ #cacaca |
+
Description
+ The border color of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-header-padding-y | +Number | +( $kendo-taskboard-spacer * .75 ) |
+ 12px |
+
Description
+ The vertical padding of the TaskBoard pane header. |
+|||
$kendo-taskboard-pane-header-padding-x | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The horizontal padding of the TaskBoard pane header. |
+|||
$kendo-taskboard-pane-header-font-weight | +Number | +500 |
+ 500 |
+
Description
+ The font weight of the TaskBoard pane header. |
+|||
$kendo-taskboard-pane-header-text | +Color | +$kendo-component-header-text |
+ #272727 |
+
Description
+ The text color of the TaskBoard pane header. |
+|||
$kendo-taskboard-pane-content-padding-y | +Number | +0px |
+ 0px |
+
Description
+ The vertical padding of the TaskBoard pane content. |
+|||
$kendo-taskboard-pane-content-padding-x | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The horizontal padding of the TaskBoard pane content. |
+|||
$kendo-taskboard-pane-actions-padding-y | +Number | +( $kendo-taskboard-spacer * .75 ) |
+ 12px |
+
Description
+ The vertical padding of the TaskBoard pane actions. |
+|||
$kendo-taskboard-pane-actions-padding-x | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The horizontal padding of the TaskBoard pane actions. |
+|||
$kendo-taskboard-card-padding-y | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The vertical padding of the TaskBoard Card. |
+|||
$kendo-taskboard-card-padding-x | +Number | +$kendo-taskboard-card-padding-y |
+ 16px |
+
Description
+ The horizontal padding of the TaskBoard Card. |
+|||
$kendo-taskboard-card-border-width | +Number | +$kendo-card-border-width |
+ 1px |
+
Description
+ The border width of the TaskBoard Card. |
+|||
$kendo-taskboard-card-border-radius | +Number | +$kendo-card-border-radius |
+ 8px |
+
Description
+ The border radius of the TaskBoard Card. |
+|||
$kendo-taskboard-card-bg | +Color | +$kendo-card-bg |
+ #ffffff |
+
Description
+ The background color of the TaskBoard Card. |
+|||
$kendo-taskboard-card-text | +Color | +$kendo-card-text |
+ #272727 |
+
Description
+ The text color of the TaskBoard Card. |
+|||
$kendo-taskboard-card-border | +Color | +$kendo-card-border |
+ #cacaca |
+
Description
+ The border color of the TaskBoard Card. |
+|||
$kendo-taskboard-card-shadow | +String | +$kendo-card-shadow |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the TaskBoard Card. |
+|||
$kendo-taskboard-card-category-border-width | +Number | +4px |
+ 4px |
+
Description
+ The border width of the TaskBoard Card category. |
+|||
$kendo-taskboard-card-hover-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 10% )) |
+ #b6b6b6 |
+
Description
+ The border color of the hovered TaskBoard Card. |
+|||
$kendo-taskboard-card-focus-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 18% )) |
+ #a6a6a6 |
+
Description
+ The border color of the focused TaskBoard Card. |
+|||
$kendo-taskboard-card-focus-shadow | +String | +none |
+ none |
+
Description
+ The shadow of the focused TaskBoard Card. |
+|||
$kendo-taskboard-card-selected-border | +Color | +k-color-tint( $kendo-color-primary-lighter, 5 ) |
+ #f9ab7f |
+
Description
+ The border of the selected TaskBoard Card. |
+|||
$kendo-taskboard-card-selected-shadow | +String | +none |
+ none |
+
Description
+ The shadow of the selected TaskBoard Card. |
+|||
$kendo-taskboard-card-header-text | +Color | +$kendo-color-primary |
+ #f35800 |
+
Description
+ The text color of the TaskBoard Card header text. |
+|||
$kendo-taskboard-card-header-focus-text | +Color | +$kendo-color-primary-darker |
+ #cc4a00 |
+
Description
+ The text color of the hovered TaskBoard Card header text. |
+|||
$kendo-taskboard-card-header-hover-text | +Color | +$kendo-color-primary-darker |
+ #cc4a00 |
+
Description
+ The text color of the focused TaskBoard Card header text. |
+|||
$kendo-taskboard-drag-placeholder-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the TaskBoard Card placeholder. |
+|||
$kendo-taskboard-drag-placeholder-border-radius | +Number | +$kendo-taskboard-card-border-radius |
+ 8px |
+
Description
+ The border radius of the TaskBoard Card placeholder. |
+|||
$kendo-taskboard-drag-placeholder-bg | +Color | +rgba( white, .2 ) |
+ rgba(255, 255, 255, 0.2) |
+
Description
+ The background color of the TaskBoard Card placeholder. |
+|||
$kendo-taskboard-drag-placeholder-border | +Color | +$kendo-component-border |
+ #cacaca |
+
Description
+ The border color of the TaskBoard Card placeholder. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-wizard-padding-x | +Number | +$kendo-padding-md-x * 2.5 |
+ 20px |
+
Description
+ The horizontal padding of the Wizard. |
+|||
$kendo-wizard-padding-y | +Number | +$kendo-wizard-padding-x |
+ 20px |
+
Description
+ The vertical padding of the Wizard. |
+|||
$kendo-wizard-content-padding-x | +Number | +$kendo-padding-md-x * 4 |
+ 32px |
+
Description
+ The horizontal padding of the Wizard content. |
+|||
$kendo-wizard-content-padding-y | +Number | +$kendo-padding-md-y * 8 |
+ 32px |
+
Description
+ The vertical padding of the Wizard content. |
+|||
$kendo-wizard-buttons-margin-x | +Number | +10px |
+ 10px |
+
Description
+ The horizontal margin of the Wizard Button container. |
+|||
$kendo-wizard-border-width | +Number | +0px |
+ 0px |
+
Description
+ The border width of the Wizard. |
+|||
$kendo-wizard-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the Wizard. |
+|||
$kendo-wizard-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the Wizard. |
+|||
$kendo-wizard-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the Wizard. |
+|||
$kendo-wizard-step-focus-border | +Color | +#656565 |
+ #656565 |
+
Description
+ The outline of the focused Wizard step. |
+
$kendo-checkbox-border-width | +$kendo-chat-padding-x | Number | -1px |
- 1px |
+ 16px |
+ 16px |
|
Description
+ The border width of the CheckBox. | Description
The horizontal padding of the Chat. |
||||||
$kendo-checkbox-sm-size | +$kendo-chat-padding-y | Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+ 16px |
+ 16px |
|
Description
+ The size of a small CheckBox. | Description
The vertical padding of the Chat. |
||||||
$kendo-checkbox-md-size | +$kendo-chat-width | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ 500px |
+ 500px |
|
Description
+ The size of a medium CheckBox. | Description
The width of the Chat. |
||||||
$kendo-checkbox-lg-size | +$kendo-chat-height | Number | -k-map-get( $kendo-spacing, 5 ) |
- 20px |
+ 600px |
+ 600px |
|
Description
+ The size of a large CheckBox. | Description
The height of the Chat. |
||||||
$kendo-checkbox-sm-glyph-size | +$kendo-chat-border-width | Number | -k-map-get( $kendo-spacing, 2.5 ) |
- 10px |
+ 1px |
+ 1px |
|
Description
+ The glyph size of a small CheckBox. | Description
The border width of the Chat. |
||||||
$kendo-checkbox-md-glyph-size | +$kendo-chat-font-family | +String | +$kendo-font-family |
+ inherit |
+|||
Description
+ The font family of the Chat. |
+|||||||
$kendo-chat-font-size | Number | -k-map-get( $kendo-spacing, 3.5 ) |
+ $kendo-font-size-md |
14px |
|||
Description
+ The glyph size of a medium CheckBox. | Description
The font size of the Chat. |
||||||
$kendo-checkbox-lg-glyph-size | +$kendo-chat-line-height | Number | -k-map-get( $kendo-spacing, 4.5 ) |
- 18px |
+ $kendo-line-height-md |
+ 1.4285714286 |
|
Description
+ The glyph size of a large CheckBox. | Description
The line height of the Chat. |
||||||
$kendo-checkbox-sm-ripple-size | +$kendo-chat-item-spacing-x | Number | -300% |
- 300% |
+ 8px |
+ 8px |
|
Description
+ The ripple size of a small CheckBox. | Description
The horizontal spacing between items of the Chat. |
||||||
$kendo-checkbox-md-ripple-size | +$kendo-chat-item-spacing-y | Number | -300% |
- 300% |
+ 16px |
+ 16px |
|
Description
+ The ripple size of a medium CheckBox. | Description
The vertical spacing between items of the Chat. |
||||||
$kendo-checkbox-lg-ripple-size | +$kendo-chat-message-list-padding-x | Number | -300% |
- 300% |
+ $kendo-chat-padding-x |
+ 16px |
|
Description
+ The ripple size of a large CheckBox. | Description
The horizontal padding of the Chat message list. |
||||||
$kendo-checkbox-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-chat-message-list-padding-y | +Number | +$kendo-chat-padding-y |
+ 16px |
Description
+ The background color of the CheckBox. | Description
The vertical padding of the Chat message list. |
||||||
$kendo-checkbox-text | -Null | -null |
- null |
+ $kendo-chat-message-list-spacing | +Number | +$kendo-chat-item-spacing-y |
+ 16px |
Description
+ The text color of the CheckBox. | Description
The spacing of the Chat message list. |
||||||
$kendo-checkbox-border | -Color | -$kendo-component-border |
- #cacaca |
+ $kendo-chat-timestamp-font-size | +String | +smaller |
+ smaller |
Description
+ The border color of the CheckBox. | Description
The font size of the Chat timestamp. |
||||||
$kendo-checkbox-hover-bg | +$kendo-chat-timestamp-line-height | Null | null |
null |
|||
Description
+ The background color of the hovered CheckBox. | Description
The line height of the Chat timestamp. |
||||||
$kendo-checkbox-hover-text | -Null | -null |
- null |
+ $kendo-chat-timestamp-transform | +String | +uppercase |
+ uppercase |
Description
+ The text color of the hovered CheckBox. | Description
The text transform of the Chat timestamp. |
||||||
$kendo-checkbox-hover-border | +$kendo-chat-timestamp-text | +Color | +$kendo-subtle-text |
+ #646464 |
+|||
Description
+ The text color of the Chat timestamp. |
+|||||||
$kendo-chat-timestamp-bg | Null | null |
null |
||||
Description
+ The border color of the hovered CheckBox. | Description
The background color of the Chat timestamp. |
||||||
$kendo-checkbox-checked-bg | -Color | -$kendo-color-primary |
- #f35800 |
+ $kendo-chat-bubble-padding-x | +Number | +12px |
+ 12px |
Description
+ The background color of the checked CheckBox. | Description
The horizontal padding of the Chat bubble message. |
||||||
$kendo-checkbox-checked-text | -Color | -if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-checkbox-checked-bg )) |
- white |
+ $kendo-chat-bubble-padding-y | +Number | +8px |
+ 8px |
Description
+ The text color of the checked CheckBox. | Description
The vertical padding of the Chat bubble message. |
||||||
$kendo-checkbox-checked-border | -Color | -$kendo-checkbox-checked-bg |
- #f35800 |
+ $kendo-chat-bubble-spacing | +Number | +2px |
+ 2px |
Description
+ The border color of the checked CheckBox. | Description
The spacing of the Chat bubble message. |
||||||
$kendo-checkbox-indeterminate-bg | -Color | -$kendo-checkbox-bg |
- #ffffff |
+ $kendo-chat-bubble-line-height | +Number | +18px |
+ 18px |
Description
+ The background color of the indeterminate CheckBox. | Description
The line height of the Chat bubble message. |
||||||
$kendo-checkbox-indeterminate-text | -Color | -$kendo-checkbox-checked-bg |
- #f35800 |
+ $kendo-chat-bubble-border-radius | +Number | +12px |
+ 12px |
Description
+ The text color of the indeterminate CheckBox. | Description
The border radius of the Chat bubble message. |
||||||
$kendo-checkbox-indeterminate-border | -Color | -$kendo-checkbox-border |
- #cacaca |
+ $kendo-chat-bubble-border-radius-sm | +Number | +2px |
+ 2px |
Description
+ The border color of the indeterminate CheckBox. | Description
The border radius of the Chat small bubble message |
||||||
$kendo-checkbox-focus-border | -Null | -null |
- null |
+ $kendo-chat-avatar-size | +Number | +32px |
+ 32px |
Description
+ The border color of the focused CheckBox. | Description
The size of the Chat Avatar. |
||||||
$kendo-checkbox-focus-shadow | -List | -0 0 0 2px rgba( black, .06 ) |
- 0 0 0 2px rgba(0, 0, 0, 0.06) |
+ $kendo-chat-avatar-spacing | +Number | +$kendo-chat-item-spacing-x |
+ 8px |
Description
+ The box shadow of the focused CheckBox. | Description
The spacing of the Chat Avatar. |
||||||
$kendo-checkbox-focus-checked-border | -Null | -null |
- null |
+ $kendo-chat-toolbar-padding-x | +Number | +$kendo-toolbar-md-padding-x |
+ 8px |
Description
+ The border color of the focused and checked CheckBox. | Description
The horizontal padding of the Chat Toolbar. |
||||||
$kendo-checkbox-focus-checked-shadow | -List | -0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary, true ), .3 ), rgba( $kendo-color-primary, .3 )) |
- 0 0 0 2px rgba(243, 88, 0, 0.3) |
+ $kendo-chat-toolbar-padding-y | +Number | +$kendo-toolbar-md-padding-y |
+ 8px |
Description
+ The box shadow of the focused and checked CheckBox. | Description
The vertical padding of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-bg | -Null | -null |
- null |
+ $kendo-chat-toolbar-spacing | +Number | +$kendo-toolbar-md-spacing |
+ 8px |
Description
+ The background color of the disabled CheckBox. | Description
The spacing of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-text | -Null | -null |
- null |
+ $kendo-chat-toolbar-bg | +Color | +$kendo-toolbar-bg |
+ #f0f0f0 |
Description
+ The text color of the disabled CheckBox. | Description
The background color of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-border | -Null | -null |
- null |
+ $kendo-chat-toolbar-text | +Color | +$kendo-toolbar-text |
+ #272727 |
Description
+ The border color of the disabled CheckBox. | Description
The text color of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-checked-bg | -Null | -null |
- null |
+ $kendo-chat-toolbar-border | +String | +inherit |
+ inherit |
Description
+ The background color of the disabled and checked CheckBox. | Description
The border color of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-checked-text | -Null | -null |
- null |
+ $kendo-chat-quick-reply-padding-x | +Number | +12px |
+ 12px |
Description
+ The text color of the disabled and checked CheckBox. | Description
The horizontal padding of the Chat quick reply. |
||||||
$kendo-checkbox-disabled-checked-border | -Null | -null |
- null |
+ $kendo-chat-quick-reply-padding-y | +Number | +8px |
+ 8px |
Description
+ The border color of the disabled and checked CheckBox. | Description
The vertical padding of the Chat quick reply. |
||||||
$kendo-checkbox-invalid-bg | -Null | -null |
- null |
+ $kendo-chat-quick-reply-spacing | +Number | +8px |
+ 8px |
Description
+ The background color of an invalid CheckBox. | Description
The spacing of the Chat quick reply. |
||||||
$kendo-checkbox-invalid-text | -Color | -$kendo-invalid-text |
- #d92800 |
+ $kendo-chat-quick-reply-line-height | +Number | +$kendo-chat-bubble-line-height |
+ 18px |
Description
+ The text color of an invalid CheckBox. | Description
The line height of the Chat quick reply. |
||||||
$kendo-checkbox-invalid-border | +$kendo-chat-bg | Color | -$kendo-invalid-border |
- #d92800 |
+ $kendo-app-bg |
+ #ffffff |
|
Description
+ The border color of an invalid CheckBox. | Description
The background color of the Chat. |
||||||
$kendo-checkbox-indicator-type | -String | -image |
- image |
+ $kendo-chat-text | +Color | +$kendo-app-text |
+ #272727 |
Description
+ The type of the CheckBox indicator. | Description
The text color of the Chat. |
||||||
$kendo-checkbox-glyph-font-family | -List | -"WebComponentsIcons", monospace |
- "WebComponentsIcons", monospace |
+ $kendo-chat-border | +Color | +$kendo-app-border |
+ #d6d6d6 |
Description
+ The font family of the CheckBox indicator glyph. | Description
The border color of the Chat. |
||||||
$kendo-checkbox-checked-glyph | +$kendo-chat-bubble-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+|||
Description
+ The background color of the Chat bubble. |
+|||||||
$kendo-chat-bubble-text | +Color | +$kendo-component-text |
+ #272727 |
+||||
Description
+ The text color of the Chat bubble. |
+|||||||
$kendo-chat-bubble-border | +Color | +$kendo-chat-bubble-bg |
+ #ffffff |
+||||
Description
+ The border color of the Chat bubble. |
+|||||||
$kendo-chat-bubble-shadow | String | -"\e118" |
- "\e118" |
+ k-elevation(1) |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
||
Description
+ The glyph of the CheckBox indicator. | Description
The box shadow of the Chat bubble. |
||||||
$kendo-checkbox-indeterminate-glyph | +$kendo-chat-bubble-hover-shadow | String | -"\e121" |
- "\e121" |
+ k-elevation(2) |
+ var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12)) |
|
Description
+ The glyph of the indeterminate CheckBox indicator. | Description
The shadow of the hovered Chat bubble. |
||||||
$kendo-checkbox-checked-image | +$kendo-chat-bubble-selected-shadow | String | -k-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") |
+ k-elevation(3) |
+ var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
|
Description
+ The image for a checked CheckBox indicator. | Description
The shadow of the selected Chat bubble. |
||||||
$kendo-checkbox-indeterminate-image | +$kendo-chat-alt-bubble-bg | +Color | +$kendo-color-primary |
+ #f35800 |
+|||
Description
+ The background color of the Chat alt bubble. |
+|||||||
$kendo-chat-alt-bubble-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-chat-alt-bubble-bg )) |
+ white |
+||||
Description
+ The text color of the Chat alt bubble. |
+|||||||
$kendo-chat-alt-bubble-border | +Color | +$kendo-chat-alt-bubble-bg |
+ #f35800 |
+||||
Description
+ The border color of the Chat alt bubble. |
+|||||||
$kendo-chat-alt-bubble-shadow | String | -k-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='%23f35800' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/%3e%3c/svg%3e") |
+ k-elevation(1) |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
||
Description
+ The image for a indeterminate CheckBox indicator. | Description
The shadow of the Chat alt bubble. |
||||||
$kendo-checkbox-label-margin-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-chat-alt-bubble-hover-shadow | +String | +k-elevation(2) |
+ var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The horizontal margin of the CheckBox inside a label. | Description
The shadow of the hovered Chat alt bubble. |
||||||
$kendo-checkbox-list-spacing | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-chat-alt-bubble-selected-shadow | +String | +k-elevation(3) |
+ var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The spacing between the items in a horizontal CheckBox list. | Description
The shadow of the selected Chat alt bubble. |
||||||
$kendo-checkbox-list-item-padding-x | -Number | -0px |
- 0px |
+ $kendo-chat-quick-reply-bg | +Color | +transparent |
+ transparent |
Description
+ The horizontal padding of the CheckBox list items. | Description
The background color of Chat quick reply. |
||||||
$kendo-checkbox-list-item-padding-y | -Number | -$kendo-list-md-item-padding-y |
- 4px |
+ $kendo-chat-quick-reply-text | +Color | +$kendo-color-primary |
+ #f35800 |
Description
+ The vertical padding of the CheckBox list items. | Description
The text color of Chat quick reply. |
||||||
$kendo-checkbox-ripple-bg | +$kendo-chat-quick-reply-border | Color | -$kendo-checkbox-checked-bg |
+ $kendo-color-primary |
#f35800 |
||
Description
+ The background color of the CheckBox' ripple. | Description
The border color of Chat quick reply. |
||||||
$kendo-checkbox-ripple-opacity | -Number | -.25 |
- 0.25 |
+ $kendo-chat-quick-reply-hover-bg | +Color | +$kendo-color-primary |
+ #f35800 |
Description
+ The opacity of the CheckBox' ripple. | Description
+ The background color of the hovered Chat quick reply. |
+||||||
$kendo-chat-quick-reply-hover-text | +Color | +$kendo-color-primary-contrast |
+ white |
+||||
Description
+ The text color of the Chat quick reply. |
+|||||||
$kendo-chat-quick-reply-hover-border | +Color | +$kendo-color-primary |
+ #f35800 |
+||||
Description
The border color of the hovered Chat quick reply. |
$kendo-chip-border-width | +$kendo-checkbox-border-width | Number | 1px |
1px |
|||
Description
+ The width of the border around the Chip. | Description
The border width of the CheckBox. |
||||||
$kendo-chip-spacing | +$kendo-checkbox-sm-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 3 ) |
+ 12px |
|
Description
+ The spacing between the text and the icons of the Chip. | Description
The size of a small CheckBox. |
||||||
$kendo-chip-padding-x | +$kendo-checkbox-md-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 4 ) |
+ 16px |
|
Description
+ The horizontal padding of the Chip. | Description
The size of a medium CheckBox. |
||||||
$kendo-chip-sm-padding-x | +$kendo-checkbox-lg-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 5 ) |
+ 20px |
|
Description
+ The horizontal padding of the small Chip. | Description
The size of a large CheckBox. |
||||||
$kendo-chip-md-padding-x | +$kendo-checkbox-sm-glyph-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 2.5 ) |
+ 10px |
|
Description
+ The horizontal padding of the medium Chip. | Description
The glyph size of a small CheckBox. |
||||||
$kendo-chip-lg-padding-x | +$kendo-checkbox-md-glyph-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 3.5 ) |
+ 14px |
|
Description
+ The horizontal padding of the large Chip. | Description
The glyph size of a medium CheckBox. |
||||||
$kendo-chip-padding-y | +$kendo-checkbox-lg-glyph-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 4.5 ) |
+ 18px |
|
Description
+ The vertical padding of the Chip. | Description
The glyph size of a large CheckBox. |
||||||
$kendo-chip-sm-padding-y | +$kendo-checkbox-sm-ripple-size | Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 2px |
+ 300% |
+ 300% |
|
Description
+ The vertical padding of the small Chip. | Description
The ripple size of a small CheckBox. |
||||||
$kendo-chip-md-padding-y | +$kendo-checkbox-md-ripple-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ 300% |
+ 300% |
|
Description
+ The vertical padding of the medium Chip. | Description
The ripple size of a medium CheckBox. |
||||||
$kendo-chip-lg-padding-y | +$kendo-checkbox-lg-ripple-size | Number | -k-map-get( $kendo-spacing, 1.5 ) |
- 6px |
+ 300% |
+ 300% |
|
Description
+ The vertical padding of the large Chip. | Description
The ripple size of a large CheckBox. |
||||||
$kendo-chip-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-checkbox-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The font size of the Chip. | Description
The background color of the CheckBox. |
||||||
$kendo-chip-sm-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-checkbox-text | +Null | +null |
+ null |
Description
+ The font size of the small Chip. | Description
The text color of the CheckBox. |
||||||
$kendo-chip-md-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-checkbox-border | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ The font size of the medium Chip. | Description
The border color of the CheckBox. |
||||||
$kendo-chip-lg-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-checkbox-hover-bg | +Null | +null |
+ null |
Description
+ The font size of the large Chip. | Description
The background color of the hovered CheckBox. |
||||||
$kendo-chip-line-height | -Number | -1 |
- 1 |
+ $kendo-checkbox-hover-text | +Null | +null |
+ null |
Description
+ The Chip's line height that is related to the $kendo-font-size. | Description
The text color of the hovered CheckBox. |
||||||
$kendo-chip-sm-line-height | -Number | -$kendo-chip-line-height |
- 1 |
+ $kendo-checkbox-hover-border | +Null | +null |
+ null |
Description
+ The small Chip's line height that is related to the $kendo-font-size. | Description
The border color of the hovered CheckBox. |
||||||
$kendo-chip-md-line-height | -Number | -$kendo-chip-line-height |
- 1 |
+ $kendo-checkbox-checked-bg | +Color | +$kendo-color-primary |
+ #f35800 |
Description
+ The medium Chip's line height that is related to the $kendo-font-size. | Description
The background color of the checked CheckBox. |
||||||
$kendo-chip-lg-line-height | -Number | -$kendo-chip-line-height |
- 1 |
+ $kendo-checkbox-checked-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-checkbox-checked-bg )) |
+ white |
Description
+ The large Chip's line height that is related to the $kendo-font-size. | Description
The text color of the checked CheckBox. |
||||||
$kendo-chip-calc-size | -Calculation | -calc( #{$kendo-chip-line-height * 1em} + #{$kendo-chip-padding-y * 2} + #{$kendo-chip-border-width * 2} ) |
- calc(1em + 8px + 2px) |
+ $kendo-checkbox-checked-border | +Color | +$kendo-checkbox-checked-bg |
+ #f35800 |
Description
+ The calculated height of the Chip. | Description
The border color of the checked CheckBox. |
||||||
$kendo-chip-sizes | -Map | -(
- 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)) |
+ $kendo-checkbox-indeterminate-bg | +Color | +$kendo-checkbox-bg |
+ #ffffff |
Description
+ The map with the sizes of the Chip. | Description
The background color of the indeterminate CheckBox. |
||||||
$kendo-chip-base-bg | +$kendo-checkbox-indeterminate-text | Color | -$kendo-button-bg |
- #f0f0f0 |
+ $kendo-checkbox-checked-bg |
+ #f35800 |
|
Description
+ The base background of the Chip. | Description
The text color of the indeterminate CheckBox. |
||||||
$kendo-chip-theme-colors | -Map | -(
- "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": #f0f0f0, "error": #d92800, "info": #2498bc, "warning": #ff9800, "success": #3ea44e) |
+ $kendo-checkbox-indeterminate-border | +Color | +$kendo-checkbox-border |
+ #cacaca |
Description
+ The theme colors map for the Chip. | Description
The border color of the indeterminate CheckBox. |
||||||
$kendo-chip-solid-bg | -Color | -$kendo-chip-base-bg |
- #f0f0f0 |
+ $kendo-checkbox-focus-border | +Null | +null |
+ null |
Description
+ The base background color of the solid Chip. | Description
The border color of the focused CheckBox. |
||||||
$kendo-chip-solid-text | -Color | -$kendo-button-text |
- #272727 |
+ $kendo-checkbox-focus-shadow | +List | +0 0 0 2px rgba( black, .06 ) |
+ 0 0 0 2px rgba(0, 0, 0, 0.06) |
Description
+ The base text color of the solid Chip. | Description
The box shadow of the focused CheckBox. |
||||||
$kendo-chip-solid-border | -Color | -$kendo-button-border |
- #cacaca |
+ $kendo-checkbox-focus-checked-border | +Null | +null |
+ null |
Description
+ The base border color of the solid Chip. | Description
The border color of the focused and checked CheckBox. |
||||||
$kendo-chip-solid-shadow | +$kendo-checkbox-focus-checked-shadow | List | -0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .16 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .16 ) )) |
- 0 0 0 2px rgba(0, 0, 0, 0.16) |
+ 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary, true ), .3 ), rgba( $kendo-color-primary, .3 )) |
+ 0 0 0 2px rgba(243, 88, 0, 0.3) |
|
Description
+ The base shadow of the solid Chip. | Description
The box shadow of the focused and checked CheckBox. |
||||||
$kendo-chip-solid-gradient | -List | -$kendo-button-gradient |
- rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) |
+ $kendo-checkbox-disabled-bg | +Null | +null |
+ null |
Description
+ The base gradient of the solid Chip. | Description
The background color of the disabled CheckBox. |
||||||
$kendo-chip-solid-focus-bg | +$kendo-checkbox-disabled-text | Null | null |
null |
|||
Description
+ The base background color of the focused solid Chip. | Description
The text color of the disabled CheckBox. |
||||||
$kendo-chip-solid-focus-text | +$kendo-checkbox-disabled-border | Null | null |
null |
|||
Description
+ The base text color of the focused solid Chip. | Description
The border color of the disabled CheckBox. |
||||||
$kendo-chip-solid-hover-bg | -Color | -$kendo-button-hover-bg |
- #dddddd |
+ $kendo-checkbox-disabled-checked-bg | +Null | +null |
+ null |
Description
+ The base background color of the hovered solid Chip. | Description
The background color of the disabled and checked CheckBox. |
||||||
$kendo-chip-solid-hover-text | +$kendo-checkbox-disabled-checked-text | Null | null |
null |
|||
Description
+ The base text color of the hovered solid Chip. | Description
The text color of the disabled and checked CheckBox. |
||||||
$kendo-chip-solid-selected-bg | -Color | -$kendo-button-active-bg |
- #cacaca |
+ $kendo-checkbox-disabled-checked-border | +Null | +null |
+ null |
Description
+ The base background color of the selected solid Chip | Description
The border color of the disabled and checked CheckBox. |
||||||
$kendo-chip-solid-selected-text | +$kendo-checkbox-invalid-bg | Null | null |
null |
|||
Description
+ The base text color of the selected solid Chip. | Description
The background color of an invalid CheckBox. |
||||||
$kendo-chip-outline-bg | +$kendo-checkbox-invalid-text | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-invalid-text |
+ #d92800 |
|
Description
+ The base background color of the outline Chip. | Description
The text color of an invalid CheckBox. |
||||||
$kendo-chip-outline-text | +$kendo-checkbox-invalid-border | Color | -$kendo-chip-solid-text |
- #272727 |
+ $kendo-invalid-border |
+ #d92800 |
|
Description
+ The base text color of the outline Chip. | Description
The border color of an invalid CheckBox. |
||||||
$kendo-chip-outline-border | -Color | -$kendo-chip-outline-text |
- #272727 |
+ $kendo-checkbox-indicator-type | +String | +image |
+ image |
Description
+ The base border color of the outline Chip. | Description
The type of the CheckBox indicator. |
||||||
$kendo-chip-outline-shadow | +$kendo-checkbox-glyph-font-family | List | -0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .16 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .16 ) )) |
- 0 0 0 2px rgba(0, 0, 0, 0.16) |
+ "WebComponentsIcons", monospace |
+ "WebComponentsIcons", monospace |
|
Description
+ The base shadow of the outline Chip. | Description
The font family of the CheckBox indicator glyph. |
||||||
$kendo-chip-outline-hover-bg | -Color | -$kendo-chip-outline-text |
- #272727 |
+ $kendo-checkbox-checked-glyph | +String | +"\e118" |
+ "\e118" |
Description
+ The base background color of the hovered outline Chip. | Description
The glyph of the CheckBox indicator. |
||||||
$kendo-chip-outline-hover-text | -Color | -if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-legacy( $kendo-chip-outline-hover-bg )) |
- white |
+ $kendo-checkbox-indeterminate-glyph | +String | +"\e121" |
+ "\e121" |
Description
+ The base text color of the hovered outline Chip. | Description
The glyph of the indeterminate CheckBox indicator. |
||||||
$kendo-chip-outline-selected-bg | -Color | -$kendo-chip-outline-hover-bg |
- #272727 |
+ $kendo-checkbox-checked-image | +String | +k-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
+ The base background color of the selected outline Chip. | Description
The image for a checked CheckBox indicator. |
||||||
$kendo-chip-outline-selected-text | -Color | -$kendo-chip-outline-hover-text |
- white |
+ $kendo-checkbox-indeterminate-image | +String | +k-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='%23f35800' stroke-linecap='square' stroke-linejoin='square' stroke-width='2' d='M4,8 h8'/%3e%3c/svg%3e") |
Description
+ The base text color of the selected outline Chip. | Description
The image for a indeterminate CheckBox indicator. |
||||||
$kendo-chip-list-sizes | -Map | -(
- 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) |
+ $kendo-checkbox-label-margin-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The sizes of the Chip list. | Description
+ The horizontal margin of the CheckBox inside a label. |
+||||||
$kendo-checkbox-list-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+||||
Description
+ The spacing between the items in a horizontal CheckBox list. |
+|||||||
$kendo-checkbox-list-item-padding-x | +Number | +0px |
+ 0px |
+||||
Description
+ The horizontal padding of the CheckBox list items. |
+|||||||
$kendo-checkbox-list-item-padding-y | +Number | +$kendo-list-md-item-padding-y |
+ 4px |
+||||
Description
+ The vertical padding of the CheckBox list items. |
+|||||||
$kendo-checkbox-ripple-bg | +Color | +$kendo-checkbox-checked-bg |
+ #f35800 |
+||||
Description
+ The background color of the CheckBox' ripple. |
+|||||||
$kendo-checkbox-ripple-opacity | +Number | +.25 |
+ 0.25 |
+||||
Description
The opacity of the CheckBox' ripple. |
$kendo-color-gradient-spacer | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
-||||
Description
- The spacer of the ColorGradient. |
-|||||||
$kendo-color-gradient-width | -Number | -272px |
- 272px |
-||||
Description
- The width of the ColorGradient. |
-|||||||
$kendo-color-gradient-border-width | +$kendo-chip-border-width | Number | 1px |
1px |
|||
Description
+ The width of the border around the ColorGradient. | Description
The width of the border around the Chip. |
||||||
$kendo-color-gradient-border-radius | +$kendo-chip-spacing | Number | -$kendo-border-radius-md |
+ k-map-get( $kendo-spacing, 1 ) |
4px |
||
Description
+ The border radius of the ColorGradient. | Description
The spacing between the text and the icons of the Chip. |
||||||
$kendo-color-gradient-padding-y | +$kendo-chip-padding-x | Number | -$kendo-color-gradient-spacer |
- 12px |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ The vertical padding of the ColorGradient. | Description
The horizontal padding of the Chip. |
||||||
$kendo-color-gradient-padding-x | +$kendo-chip-sm-padding-x | Number | -$kendo-color-gradient-padding-y |
- 12px |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ The horizontal padding of the ColorGradient. | Description
The horizontal padding of the small Chip. |
||||||
$kendo-color-gradient-gap | +$kendo-chip-md-padding-x | Number | -$kendo-color-gradient-spacer |
- 12px |
-|||
Description
- The spacing between the sections of the ColorGradient. |
-|||||||
$kendo-color-gradient-font-family | -String | -$kendo-font-family |
- inherit |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
||
Description
+ The font family of the ColorGradient. | Description
The horizontal padding of the medium Chip. |
||||||
$kendo-color-gradient-font-size | +$kendo-chip-lg-padding-x | Number | -$kendo-font-size-md |
- 14px |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ The font size of the ColorGradient. | Description
The horizontal padding of the large Chip. |
||||||
$kendo-color-gradient-line-height | +$kendo-chip-padding-y | Number | -$kendo-line-height-md |
- 1.4285714286 |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ The line height of the ColorGradient. | Description
The vertical padding of the Chip. |
||||||
$kendo-color-gradient-text | -Color | -$kendo-component-text |
- #272727 |
+ $kendo-chip-sm-padding-y | +Number | +k-map-get( $kendo-spacing, 0.5 ) |
+ 2px |
Description
+ The text color of the ColorGradient. | Description
The vertical padding of the small Chip. |
||||||
$kendo-color-gradient-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-chip-md-padding-y | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The background color of the ColorGradient. | Description
The vertical padding of the medium Chip. |
||||||
$kendo-color-gradient-border | -Color | -$kendo-component-border |
- #cacaca |
+ $kendo-chip-lg-padding-y | +Number | +k-map-get( $kendo-spacing, 1.5 ) |
+ 6px |
Description
+ The border color of the ColorGradient. | Description
The vertical padding of the large Chip. |
||||||
$kendo-color-gradient-focus-border | -Null | -null |
- null |
+ $kendo-chip-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The border color of the focused ColorGradient. | Description
The font size of the Chip. |
||||||
$kendo-color-gradient-focus-shadow | -String | -k-elevation(3) |
- var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-chip-sm-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The box shadow of the focused ColorGradient. | Description
The font size of the small Chip. |
||||||
$kendo-color-gradient-canvas-border-radius | +$kendo-chip-md-font-size | Number | -$kendo-border-radius-md |
- 4px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The border radius of the ColorGradient canvas. | Description
The font size of the medium Chip. |
||||||
$kendo-color-gradient-canvas-gap | +$kendo-chip-lg-font-size | Number | -$kendo-color-gradient-spacer |
- 12px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The spacing between the items of the ColorGradient canvas. | Description
The font size of the large Chip. |
||||||
$kendo-color-gradient-canvas-rectangle-height | +$kendo-chip-line-height | Number | -180px |
- 180px |
+ 1 |
+ 1 |
|
Description
+ The height the ColorGradient canvas hsv rectangle. | Description
The Chip's line height that is related to the $kendo-font-size. |
||||||
$kendo-color-gradient-slider-track-size | +$kendo-chip-sm-line-height | Number | -10px |
- 10px |
+ $kendo-chip-line-height |
+ 1 |
|
Description
+ The width of the ColorGradient slider. | Description
The small Chip's line height that is related to the $kendo-font-size. |
||||||
$kendo-color-gradient-slider-border-radius | +$kendo-chip-md-line-height | Number | -10px |
- 10px |
+ $kendo-chip-line-height |
+ 1 |
|
Description
+ The border radius of the ColorGradient slider. | Description
The medium Chip's line height that is related to the $kendo-font-size. |
||||||
$kendo-color-gradient-slider-draghandle-border-width | +$kendo-chip-lg-line-height | Number | -3px |
- 3px |
+ $kendo-chip-line-height |
+ 1 |
|
Description
+ The width of the border around the ColorGradient slider drag handle. | Description
The large Chip's line height that is related to the $kendo-font-size. |
||||||
$kendo-color-gradient-slider-vertical-size | -Number | -180px |
- 180px |
+ $kendo-chip-calc-size | +Calculation | +calc( #{$kendo-chip-line-height * 1em} + #{$kendo-chip-padding-y * 2} + #{$kendo-chip-border-width * 2} ) |
+ calc(1em + 8px + 2px) |
Description
+ The height of the ColorGradient vertical slider. | Description
The calculated height of the Chip. |
||||||
$kendo-color-gradient-slider-horizontal-size | -Number | -100% |
- 100% |
+ $kendo-chip-sizes | +Map | +(
+ 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
+ The width of the ColorGradient horizontal slider. | Description
The map with the sizes of the Chip. |
||||||
$kendo-color-gradient-draghandle-width | -Number | -14px |
- 14px |
+ $kendo-chip-base-bg | +Color | +$kendo-button-bg |
+ #f0f0f0 |
Description
+ The width of the ColorGradient canvas drag handle. | Description
The base background of the Chip. |
||||||
$kendo-color-gradient-draghandle-height | -Number | -14px |
- 14px |
+ $kendo-chip-theme-colors | +Map | +(
+ "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": #f0f0f0, "error": #d92800, "info": #2498bc, "warning": #ff9800, "success": #3ea44e) |
Description
+ The height of the ColorGradient canvas drag handle. | Description
The theme colors map for the Chip. |
||||||
$kendo-color-gradient-draghandle-border-width | -Number | -1px |
- 1px |
+ $kendo-chip-solid-bg | +Color | +$kendo-chip-base-bg |
+ #f0f0f0 |
Description
+ The width of the border around the ColorGradient canvas drag handle. | Description
The base background color of the solid Chip. |
||||||
$kendo-color-gradient-draghandle-outline-width | -Number | -1px |
- 1px |
+ $kendo-chip-solid-text | +Color | +$kendo-button-text |
+ #272727 |
Description
+ The width of the outline around the ColorGradient canvas drag handle. | Description
The base text color of the solid Chip. |
||||||
$kendo-color-gradient-draghandle-border-radius | -Number | -50% |
- 50% |
+ $kendo-chip-solid-border | +Color | +$kendo-button-border |
+ #cacaca |
Description
+ The border radius of the ColorGradient canvas drag handle. | Description
The base border color of the solid Chip. |
||||||
$kendo-color-gradient-draghandle-text | +$kendo-chip-solid-shadow | +List | +0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .16 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .16 ) )) |
+ 0 0 0 2px rgba(0, 0, 0, 0.16) |
+|||
Description
+ The base shadow of the solid Chip. |
+|||||||
$kendo-chip-solid-gradient | +List | +$kendo-button-gradient |
+ rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) |
+||||
Description
+ The base gradient of the solid Chip. |
+|||||||
$kendo-chip-solid-focus-bg | Null | null |
null |
||||
Description
+ The text color of the ColorGradient canvas drag handle. | Description
The base background color of the focused solid Chip. |
||||||
$kendo-color-gradient-draghandle-bg | -Color | -transparent |
- transparent |
+ $kendo-chip-solid-focus-text | +Null | +null |
+ null |
Description
+ The background color of the ColorGradient canvas drag handle. | Description
The base text color of the focused solid Chip. |
||||||
$kendo-color-gradient-draghandle-border | +$kendo-chip-solid-hover-bg | Color | -rgba( white, .8) |
- rgba(255, 255, 255, 0.8) |
+ $kendo-button-hover-bg |
+ #dddddd |
|
Description
+ The color of the border around the ColorGradient canvas drag handle. | Description
The base background color of the hovered solid Chip. |
||||||
$kendo-color-gradient-draghandle-shadow | -Color | -rgba( $kendo-color-black, .5) |
- rgba(0, 0, 0, 0.5) |
+ $kendo-chip-solid-hover-text | +Null | +null |
+ null |
Description
+ The color of the outline around the ColorGradient canvas drag handle. | Description
The base text color of the hovered solid Chip. |
||||||
$kendo-color-gradient-draghandle-focus-shadow | +$kendo-chip-solid-selected-bg | Color | -$kendo-color-black |
- #000000 |
+ $kendo-button-active-bg |
+ #cacaca |
|
Description
+ The focus color of the outline around the ColorGradient canvas drag handle. | Description
The base background color of the selected solid Chip |
||||||
$kendo-color-gradient-draghandle-hover-shadow | -Color | -$kendo-color-black |
- #000000 |
+ $kendo-chip-solid-selected-text | +Null | +null |
+ null |
Description
+ The outline color of the outline around the ColorGradient canvas drag handle. | Description
The base text color of the selected solid Chip. |
||||||
$kendo-color-gradient-draghandle-shadow | +$kendo-chip-outline-bg | Color | -k-elevation(2) |
- rgba(0, 0, 0, 0.5) |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The box shadow of the ColorGradient canvas drag handle. | Description
The base background color of the outline Chip. |
||||||
$kendo-color-gradient-canvas-draghandle-margin-y | -Number | -- k-math-div( $kendo-color-gradient-draghandle-height, 2 ) |
- -7px |
+ $kendo-chip-outline-text | +Color | +$kendo-chip-solid-text |
+ #272727 |
Description
+ The vertical margin of the ColorGradient canvas drag handle. | Description
The base text color of the outline Chip. |
||||||
$kendo-color-gradient-canvas-draghandle-margin-x | -Number | -- k-math-div( $kendo-color-gradient-draghandle-width, 2 ) |
- -7px |
+ $kendo-chip-outline-border | +Color | +$kendo-chip-outline-text |
+ #272727 |
Description
+ The horizontal margin of the ColorGradient canvas drag handle. | Description
The base border color of the outline Chip. |
||||||
$kendo-color-gradient-input-width | -Number | -46px |
- 46px |
+ $kendo-chip-outline-shadow | +List | +0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .16 ), if( $kendo-is-dark-theme, rgba( $kendo-color-white, .16 ), rgba( $kendo-color-black, .16 ) )) |
+ 0 0 0 2px rgba(0, 0, 0, 0.16) |
Description
+ The width of the ColorGradient input. | Description
The base shadow of the outline Chip. |
||||||
$kendo-color-gradient-input-gap | -Number | -k-math-div( $kendo-color-gradient-spacer, 1.5 ) |
- 8px |
+ $kendo-chip-outline-hover-bg | +Color | +$kendo-chip-outline-text |
+ #272727 |
Description
+ The spacing between the ColorGradient inputs. | Description
The base background color of the hovered outline Chip. |
||||||
$kendo-color-gradient-input-label-gap | -Number | -k-math-div( $kendo-color-gradient-spacer, 3 ) |
- 4px |
+ $kendo-chip-outline-hover-text | +Color | +if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-legacy( $kendo-chip-outline-hover-bg )) |
+ white |
Description
+ The spacing between the ColorGradient inputs and their labels. | Description
The base text color of the hovered outline Chip. |
||||||
$kendo-color-gradient-input-label-text | +$kendo-chip-outline-selected-bg | Color | -$kendo-subtle-text |
- #646464 |
+ $kendo-chip-outline-hover-bg |
+ #272727 |
|
Description
+ The text color of the ColorGradient input labels. | Description
The base background color of the selected outline Chip. |
||||||
$kendo-color-gradient-contrast-ratio-font-weight | -Number | -$kendo-font-weight-bold |
- 700 |
+ $kendo-chip-outline-selected-text | +Color | +$kendo-chip-outline-hover-text |
+ white |
Description
+ The font weight of the ColorGradient contrast ratio text. | Description
The base text color of the selected outline Chip. |
||||||
$kendo-color-gradient-contrast-spacer | -Number | -k-math-div( $kendo-color-gradient-spacer, 1.5 ) |
- 8px |
+ $kendo-chip-list-sizes | +Map | +(
+ 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 spacing between the items in the ColorGradient contrast tool. | Description
The sizes of the Chip list. |
$kendo-colors | -Map | -$_default-colors |
- (app-surface: #ffffff, on-app-surface: #272727, subtle: #666666, surface: #f0f0f0, surface-alt: #ffffff, border: #cacaca, border-alt: #b6b6b6, base-subtle: #f0f0f0, base-subtle-hover: #ebebeb, base-subtle-active: #dddddd, base: #ebebeb, base-hover: #dddddd, base-active: #d6d6d6, base-emphasis: #cacaca, base-on-subtle: #272727, on-base: #272727, base-on-surface: #272727, primary-subtle: #fff2eb, primary-subtle-hover: #ffe5d6, primary-subtle-active: #ffd8c2, primary: #f35800, primary-hover: #e05100, primary-active: #cc4a00, primary-emphasis: #ff8b47, primary-on-subtle: #3d1600, on-primary: #ffffff, primary-on-surface: #f35800, secondary-subtle: #cacaca, secondary-subtle-hover: #b6b6b6, secondary-subtle-active: #a3a3a3, secondary: #b6b6b6, secondary-hover: #a3a3a3, secondary-active: #8f8f8f, secondary-emphasis: #7a7a7a, secondary-on-subtle: #272727, on-secondary: #000000, secondary-on-surface: #8f8f8f, tertiary-subtle: #9cdffe, tertiary-subtle-hover: #72d1fe, tertiary-subtle-active: #49c4fd, tertiary: #03a9f4, tertiary-hover: #039be0, tertiary-active: #038ecd, tertiary-emphasis: #2cbbfd, tertiary-on-subtle: #01364e, on-tertiary: #ffffff, tertiary-on-surface: #0273a6, info-subtle: #cce5f3, info-subtle-hover: #a6d1ea, info-subtle-active: #6ab2dc, info: #007bc3, info-hover: #0071b3, info-active: #0067a4, info-emphasis: #409cd2, info-on-subtle: #002b44, on-info: #ffffff, info-on-surface: #005485, success-subtle: #bbdfc1, success-subtle-hover: #9ed1a6, success-subtle-active: #82c48c, success: #3ea44e, success-hover: #399748, success-active: #348a42, success-emphasis: #6ebb7a, success-on-subtle: #16391b, on-success: #ffffff, success-on-surface: #2a7035, warning-subtle: #ffdead, warning-subtle-hover: #ffd699, warning-subtle-active: #ffc670, warning: #ffa41f, warning-hover: #ff9800, warning-active: #eb8c00, warning-emphasis: #ffb240, warning-on-subtle: #593500, on-warning: #000000, warning-on-surface: #ffa41f, error-subtle: #f4c3b8, error-subtle-hover: #f2b4a6, error-subtle-active: #ec8e79, error: #d92800, error-hover: #c82500, error-active: #b62200, error-emphasis: #e35e40, error-on-subtle: #4c0e00, on-error: #ffffff, error-on-surface: #941b00, light-subtle: #f0f0f0, light-subtle-hover: #ebebeb, light-subtle-active: #dddddd, light: #ebebeb, light-hover: #dddddd, light-active: #d6d6d6, light-emphasis: #cacaca, light-on-subtle: #272727, on-light: #000000, light-on-surface: #ebebeb, dark-subtle: #cacaca, dark-subtle-hover: #b6b6b6, dark-subtle-active: #a3a3a3, dark: #404040, dark-hover: #333333, dark-active: #272727, dark-emphasis: #7a7a7a, dark-on-subtle: #000000, on-dark: #ffffff, dark-on-surface: #333333, inverse-subtle: #cacaca, inverse-subtle-hover: #b6b6b6, inverse-subtle-active: #a3a3a3, inverse: #404040, inverse-hover: #333333, inverse-active: #272727, inverse-emphasis: #7a7a7a, inverse-on-subtle: #000000, on-inverse: #ffffff, inverse-on-surface: #333333, series-a: #ff6358, series-a-bold: #bf4a42, series-a-bolder: #80322c, series-a-subtle: #ffb1ac, series-a-subtler: #ff8a82, series-b: #ffd246, series-b-bold: #bf9d35, series-b-bolder: #806923, series-b-subtle: #ffe9a2, series-b-subtler: #ffdd74, series-c: #78d237, series-c-bold: #5a9d29, series-c-bolder: #3c691c, series-c-subtle: #bbe99b, series-c-subtler: #9add69, series-d: #28b4c8, series-d-bold: #1e8796, series-d-bolder: #145a64, series-d-subtle: #93d9e3, series-d-subtler: #5ec7d6, series-e: #2d73f5, series-e-bold: #2256b8, series-e-bolder: #173a7b, series-e-subtle: #96b9fa, series-e-subtler: #6296f7, series-f: #9d40b0, series-f-bold: #80358e, series-f-bolder: #55235f, series-f-subtle: #d5a2df, series-f-subtler: #bf74ce) |
+ $kendo-color-gradient-spacer | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
Description
+ The global default Colors map. | Description
The spacer of the ColorGradient. |
||||||
$kendo-color-primary | -Color | -#f35800 |
- #f35800 |
+ $kendo-color-gradient-width | +Number | +272px |
+ 272px |
Description
+ The color that focuses the user attention. Used for primary buttons and for elements of primary importance across the theme. | Description
The width of the ColorGradient. |
||||||
$kendo-color-primary-contrast | -Color | -k-contrast-legacy( $kendo-color-primary ) |
- white |
+ $kendo-color-gradient-border-width | +Number | +1px |
+ 1px |
Description
+ The color used along with the primary color denoted by $kendo-color-primary. Used to provide contrast between the background and foreground colors. | Description
The width of the border around the ColorGradient. |
||||||
$kendo-color-secondary | -Color | -#e9e9e9 |
- #e9e9e9 |
+ $kendo-color-gradient-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
Description
+ The secondary color of the theme. | Description
The border radius of the ColorGradient. |
||||||
$kendo-color-secondary-contrast | -Color | -k-contrast-color( $kendo-color-secondary ) |
- black |
+ $kendo-color-gradient-padding-y | +Number | +$kendo-color-gradient-spacer |
+ 12px |
Description
+ The color used along with the secondary color denoted by $kendo-color-secondary. Used to provide contrast between the background and foreground colors. | Description
The vertical padding of the ColorGradient. |
||||||
$kendo-color-tertiary | -Color | -#03a9f4 |
- #03a9f4 |
+ $kendo-color-gradient-padding-x | +Number | +$kendo-color-gradient-padding-y |
+ 12px |
Description
+ The tertiary color of the theme. | Description
The horizontal padding of the ColorGradient. |
||||||
$kendo-color-tertiary-contrast | -Color | -k-contrast-color( $kendo-color-tertiary ) |
- black |
+ $kendo-color-gradient-gap | +Number | +$kendo-color-gradient-spacer |
+ 12px |
Description
+ The color used along with the tertiary color denoted by $kendo-color-tertiary. Used to provide contrast between the background and foreground colors. | Description
The spacing between the sections of the ColorGradient. |
||||||
$kendo-color-info | -Color | -#2498bc |
- #2498bc |
+ $kendo-color-gradient-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The color for informational messages and states. | Description
The font family of the ColorGradient. |
||||||
$kendo-color-success | -Color | -#3ea44e |
- #3ea44e |
+ $kendo-color-gradient-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The color for success messages and states. | Description
The font size of the ColorGradient. |
||||||
$kendo-color-warning | -Color | -#ff9800 |
- #ff9800 |
+ $kendo-color-gradient-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
Description
+ The color for warning messages and states. | Description
The line height of the ColorGradient. |
||||||
$kendo-color-error | +$kendo-color-gradient-text | Color | -#d92800 |
- #d92800 |
+ $kendo-component-text |
+ #272727 |
|
Description
+ The color for error messages and states. | Description
The text color of the ColorGradient. |
||||||
$kendo-color-dark | +$kendo-color-gradient-bg | Color | -#404040 |
- #404040 |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The dark color of the theme. | Description
The background color of the ColorGradient. |
||||||
$kendo-color-light | +$kendo-color-gradient-border | Color | -#ebebeb |
- #ebebeb |
+ $kendo-component-border |
+ #cacaca |
|
Description
+ The light color of the theme. | Description
The border color of the ColorGradient. |
||||||
$kendo-color-inverse | -Color | -if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark ) |
- #404040 |
+ $kendo-color-gradient-focus-border | +Null | +null |
+ null |
Description
+ Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark | Description
The border color of the focused ColorGradient. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-color-editor-spacer | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+||||
$kendo-color-gradient-focus-shadow | +String | +k-elevation(3) |
+ var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
||||
Description
+ The spacer of the ColorEditor. | Description
The box shadow of the focused ColorGradient. |
||||||
$kendo-color-editor-min-width | +$kendo-color-gradient-canvas-border-radius | Number | -272px |
- 272px |
+ $kendo-border-radius-md |
+ 4px |
|
Description
+ The minimum width of the ColorEditor. | Description
The border radius of the ColorGradient canvas. |
||||||
$kendo-color-editor-border-width | +$kendo-color-gradient-canvas-gap | Number | -1px |
- 1px |
+ $kendo-color-gradient-spacer |
+ 12px |
|
Description
+ The width of the border around the ColorEditor. | Description
The spacing between the items of the ColorGradient canvas. |
||||||
$kendo-color-editor-border-radius | +$kendo-color-gradient-canvas-rectangle-height | Number | -$kendo-border-radius-md |
- 4px |
+ 180px |
+ 180px |
|
Description
+ The border radius of the ColorEditor. | Description
The height the ColorGradient canvas hsv rectangle. |
||||||
$kendo-color-editor-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-color-gradient-slider-track-size | +Number | +10px |
+ 10px |
Description
+ The font family of the ColorEditor. | Description
The width of the ColorGradient slider. |
||||||
$kendo-color-editor-font-size | +$kendo-color-gradient-slider-border-radius | Number | -$kendo-font-size-md |
- 14px |
+ 10px |
+ 10px |
|
Description
+ The font size of the ColorEditor. | Description
The border radius of the ColorGradient slider. |
||||||
$kendo-color-editor-line-height | +$kendo-color-gradient-slider-draghandle-border-width | Number | -$kendo-line-height-md |
- 1.4285714286 |
+ 3px |
+ 3px |
|
Description
+ The line height of the ColorEditor. | Description
The width of the border around the ColorGradient slider drag handle. |
||||||
$kendo-color-editor-text | -Color | -$kendo-component-text |
- #272727 |
+ $kendo-color-gradient-slider-vertical-size | +Number | +180px |
+ 180px |
Description
+ The text color of the ColorEditor. | Description
The height of the ColorGradient vertical slider. |
||||||
$kendo-color-editor-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-color-gradient-slider-horizontal-size | +Number | +100% |
+ 100% |
Description
+ The background color of the ColorEditor. | Description
The width of the ColorGradient horizontal slider. |
||||||
$kendo-color-editor-border | -Color | -$kendo-component-border |
- #cacaca |
+ $kendo-color-gradient-draghandle-width | +Number | +14px |
+ 14px |
Description
+ The border color of the ColorEditor. | Description
The width of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-focus-border | -Null | -null |
- null |
+ $kendo-color-gradient-draghandle-height | +Number | +14px |
+ 14px |
Description
+ The border color of the focused ColorEditor. | Description
The height of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-focus-shadow | -String | -k-elevation(3) |
- var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-color-gradient-draghandle-border-width | +Number | +1px |
+ 1px |
Description
+ The box shadow of the focused ColorEditor. | Description
The width of the border around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-header-padding-y | -Number | -$kendo-color-editor-spacer |
- 12px |
-||||
Description
- The vertical padding of the ColorEditor header. |
-|||||||
$kendo-color-editor-header-padding-x | -Number | -$kendo-color-editor-header-padding-y |
- 12px |
-||||
Description
- The horizontal padding of the ColorEditor header. |
-|||||||
$kendo-color-editor-header-actions-gap | +$kendo-color-gradient-draghandle-outline-width | Number | -k-math-div( $kendo-color-editor-spacer, 1.5 ) |
- 8px |
+ 1px |
+ 1px |
|
Description
+ The spacing between the ColorEditor header actions. | Description
The width of the outline around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-preview-width | +$kendo-color-gradient-draghandle-border-radius | Number | -32px |
- 32px |
+ 50% |
+ 50% |
|
Description
+ The width of the ColorEditor preview. | Description
The border radius of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-preview-height | -Number | -12px |
- 12px |
+ $kendo-color-gradient-draghandle-text | +Null | +null |
+ null |
Description
+ The height of the ColorEditor preview. | Description
The text color of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-preview-gap | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-color-gradient-draghandle-bg | +Color | +transparent |
+ transparent |
Description
+ The spacing between the colors in the ColorEditor preview. | Description
The background color of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-views-padding-y | -Number | -$kendo-color-editor-spacer |
- 12px |
+ $kendo-color-gradient-draghandle-border | +Color | +rgba( white, .8) |
+ rgba(255, 255, 255, 0.8) |
Description
+ The vertical padding of the ColorEditor views container. | Description
The color of the border around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-views-padding-x | -Number | -$kendo-color-editor-views-padding-y |
- 12px |
+ $kendo-color-gradient-draghandle-shadow | +Color | +rgba( $kendo-color-black, .5) |
+ rgba(0, 0, 0, 0.5) |
Description
+ The horizontal padding of the ColorEditor views container. | Description
The color of the outline around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-views-gap | -Number | -$kendo-color-editor-spacer |
- 12px |
+ $kendo-color-gradient-draghandle-focus-shadow | +Color | +$kendo-color-black |
+ #000000 |
Description
+ The spacing of the ColorEditor views container. | Description
The focus color of the outline around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-gradient-focus-outline-color | +$kendo-color-gradient-draghandle-hover-shadow | Color | -rgba(0, 0, 0, .3) |
- rgba(0, 0, 0, 0.3) |
+ $kendo-color-black |
+ #000000 |
|
Description
+ The outline color of the focused ColorGradient. | Description
The outline color of the outline around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-gradient-focus-outline | -Number | -2px |
- 2px |
+ $kendo-color-gradient-draghandle-shadow | +Color | +k-elevation(2) |
+ rgba(0, 0, 0, 0.5) |
Description
+ The outline width of the focused ColorGradient. | Description
The box shadow of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-gradient-focus-outline-offset | +$kendo-color-gradient-canvas-draghandle-margin-y | Number | -4px |
- 4px |
-|||
Description
- The outline offset of the focused ColorGradient. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-color-palette-font-family | -String | -$kendo-font-family |
- inherit |
+ - k-math-div( $kendo-color-gradient-draghandle-height, 2 ) |
+ -7px |
||
Description
+ The font family of the ColorPalette. | Description
The vertical margin of the ColorGradient canvas drag handle. |
||||||
$kendo-color-palette-font-size | +$kendo-color-gradient-canvas-draghandle-margin-x | Number | -$kendo-font-size-md |
- 14px |
+ - k-math-div( $kendo-color-gradient-draghandle-width, 2 ) |
+ -7px |
|
Description
+ The font size of the ColorPalette. | Description
The horizontal margin of the ColorGradient canvas drag handle. |
||||||
$kendo-color-palette-line-height | +$kendo-color-gradient-input-width | Number | -0 |
- 0 |
+ 46px |
+ 46px |
|
Description
+ The line height of the ColorPalette. | Description
The width of the ColorGradient input. |
||||||
$kendo-color-palette-tile-width | +$kendo-color-gradient-input-gap | Number | -k-map-get( $kendo-spacing, 6 ) |
- 24px |
+ k-math-div( $kendo-color-gradient-spacer, 1.5 ) |
+ 8px |
|
Description
+ The width of the ColorPalette tile. | Description
The spacing between the ColorGradient inputs. |
||||||
$kendo-color-palette-tile-height | +$kendo-color-gradient-input-label-gap | Number | -$kendo-color-palette-tile-width |
- 24px |
+ k-math-div( $kendo-color-gradient-spacer, 3 ) |
+ 4px |
|
Description
+ The height of the ColorPalette tile. | Description
The spacing between the ColorGradient inputs and their labels. |
||||||
$kendo-color-palette-tile-focus-shadow | -List | -0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .5 ) |
- 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.5) |
+ $kendo-color-gradient-input-label-text | +Color | +$kendo-subtle-text |
+ #646464 |
Description
+ The shadow of the ColorPalette focused tile. | Description
The text color of the ColorGradient input labels. |
||||||
$kendo-color-palette-tile-hover-shadow | -List | -0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .8 ) |
- 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.8) |
+ $kendo-color-gradient-contrast-ratio-font-weight | +Number | +$kendo-font-weight-bold |
+ 700 |
Description
+ The shadow of the ColorPalette hovered tile. | Description
The font weight of the ColorGradient contrast ratio text. |
||||||
$kendo-color-palette-tile-selected-shadow | -List | -0 1px 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, 1 ) |
- 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white |
+ $kendo-color-gradient-contrast-spacer | +Number | +k-math-div( $kendo-color-gradient-spacer, 1.5 ) |
+ 8px |
Description
+ The shadow of the ColorPalette selected tile. | Description
The spacing between the items in the ColorGradient contrast tool. |
$kendo-component-bg | -Color | -$kendo-body-bg |
- #ffffff |
+ $kendo-colors | +Map | +$_default-colors |
+ (app-surface: #ffffff, on-app-surface: #272727, subtle: #666666, surface: #f0f0f0, surface-alt: #ffffff, border: #cacaca, border-alt: #b6b6b6, base-subtle: #f0f0f0, base-subtle-hover: #ebebeb, base-subtle-active: #dddddd, base: #ebebeb, base-hover: #dddddd, base-active: #d6d6d6, base-emphasis: #cacaca, base-on-subtle: #272727, on-base: #272727, base-on-surface: #272727, primary-subtle: #fff2eb, primary-subtle-hover: #ffe5d6, primary-subtle-active: #ffd8c2, primary: #f35800, primary-hover: #e05100, primary-active: #cc4a00, primary-emphasis: #ff8b47, primary-on-subtle: #3d1600, on-primary: #ffffff, primary-on-surface: #f35800, secondary-subtle: #cacaca, secondary-subtle-hover: #b6b6b6, secondary-subtle-active: #a3a3a3, secondary: #b6b6b6, secondary-hover: #a3a3a3, secondary-active: #8f8f8f, secondary-emphasis: #7a7a7a, secondary-on-subtle: #272727, on-secondary: #000000, secondary-on-surface: #8f8f8f, tertiary-subtle: #9cdffe, tertiary-subtle-hover: #72d1fe, tertiary-subtle-active: #49c4fd, tertiary: #03a9f4, tertiary-hover: #039be0, tertiary-active: #038ecd, tertiary-emphasis: #2cbbfd, tertiary-on-subtle: #01364e, on-tertiary: #ffffff, tertiary-on-surface: #0273a6, info-subtle: #cce5f3, info-subtle-hover: #a6d1ea, info-subtle-active: #6ab2dc, info: #007bc3, info-hover: #0071b3, info-active: #0067a4, info-emphasis: #409cd2, info-on-subtle: #002b44, on-info: #ffffff, info-on-surface: #005485, success-subtle: #bbdfc1, success-subtle-hover: #9ed1a6, success-subtle-active: #82c48c, success: #3ea44e, success-hover: #399748, success-active: #348a42, success-emphasis: #6ebb7a, success-on-subtle: #16391b, on-success: #ffffff, success-on-surface: #2a7035, warning-subtle: #ffdead, warning-subtle-hover: #ffd699, warning-subtle-active: #ffc670, warning: #ffa41f, warning-hover: #ff9800, warning-active: #eb8c00, warning-emphasis: #ffb240, warning-on-subtle: #593500, on-warning: #000000, warning-on-surface: #ffa41f, error-subtle: #f4c3b8, error-subtle-hover: #f2b4a6, error-subtle-active: #ec8e79, error: #d92800, error-hover: #c82500, error-active: #b62200, error-emphasis: #e35e40, error-on-subtle: #4c0e00, on-error: #ffffff, error-on-surface: #941b00, light-subtle: #f0f0f0, light-subtle-hover: #ebebeb, light-subtle-active: #dddddd, light: #ebebeb, light-hover: #dddddd, light-active: #d6d6d6, light-emphasis: #cacaca, light-on-subtle: #272727, on-light: #000000, light-on-surface: #ebebeb, dark-subtle: #cacaca, dark-subtle-hover: #b6b6b6, dark-subtle-active: #a3a3a3, dark: #404040, dark-hover: #333333, dark-active: #272727, dark-emphasis: #7a7a7a, dark-on-subtle: #000000, on-dark: #ffffff, dark-on-surface: #333333, inverse-subtle: #cacaca, inverse-subtle-hover: #b6b6b6, inverse-subtle-active: #a3a3a3, inverse: #404040, inverse-hover: #333333, inverse-active: #272727, inverse-emphasis: #7a7a7a, inverse-on-subtle: #000000, on-inverse: #ffffff, inverse-on-surface: #333333, series-a: #ff6358, series-a-bold: #bf4a42, series-a-bolder: #80322c, series-a-subtle: #ffb1ac, series-a-subtler: #ff8a82, series-b: #ffd246, series-b-bold: #bf9d35, series-b-bolder: #806923, series-b-subtle: #ffe9a2, series-b-subtler: #ffdd74, series-c: #78d237, series-c-bold: #5a9d29, series-c-bolder: #3c691c, series-c-subtle: #bbe99b, series-c-subtler: #9add69, series-d: #28b4c8, series-d-bold: #1e8796, series-d-bolder: #145a64, series-d-subtle: #93d9e3, series-d-subtler: #5ec7d6, series-e: #2d73f5, series-e-bold: #2256b8, series-e-bolder: #173a7b, series-e-subtle: #96b9fa, series-e-subtler: #6296f7, series-f: #9d40b0, series-f-bold: #80358e, series-f-bolder: #55235f, series-f-subtle: #d5a2df, series-f-subtler: #bf74ce) |
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;`. | Description
The global default Colors map. |
||||||
$kendo-component-text | +$kendo-color-primary | Color | -$kendo-body-text |
- #272727 |
+ #f35800 |
+ #f35800 |
|
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;`. | Description
The color that focuses the user attention. Used for primary buttons and for elements of primary importance across the theme. |
||||||
$kendo-component-border | +$kendo-color-primary-contrast | Color | -$kendo-base-border |
- #cacaca |
+ k-contrast-legacy( $kendo-color-primary ) |
+ white |
|
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;`. | 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-component-header-bg | +$kendo-color-secondary | Color | -$kendo-base-bg |
- #f0f0f0 |
+ #e9e9e9 |
+ #e9e9e9 |
|
Description
+ Background color of the component header. | Description
The secondary color of the theme. |
||||||
$kendo-component-header-text | +$kendo-color-secondary-contrast | Color | -$kendo-base-text |
- #272727 |
+ k-contrast-color( $kendo-color-secondary ) |
+ black |
|
Description
+ Text color of the component header. | 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-component-header-border | +$kendo-color-tertiary | Color | -$kendo-base-border |
- #cacaca |
+ #03a9f4 |
+ #03a9f4 |
|
Description
+ Border color of the component header. | Description
The tertiary color of the theme. |
||||||
$kendo-component-header-gradient | -List | -$kendo-base-gradient |
- rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) |
-||||
Description
- Gradient of the component header. |
-|||||||
$kendo-invalid-bg | -Null | -null |
- null |
+ $kendo-color-tertiary-contrast | +Color | +k-contrast-color( $kendo-color-tertiary ) |
+ black |
Description
+ Background color of the invalid items. | 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-invalid-text | +$kendo-color-info | Color | -$kendo-color-error |
- #d92800 |
+ #2498bc |
+ #2498bc |
|
Description
+ Text color of the invalid items. | Description
The color for informational messages and states. |
||||||
$kendo-invalid-border | +$kendo-color-success | Color | -$kendo-color-error |
- #d92800 |
+ #3ea44e |
+ #3ea44e |
|
Description
+ Border color of the invalid items. | Description
The color for success messages and states. |
||||||
$kendo-invalid-shadow | -Null | -null |
- null |
+ $kendo-color-warning | +Color | +#ff9800 |
+ #ff9800 |
Description
+ Shadow of the invalid items. | Description
The color for warning messages and states. |
||||||
$kendo-valid-bg | -Null | -null |
- null |
+ $kendo-color-error | +Color | +#d92800 |
+ #d92800 |
Description
+ Background color of the valid items. | Description
The color for error messages and states. |
||||||
$kendo-valid-text | +$kendo-color-dark | Color | -$kendo-color-success |
- #3ea44e |
+ #404040 |
+ #404040 |
|
Description
+ Text color of the valid items. | Description
The dark color of the theme. |
||||||
$kendo-valid-border | +$kendo-color-light | Color | -$kendo-color-success |
- #3ea44e |
+ #ebebeb |
+ #ebebeb |
|
Description
+ Border color of the valid items. | Description
The light color of the theme. |
||||||
$kendo-valid-shadow | -Null | -null |
- null |
+ $kendo-color-inverse | +Color | +if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark ) |
+ #404040 |
Description
+ Shadow of the valid items. | Description
Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark |
$kendo-dialog-titlebar-bg | -Null | -null |
- null |
+ $kendo-color-editor-spacer | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
Description
+ The background color of the Dialog titlebar. | Description
The spacer of the ColorEditor. |
||||||
$kendo-dialog-titlebar-text | -Null | -null |
- null |
+ $kendo-color-editor-min-width | +Number | +272px |
+ 272px |
Description
+ The text color of the Dialog titlebar. | Description
The minimum width of the ColorEditor. |
||||||
$kendo-dialog-titlebar-border | -Null | -null |
- null |
+ $kendo-color-editor-border-width | +Number | +1px |
+ 1px |
Description
+ The border color of the Dialog titlebar. | Description
The width of the border around the ColorEditor. |
||||||
$kendo-dialog-buttongroup-padding-x | +$kendo-color-editor-border-radius | Number | -$kendo-actions-padding-x |
- 8px |
+ $kendo-border-radius-md |
+ 4px |
|
Description
+ The horizontal padding of the Dialog action buttons. | Description
The border radius of the ColorEditor. |
||||||
$kendo-dialog-buttongroup-padding-y | -Number | -$kendo-actions-padding-y |
- 8px |
+ $kendo-color-editor-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The vertical padding of the Dialog action buttons. | Description
The font family of the ColorEditor. |
||||||
$kendo-dialog-buttongroup-border-width | +$kendo-color-editor-font-size | Number | -1px |
- 1px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The width of the top border of the Dialog action buttons. | Description
The font size of the ColorEditor. |
||||||
$kendo-dialog-button-spacing | +$kendo-color-editor-line-height | Number | -$kendo-actions-button-spacing |
- 8px |
+ $kendo-line-height-md |
+ 1.4285714286 |
|
Description
+ The spacing between the Dialog action buttons. | Description
The line height of the ColorEditor. |
||||||
$kendo-dialog-theme-colors | -Map | -(
- "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": #f35800, "light": #ebebeb, "dark": #404040) |
-||||
Description
- The theme colors map for the Dialog. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-dock-manager-border-width | -Number | -1px |
- 1px |
+ $kendo-color-editor-text | +Color | +$kendo-component-text |
+ #272727 |
Description
+ The width of the border around the DockManager component. | Description
The text color of the ColorEditor. |
||||||
$kendo-dock-manager-border-style | -String | -solid |
- solid |
+ $kendo-color-editor-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The style of the border around the DockManager component. | Description
The background color of the ColorEditor. |
||||||
$kendo-dock-manager-border | +$kendo-color-editor-border | Color | -$kendo-base-border |
+ $kendo-component-border |
#cacaca |
||
Description
+ The color of the border around the DockManager component. | Description
The border color of the ColorEditor. |
||||||
$kendo-dock-manager-pane-header-padding-y | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-color-editor-focus-border | +Null | +null |
+ null |
Description
+ The vertical padding of the pane header in the DockManager component. | Description
The border color of the focused ColorEditor. |
||||||
$kendo-dock-manager-pane-header-padding-x | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-color-editor-focus-shadow | +String | +k-elevation(3) |
+ var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The horizontal padding of the pane header in the DockManager component. | Description
The box shadow of the focused ColorEditor. |
||||||
$kendo-dock-manager-pane-header-border-width | +$kendo-color-editor-header-padding-y | Number | -$kendo-dock-manager-border-width |
- 1px |
+ $kendo-color-editor-spacer |
+ 12px |
|
Description
+ The width of the border around the pane header in the DockManager component. | Description
The vertical padding of the ColorEditor header. |
||||||
$kendo-dock-manager-pane-header-border-style | -String | -solid |
- solid |
+ $kendo-color-editor-header-padding-x | +Number | +$kendo-color-editor-header-padding-y |
+ 12px |
Description
+ The style of the border around the pane header in the DockManager component. | Description
The horizontal padding of the ColorEditor header. |
||||||
$kendo-dock-manager-pane-header-bg | -Color | -$kendo-component-header-bg |
- #f0f0f0 |
+ $kendo-color-editor-header-actions-gap | +Number | +k-math-div( $kendo-color-editor-spacer, 1.5 ) |
+ 8px |
Description
+ The background color of the pane header in the DockManager component. | Description
The spacing between the ColorEditor header actions. |
||||||
$kendo-dock-manager-pane-title-padding-y | -Null | -null |
- null |
+ $kendo-color-editor-color-preview-width | +Number | +32px |
+ 32px |
Description
+ The vertical padding of the pane title in the DockManager component. | Description
The width of the ColorEditor preview. |
||||||
$kendo-dock-manager-pane-title-padding-x | -Null | -null |
- null |
+ $kendo-color-editor-color-preview-height | +Number | +12px |
+ 12px |
Description
+ The horizontal padding of the pane title in the DockManager component. | Description
The height of the ColorEditor preview. |
||||||
$kendo-dock-manager-pane-title-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-color-editor-preview-gap | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The font family of the pane title in the DockManager component. | Description
The spacing between the colors in the ColorEditor preview. |
||||||
$kendo-dock-manager-pane-title-font-size | +$kendo-color-editor-views-padding-y | Number | -$kendo-font-size-lg |
- 16px |
+ $kendo-color-editor-spacer |
+ 12px |
|
Description
+ The font size of the pane title in the DockManager component. | Description
The vertical padding of the ColorEditor views container. |
||||||
$kendo-dock-manager-pane-title-line-height | +$kendo-color-editor-views-padding-x | Number | -$kendo-line-height-sm |
- 1.25 |
+ $kendo-color-editor-views-padding-y |
+ 12px |
|
Description
+ The line height of the pane title in the DockManager component. | Description
The horizontal padding of the ColorEditor views container. |
||||||
$kendo-dock-manager-pane-title-font-weight | +$kendo-color-editor-views-gap | Number | -$kendo-font-weight-normal |
- 400 |
+ $kendo-color-editor-spacer |
+ 12px |
|
Description
+ The font weight of the pane title in the DockManager component. | Description
The spacing of the ColorEditor views container. |
||||||
$kendo-dock-manager-pane-content-padding-x | -Number | -$kendo-dock-manager-pane-header-padding-x |
- 16px |
+ $kendo-color-editor-color-gradient-focus-outline-color | +Color | +rgba(0, 0, 0, .3) |
+ rgba(0, 0, 0, 0.3) |
Description
+ The horizontal padding of the pane content in the DockManager component. | Description
The outline color of the focused ColorGradient. |
||||||
$kendo-dock-manager-pane-content-padding-y | +$kendo-color-editor-color-gradient-focus-outline | Number | -$kendo-dock-manager-pane-header-padding-x |
- 16px |
+ 2px |
+ 2px |
|
Description
+ The vertical padding of the pane content in the DockManager component. | Description
The outline width of the focused ColorGradient. |
||||||
$kendo-dock-manager-tabbed-pane-padding-y | +$kendo-color-editor-color-gradient-focus-outline-offset | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ 4px |
+ 4px |
|
Description
+ The horizontal padding of the tabbed pane in the DockManager component. | Description
The outline offset of the focused ColorGradient. |
||||||
$kendo-dock-manager-tabbed-pane-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-color-palette-font-family | +String | +$kendo-font-family |
+ inherit |
||||
Description
+ The horizontal padding of the tabbed pane in the DockManager component. | Description
The font family of the ColorPalette. |
||||||
$kendo-dock-manager-unpinned-container-width | +$kendo-color-palette-font-size | Number | -300px |
- 300px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The width of the unpinned pane container in the DockManager component. | Description
The font size of the ColorPalette. |
||||||
$kendo-dock-manager-unpinned-container-bg | -Color | -$kendo-color-white |
- #ffffff |
+ $kendo-color-palette-line-height | +Number | +0 |
+ 0 |
Description
+ The background-color of the unpinned pane container in the DockManager component. | Description
The line height of the ColorPalette. |
||||||
$kendo-dock-manager-unpinned-container-shadow | -List | -4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) |
- 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) |
+ $kendo-color-palette-tile-width | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 24px |
Description
+ The box shadow of the unpinned pane container in the DockManager component. | Description
The width of the ColorPalette tile. |
||||||
$kendo-dock-indicator-padding | +$kendo-color-palette-tile-height | Number | -k-map-get( $kendo-spacing, 1.5 ) |
- 6px |
+ $kendo-color-palette-tile-width |
+ 24px |
|
Description
+ The padding of the dock indicator in the DockManager component. | Description
The height of the ColorPalette tile. |
||||||
$kendo-dock-indicator-bg | -Color | -#f5f5f5 |
- #f5f5f5 |
+ $kendo-color-palette-tile-focus-shadow | +List | +0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .5 ) |
+ 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.5) |
Description
+ The background color of the dock indicator in the DockManager component. | Description
The shadow of the ColorPalette focused tile. |
||||||
$kendo-dock-indicator-text | -Color | -$kendo-color-primary |
- #f35800 |
+ $kendo-color-palette-tile-hover-shadow | +List | +0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .8 ) |
+ 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.8) |
Description
+ The text color of the dock indicator in the DockManager component. | Description
The shadow of the ColorPalette hovered tile. |
||||||
$kendo-dock-indicator-outline-width | -Number | -1px |
- 1px |
+ $kendo-color-palette-tile-selected-shadow | +List | +0 1px 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, 1 ) |
+ 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white |
Description
+ The outline width of the dock indicator in the DockManager component. | Description
The shadow of the ColorPalette selected tile. |
||||||
$kendo-dock-indicator-outline-style | -String | -solid |
- solid |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-component-bg | +Color | +$kendo-body-bg |
+ #ffffff |
||||
Description
+ The outline style of the dock indicator in the DockManager component. | 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-dock-indicator-outline | +$kendo-component-text | Color | -$kendo-dock-indicator-text |
- #f35800 |
+ $kendo-body-text |
+ #272727 |
|
Description
+ The outline color of the dock indicator in the DockManager component. | 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-dock-indicator-shadow | -List | -drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) drop-shadow( 0px 6px 10px rgba(0, 0, 0, 0.14) ) drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.20) ) |
- drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14)) drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2)) |
+ $kendo-component-border | +Color | +$kendo-base-border |
+ #cacaca |
Description
+ The box shadow of the dock indicator in the DockManager component. | 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-dock-indicator-hover-bg | +$kendo-component-header-bg | Color | -$kendo-color-primary |
- #f35800 |
+ $kendo-base-bg |
+ #f0f0f0 |
|
Description
+ The background color of the hovered dock indicator in the DockManager component. | Description
Background color of the component header. |
||||||
$kendo-dock-indicator-hover-text | +$kendo-component-header-text | Color | -$kendo-color-white |
- #ffffff |
+ $kendo-base-text |
+ #272727 |
|
Description
+ The text color of the hovered dock indicator in the DockManager component. | Description
Text color of the component header. |
||||||
$kendo-dock-manager-dock-preview-border-width | -Number | -1px |
- 1px |
+ $kendo-component-header-border | +Color | +$kendo-base-border |
+ #cacaca |
Description
+ The width of the border around the dropping area in the DockManager component. | Description
Border color of the component header. |
||||||
$kendo-dock-manager-dock-preview-border-style | -String | -dashed |
- dashed |
+ $kendo-component-header-gradient | +List | +$kendo-base-gradient |
+ rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) |
Description
+ The style of the border around the dropping area in the DockManager component. | Description
Gradient of the component header. |
||||||
$kendo-dock-manager-dock-preview-border-radius | -Number | -$kendo-border-radius-sm |
- 2px |
+ $kendo-invalid-bg | +Null | +null |
+ null |
Description
+ The border radius of the dropping area in the DockManager component. | Description
Background color of the invalid items. |
||||||
$kendo-dock-manager-dock-preview-bg | +$kendo-invalid-text | Color | -if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 )) |
- rgba(243, 88, 0, 0.16) |
+ $kendo-color-error |
+ #d92800 |
|
Description
+ The background color of the dropping area in the DockManager component. | Description
Text color of the invalid items. |
||||||
$kendo-dock-manager-dock-preview-border | +$kendo-invalid-border | Color | -$kendo-color-primary |
- #f35800 |
+ $kendo-color-error |
+ #d92800 |
|
Description
+ The border color of the dropping area in the DockManager component. | Description
+ Border color of the invalid items. |
+||||||
$kendo-invalid-shadow | +Null | +null |
+ null |
+||||
Description
+ Shadow of the invalid items. |
+|||||||
$kendo-valid-bg | +Null | +null |
+ null |
+||||
Description
+ Background color of the valid items. |
+|||||||
$kendo-valid-text | +Color | +$kendo-color-success |
+ #3ea44e |
+||||
Description
+ Text color of the valid items. |
+|||||||
$kendo-valid-border | +Color | +$kendo-color-success |
+ #3ea44e |
+||||
Description
+ Border color of the valid items. |
+|||||||
$kendo-valid-shadow | +Null | +null |
+ null |
+||||
Description
Shadow of the valid items. |
$kendo-dropdowntree-popup-padding-x | +$kendo-dialog-titlebar-bg | +Null | +null |
+ null |
+|||
Description
+ The background color of the Dialog titlebar. |
+|||||||
$kendo-dialog-titlebar-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the Dialog titlebar. |
+|||||||
$kendo-dialog-titlebar-border | +Null | +null |
+ null |
+||||
Description
+ The border color of the Dialog titlebar. |
+|||||||
$kendo-dialog-buttongroup-padding-x | Number | -k-map-get( $kendo-spacing, 2 ) |
+ $kendo-actions-padding-x |
8px |
|||
Description
+ The horizontal padding of the DropdownTree popup | Description
The horizontal padding of the Dialog action buttons. |
||||||
$kendo-dropdowntree-popup-padding-y | +$kendo-dialog-buttongroup-padding-y | Number | -k-map-get( $kendo-spacing, 2 ) |
+ $kendo-actions-padding-y |
8px |
||
Description
+ The vertical padding of the DropdownTree popup | Description
+ The vertical padding of the Dialog action buttons. |
+||||||
$kendo-dialog-buttongroup-border-width | +Number | +1px |
+ 1px |
+||||
Description
+ The width of the top border of the Dialog action buttons. |
+|||||||
$kendo-dialog-button-spacing | +Number | +$kendo-actions-button-spacing |
+ 8px |
+||||
Description
+ The spacing between the Dialog action buttons. |
+|||||||
$kendo-dialog-theme-colors | +Map | +(
+ "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": #f35800, "light": #ebebeb, "dark": #404040) |
+||||
Description
The theme colors map for the Dialog. |
$kendo-dropzone-padding-x | +$kendo-dock-manager-border-width | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ 1px |
+ 1px |
|
Description
+ The horizontal padding of the DropZone. | Description
The width of the border around the DockManager component. |
||||||
$kendo-dropzone-padding-y | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-dock-manager-border-style | +String | +solid |
+ solid |
Description
+ The vertical padding of the DropZone. | Description
The style of the border around the DockManager component. |
||||||
$kendo-dropzone-border-width | -Number | -1px |
- 1px |
+ $kendo-dock-manager-border | +Color | +$kendo-base-border |
+ #cacaca |
Description
+ The border width of the DropZone. | Description
The color of the border around the DockManager component. |
||||||
$kendo-dropzone-min-height | +$kendo-dock-manager-pane-header-padding-y | Number | -220px |
- 220px |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
|
Description
+ The minimum height of the DropZone. | Description
The vertical padding of the pane header in the DockManager component. |
||||||
$kendo-dropzone-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-dock-manager-pane-header-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The font family of the DropZone. | Description
The horizontal padding of the pane header in the DockManager component. |
||||||
$kendo-dropzone-font-size | +$kendo-dock-manager-pane-header-border-width | Number | -$kendo-font-size-md |
- 14px |
+ $kendo-dock-manager-border-width |
+ 1px |
|
Description
+ The font size of the DropZone. | Description
The width of the border around the pane header in the DockManager component. |
||||||
$kendo-dropzone-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-dock-manager-pane-header-border-style | +String | +solid |
+ solid |
Description
+ The line height of the DropZone. | Description
The style of the border around the pane header in the DockManager component. |
||||||
$kendo-dropzone-bg | +$kendo-dock-manager-pane-header-bg | Color | -$kendo-base-bg |
+ $kendo-component-header-bg |
#f0f0f0 |
||
Description
+ The background color of the DropZone. | Description
The background color of the pane header in the DockManager component. |
||||||
$kendo-dropzone-text | -Color | -$kendo-base-text |
- #272727 |
+ $kendo-dock-manager-pane-title-padding-y | +Null | +null |
+ null |
Description
+ The text color of the DropZone. | Description
The vertical padding of the pane title in the DockManager component. |
||||||
$kendo-dropzone-border | -Color | -$kendo-base-border |
- #cacaca |
+ $kendo-dock-manager-pane-title-padding-x | +Null | +null |
+ null |
Description
+ The border color of the DropZone. | Description
The horizontal padding of the pane title in the DockManager component. |
||||||
$kendo-dropzone-icon-spacing | -Number | -k-map-get( $kendo-spacing, 6 ) |
- 24px |
+ $kendo-dock-manager-pane-title-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The spacing below the DropZone icon. | Description
The font family of the pane title in the DockManager component. |
||||||
$kendo-dropzone-icon-text | -Color | -if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 )) |
- #6c6c6c |
+ $kendo-dock-manager-pane-title-font-size | +Number | +$kendo-font-size-lg |
+ 16px |
Description
+ The text color of the DropZone icon. | Description
The font size of the pane title in the DockManager component. |
||||||
$kendo-dropzone-icon-hover-text | -Color | -$kendo-color-primary |
- #f35800 |
+ $kendo-dock-manager-pane-title-line-height | +Number | +$kendo-line-height-sm |
+ 1.25 |
Description
+ The text color of the hovered DropZone icon. | Description
The line height of the pane title in the DockManager component. |
||||||
$kendo-dropzone-hint-font-size | -Null | -null |
- null |
+ $kendo-dock-manager-pane-title-font-weight | +Number | +$kendo-font-weight-normal |
+ 400 |
Description
+ The font size of the DropZone hint. | Description
The font weight of the pane title in the DockManager component. |
||||||
$kendo-dropzone-hint-spacing | +$kendo-dock-manager-pane-content-padding-x | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-dock-manager-pane-header-padding-x |
+ 16px |
|
Description
+ The spacing below the DropZone hint. | Description
The horizontal padding of the pane content in the DockManager component. |
||||||
$kendo-dropzone-hint-text | -Null | -null |
- null |
+ $kendo-dock-manager-pane-content-padding-y | +Number | +$kendo-dock-manager-pane-header-padding-x |
+ 16px |
Description
+ The text color of the DropZone hint. | Description
The vertical padding of the pane content in the DockManager component. |
||||||
$kendo-dropzone-note-font-size | +$kendo-dock-manager-tabbed-pane-padding-y | Number | -$kendo-font-size-sm |
- 12px |
+ k-map-get( $kendo-spacing, 4 ) |
+ 16px |
|
Description
+ The font size of the DropZone note. | Description
The horizontal padding of the tabbed pane in the DockManager component. |
||||||
$kendo-dropzone-note-spacing | -Null | -null |
- null |
+ $kendo-dock-manager-tabbed-pane-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The spacing below the DropZone note. | Description
The horizontal padding of the tabbed pane in the DockManager component. |
||||||
$kendo-dropzone-note-text | -Color | -$kendo-subtle-text |
- #646464 |
+ $kendo-dock-manager-unpinned-container-width | +Number | +300px |
+ 300px |
Description
+ The text color of the DropZone note. | Description
The width of the unpinned pane container in the DockManager component. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-editor-border-width | -Number | -1px |
- 1px |
+||||
$kendo-dock-manager-unpinned-container-bg | +Color | +$kendo-color-white |
+ #ffffff |
||||
Description
+ The width of the border around the Еditor. | Description
The background-color of the unpinned pane container in the DockManager component. |
||||||
$kendo-editor-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-dock-manager-unpinned-container-shadow | +List | +4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) |
+ 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) |
Description
+ The font family of the Еditor. | Description
The box shadow of the unpinned pane container in the DockManager component. |
||||||
$kendo-editor-font-size | +$kendo-dock-indicator-padding | Number | -$kendo-font-size-md |
- 14px |
+ k-map-get( $kendo-spacing, 1.5 ) |
+ 6px |
|
Description
+ The font size of the Еditor. | Description
The padding of the dock indicator in the DockManager component. |
||||||
$kendo-editor-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-dock-indicator-bg | +Color | +#f5f5f5 |
+ #f5f5f5 |
Description
+ The line height of the Еditor. | Description
The background color of the dock indicator in the DockManager component. |
||||||
$kendo-editor-placeholder-text | +$kendo-dock-indicator-text | Color | -$kendo-input-placeholder-text |
- #646464 |
+ $kendo-color-primary |
+ #f35800 |
|
Description
+ The text color of the Еditor placeholder. | Description
The text color of the dock indicator in the DockManager component. |
||||||
$kendo-editor-placeholder-opacity | +$kendo-dock-indicator-outline-width | Number | -$kendo-input-placeholder-opacity |
- 1 |
+ 1px |
+ 1px |
|
Description
+ The opacity of the Editor placeholder. | Description
The outline width of the dock indicator in the DockManager component. |
||||||
$kendo-editor-selected-text | -Color | -$kendo-color-primary-contrast |
- white |
+ $kendo-dock-indicator-outline-style | +String | +solid |
+ solid |
Description
+ The selected text color of the Editor. | Description
The outline style of the dock indicator in the DockManager component. |
||||||
$kendo-editor-selected-bg | +$kendo-dock-indicator-outline | Color | -$kendo-color-primary |
+ $kendo-dock-indicator-text |
#f35800 |
||
Description
+ The selected background color of the Editor. | Description
The outline color of the dock indicator in the DockManager component. |
||||||
$kendo-editor-highlighted-bg | -Color | -if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix( $kendo-color-primary, #ffffff, 20% )) |
- #fddecc |
+ $kendo-dock-indicator-shadow | +List | +drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) drop-shadow( 0px 6px 10px rgba(0, 0, 0, 0.14) ) drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.20) ) |
+ drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14)) drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2)) |
Description
+ The highlighted background color of the Editor. | Description
The box shadow of the dock indicator in the DockManager component. |
||||||
$kendo-editor-export-tool-icon-margin-x | -Number | -.25em |
- 0.25em |
+ $kendo-dock-indicator-hover-bg | +Color | +$kendo-color-primary |
+ #f35800 |
Description
+ The horizontal margin of the Editor's export tool icon. | Description
The background color of the hovered dock indicator in the DockManager component. |
||||||
$kendo-editor-resize-handle-size | -Number | -8px |
- 8px |
+ $kendo-dock-indicator-hover-text | +Color | +$kendo-color-white |
+ #ffffff |
Description
+ The size of the Editor's resize handle. | Description
The text color of the hovered dock indicator in the DockManager component. |
||||||
$kendo-editor-resize-handle-border-width | +$kendo-dock-manager-dock-preview-border-width | Number | 1px |
1px |
|||
Description
+ The border width of the Editor's resize handle. | Description
The width of the border around the dropping area in the DockManager component. |
||||||
$kendo-editor-resize-handle-border | -Color | -#000000 |
- #000000 |
+ $kendo-dock-manager-dock-preview-border-style | +String | +dashed |
+ dashed |
Description
+ The border color of the Editor's resize handle. | Description
The style of the border around the dropping area in the DockManager component. |
||||||
$kendo-editor-resize-handle-bg | -Color | -#ffffff |
- #ffffff |
+ $kendo-dock-manager-dock-preview-border-radius | +Number | +$kendo-border-radius-sm |
+ 2px |
Description
+ The background color of the Editor's resize handle. | Description
The border radius of the dropping area in the DockManager component. |
||||||
$kendo-editor-selectednode-outline-width | -Number | -2px |
- 2px |
+ $kendo-dock-manager-dock-preview-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 )) |
+ rgba(243, 88, 0, 0.16) |
Description
+ The outline width of the Editor's selected node. | Description
The background color of the dropping area in the DockManager component. |
||||||
$kendo-editor-selectednode-outline-color | +$kendo-dock-manager-dock-preview-border | Color | -#88ccff |
- #88ccff |
+ $kendo-color-primary |
+ #f35800 |
|
Description
+ The outline color of the Editor's selected node. | Description
The border color of the dropping area in the DockManager component. |
$kendo-expander-spacing-y | +$kendo-dropdowntree-popup-padding-x | Number | k-map-get( $kendo-spacing, 2 ) |
8px |
|||
Description
+ The vertical spacing of the ExpansionPanel. | Description
The horizontal padding of the DropdownTree popup |
||||||
$kendo-expander-border-width | +$kendo-dropdowntree-popup-padding-y | Number | -1px |
- 1px |
-|||
Description
- The width of the border around the ExpansionPanel. |
-|||||||
$kendo-expander-font-family | -String | -$kendo-font-family |
- inherit |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
||
Description
+ The font family of the ExpansionPanel. | Description
The vertical padding of the DropdownTree popup |
||||||
$kendo-expander-font-size | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-dropzone-padding-x | Number | -$kendo-font-size-md |
- 14px |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
||
Description
+ The font size of the ExpansionPanel. | Description
The horizontal padding of the DropZone. |
||||||
$kendo-expander-line-height | +$kendo-dropzone-padding-y | Number | -$kendo-line-height-md |
- 1.4285714286 |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
|
Description
+ The hine height of the ExpansionPanel. | Description
The vertical padding of the DropZone. |
||||||
$kendo-expander-text | -Color | -$kendo-component-text |
- #272727 |
+ $kendo-dropzone-border-width | +Number | +1px |
+ 1px |
Description
+ The text color of the ExpansionPanel. | Description
The border width of the DropZone. |
||||||
$kendo-expander-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-dropzone-min-height | +Number | +220px |
+ 220px |
Description
+ The background color of the ExpansionPanel. | Description
The minimum height of the DropZone. |
||||||
$kendo-expander-border | -Color | -$kendo-component-border |
- #cacaca |
+ $kendo-dropzone-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The border color of the ExpansionPanel. | Description
The font family of the DropZone. |
||||||
$kendo-expander-focus-shadow | -List | -$kendo-list-item-focus-shadow |
- inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
+ $kendo-dropzone-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The box shadow of the focused ExpansionPanel. | Description
The font size of the DropZone. |
||||||
$kendo-expander-header-padding-x | +$kendo-dropzone-line-height | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-line-height-md |
+ 1.4285714286 |
|
Description
+ The horizontal padding of the ExpansionPanel header. | Description
The line height of the DropZone. |
||||||
$kendo-expander-header-padding-y | -Number | -k-map-get( $kendo-spacing, 1.5 ) |
- 6px |
+ $kendo-dropzone-bg | +Color | +$kendo-base-bg |
+ #f0f0f0 |
Description
+ The vertical padding of the ExpansionPanel header. | Description
The background color of the DropZone. |
||||||
$kendo-expander-header-text | +$kendo-dropzone-text | Color | -$kendo-expander-text |
+ $kendo-base-text |
#272727 |
||
Description
+ The text color of the ExpansionPanel header. | Description
The text color of the DropZone. |
||||||
$kendo-expander-header-bg | +$kendo-dropzone-border | Color | -transparent |
- transparent |
+ $kendo-base-border |
+ #cacaca |
|
Description
+ The background color of the ExpansionPanel header. | Description
The border color of the DropZone. |
||||||
$kendo-expander-header-border | -Null | -null |
- null |
+ $kendo-dropzone-icon-spacing | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 24px |
Description
+ The border color of the ExpansionPanel header. | Description
The spacing below the DropZone icon. |
||||||
$kendo-expander-header-hover-bg | +$kendo-dropzone-icon-text | Color | -if($kendo-enable-color-system, k-color( base-subtle-hover ), k-color-shade( $kendo-expander-bg, 1 )) |
- #ebebeb |
+ if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 )) |
+ #6c6c6c |
|
Description
+ The background color of the hovered ExpansionPanel header. | Description
The text color of the DropZone icon. |
||||||
$kendo-expander-header-focus-bg | -Null | -null |
- null |
+ $kendo-dropzone-icon-hover-text | +Color | +$kendo-color-primary |
+ #f35800 |
Description
+ The background color of the focused ExpansionPanel header. | Description
The text color of the hovered DropZone icon. |
||||||
$kendo-expander-header-focus-shadow | -List | -$kendo-list-item-focus-shadow |
- inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
+ $kendo-dropzone-hint-font-size | +Null | +null |
+ null |
Description
+ The box shadow of the focused ExpansionPanel header. | Description
The font size of the DropZone hint. |
||||||
$kendo-expander-title-text | -Color | -$kendo-color-primary |
- #f35800 |
+ $kendo-dropzone-hint-spacing | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The text color of the ExpansionPanel title. | Description
The spacing below the DropZone hint. |
||||||
$kendo-expander-header-sub-title-text | -Color | -$kendo-subtle-text |
- #646464 |
+ $kendo-dropzone-hint-text | +Null | +null |
+ null |
Description
+ The text color of the ExpansionPanel sub-title. | Description
The text color of the DropZone hint. |
||||||
$kendo-expander-indicator-margin-x | +$kendo-dropzone-note-font-size | Number | -k-map-get( $kendo-spacing, 3 ) |
+ $kendo-font-size-sm |
12px |
||
Description
+ The horizontal margin of the ExpansionPanel indicator. | Description
The font size of the DropZone note. |
||||||
$kendo-expander-content-padding-x | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-dropzone-note-spacing | +Null | +null |
+ null |
Description
+ The horizontal padding of the ExpansionPanel content. | Description
The spacing below the DropZone note. |
||||||
$kendo-expander-content-padding-y | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-dropzone-note-text | +Color | +$kendo-subtle-text |
+ #646464 |
Description
+ The vertical padding of the ExpansionPanel content. | Description
The text color of the DropZone note. |
$kendo-file-manager-spacer | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
-||||
Description
- The space between the FileManager items. |
-|||||||
$kendo-file-manager-border-width | +$kendo-editor-border-width | Number | 1px |
1px |
|||
Description
+ The border width of the FileManager. | Description
The width of the border around the Еditor. |
||||||
$kendo-file-manager-font-family | +$kendo-editor-font-family | String | $kendo-font-family |
inherit |
|||
Description
+ The font family of the FileManager. | Description
The font family of the Еditor. |
||||||
$kendo-file-manager-font-size | +$kendo-editor-font-size | Number | $kendo-font-size-md |
14px |
|||
Description
+ The font size of the FileManager. | Description
The font size of the Еditor. |
||||||
$kendo-file-manager-line-height | +$kendo-editor-line-height | Number | $kendo-line-height-md |
1.4285714286 |
|||
Description
+ The line height of the FileManager. | Description
The line height of the Еditor. |
||||||
$kendo-file-manager-bg | +$kendo-editor-placeholder-text | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-input-placeholder-text |
+ #646464 |
|
Description
+ The background color of the FileManager. | Description
The text color of the Еditor placeholder. |
||||||
$kendo-file-manager-text | -Color | -$kendo-component-text |
- #272727 |
+ $kendo-editor-placeholder-opacity | +Number | +$kendo-input-placeholder-opacity |
+ 1 |
Description
+ The text color of the FileManager. | Description
The opacity of the Editor placeholder. |
||||||
$kendo-file-manager-border | +$kendo-editor-selected-text | Color | -$kendo-component-border |
- #cacaca |
+ $kendo-color-primary-contrast |
+ white |
|
Description
+ The border color of the FileManager. | Description
The selected text color of the Editor. |
||||||
$kendo-file-manager-toolbar-border-width | -Number | -$kendo-file-manager-border-width |
- 1px |
+ $kendo-editor-selected-bg | +Color | +$kendo-color-primary |
+ #f35800 |
Description
+ The border width of the FileManager Toolbar. | Description
The selected background color of the Editor. |
||||||
$kendo-file-manager-toolbar-bg | -Null | -null |
- null |
+ $kendo-editor-highlighted-bg | +Color | +if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix( $kendo-color-primary, #ffffff, 20% )) |
+ #fddecc |
Description
+ The background color of the FileManager Toolbar. | Description
The highlighted background color of the Editor. |
||||||
$kendo-file-manager-toolbar-text | -Null | -null |
- null |
+ $kendo-editor-export-tool-icon-margin-x | +Number | +.25em |
+ 0.25em |
Description
+ The text color of the FileManager Toolbar. | Description
The horizontal margin of the Editor's export tool icon. |
||||||
$kendo-file-manager-toolbar-border | -Null | -null |
- null |
+ $kendo-editor-resize-handle-size | +Number | +8px |
+ 8px |
Description
+ The border color of the FileManager Toolbar. | Description
The size of the Editor's resize handle. |
||||||
$kendo-file-manager-toolbar-gradient | -Null | -null |
- null |
+ $kendo-editor-resize-handle-border-width | +Number | +1px |
+ 1px |
Description
+ The gradient of the FileManager Toolbar. | Description
The border width of the Editor's resize handle. |
||||||
$kendo-file-manager-navigation-padding-x | -Number | -$kendo-file-manager-spacer |
- 16px |
+ $kendo-editor-resize-handle-border | +Color | +#000000 |
+ #000000 |
Description
+ The horizontal padding of the FileManager Navigation. | Description
The border color of the Editor's resize handle. |
||||||
$kendo-file-manager-navigation-padding-y | -Number | -$kendo-file-manager-spacer |
- 16px |
+ $kendo-editor-resize-handle-bg | +Color | +#ffffff |
+ #ffffff |
Description
+ The vertical padding of the FileManager Navigation. | Description
The background color of the Editor's resize handle. |
||||||
$kendo-file-manager-navigation-width | +$kendo-editor-selectednode-outline-width | Number | -20% |
- 20% |
+ 2px |
+ 2px |
|
Description
+ The width of the FileManager Navigation. | Description
The outline width of the Editor's selected node. |
||||||
$kendo-file-manager-navigation-border-width | -Number | -$kendo-file-manager-border-width |
- 1px |
+ $kendo-editor-selectednode-outline-color | +Color | +#88ccff |
+ #88ccff |
Description
+ The border width of the FileManager Navigation. | Description
The outline color of the Editor's selected node. |
||||||
$kendo-file-manager-navigation-bg | -Null | -null |
- null |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-expander-spacing-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
||||
Description
+ The background color of the FileManager Navigation. | Description
The vertical spacing of the ExpansionPanel. |
||||||
$kendo-file-manager-navigation-text | -Null | -null |
- null |
+ $kendo-expander-border-width | +Number | +1px |
+ 1px |
Description
+ The text color of the FileManager Navigation. | Description
The width of the border around the ExpansionPanel. |
||||||
$kendo-file-manager-navigation-border | -Null | -null |
- null |
+ $kendo-expander-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The border color of the FileManager Navigation. | Description
The font family of the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-padding-x | +$kendo-expander-font-size | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The horizontal padding of the FileManager Breadcrumb. | Description
The font size of the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-padding-y | +$kendo-expander-line-height | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-line-height-md |
+ 1.4285714286 |
|
Description
+ The vertical padding of the FileManager Breadcrumb. | Description
The hine height of the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-border-width | -Number | -$kendo-file-manager-border-width |
- 1px |
+ $kendo-expander-text | +Color | +$kendo-component-text |
+ #272727 |
Description
+ The border width of the FileManager Breadcrumb. | Description
The text color of the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-bg | +$kendo-expander-bg | Color | -$kendo-toolbar-bg |
- #f0f0f0 |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The background color of the FileManager Breadcrumb. | Description
The background color of the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-text | -Null | -null |
- null |
+ $kendo-expander-border | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ The text color of the FileManager Breadcrumb. | Description
The border color of the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-border | -Null | -null |
- null |
+ $kendo-expander-focus-shadow | +List | +$kendo-list-item-focus-shadow |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
Description
+ The border color of the FileManager Breadcrumb. | Description
The box shadow of the focused ExpansionPanel. |
||||||
$kendo-file-manager-listview-bg | -Null | -null |
- null |
+ $kendo-expander-header-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The background color of the FileManager ListView. | Description
The horizontal padding of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-text | -Null | -null |
- null |
+ $kendo-expander-header-padding-y | +Number | +k-map-get( $kendo-spacing, 1.5 ) |
+ 6px |
Description
+ The text color of the FileManager ListView. | Description
The vertical padding of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-border | -Null | -null |
- null |
+ $kendo-expander-header-text | +Color | +$kendo-expander-text |
+ #272727 |
Description
+ The border color of the FileManager ListView. | Description
The text color of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-padding-x | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-expander-header-bg | +Color | +transparent |
+ transparent |
Description
+ The horizontal padding of the FileManager ListView item. | Description
The background color of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-padding-y | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-expander-header-border | +Null | +null |
+ null |
Description
+ The vertical padding of the FileManager ListView item. | Description
The border color of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-width | -Number | -120px |
- 120px |
+ $kendo-expander-header-hover-bg | +Color | +if($kendo-enable-color-system, k-color( base-subtle-hover ), k-color-shade( $kendo-expander-bg, 1 )) |
+ #ebebeb |
Description
+ The width of the FileManager ListView item. | Description
The background color of the hovered ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-height | -Number | -120px |
- 120px |
+ $kendo-expander-header-focus-bg | +Null | +null |
+ null |
Description
+ The height of the FileManager ListView item. | Description
The background color of the focused ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-bg | -Null | -null |
- null |
+ $kendo-expander-header-focus-shadow | +List | +$kendo-list-item-focus-shadow |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
Description
+ The background color of the FileManager ListView item. | Description
The box shadow of the focused ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-text | -Null | -null |
- null |
+ $kendo-expander-title-text | +Color | +$kendo-color-primary |
+ #f35800 |
Description
+ The text color of the FileManager ListView item. | Description
The text color of the ExpansionPanel title. |
||||||
$kendo-file-manager-listview-item-border | -Null | -null |
- null |
+ $kendo-expander-header-sub-title-text | +Color | +$kendo-subtle-text |
+ #646464 |
Description
+ The border color of the FileManager ListView item. | Description
The text color of the ExpansionPanel sub-title. |
||||||
$kendo-file-manager-listview-item-icon-bg | -Null | -null |
- null |
+ $kendo-expander-indicator-margin-x | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
Description
+ The background color of the FileManager ListView item icon. | Description
The horizontal margin of the ExpansionPanel indicator. |
||||||
$kendo-file-manager-listview-item-icon-text | -Color | -if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) |
- #6c6c6c |
+ $kendo-expander-content-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The text color of the FileManager ListView item icon. | Description
The horizontal padding of the ExpansionPanel content. |
||||||
$kendo-file-manager-listview-item-icon-border | -Null | -null |
- null |
+ $kendo-expander-content-padding-y | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The border color of the FileManager ListView item icon. | Description
+ The vertical padding of the ExpansionPanel content. |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-file-manager-spacer | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+||||
Description
The space between the FileManager items. |
|||||||
$kendo-file-manager-listview-item-icon-selected-bg | -Null | -null |
- null |
+ $kendo-file-manager-border-width | +Number | +1px |
+ 1px |
Description
+ Background color of the FileManager selected ListView item icon. | Description
The border width of the FileManager. |
||||||
$kendo-file-manager-listview-item-icon-selected-text | +$kendo-file-manager-font-family | String | -inherit |
+ $kendo-font-family |
inherit |
||
Description
+ Text color of the FileManager selected ListView item icon. | Description
The font family of the FileManager. |
||||||
$kendo-file-manager-listview-item-icon-selected-border | +$kendo-file-manager-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+|||
Description
+ The font size of the FileManager. |
+|||||||
$kendo-file-manager-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+||||
Description
+ The line height of the FileManager. |
+|||||||
$kendo-file-manager-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+||||
Description
+ The background color of the FileManager. |
+|||||||
$kendo-file-manager-text | +Color | +$kendo-component-text |
+ #272727 |
+||||
Description
+ The text color of the FileManager. |
+|||||||
$kendo-file-manager-border | +Color | +$kendo-component-border |
+ #cacaca |
+||||
Description
+ The border color of the FileManager. |
+|||||||
$kendo-file-manager-toolbar-border-width | +Number | +$kendo-file-manager-border-width |
+ 1px |
+||||
Description
+ The border width of the FileManager Toolbar. |
+|||||||
$kendo-file-manager-toolbar-bg | Null | null |
null |
||||
Description
+ Border color of the FileManager selected ListView item icon. | Description
The background color of the FileManager Toolbar. |
||||||
$kendo-file-manager-grid-bg | +$kendo-file-manager-toolbar-text | Null | null |
null |
|||
Description
+ The background color of the FileManager Grid. | Description
The text color of the FileManager Toolbar. |
||||||
$kendo-file-manager-grid-text | +$kendo-file-manager-toolbar-border | Null | null |
null |
|||
Description
+ The text color of the FileManager Grid. | Description
The border color of the FileManager Toolbar. |
||||||
$kendo-file-manager-grid-border | +$kendo-file-manager-toolbar-gradient | Null | null |
null |
|||
Description
+ The border color of the FileManager Grid. | Description
The gradient of the FileManager Toolbar. |
||||||
$kendo-file-manager-preview-padding-x | +$kendo-file-manager-navigation-padding-x | Number | $kendo-file-manager-spacer |
16px |
|||
Description
+ The horizontal padding of the FileManager preview. | Description
The horizontal padding of the FileManager Navigation. |
||||||
$kendo-file-manager-preview-padding-y | +$kendo-file-manager-navigation-padding-y | Number | $kendo-file-manager-spacer |
16px |
|||
Description
+ The vertical padding of the FileManager preview. | Description
The vertical padding of the FileManager Navigation. |
||||||
$kendo-file-manager-preview-width | +$kendo-file-manager-navigation-width | Number | 20% |
20% |
|||
Description
+ The width of the FileManager preview. | Description
The width of the FileManager Navigation. |
||||||
$kendo-file-manager-preview-border-width | +$kendo-file-manager-navigation-border-width | Number | $kendo-file-manager-border-width |
1px |
|||
Description
- The border width of the FileManager preview. |
-|||||||
$kendo-file-manager-preview-spacing | -Number | -$kendo-file-manager-spacer |
- 16px |
-||||
Description
- The spacing of the FileManager preview. |
-|||||||
$kendo-file-manager-preview-column-gap | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
-||||
Description
+ The gap between the columns in the FileManager preview. | Description
The border width of the FileManager Navigation. |
||||||
$kendo-file-manager-preview-bg | +$kendo-file-manager-navigation-bg | Null | null |
null |
|||
Description
+ The background color of the FileManager preview. | Description
The background color of the FileManager Navigation. |
||||||
$kendo-file-manager-preview-text | +$kendo-file-manager-navigation-text | Null | null |
null |
|||
Description
+ The text color of the FileManager preview. | Description
The text color of the FileManager Navigation. |
||||||
$kendo-file-manager-preview-border | +$kendo-file-manager-navigation-border | Null | null |
null |
|||
Description
+ The border color of the FileManager preview. | Description
The border color of the FileManager Navigation. |
||||||
$kendo-file-manager-preview-icon-bg | -Null | -null |
- null |
+ $kendo-file-manager-breadcrumb-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The background color of the FileManager preview icon. | Description
The horizontal padding of the FileManager Breadcrumb. |
||||||
$kendo-file-manager-preview-icon-text | -Color | -if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) |
- #6c6c6c |
+ $kendo-file-manager-breadcrumb-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The text color of the FileManager preview icon. | Description
The vertical padding of the FileManager Breadcrumb. |
||||||
$kendo-file-manager-preview-icon-border | -Null | -null |
- null |
-||||
Description
- The border color of the FileManager preview icon. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-filter-padding-x | +$kendo-file-manager-breadcrumb-border-width | Number | -$kendo-padding-md-x |
- 8px |
+ $kendo-file-manager-border-width |
+ 1px |
|
Description
+ The horizontal padding of the Filter. | Description
The border width of the FileManager Breadcrumb. |
||||||
$kendo-filter-padding-y | -Number | -$kendo-padding-md-y |
- 4px |
+ $kendo-file-manager-breadcrumb-bg | +Color | +$kendo-toolbar-bg |
+ #f0f0f0 |
Description
+ The vertical padding of the Filter. | Description
The background color of the FileManager Breadcrumb. |
||||||
$kendo-filter-bottom-margin | -Number | -30px |
- 30px |
+ $kendo-file-manager-breadcrumb-text | +Null | +null |
+ null |
Description
+ The bottom margin of the Filter. | Description
The text color of the FileManager Breadcrumb. |
||||||
$kendo-filter-line-size | -Number | -1px |
- 1px |
+ $kendo-file-manager-breadcrumb-border | +Null | +null |
+ null |
Description
+ The width of the line that connects the Filter items. | Description
The border color of the FileManager Breadcrumb. |
||||||
$kendo-filter-operator-dropdown-width | -Number | -15em |
- 15em |
+ $kendo-file-manager-listview-bg | +Null | +null |
+ null |
Description
+ The width of the dropdown elements in the Filter items. | Description
The background color of the FileManager ListView. |
||||||
$kendo-filter-preview-field-text | -Color | -$kendo-color-primary |
- #f35800 |
+ $kendo-file-manager-listview-text | +Null | +null |
+ null |
Description
+ The text color of the Filter preview field. | Description
The text color of the FileManager ListView. |
||||||
$kendo-filter-preview-operator-text | -Color | -$kendo-subtle-text |
- #646464 |
+ $kendo-file-manager-listview-border | +Null | +null |
+ null |
Description
+ The text color of the Filter preview operator. | Description
The border color of the FileManager ListView. |
||||||
$kendo-filter-toolbar-focus-shadow | -List | -0 0 0 2px rgba(0, 0, 0, .08) |
- 0 0 0 2px rgba(0, 0, 0, 0.08) |
+ $kendo-file-manager-listview-item-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The box shadow of the focused Filter toolbar. | Description
The horizontal padding of the FileManager ListView item. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-fab-border-width | +|||||||
$kendo-file-manager-listview-item-padding-y | Number | -1px |
- 1px |
+ k-map-get( $kendo-spacing, 4 ) |
+ 16px |
||
Description
+ The width of the border around the FAB. | Description
The vertical padding of the FileManager ListView item. |
||||||
$kendo-fab-border-radius | +$kendo-file-manager-listview-item-width | Number | -$kendo-border-radius-md |
- 4px |
+ 120px |
+ 120px |
|
Description
+ The border radius of the FAB. | Description
The width of the FileManager ListView item. |
||||||
$kendo-fab-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-file-manager-listview-item-height | +Number | +120px |
+ 120px |
Description
+ The font family of the FAB. | Description
The height of the FileManager ListView item. |
||||||
$kendo-fab-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-file-manager-listview-item-bg | +Null | +null |
+ null |
Description
+ The font size of the FAB. | Description
The background color of the FileManager ListView item. |
||||||
$kendo-fab-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-file-manager-listview-item-text | +Null | +null |
+ null |
Description
+ The line height of the FAB. | Description
The text color of the FileManager ListView item. |
||||||
$kendo-fab-padding-x | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-file-manager-listview-item-border | +Null | +null |
+ null |
Description
+ The horizontal padding of the FAB. | Description
The border color of the FileManager ListView item. |
||||||
$kendo-fab-sm-padding-x | -Number | -k-math-div( $kendo-fab-padding-x, 2 ) |
- 8px |
+ $kendo-file-manager-listview-item-icon-bg | +Null | +null |
+ null |
Description
+ The horizontal padding of the small FAB. | Description
The background color of the FileManager ListView item icon. |
||||||
$kendo-fab-md-padding-x | -Number | -$kendo-fab-padding-x |
- 16px |
+ $kendo-file-manager-listview-item-icon-text | +Color | +if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) |
+ #6c6c6c |
Description
+ The horizontal padding of the medium FAB. | Description
The text color of the FileManager ListView item icon. |
||||||
$kendo-fab-lg-padding-x | -Number | -( $kendo-fab-padding-x * 1.5 ) |
- 24px |
+ $kendo-file-manager-listview-item-icon-border | +Null | +null |
+ null |
Description
+ The horizontal padding of the large FAB. | Description
The border color of the FileManager ListView item icon. |
||||||
$kendo-fab-padding-y | -Number | -$kendo-fab-padding-x |
- 16px |
+ $kendo-file-manager-listview-item-icon-selected-bg | +Null | +null |
+ null |
Description
+ The vertical padding of the FAB. | Description
Background color of the FileManager selected ListView item icon. |
||||||
$kendo-fab-sm-padding-y | -Number | -k-math-div( $kendo-fab-padding-y, 2 ) |
- 8px |
+ $kendo-file-manager-listview-item-icon-selected-text | +String | +inherit |
+ inherit |
Description
+ The vertical padding of the small FAB. | Description
Text color of the FileManager selected ListView item icon. |
||||||
$kendo-fab-md-padding-y | -Number | -$kendo-fab-padding-y |
- 16px |
+ $kendo-file-manager-listview-item-icon-selected-border | +Null | +null |
+ null |
Description
+ The vertical padding of the medium FAB. | Description
Border color of the FileManager selected ListView item icon. |
||||||
$kendo-fab-lg-padding-y | -Number | -( $kendo-fab-padding-y * 1.5 ) |
- 24px |
+ $kendo-file-manager-grid-bg | +Null | +null |
+ null |
Description
+ The vertical padding of the large FAB. | Description
The background color of the FileManager Grid. |
||||||
$kendo-fab-icon-padding-x | -Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 2px |
+ $kendo-file-manager-grid-text | +Null | +null |
+ null |
Description
+ The horizontal padding of the FAB icon. | Description
The text color of the FileManager Grid. |
||||||
$kendo-fab-icon-padding-y | -Number | -$kendo-fab-icon-padding-x |
- 2px |
+ $kendo-file-manager-grid-border | +Null | +null |
+ null |
Description
+ The vertical padding of the FAB icon. | Description
The border color of the FileManager Grid. |
||||||
$kendo-fab-icon-spacing | +$kendo-file-manager-preview-padding-x | Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 2px |
+ $kendo-file-manager-spacer |
+ 16px |
|
Description
+ The spacing of the FAB icon. | Description
The horizontal padding of the FileManager preview. |
||||||
$kendo-fab-items-padding-x | +$kendo-file-manager-preview-padding-y | Number | -0px |
- 0px |
+ $kendo-file-manager-spacer |
+ 16px |
|
Description
+ The horizontal padding of the FAB items. | Description
The vertical padding of the FileManager preview. |
||||||
$kendo-fab-items-padding-y | +$kendo-file-manager-preview-width | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ 20% |
+ 20% |
|
Description
+ The vertical padding of the FAB items. | Description
The width of the FileManager preview. |
||||||
$kendo-fab-item-text-padding-x | +$kendo-file-manager-preview-border-width | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-file-manager-border-width |
+ 1px |
|
Description
+ The horizontal padding of the FAB item text. | Description
The border width of the FileManager preview. |
||||||
$kendo-fab-item-text-padding-y | +$kendo-file-manager-preview-spacing | Number | -$kendo-fab-item-text-padding-x |
- 4px |
+ $kendo-file-manager-spacer |
+ 16px |
|
Description
+ The vertical padding of the FAB item text. | Description
The spacing of the FileManager preview. |
||||||
$kendo-fab-item-text-border-width | +$kendo-file-manager-preview-column-gap | Number | -1px |
- 1px |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ The width of the FAB item text border. | Description
The gap between the columns in the FileManager preview. |
||||||
$kendo-fab-item-text-border-radius | -Number | -2px |
- 2px |
+ $kendo-file-manager-preview-bg | +Null | +null |
+ null |
Description
+ The border radius of the FAB item text. | Description
The background color of the FileManager preview. |
||||||
$kendo-fab-item-text-font-size | -Number | -$kendo-font-size-xs |
- 10px |
+ $kendo-file-manager-preview-text | +Null | +null |
+ null |
Description
+ The font size of the FAB item text. | Description
The text color of the FileManager preview. |
||||||
$kendo-fab-item-text-line-height | -Number | -1.2 |
- 1.2 |
+ $kendo-file-manager-preview-border | +Null | +null |
+ null |
Description
+ The line height of the FAB item text. | Description
The border color of the FileManager preview. |
||||||
$kendo-fab-item-icon-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) + $kendo-fab-icon-padding-x |
- 10px |
+ $kendo-file-manager-preview-icon-bg | +Null | +null |
+ null |
Description
+ The horizontal padding of the FAB item icon. | Description
The background color of the FileManager preview icon. |
||||||
$kendo-fab-item-icon-padding-y | -Number | -$kendo-fab-item-icon-padding-x |
- 10px |
+ $kendo-file-manager-preview-icon-text | +Color | +if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) |
+ #6c6c6c |
Description
+ The vertical padding of the FAB item icon. | Description
The text color of the FileManager preview icon. |
||||||
$kendo-fab-item-icon-border-width | -Number | -0 |
- 0 |
+ $kendo-file-manager-preview-icon-border | +Null | +null |
+ null |
Description
+ The width of the FAB item icon border. | Description
The border color of the FileManager preview icon. |
||||||
$kendo-fab-item-icon-border-radius | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-filter-padding-x | Number | -50% |
- 50% |
+ $kendo-padding-md-x |
+ 8px |
||
Description
+ The border radius of the FAB item icon. | Description
The horizontal padding of the Filter. |
||||||
$kendo-fab-theme-colors | -Map | -$kendo-theme-colors |
- ("primary": #f35800, "secondary": #e9e9e9, "tertiary": #03a9f4, "info": #2498bc, "success": #3ea44e, "warning": #ff9800, "error": #d92800, "dark": #404040, "light": #ebebeb, "inverse": #404040) |
+ $kendo-filter-padding-y | +Number | +$kendo-padding-md-y |
+ 4px |
Description
+ The theme colors map for the FAB. | Description
The vertical padding of the Filter. |
||||||
$kendo-fab-sizes | -Map | -(
- sm: (
- padding-x: $kendo-fab-sm-padding-x,
- padding-y: $kendo-fab-sm-padding-y
- ),
- md: (
- padding-x: $kendo-fab-md-padding-x,
- padding-y: $kendo-fab-md-padding-y
- ),
- lg: (
- padding-x: $kendo-fab-lg-padding-x,
- padding-y: $kendo-fab-lg-padding-y
- )
-) |
- (sm: (padding-x: 8px, padding-y: 8px), md: (padding-x: 16px, padding-y: 16px), lg: (padding-x: 24px, padding-y: 24px)) |
+ $kendo-filter-bottom-margin | +Number | +30px |
+ 30px |
Description
+ The size map for the FAB. | Description
The bottom margin of the Filter. |
||||||
$kendo-fab-shadow | -String | -k-elevation(5) |
- var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-filter-line-size | +Number | +1px |
+ 1px |
Description
+ The base shadow of the FAB. | Description
The width of the line that connects the Filter items. |
||||||
$kendo-fab-disabled-shadow | -String | -k-elevation(5) |
- var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-filter-operator-dropdown-width | +Number | +15em |
+ 15em |
Description
+ The shadow of the disabled FAB. | Description
The width of the dropdown elements in the Filter items. |
||||||
$kendo-fab-active-shadow | -Null | -null |
- null |
+ $kendo-filter-preview-field-text | +Color | +$kendo-color-primary |
+ #f35800 |
Description
+ The shadow of the active FAB. | Description
The text color of the Filter preview field. |
||||||
$kendo-fab-outline-style | -String | -solid |
- solid |
+ $kendo-filter-preview-operator-text | +Color | +$kendo-subtle-text |
+ #646464 |
Description
+ The outline style of the FAB. | Description
The text color of the Filter preview operator. |
||||||
$kendo-fab-outline-width | -Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 2px |
+ $kendo-filter-toolbar-focus-shadow | +List | +0 0 0 2px rgba(0, 0, 0, .08) |
+ 0 0 0 2px rgba(0, 0, 0, 0.08) |
Description
+ The outline width of the FAB. | Description
The box shadow of the focused Filter toolbar. |
||||||
$kendo-fab-item-text | -Color | -$kendo-component-text |
- #272727 |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-fab-border-width | +Number | +1px |
+ 1px |
||||
Description
+ The base text color of the FAB item. | Description
The width of the border around the FAB. |
||||||
$kendo-fab-item-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-fab-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
Description
+ The base background color of the FAB item. | Description
The border radius of the FAB. |
||||||
$kendo-fab-item-border | -Color | -$kendo-component-border |
- #cacaca |
+ $kendo-fab-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The base border color of the FAB item. | Description
The font family of the FAB. |
||||||
$kendo-fab-item-icon-text | -Color | -$kendo-button-text |
- #272727 |
+ $kendo-fab-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The base text color of the FAB item icon. | Description
The font size of the FAB. |
||||||
$kendo-fab-item-icon-bg | -Color | -$kendo-button-bg |
- #f0f0f0 |
+ $kendo-fab-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
Description
+ The base background color of the FAB item icon. | Description
The line height of the FAB. |
||||||
$kendo-fab-item-icon-border | -Color | -$kendo-button-border |
- #cacaca |
+ $kendo-fab-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The base border color of the FAB item icon. | Description
The horizontal padding of the FAB. |
||||||
$kendo-fab-item-shadow | -String | -$kendo-fab-shadow |
- var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-fab-sm-padding-x | +Number | +k-math-div( $kendo-fab-padding-x, 2 ) |
+ 8px |
Description
+ The base shadow of the FAB item. | Description
The horizontal padding of the small FAB. |
||||||
$kendo-fab-item-disabled-shadow | -String | -$kendo-fab-disabled-shadow |
- var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-fab-md-padding-x | +Number | +$kendo-fab-padding-x |
+ 16px |
Description
+ The shadow of the disabled FAB item. | Description
The horizontal padding of the medium FAB. |
||||||
$kendo-fab-item-active-shadow | -Null | -$kendo-fab-active-shadow |
- null |
+ $kendo-fab-lg-padding-x | +Number | +( $kendo-fab-padding-x * 1.5 ) |
+ 24px |
Description
+ The shadow of the active FAB item. | Description
The horizontal padding of the large FAB. |
||||||
$kendo-fab-item-outline-style | -String | -solid |
- solid |
+ $kendo-fab-padding-y | +Number | +$kendo-fab-padding-x |
+ 16px |
Description
+ The outline style of the FAB item. | Description
The vertical padding of the FAB. |
||||||
$kendo-fab-item-outline-width | +$kendo-fab-sm-padding-y | Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 2px |
+ k-math-div( $kendo-fab-padding-y, 2 ) |
+ 8px |
|
Description
+ The outline width of the FAB item. | Description
The vertical padding of the small FAB. |
||||||
$kendo-fab-item-outline-color | -Color | -rgba(0, 0, 0, .08) |
- rgba(0, 0, 0, 0.08) |
+ $kendo-fab-md-padding-y | +Number | +$kendo-fab-padding-y |
+ 16px |
Description
+ The outline color of the FAB item. | Description
The vertical padding of the medium FAB. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-floating-label-scale | +|||||||
$kendo-fab-lg-padding-y | Number | -1 |
- 1 |
+ ( $kendo-fab-padding-y * 1.5 ) |
+ 24px |
||
Description
+ The transformation scale of the Floating Label. | Description
The vertical padding of the large FAB. |
||||||
$kendo-floating-label-font-size | +$kendo-fab-icon-padding-x | Number | -$kendo-input-font-size |
- 14px |
+ k-map-get( $kendo-spacing, 0.5 ) |
+ 2px |
|
Description
+ The font size of the Floating Label. | Description
The horizontal padding of the FAB icon. |
||||||
$kendo-floating-label-max-width | +$kendo-fab-icon-padding-y | Number | -90% |
- 90% |
+ $kendo-fab-icon-padding-x |
+ 2px |
|
Description
+ The maximum width of the Floating Label. | Description
The vertical padding of the FAB icon. |
||||||
$kendo-floating-label-line-height | +$kendo-fab-icon-spacing | Number | -$kendo-input-line-height |
- 1.4285714286 |
+ k-map-get( $kendo-spacing, 0.5 ) |
+ 2px |
|
Description
+ The line height of the Floating Label. | Description
The spacing of the FAB icon. |
||||||
$kendo-floating-label-height | -Calculation | -calc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} ) |
- calc(1.4285714286 * 14px) |
+ $kendo-fab-items-padding-x | +Number | +0px |
+ 0px |
Description
+ The height of the Floating Label. | Description
The horizontal padding of the FAB items. |
||||||
$kendo-floating-label-offset-x | -Calculation | -calc( #{$kendo-input-padding-x} + #{$kendo-input-border-width} ) |
- calc(8px + 1px) |
+ $kendo-fab-items-padding-y | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The horizontal offset of the Floating Label. | Description
The vertical padding of the FAB items. |
||||||
$kendo-floating-label-offset-y | -Calculation | -calc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-padding-y} ) |
- calc(calc(1.4285714286 * 14px) + 1px + 4px) |
+ $kendo-fab-item-text-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The vertical offset of the Floating Label. | Description
The horizontal padding of the FAB item text. |
||||||
$kendo-floating-label-focus-scale | +$kendo-fab-item-text-padding-y | Number | -1 |
- 1 |
+ $kendo-fab-item-text-padding-x |
+ 4px |
|
Description
+ The transformation scale of the focused Floating Label. | Description
The vertical padding of the FAB item text. |
||||||
$kendo-floating-label-focus-offset-x | +$kendo-fab-item-text-border-width | Number | -0 |
- 0 |
+ 1px |
+ 1px |
|
Description
+ The horizontal offset of the focused Floating Label. | Description
The width of the FAB item text border. |
||||||
$kendo-floating-label-focus-offset-y | +$kendo-fab-item-text-border-radius | Number | -0 |
- 0 |
+ 2px |
+ 2px |
|
Description
+ The vertical offset of the focused Floating Label. | Description
The border radius of the FAB item text. |
||||||
$kendo-floating-label-transition | -List | -.2s ease-out |
- 0.2s ease-out |
+ $kendo-fab-item-text-font-size | +Number | +$kendo-font-size-xs |
+ 10px |
Description
+ The transition of the Floating Label. | Description
The font size of the FAB item text. |
||||||
$kendo-floating-label-bg | -Null | -null |
- null |
-||||
Description
- The background color of the Floating Label. |
-|||||||
$kendo-floating-label-text | -Null | -null |
- null |
+ $kendo-fab-item-text-line-height | +Number | +1.2 |
+ 1.2 |
Description
+ The text color of the Floating Label. | Description
The line height of the FAB item text. |
||||||
$kendo-floating-label-focus-bg | -Null | -null |
- null |
+ $kendo-fab-item-icon-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) + $kendo-fab-icon-padding-x |
+ 10px |
Description
+ The background color of the focused Floating Label. | Description
The horizontal padding of the FAB item icon. |
||||||
$kendo-floating-label-focus-text | -Null | -null |
- null |
-||||
Description
- The text color of the focused Floating Label. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-form-spacer | +$kendo-fab-item-icon-padding-y | Number | -$kendo-padding-md-x * 2 |
- 16px |
+ $kendo-fab-item-icon-padding-x |
+ 10px |
|
Description
+ The padding of the inline Form. | Description
The vertical padding of the FAB item icon. |
||||||
$kendo-form-font-size | +$kendo-fab-item-icon-border-width | Number | -$kendo-font-size-md |
- 14px |
+ 0 |
+ 0 |
|
Description
+ The font size of the Form. | Description
The width of the FAB item icon border. |
||||||
$kendo-form-line-height | +$kendo-fab-item-icon-border-radius | Number | -$kendo-line-height-md |
- 1.4285714286 |
+ 50% |
+ 50% |
|
Description
+ The line height of the Form. | Description
The border radius of the FAB item icon. |
||||||
$kendo-form-line-height-em | -Calculation | -calc( #{$kendo-form-line-height} * 1em ) |
- calc(1.4285714286 * 1em) |
+ $kendo-fab-theme-colors | +Map | +$kendo-theme-colors |
+ ("primary": #f35800, "secondary": #e9e9e9, "tertiary": #03a9f4, "info": #2498bc, "success": #3ea44e, "warning": #ff9800, "error": #d92800, "dark": #404040, "light": #ebebeb, "inverse": #404040) |
Description
+ The line height of the Form in em units. | Description
The theme colors map for the FAB. |
||||||
$kendo-form-sm-line-height | -Number | -$kendo-line-height-sm |
- 1.25 |
+ $kendo-fab-sizes | +Map | +(
+ sm: (
+ padding-x: $kendo-fab-sm-padding-x,
+ padding-y: $kendo-fab-sm-padding-y
+ ),
+ md: (
+ padding-x: $kendo-fab-md-padding-x,
+ padding-y: $kendo-fab-md-padding-y
+ ),
+ lg: (
+ padding-x: $kendo-fab-lg-padding-x,
+ padding-y: $kendo-fab-lg-padding-y
+ )
+) |
+ (sm: (padding-x: 8px, padding-y: 8px), md: (padding-x: 16px, padding-y: 16px), lg: (padding-x: 24px, padding-y: 24px)) |
Description
+ The line height of the small Form. | Description
The size map for the FAB. |
||||||
$kendo-form-lg-line-height | -Number | -$kendo-line-height-lg |
- 1.5 |
+ $kendo-fab-shadow | +String | +k-elevation(5) |
+ var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The line height of the large Form. | Description
The base shadow of the FAB. |
||||||
$kendo-form-fieldset-margin | -List | -2em 0 0 |
- 2em 0 0 |
+ $kendo-fab-disabled-shadow | +String | +k-elevation(5) |
+ var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The margin of the Form fieldset. | Description
The shadow of the disabled FAB. |
||||||
$kendo-form-fieldset-padding | -Number | -0px |
- 0px |
+ $kendo-fab-active-shadow | +Null | +null |
+ null |
Description
+ The padding of the Form fieldset. | Description
The shadow of the active FAB. |
||||||
$kendo-form-legend-margin | -List | -0 0 1em |
- 0 0 1em |
+ $kendo-fab-outline-style | +String | +solid |
+ solid |
Description
+ The margin of the Form legend. | Description
The outline style of the FAB. |
||||||
$kendo-form-legend-padding | +$kendo-fab-outline-width | Number | -0px |
- 0px |
+ k-map-get( $kendo-spacing, 0.5 ) |
+ 2px |
|
Description
+ The padding of the Form legend. | Description
The outline width of the FAB. |
||||||
$kendo-form-legend-border-width | -List | -0 0 2px |
- 0 0 2px |
+ $kendo-fab-item-text | +Color | +$kendo-component-text |
+ #272727 |
Description
+ The border width of the Form legend. | Description
The base text color of the FAB item. |
||||||
$kendo-form-legend-border-style | -String | -solid |
- solid |
+ $kendo-fab-item-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The border style of the Form legend. | Description
The base background color of the FAB item. |
||||||
$kendo-form-legend-border-color | +$kendo-fab-item-border | Color | $kendo-component-border |
#cacaca |
|||
Description
+ The border color of the Form legend. | Description
The base border color of the FAB item. |
||||||
$kendo-form-legend-width | -Number | -100% |
- 100% |
+ $kendo-fab-item-icon-text | +Color | +$kendo-button-text |
+ #272727 |
Description
+ The width of the Form legend. | Description
The base text color of the FAB item icon. |
||||||
$kendo-form-legend-font-size | -Number | -14px |
- 14px |
+ $kendo-fab-item-icon-bg | +Color | +$kendo-button-bg |
+ #f0f0f0 |
Description
+ The font size of the Form legend. | Description
The base background color of the FAB item icon. |
||||||
$kendo-form-legend-text-transform | -String | -uppercase |
- uppercase |
+ $kendo-fab-item-icon-border | +Color | +$kendo-button-border |
+ #cacaca |
Description
+ The text capitalization of the Form legend. | Description
The base border color of the FAB item icon. |
||||||
$kendo-form-label-margin-bottom | -Number | -0px |
- 0px |
+ $kendo-fab-item-shadow | +String | +$kendo-fab-shadow |
+ var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The bottom margin of the Form label. | Description
The base shadow of the FAB item. |
||||||
$kendo-form-button-margin-x | -Number | -8px |
- 8px |
+ $kendo-fab-item-disabled-shadow | +String | +$kendo-fab-disabled-shadow |
+ var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The horizontal margin of the Form buttons. | Description
The shadow of the disabled FAB item. |
||||||
$kendo-form-hint-font-size | -Number | -12px |
- 12px |
+ $kendo-fab-item-active-shadow | +Null | +$kendo-fab-active-shadow |
+ null |
Description
+ The font size of the Form hint. | Description
The shadow of the active FAB item. |
||||||
$kendo-form-hint-font-style | +$kendo-fab-item-outline-style | String | -italic |
- italic |
+ solid |
+ solid |
|
Description
+ The font style of the Form hint. | Description
The outline style of the FAB item. |
||||||
$kendo-form-hint-margin-top | +$kendo-fab-item-outline-width | Number | -4px |
- 4px |
-|||
Description
- The top margin of the Form hint. |
-|||||||
$kendo-form-sm-rows-spacing | -Number | -1em |
- 1em |
-||||
Description
- The row spacing of the small Form. |
-|||||||
$kendo-form-md-rows-spacing | -Number | -$kendo-form-sm-rows-spacing |
- 1em |
-||||
Description
- The row spacing of the medium Form. |
-|||||||
$kendo-form-lg-rows-spacing | -Number | -$kendo-form-sm-rows-spacing |
- 1em |
-||||
Description
- The row spacing of the large Form. |
-|||||||
$kendo-form-separator-margin | -List | -$kendo-form-md-rows-spacing 0 0 |
- 1em 0 0 |
+ k-map-get( $kendo-spacing, 0.5 ) |
+ 2px |
||
Description
+ The margin of the Form separator. | Description
The outline width of the FAB item. |
||||||
$kendo-form-separator-border-color | +$kendo-fab-item-outline-color | Color | -$kendo-form-legend-border-color |
- #cacaca |
+ rgba(0, 0, 0, .08) |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ The border color of the Form separator. | Description
The outline color of the FAB item. |
||||||
$kendo-horizontal-form-label-padding-top | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-floating-label-scale | Number | -5px |
- 5px |
+ 1 |
+ 1 |
||
Description
+ The top padding of the label in the horizontal Form. | Description
The transformation scale of the Floating Label. |
||||||
$kendo-horizontal-form-label-margin-x | +$kendo-floating-label-font-size | Number | -10px |
- 10px |
+ $kendo-input-font-size |
+ 14px |
|
Description
+ The horizontal margin of the label in the horizontal Form. | Description
The font size of the Floating Label. |
||||||
$kendo-horizontal-form-label-width | +$kendo-floating-label-max-width | Number | -25% |
- 25% |
+ 90% |
+ 90% |
|
Description
+ The width of the label in the horizontal Form. | Description
The maximum width of the Floating Label. |
||||||
$kendo-horizontal-form-label-align | -String | -flex-end |
- flex-end |
+ $kendo-floating-label-line-height | +Number | +$kendo-input-line-height |
+ 1.4285714286 |
Description
+ The horizontal alignment of the label in the horizontal Form. | Description
The line height of the Floating Label. |
||||||
$kendo-horizontal-form-field-wrap-max-width | +$kendo-floating-label-height | Calculation | -calc( ( 100% - #{$kendo-horizontal-form-label-width} ) - #{$kendo-horizontal-form-label-margin-x} ) |
- calc(100% - 25% - 10px) |
+ calc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} ) |
+ calc(1.4285714286 * 14px) |
|
Description
+ The maximum width of the field wrap in the horizontal Form. | Description
The height of the Floating Label. |
||||||
$kendo-inline-form-element-width | -Number | -25% |
- 25% |
+ $kendo-floating-label-offset-x | +Calculation | +calc( #{$kendo-input-padding-x} + #{$kendo-input-border-width} ) |
+ calc(8px + 1px) |
Description
+ The width of the inline Form element. | Description
The horizontal offset of the Floating Label. |
||||||
$kendo-forms-invalid-color | -Color | -$kendo-color-error |
- #d92800 |
+ $kendo-floating-label-offset-y | +Calculation | +calc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-padding-y} ) |
+ calc(calc(1.4285714286 * 14px) + 1px + 4px) |
Description
+ The invalid text color of the Form. | Description
The vertical offset of the Floating Label. |
||||||
$kendo-label-optional-margin-x | +$kendo-floating-label-focus-scale | Number | -6px |
- 6px |
+ 1 |
+ 1 |
|
Description
+ The horizontal margin of the optional label in the Form. | Description
The transformation scale of the focused Floating Label. |
||||||
$kendo-label-optional-font-size | +$kendo-floating-label-focus-offset-x | Number | -12px |
- 12px |
-|||
Description
- The font size of the optional label in the Form. |
-|||||||
$kendo-label-optional-font-style | -String | -italic |
- italic |
+ 0 |
+ 0 |
||
Description
+ The font style of the optional label in the Form. | Description
The horizontal offset of the focused Floating Label. |
||||||
$kendo-fieldset-margin | +$kendo-floating-label-focus-offset-y | Number | -30px |
- 30px |
+ 0 |
+ 0 |
|
Description
+ The margin of the Form fieldset. | Description
The vertical offset of the focused Floating Label. |
||||||
$kendo-fieldset-font-size | -Number | -$kendo-h4-font-size |
- 22px |
+ $kendo-floating-label-transition | +List | +.2s ease-out |
+ 0.2s ease-out |
Description
+ The font size of the Form fieldset. | Description
The transition of the Floating Label. |
||||||
$kendo-fieldset-bg | +$kendo-floating-label-bg | Null | null |
null |
|||
Description
+ The background color of the Form fieldset. | Description
The background color of the Floating Label. |
||||||
$kendo-fieldset-border | +$kendo-floating-label-text | Null | null |
null |
|||
Description
+ The border color of the Form fieldset. | Description
The text color of the Floating Label. |
||||||
$kendo-fieldset-legend-bg | +$kendo-floating-label-focus-bg | Null | null |
null |
|||
Description
- The background color of the Form legend. |
-|||||||
$kendo-fieldset-legend-text | -Color | -if($kendo-enable-color-system, k-color( on-app-surface ), k-try-shade( $kendo-body-text, 2 )) |
- #212121 |
-||||
Description
+ The text color of the Form legend. | Description
The background color of the focused Floating Label. |
||||||
$kendo-fieldset-legend-border | +$kendo-floating-label-focus-text | Null | null |
null |
|||
Description
- The border color of the Form legend. |
-|||||||
$kendo-form-sizes | -Map | -(
- sm: (
- form-rows-spacing: $kendo-form-sm-rows-spacing
- ),
- md: (
- form-rows-spacing: $kendo-form-md-rows-spacing
- ),
- lg: (
- form-rows-spacing: $kendo-form-lg-rows-spacing
- )
-) |
- (sm: (form-rows-spacing: 1em), md: (form-rows-spacing: 1em), lg: (form-rows-spacing: 1em)) |
-||||
Description
+ The sizes map for the Form. | Description
The text color of the focused Floating Label. |
$kendo-grid-padding-x | +$kendo-form-spacer | Number | -$kendo-table-md-cell-padding-x |
- 8px |
+ $kendo-padding-md-x * 2 |
+ 16px |
|
Description
+ Horizontal padding of the grid. | Description
The padding of the inline Form. |
||||||
$kendo-grid-padding-y | +$kendo-form-font-size | Number | -$kendo-table-md-cell-padding-y |
- 8px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ Vertical padding of the grid. | Description
The font size of the Form. |
||||||
$kendo-grid-header-padding-x | +$kendo-form-line-height | Number | -$kendo-grid-padding-x |
- 8px |
+ $kendo-line-height-md |
+ 1.4285714286 |
|
Description
+ Horizontal padding of the grid header. | Description
The line height of the Form. |
||||||
$kendo-grid-header-padding-y | -Number | -$kendo-grid-padding-y |
- 8px |
+ $kendo-form-line-height-em | +Calculation | +calc( #{$kendo-form-line-height} * 1em ) |
+ calc(1.4285714286 * 1em) |
Description
+ Vertical padding of the grid header. | Description
The line height of the Form in em units. |
||||||
$kendo-grid-footer-padding-x | +$kendo-form-sm-line-height | Number | -$kendo-grid-header-padding-x |
- 8px |
+ $kendo-line-height-sm |
+ 1.25 |
|
Description
+ Horizontal padding of the grid footer. | Description
The line height of the small Form. |
||||||
$kendo-grid-footer-padding-y | +$kendo-form-lg-line-height | Number | -$kendo-grid-header-padding-y |
- 8px |
+ $kendo-line-height-lg |
+ 1.5 |
|
Description
+ Vertical padding of the grid footer. | Description
The line height of the large Form. |
||||||
$kendo-grid-grouping-header-padding-x | -Number | -$kendo-grid-padding-y |
- 8px |
+ $kendo-form-fieldset-margin | +List | +2em 0 0 |
+ 2em 0 0 |
Description
+ Horizontal padding of the grid grouping header. | Description
The margin of the Form fieldset. |
||||||
$kendo-grid-grouping-header-padding-y | +$kendo-form-fieldset-padding | Number | -$kendo-grid-grouping-header-padding-x |
- 8px |
+ 0px |
+ 0px |
|
Description
+ Vertical padding of the grid grouping header. | Description
The padding of the Form fieldset. |
||||||
$kendo-grid-cell-padding-x | -Number | -$kendo-grid-padding-x |
- 8px |
+ $kendo-form-legend-margin | +List | +0 0 1em |
+ 0 0 1em |
Description
+ Horizontal padding of the grid cell. | Description
The margin of the Form legend. |
||||||
$kendo-grid-cell-padding-y | +$kendo-form-legend-padding | Number | -$kendo-grid-padding-y |
- 8px |
+ 0px |
+ 0px |
|
Description
+ Vertical padding of the grid cell. | Description
The padding of the Form legend. |
||||||
$kendo-grid-filter-cell-padding-x | -Number | -$kendo-grid-padding-y |
- 8px |
+ $kendo-form-legend-border-width | +List | +0 0 2px |
+ 0 0 2px |
Description
+ Horizontal padding of the grid filter cell. | Description
The border width of the Form legend. |
||||||
$kendo-grid-filter-cell-padding-y | -Number | -$kendo-grid-filter-cell-padding-x |
- 8px |
+ $kendo-form-legend-border-style | +String | +solid |
+ solid |
Description
+ Vertical padding of the grid filter cell. | Description
The border style of the Form legend. |
||||||
$kendo-grid-edit-cell-padding-x | -Number | -$kendo-grid-cell-padding-x |
- 8px |
+ $kendo-form-legend-border-color | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ Horizontal padding of the grid edit cell. | Description
The border color of the Form legend. |
||||||
$kendo-grid-edit-cell-padding-y | +$kendo-form-legend-width | Number | -3px |
- 3px |
+ 100% |
+ 100% |
|
Description
+ Vertical padding of the grid edit cell. | Description
The width of the Form legend. |
||||||
$kendo-grid-bg | -Color | -$kendo-table-bg |
- #ffffff |
+ $kendo-form-legend-font-size | +Number | +14px |
+ 14px |
Description
+ Background color of the grid component | Description
The font size of the Form legend. |
||||||
$kendo-grid-text | -Color | -$kendo-table-text |
- #272727 |
+ $kendo-form-legend-text-transform | +String | +uppercase |
+ uppercase |
Description
+ Text color of the grid component | Description
The text capitalization of the Form legend. |
||||||
$kendo-grid-border | -Color | -$kendo-table-border |
- #cacaca |
+ $kendo-form-label-margin-bottom | +Number | +0px |
+ 0px |
Description
+ Border color of the grid component | Description
The bottom margin of the Form label. |
||||||
$kendo-grid-header-bg | -Color | -$kendo-table-header-bg |
- #f0f0f0 |
+ $kendo-form-button-margin-x | +Number | +8px |
+ 8px |
Description
+ Background color of grid header | Description
The horizontal margin of the Form buttons. |
||||||
$kendo-grid-header-text | -Color | -$kendo-table-header-text |
- #272727 |
+ $kendo-form-hint-font-size | +Number | +12px |
+ 12px |
Description
+ Text color of grid header | Description
The font size of the Form hint. |
||||||
$kendo-grid-header-border | -Color | -$kendo-table-header-border |
- #cacaca |
+ $kendo-form-hint-font-style | +String | +italic |
+ italic |
Description
+ Border color of grid header | Description
The font style of the Form hint. |
||||||
$kendo-grid-header-gradient | -List | -$kendo-table-header-gradient |
- rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) |
+ $kendo-form-hint-margin-top | +Number | +4px |
+ 4px |
Description
+ Background gradient of grid header | Description
The top margin of the Form hint. |
||||||
$kendo-grid-footer-bg | -Color | -$kendo-table-footer-bg |
- #f0f0f0 |
+ $kendo-form-sm-rows-spacing | +Number | +1em |
+ 1em |
Description
+ Background color of grid footer | Description
The row spacing of the small Form. |
||||||
$kendo-grid-footer-text | -Color | -$kendo-table-footer-text |
- #272727 |
+ $kendo-form-md-rows-spacing | +Number | +$kendo-form-sm-rows-spacing |
+ 1em |
Description
+ Text color of grid footer | Description
The row spacing of the medium Form. |
||||||
$kendo-grid-footer-border | -Color | -$kendo-table-footer-border |
- #cacaca |
+ $kendo-form-lg-rows-spacing | +Number | +$kendo-form-sm-rows-spacing |
+ 1em |
Description
+ Border color of grid footer | Description
The row spacing of the large Form. |
||||||
$kendo-grid-alt-bg | -Color | -$kendo-table-alt-row-bg |
- whitesmoke |
+ $kendo-form-separator-margin | +List | +$kendo-form-md-rows-spacing 0 0 |
+ 1em 0 0 |
Description
+ Background color of alternating rows in grid | Description
The margin of the Form separator. |
||||||
$kendo-grid-alt-text | -Null | -$kendo-table-alt-row-text |
- null |
+ $kendo-form-separator-border-color | +Color | +$kendo-form-legend-border-color |
+ #cacaca |
Description
+ Text color of alternating rows in grid | Description
The border color of the Form separator. |
||||||
$kendo-grid-alt-border | -Null | -$kendo-table-alt-row-border |
- null |
+ $kendo-horizontal-form-label-padding-top | +Number | +5px |
+ 5px |
Description
+ Border color of alternating rows in grid | Description
The top padding of the label in the horizontal Form. |
||||||
$kendo-grid-hover-bg | -Color | -$kendo-table-hover-bg |
- #ebebeb |
+ $kendo-horizontal-form-label-margin-x | +Number | +10px |
+ 10px |
Description
+ Background color of hovered rows in grid | Description
The horizontal margin of the label in the horizontal Form. |
||||||
$kendo-grid-hover-text | -Null | -$kendo-table-hover-text |
- null |
+ $kendo-horizontal-form-label-width | +Number | +25% |
+ 25% |
Description
+ Text color of hovered rows in grid | Description
The width of the label in the horizontal Form. |
||||||
$kendo-grid-hover-border | -Null | -$kendo-table-hover-border |
- null |
+ $kendo-horizontal-form-label-align | +String | +flex-end |
+ flex-end |
Description
+ Border color of hovered rows in grid | Description
The horizontal alignment of the label in the horizontal Form. |
||||||
$kendo-grid-selected-bg | -Color | -$kendo-table-selected-bg |
- rgba(243, 88, 0, 0.25) |
+ $kendo-horizontal-form-field-wrap-max-width | +Calculation | +calc( ( 100% - #{$kendo-horizontal-form-label-width} ) - #{$kendo-horizontal-form-label-margin-x} ) |
+ calc(100% - 25% - 10px) |
Description
+ Background color of selected rows in grid | Description
The maximum width of the field wrap in the horizontal Form. |
||||||
$kendo-grid-selected-text | -Null | -$kendo-table-selected-text |
- null |
+ $kendo-inline-form-element-width | +Number | +25% |
+ 25% |
Description
+ Text color of selected rows in grid | Description
The width of the inline Form element. |
||||||
$kendo-grid-selected-border | -Null | -$kendo-table-selected-border |
- null |
+ $kendo-forms-invalid-color | +Color | +$kendo-color-error |
+ #d92800 |
Description
+ Border color of selected rows in grid | Description
The invalid text color of the Form. |
||||||
$kendo-grid-selection-aggregates-bg | -Color | -$kendo-grid-header-bg |
- #f0f0f0 |
+ $kendo-label-optional-margin-x | +Number | +6px |
+ 6px |
Description
+ Background color of the selection aggregates container | Description
The horizontal margin of the optional label in the Form. |
||||||
$kendo-grid-selection-aggregates-text | -Color | -$kendo-grid-text |
- #272727 |
+ $kendo-label-optional-font-size | +Number | +12px |
+ 12px |
Description
+ Text color of the selection aggregates container | Description
The font size of the optional label in the Form. |
||||||
$kendo-grid-selection-aggregates-border | -Color | -$kendo-grid-border |
- #cacaca |
+ $kendo-label-optional-font-style | +String | +italic |
+ italic |
Description
+ Border color of the selection aggregates container | Description
The font style of the optional label in the Form. |
||||||
$kendo-grid-selection-aggregates-border-width | +$kendo-fieldset-margin | Number | -$kendo-grid-border-width |
- 1px |
+ 30px |
+ 30px |
|
Description
+ Border width of the selection aggregates container | Description
The margin of the Form fieldset. |
||||||
$kendo-grid-selection-aggregates-spacing | +$kendo-fieldset-font-size | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-h4-font-size |
+ 22px |
|
Description
+ Spacing between the selection aggregates items | Description
The font size of the Form fieldset. |
||||||
$kendo-grid-selection-aggregates-line-height | -Number | -$kendo-grid-line-height |
- 1.4285714286 |
+ $kendo-fieldset-bg | +Null | +null |
+ null |
Description
+ Line height of the selection aggregates container | Description
The background color of the Form fieldset. |
||||||
$kendo-grid-selection-aggregates-font-weight | -Number | -$kendo-font-weight-bold |
- 700 |
+ $kendo-fieldset-border | +Null | +null |
+ null |
Description
+ Font weight of the selection aggregates container | Description
The border color of the Form fieldset. |
||||||
$kendo-grid-row-resizer-hover-bg | -Color | -if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 )) |
- rgba(0, 0, 0, 0.12) |
+ $kendo-fieldset-legend-bg | +Null | +null |
+ null |
Description
+ Background color of the grid row resize indicator | Description
The background color of the Form legend. |
||||||
$kendo-grid-row-resizer-active-bg | +$kendo-fieldset-legend-text | Color | -$kendo-color-primary |
- #f35800 |
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-try-shade( $kendo-body-text, 2 )) |
+ #212121 |
|
Description
+ Active background color of the grid row resize indicator | Description
The text color of the Form legend. |
||||||
$kendo-grid-row-resizer-height | -Number | -k-map-get( $kendo-spacing, .5 ) |
- 2px |
+ $kendo-fieldset-legend-border | +Null | +null |
+ null |
Description
+ Height of the grid row resize indicator | Description
+ The border color of the Form legend. |
+||||||
$kendo-form-sizes | +Map | +(
+ sm: (
+ form-rows-spacing: $kendo-form-sm-rows-spacing
+ ),
+ md: (
+ form-rows-spacing: $kendo-form-md-rows-spacing
+ ),
+ lg: (
+ form-rows-spacing: $kendo-form-lg-rows-spacing
+ )
+) |
+ (sm: (form-rows-spacing: 1em), md: (form-rows-spacing: 1em), lg: (form-rows-spacing: 1em)) |
+||||
Description
The sizes map for the Form. |
$kendo-input-default-width | +$kendo-grid-padding-x | Number | -100% |
- 100% |
+ $kendo-table-md-cell-padding-x |
+ 8px |
|
Description
+ The default width of the Input components. | Description
Horizontal padding of the grid. |
||||||
$kendo-input-border-width | +$kendo-grid-padding-y | Number | -1px |
- 1px |
+ $kendo-table-md-cell-padding-y |
+ 8px |
|
Description
+ The border width of the Input components. | Description
Vertical padding of the grid. |
||||||
$kendo-input-border-radius | -Null | -null |
- null |
+ $kendo-grid-header-padding-x | +Number | +$kendo-grid-padding-x |
+ 8px |
Description
+ The border radius of the Input components. | Description
Horizontal padding of the grid header. |
||||||
$kendo-input-padding-x | +$kendo-grid-header-padding-y | Number | -k-map-get( $kendo-spacing, 2 ) |
+ $kendo-grid-padding-y |
8px |
||
Description
+ The horizontal padding of the Input components. | Description
Vertical padding of the grid header. |
||||||
$kendo-input-sm-padding-x | +$kendo-grid-footer-padding-x | Number | -k-map-get( $kendo-spacing, 2 ) |
+ $kendo-grid-header-padding-x |
8px |
||
Description
+ The horizontal padding of the small Input components. | Description
Horizontal padding of the grid footer. |
||||||
$kendo-input-md-padding-x | +$kendo-grid-footer-padding-y | Number | -k-map-get( $kendo-spacing, 2 ) |
+ $kendo-grid-header-padding-y |
8px |
||
Description
+ The horizontal padding of the medium Input components. | Description
Vertical padding of the grid footer. |
||||||
$kendo-input-lg-padding-x | +$kendo-grid-grouping-header-padding-x | Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+ $kendo-grid-padding-y |
+ 8px |
|
Description
+ The horizontal padding of the large Input components. | Description
Horizontal padding of the grid grouping header. |
||||||
$kendo-input-padding-y | +$kendo-grid-grouping-header-padding-y | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-grid-grouping-header-padding-x |
+ 8px |
|
Description
+ The vertical padding of the Input components. | Description
Vertical padding of the grid grouping header. |
||||||
$kendo-input-sm-padding-y | +$kendo-grid-cell-padding-x | Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 2px |
+ $kendo-grid-padding-x |
+ 8px |
|
Description
+ The vertical padding of the small Input components. | Description
Horizontal padding of the grid cell. |
||||||
$kendo-input-md-padding-y | +$kendo-grid-cell-padding-y | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-grid-padding-y |
+ 8px |
|
Description
+ The vertical padding of the medium Input components. | Description
Vertical padding of the grid cell. |
||||||
$kendo-input-lg-padding-y | +$kendo-grid-filter-cell-padding-x | Number | -k-map-get( $kendo-spacing, 2 ) |
+ $kendo-grid-padding-y |
8px |
||
Description
+ The vertical padding of the large Input components. | Description
Horizontal padding of the grid filter cell. |
||||||
$kendo-input-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-grid-filter-cell-padding-y | +Number | +$kendo-grid-filter-cell-padding-x |
+ 8px |
Description
+ Font family of input components. | Description
Vertical padding of the grid filter cell. |
||||||
$kendo-input-font-size | +$kendo-grid-edit-cell-padding-x | Number | -$kendo-font-size-md |
- 14px |
+ $kendo-grid-cell-padding-x |
+ 8px |
|
Description
+ Font size of input components. | Description
Horizontal padding of the grid edit cell. |
||||||
$kendo-input-sm-font-size | +$kendo-grid-edit-cell-padding-y | Number | -$kendo-font-size-md |
- 14px |
+ 3px |
+ 3px |
|
Description
+ The font size of the small Input components. | Description
Vertical padding of the grid edit cell. |
||||||
$kendo-input-md-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-grid-bg | +Color | +$kendo-table-bg |
+ #ffffff |
Description
+ The font size of the medium Input components. | Description
Background color of the grid component |
||||||
$kendo-input-lg-font-size | -Number | -$kendo-font-size-lg |
- 16px |
+ $kendo-grid-text | +Color | +$kendo-table-text |
+ #272727 |
Description
+ The font size of the large Input components. | Description
Text color of the grid component |
||||||
$kendo-input-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-grid-border | +Color | +$kendo-table-border |
+ #cacaca |
Description
+ Line height of input components. | Description
Border color of the grid component |
||||||
$kendo-input-sm-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-grid-header-bg | +Color | +$kendo-table-header-bg |
+ #f0f0f0 |
Description
+ The line height of the small Input components. | Description
Background color of grid header |
||||||
$kendo-input-md-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-grid-header-text | +Color | +$kendo-table-header-text |
+ #272727 |
Description
+ The line height of the medium Input components. | Description
Text color of grid header |
||||||
$kendo-input-lg-line-height | -Number | -$kendo-line-height-lg |
- 1.5 |
+ $kendo-grid-header-border | +Color | +$kendo-table-header-border |
+ #cacaca |
Description
+ The line height of the large Input components. | Description
Border color of grid header |
||||||
$kendo-input-sizes | -Map | -(
- sm: (
- padding-x: $kendo-input-sm-padding-x,
- padding-y: $kendo-input-sm-padding-y,
- font-size: $kendo-input-sm-font-size,
- line-height: $kendo-input-sm-line-height,
- button-padding-x: $kendo-input-sm-padding-y,
- button-padding-y: $kendo-input-sm-padding-y
- ),
- md: (
- padding-x: $kendo-input-md-padding-x,
- padding-y: $kendo-input-md-padding-y,
- font-size: $kendo-input-md-font-size,
- line-height: $kendo-input-md-line-height,
- button-padding-x: $kendo-input-md-padding-y,
- button-padding-y: $kendo-input-md-padding-y
- ),
- lg: (
- padding-x: $kendo-input-lg-padding-x,
- padding-y: $kendo-input-lg-padding-y,
- font-size: $kendo-input-lg-font-size,
- line-height: $kendo-input-lg-line-height,
- button-padding-x: $kendo-input-lg-padding-y,
- button-padding-y: $kendo-input-lg-padding-y
- )
-) |
- (sm: (padding-x: 8px, padding-y: 2px, font-size: 14px, line-height: 1.4285714286, button-padding-x: 2px, button-padding-y: 2px), md: (padding-x: 8px, padding-y: 4px, font-size: 14px, line-height: 1.4285714286, button-padding-x: 4px, button-padding-y: 4px), lg: (padding-x: 12px, padding-y: 8px, font-size: 16px, line-height: 1.5, button-padding-x: 8px, button-padding-y: 8px)) |
+ $kendo-grid-header-gradient | +List | +$kendo-table-header-gradient |
+ rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) |
Description
+ The sizes map for the Input components. | Description
Background gradient of grid header |
||||||
$kendo-input-bg | +$kendo-grid-footer-bg | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-table-footer-bg |
+ #f0f0f0 |
|
Description
+ The background color of the Input components. | Description
Background color of grid footer |
||||||
$kendo-input-text | +$kendo-grid-footer-text | Color | -$kendo-component-text |
+ $kendo-table-footer-text |
#272727 |
||
Description
+ The text color of the Input components. | Description
Text color of grid footer |
||||||
$kendo-input-border | +$kendo-grid-footer-border | Color | -$kendo-button-border |
+ $kendo-table-footer-border |
#cacaca |
||
Description
+ The border color of the Input components. | Description
Border color of grid footer |
||||||
$kendo-input-shadow | -Null | -null |
- null |
+ $kendo-grid-alt-bg | +Color | +$kendo-table-alt-row-bg |
+ whitesmoke |
Description
+ The shadow of the Input components. | Description
Background color of alternating rows in grid |
||||||
$kendo-input-hover-bg | +$kendo-grid-alt-text | Null | -null |
+ $kendo-table-alt-row-text |
null |
||
Description
+ The background color of the hovered Input components. | Description
Text color of alternating rows in grid |
||||||
$kendo-input-hover-text | +$kendo-grid-alt-border | Null | -null |
+ $kendo-table-alt-row-border |
null |
||
Description
+ The text color of the hovered Input components. | Description
Border color of alternating rows in grid |
||||||
$kendo-input-hover-border | +$kendo-grid-hover-bg | Color | -$kendo-button-hover-border |
- #b6b6b6 |
-|||
Description
- The border color of the hovered Input components. |
-|||||||
$kendo-input-hover-shadow | -Null | -null |
- null |
+ $kendo-table-hover-bg |
+ #ebebeb |
||
Description
+ The shadow of the hovered Input components. | Description
Background color of hovered rows in grid |
||||||
$kendo-input-focus-bg | +$kendo-grid-hover-text | Null | -null |
+ $kendo-table-hover-text |
null |
||
Description
+ The background color of the focused Input components. | Description
Text color of hovered rows in grid |
||||||
$kendo-input-focus-text | +$kendo-grid-hover-border | Null | -null |
+ $kendo-table-hover-border |
null |
||
Description
+ The text color of the focused Input components. | Description
Border color of hovered rows in grid |
||||||
$kendo-input-focus-border | +$kendo-grid-selected-bg | Color | -rgba( black, .1 ) |
- rgba(0, 0, 0, 0.1) |
+ $kendo-table-selected-bg |
+ rgba(243, 88, 0, 0.25) |
|
Description
+ The border color of the focused Input components. | Description
Background color of selected rows in grid |
||||||
$kendo-input-focus-shadow | -List | -0 2px 4px 0 rgba( black, .03 ), 0 4px 5px 0 rgba( black, .04 ) |
- 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04) |
+ $kendo-grid-selected-text | +Null | +$kendo-table-selected-text |
+ null |
Description
+ The shadow of the focused Input components. | Description
Text color of selected rows in grid |
||||||
$kendo-input-selected-bg | +$kendo-grid-selected-border | Null | -null |
+ $kendo-table-selected-border |
null |
||
Description
+ The background color of the selected Input components. | Description
Border color of selected rows in grid |
||||||
$kendo-input-selected-text | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-bg | +Color | +$kendo-grid-header-bg |
+ #f0f0f0 |
Description
+ The text color of the selected Input components. | Description
Background color of the selection aggregates container |
||||||
$kendo-input-disabled-bg | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-text | +Color | +$kendo-grid-text |
+ #272727 |
Description
+ The background color of the disabled Input components. | Description
Text color of the selection aggregates container |
||||||
$kendo-input-disabled-text | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-border | +Color | +$kendo-grid-border |
+ #cacaca |
Description
+ The text color of the disabled Input components. | Description
Border color of the selection aggregates container |
||||||
$kendo-input-disabled-border | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-border-width | +Number | +$kendo-grid-border-width |
+ 1px |
Description
+ The border color of the disabled Input components. | Description
Border width of the selection aggregates container |
||||||
$kendo-input-disabled-gradient | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-spacing | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The gradient of the disabled Input components. | Description
Spacing between the selection aggregates items |
||||||
$kendo-input-disabled-shadow | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-line-height | +Number | +$kendo-grid-line-height |
+ 1.4285714286 |
Description
+ The shadow of the disabled Input components. | Description
Line height of the selection aggregates container |
||||||
$kendo-input-outline-bg | -Null | -null |
- null |
-||||
Description
- The background color of the outline Input components. |
-|||||||
$kendo-input-outline-text | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-font-weight | +Number | +$kendo-font-weight-bold |
+ 700 |
Description
+ The text color of the outline Input components. | Description
Font weight of the selection aggregates container |
||||||
$kendo-input-outline-border | +$kendo-grid-row-resizer-hover-bg | Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-button-text, .5)) |
- rgba(39, 39, 39, 0.5) |
+ if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 )) |
+ rgba(0, 0, 0, 0.12) |
|
Description
+ The border color of the outline Input components. | Description
Background color of the grid row resize indicator |
||||||
$kendo-input-outline-hover-bg | -Null | -null |
- null |
+ $kendo-grid-row-resizer-active-bg | +Color | +$kendo-color-primary |
+ #f35800 |
Description
+ The background color of the outline hovered Input components. | Description
Active background color of the grid row resize indicator |
||||||
$kendo-input-outline-hover-text | -Null | -null |
- null |
+ $kendo-grid-row-resizer-height | +Number | +k-map-get( $kendo-spacing, .5 ) |
+ 2px |
Description
+ The text color of the outline hovered Input components. | Description
Height of the grid row resize indicator |
||||||
$kendo-input-outline-hover-border | -Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .8 ), rgba( $kendo-button-text, .8)) |
- rgba(39, 39, 39, 0.8) |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-input-default-width | +Number | +100% |
+ 100% |
||||
Description
+ The border color of the outline hovered Input components. | Description
The default width of the Input components. |
||||||
$kendo-input-outline-focus-bg | -Null | -null |
- null |
+ $kendo-input-border-width | +Number | +1px |
+ 1px |
Description
+ The background color of the outline focused Input components. | Description
The border width of the Input components. |
||||||
$kendo-input-outline-focus-text | +$kendo-input-border-radius | Null | null |
null |
|||
Description
+ The text color of the outline focused Input components. | Description
The border radius of the Input components. |
||||||
$kendo-input-outline-focus-border | -Null | -null |
- null |
+ $kendo-input-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The border color of the outline focused Input components. | Description
The horizontal padding of the Input components. |
||||||
$kendo-input-outline-focus-shadow | -List | -$kendo-input-focus-shadow |
- 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04) |
+ $kendo-input-sm-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The shadow of the outline focused Input components. | Description
The horizontal padding of the small Input components. |
||||||
$kendo-input-flat-bg | -Null | -null |
- null |
+ $kendo-input-md-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The background color of the flat Input components. | Description
The horizontal padding of the medium Input components. |
||||||
$kendo-input-flat-text | -Color | -$kendo-input-text |
- #272727 |
+ $kendo-input-lg-padding-x | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
Description
+ The text color of the flat Input components. | Description
The horizontal padding of the large Input components. |
||||||
$kendo-input-flat-border | -Color | -$kendo-input-border |
- #cacaca |
+ $kendo-input-padding-y | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The border color of the flat Input components. | Description
The vertical padding of the Input components. |
||||||
$kendo-input-flat-hover-bg | -Null | -null |
- null |
+ $kendo-input-sm-padding-y | +Number | +k-map-get( $kendo-spacing, 0.5 ) |
+ 2px |
Description
+ The background color of the flat hovered Input components. | Description
The vertical padding of the small Input components. |
||||||
$kendo-input-flat-hover-text | -Null | -null |
- null |
+ $kendo-input-md-padding-y | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The text color of the flat hovered Input components. | Description
The vertical padding of the medium Input components. |
||||||
$kendo-input-flat-hover-border | -Color | -$kendo-input-hover-border |
- #b6b6b6 |
+ $kendo-input-lg-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The border color of the flat hovered Input components. | Description
The vertical padding of the large Input components. |
||||||
$kendo-input-flat-focus-bg | -Null | -null |
- null |
+ $kendo-input-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The background color of the flat focused Input components. | Description
Font family of input components. |
||||||
$kendo-input-flat-focus-text | -Null | -null |
- null |
+ $kendo-input-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The text color of the flat focused Input components. | Description
Font size of input components. |
||||||
$kendo-input-flat-focus-border | -Null | -null |
- null |
+ $kendo-input-sm-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The border color of the flat focused Input components. | Description
The font size of the small Input components. |
||||||
$kendo-input-flat-focus-shadow | -List | -$kendo-input-focus-shadow |
- 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04) |
+ $kendo-input-md-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The shadow of the flat focused Input components. | Description
The font size of the medium Input components. |
||||||
$kendo-input-placeholder-text | -Color | -$kendo-subtle-text |
- #646464 |
+ $kendo-input-lg-font-size | +Number | +$kendo-font-size-lg |
+ 16px |
Description
+ The text color of the Input placeholder. | Description
The font size of the large Input components. |
||||||
$kendo-input-placeholder-opacity | +$kendo-input-line-height | Number | -1 |
- 1 |
+ $kendo-line-height-md |
+ 1.4285714286 |
|
Description
+ The opacity of the Input placeholder. | Description
Line height of input components. |
||||||
$kendo-input-clear-value-text | -Null | -null |
- null |
+ $kendo-input-sm-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
Description
+ The color of the Input clear value icon. | Description
The line height of the small Input components. |
||||||
$kendo-input-clear-value-opacity | +$kendo-input-md-line-height | Number | -.5 |
- 0.5 |
+ $kendo-line-height-md |
+ 1.4285714286 |
|
Description
+ The opacity of the Input clear value icon. | Description
The line height of the medium Input components. |
||||||
$kendo-input-clear-value-hover-text | -Null | -null |
- null |
+ $kendo-input-lg-line-height | +Number | +$kendo-line-height-lg |
+ 1.5 |
Description
+ The color of the hovered Input clear value icon. | Description
The line height of the large Input components. |
||||||
$kendo-input-clear-value-hover-opacity | -Number | -1 |
- 1 |
+ $kendo-input-sizes | +Map | +(
+ sm: (
+ padding-x: $kendo-input-sm-padding-x,
+ padding-y: $kendo-input-sm-padding-y,
+ font-size: $kendo-input-sm-font-size,
+ line-height: $kendo-input-sm-line-height,
+ button-padding-x: $kendo-input-sm-padding-y,
+ button-padding-y: $kendo-input-sm-padding-y
+ ),
+ md: (
+ padding-x: $kendo-input-md-padding-x,
+ padding-y: $kendo-input-md-padding-y,
+ font-size: $kendo-input-md-font-size,
+ line-height: $kendo-input-md-line-height,
+ button-padding-x: $kendo-input-md-padding-y,
+ button-padding-y: $kendo-input-md-padding-y
+ ),
+ lg: (
+ padding-x: $kendo-input-lg-padding-x,
+ padding-y: $kendo-input-lg-padding-y,
+ font-size: $kendo-input-lg-font-size,
+ line-height: $kendo-input-lg-line-height,
+ button-padding-x: $kendo-input-lg-padding-y,
+ button-padding-y: $kendo-input-lg-padding-y
+ )
+) |
+ (sm: (padding-x: 8px, padding-y: 2px, font-size: 14px, line-height: 1.4285714286, button-padding-x: 2px, button-padding-y: 2px), md: (padding-x: 8px, padding-y: 4px, font-size: 14px, line-height: 1.4285714286, button-padding-x: 4px, button-padding-y: 4px), lg: (padding-x: 12px, padding-y: 8px, font-size: 16px, line-height: 1.5, button-padding-x: 8px, button-padding-y: 8px)) |
Description
+ The opacity of the hovered Input clear value icon. | Description
The sizes map for the Input components. |
||||||
$kendo-input-values-margin-y | -Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 2px |
+ $kendo-input-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The vertical margin of the clear value icon. | Description
The background color of the Input components. |
||||||
$kendo-input-values-margin-x | -Number | -$kendo-input-values-margin-y |
- 2px |
+ $kendo-input-text | +Color | +$kendo-component-text |
+ #272727 |
Description
+ The horizontal margin of the clear value icon. | Description
The text color of the Input components. |
||||||
$kendo-input-button-width | -Null | -null |
- null |
+ $kendo-input-border | +Color | +$kendo-button-border |
+ #cacaca |
Description
+ The width of the Input button. | Description
The border color of the Input components. |
||||||
$kendo-input-button-border-width | -Number | -1px |
- 1px |
+ $kendo-input-shadow | +Null | +null |
+ null |
Description
+ The border width of the Input button. | Description
The shadow of the Input components. |
||||||
$kendo-input-spinner-width | +$kendo-input-hover-bg | Null | null |
null |
|||
Description
+ The width of the Input spinner button. | Description
The background color of the hovered Input components. |
||||||
$kendo-input-spinner-icon-offset | +$kendo-input-hover-text | Null | null |
null |
|||
Description
+ The icon offset of the Input spinner button. | Description
The text color of the hovered Input components. |
||||||
$kendo-input-separator-text | +$kendo-input-hover-border | Color | -$kendo-input-border |
- #cacaca |
+ $kendo-button-hover-border |
+ #b6b6b6 |
|
Description
+ The color of the Input separator. | Description
The border color of the hovered Input components. |
||||||
$kendo-input-separator-opacity | -Number | -.5 |
- 0.5 |
+ $kendo-input-hover-shadow | +Null | +null |
+ null |
Description
+ The opacity of the Input separator. | Description
The shadow of the hovered Input components. |
||||||
$kendo-input-prefix-text | -Color | -$kendo-subtle-text |
- #646464 |
+ $kendo-input-focus-bg | +Null | +null |
+ null |
Description
+ The text color of the Input prefix. | Description
The background color of the focused Input components. |
||||||
$kendo-input-suffix-text | -Color | -$kendo-subtle-text |
- #646464 |
+ $kendo-input-focus-text | +Null | +null |
+ null |
Description
+ The text color of the Input suffix. | Description
The text color of the focused Input components. |
||||||
$kendo-input-invalid-border | +$kendo-input-focus-border | Color | -$kendo-invalid-border |
- #d92800 |
+ rgba( black, .1 ) |
+ rgba(0, 0, 0, 0.1) |
|
Description
+ The border color of the invalid Input components. | Description
The border color of the focused Input components. |
||||||
$kendo-input-invalid-shadow | -Null | -$kendo-invalid-shadow |
- null |
+ $kendo-input-focus-shadow | +List | +0 2px 4px 0 rgba( black, .03 ), 0 4px 5px 0 rgba( black, .04 ) |
+ 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04) |
Description
+ The shadow of the invalid Input components. | Description
The shadow of the focused Input components. |
||||||
$kendo-input-valid-border | -Color | -$kendo-valid-border |
- #3ea44e |
+ $kendo-input-selected-bg | +Null | +null |
+ null |
Description
+ The border color of the valid Input components. | Description
The background color of the selected Input components. |
||||||
$kendo-input-valid-shadow | +$kendo-input-selected-text | Null | -$kendo-valid-shadow |
+ null |
null |
||
Description
- The shadow of the valid Input components. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-list-font-family | -String | -$kendo-font-family |
- inherit |
-||||
Description
+ The font family of the List components. | Description
The text color of the selected Input components. |
||||||
$kendo-list-font-size | +$kendo-input-disabled-bg | Null | null |
null |
|||
Description
+ The font size of the List component, if no size is set. | Description
The background color of the disabled Input components. |
||||||
$kendo-list-line-height | +$kendo-input-disabled-text | Null | null |
null |
|||
Description
+ The line height of the List component, if no size is set. | Description
The text color of the disabled Input components. |
||||||
$kendo-list-header-padding-x | +$kendo-input-disabled-border | Null | null |
null |
|||
Description
+ The horizontal padding of the List header, if no size is set. | Description
The border color of the disabled Input components. |
||||||
$kendo-list-header-padding-y | +$kendo-input-disabled-gradient | Null | null |
null |
|||
Description
+ The vertical padding of the List header, if no size is set. | Description
The gradient of the disabled Input components. |
||||||
$kendo-list-header-border-width | -List | -0 0 1px |
- 0 0 1px |
+ $kendo-input-disabled-shadow | +Null | +null |
+ null |
Description
+ The border width of the List header. | Description
The shadow of the disabled Input components. |
||||||
$kendo-list-header-font-size | +$kendo-input-outline-bg | Null | null |
null |
|||
Description
+ The font size of the List header, if no size is set. | Description
The background color of the outline Input components. |
||||||
$kendo-list-header-line-height | +$kendo-input-outline-text | Null | null |
null |
|||
Description
+ The line height of the List header, if no size is set. | Description
The text color of the outline Input components. |
||||||
$kendo-list-header-font-weight | -Number | -$kendo-font-weight-bold |
- 700 |
+ $kendo-input-outline-border | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-button-text, .5)) |
+ rgba(39, 39, 39, 0.5) |
Description
+ The font weight of the List header. | Description
The border color of the outline Input components. |
||||||
$kendo-list-item-padding-x | +$kendo-input-outline-hover-bg | Null | null |
null |
|||
Description
+ The horizontal padding of the List items, when no size is set. | Description
The background color of the outline hovered Input components. |
||||||
$kendo-list-item-padding-y | +$kendo-input-outline-hover-text | Null | null |
null |
|||
Description
+ The vertical padding of the List items, when no size is set. | Description
The text color of the outline hovered Input components. |
||||||
$kendo-list-item-font-size | -Null | -null |
- null |
+ $kendo-input-outline-hover-border | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .8 ), rgba( $kendo-button-text, .8)) |
+ rgba(39, 39, 39, 0.8) |
Description
+ The font size of the List items, if no size is set. | Description
The border color of the outline hovered Input components. |
||||||
$kendo-list-item-line-height | +$kendo-input-outline-focus-bg | Null | null |
null |
|||
Description
+ The line height of the List items, if no size is set. | Description
The background color of the outline focused Input components. |
||||||
$kendo-list-group-item-padding-x | +$kendo-input-outline-focus-text | Null | null |
null |
|||
Description
+ The horizontal padding of the List group items, when no size is set. | Description
The text color of the outline focused Input components. |
||||||
$kendo-list-group-item-padding-y | +$kendo-input-outline-focus-border | Null | null |
null |
|||
Description
+ The vertical padding of the List group items, when no size is set. | Description
The border color of the outline focused Input components. |
||||||
$kendo-list-group-item-border-width | +$kendo-input-outline-focus-shadow | List | -1px 0 0 |
- 1px 0 0 |
-|||
Description
- The border width of the List group items. |
-|||||||
$kendo-list-group-item-font-size | -Null | -null |
- null |
+ $kendo-input-focus-shadow |
+ 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04) |
||
Description
+ The font size of the List group items, if no size is set. | Description
The shadow of the outline focused Input components. |
||||||
$kendo-list-group-item-line-height | +$kendo-input-flat-bg | Null | null |
null |
|||
Description
- The line height of the List group items, if no size is set. |
-|||||||
$kendo-list-group-item-font-weight | -Number | -$kendo-font-weight-bold |
- 700 |
-||||
Description
- The font weight of a List group item. |
-|||||||
$kendo-list-sizes | -Map | -(
- sm: (
- font-size: $kendo-list-sm-font-size,
- line-height: $kendo-list-sm-line-height,
- header-padding-x: $kendo-list-sm-header-padding-x,
- header-padding-y: $kendo-list-sm-header-padding-y,
- header-font-size: null,
- header-line-height: null,
- item-padding-x: $kendo-list-sm-item-padding-x,
- item-padding-y: $kendo-list-sm-item-padding-y,
- item-font-size: null,
- item-line-height: null,
- group-item-padding-x: $kendo-list-sm-group-item-padding-x,
- group-item-padding-y: $kendo-list-sm-group-item-padding-y,
- group-item-font-size: null,
- group-item-line-height: null
- ),
- md: (
- font-size: $kendo-list-md-font-size,
- line-height: $kendo-list-md-line-height,
- header-padding-x: $kendo-list-md-header-padding-x,
- header-padding-y: $kendo-list-md-header-padding-y,
- header-font-size: null,
- header-line-height: null,
- item-padding-x: $kendo-list-md-item-padding-x,
- item-padding-y: $kendo-list-md-item-padding-y,
- item-font-size: null,
- item-line-height: null,
- group-item-padding-x: $kendo-list-md-group-item-padding-x,
- group-item-padding-y: $kendo-list-md-group-item-padding-y,
- group-item-font-size: null,
- group-item-line-height: null
- ),
- lg: (
- font-size: $kendo-list-lg-font-size,
- line-height: $kendo-list-lg-line-height,
- header-padding-x: $kendo-list-lg-header-padding-x,
- header-padding-y: $kendo-list-lg-header-padding-y,
- header-font-size: null,
- header-line-height: null,
- item-padding-x: $kendo-list-lg-item-padding-x,
- item-padding-y: $kendo-list-lg-item-padding-y,
- item-font-size: null,
- item-line-height: null,
- group-item-padding-x: $kendo-list-lg-group-item-padding-x,
- group-item-padding-y: $kendo-list-lg-group-item-padding-y,
- group-item-font-size: null,
- group-item-line-height: null
- )
-) |
- (sm: (font-size: 14px, line-height: 1.4285714286, header-padding-x: 8px, header-padding-y: 2px, header-font-size: null, header-line-height: null, item-padding-x: 8px, item-padding-y: 2px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 2px, group-item-font-size: null, group-item-line-height: null), md: (font-size: 14px, line-height: 1.4285714286, header-padding-x: 8px, header-padding-y: 4px, header-font-size: null, header-line-height: null, item-padding-x: 8px, item-padding-y: 4px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 4px, group-item-font-size: null, group-item-line-height: null), lg: (font-size: 16px, line-height: 1.5, header-padding-x: 8px, header-padding-y: 6px, header-font-size: null, header-line-height: null, item-padding-x: 12px, item-padding-y: 8px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 6px, group-item-font-size: null, group-item-line-height: null)) |
-||||
Description
- The map with the sizes of the List. |
-|||||||
$kendo-list-bg | -Color | -$kendo-component-bg |
- #ffffff |
-||||
Description
+ The background color of the List component. | Description
The background color of the flat Input components. |
||||||
$kendo-list-text | +$kendo-input-flat-text | Color | -$kendo-component-text |
+ $kendo-input-text |
#272727 |
||
Description
+ The text color of the List component. | Description
The text color of the flat Input components. |
||||||
$kendo-list-border | +$kendo-input-flat-border | Color | -$kendo-component-border |
+ $kendo-input-border |
#cacaca |
||
Description
+ The border color of the List component. | Description
The border color of the flat Input components. |
||||||
$kendo-list-header-bg | +$kendo-input-flat-hover-bg | Null | null |
null |
|||
Description
+ The background color of the List header. | Description
The background color of the flat hovered Input components. |
||||||
$kendo-list-header-text | +$kendo-input-flat-hover-text | Null | null |
null |
|||
Description
+ The text color of the List header. | Description
The text color of the flat hovered Input components. |
||||||
$kendo-list-header-border | -String | -inherit |
- inherit |
+ $kendo-input-flat-hover-border | +Color | +$kendo-input-hover-border |
+ #b6b6b6 |
Description
+ The border color of the List header. | Description
The border color of the flat hovered Input components. |
||||||
$kendo-list-header-shadow | +$kendo-input-flat-focus-bg | Null | null |
null |
|||
Description
+ The box shadow of the List header. | Description
The background color of the flat focused Input components. |
||||||
$kendo-list-item-bg | +$kendo-input-flat-focus-text | Null | null |
null |
|||
Description
+ The background color of the List items. | Description
The text color of the flat focused Input components. |
||||||
$kendo-list-item-text | +$kendo-input-flat-focus-border | Null | null |
null |
|||
Description
+ The text color of the List items. | Description
The border color of the flat focused Input components. |
||||||
$kendo-list-item-hover-bg | -Color | -$kendo-hover-bg |
- #dddddd |
+ $kendo-input-flat-focus-shadow | +List | +$kendo-input-focus-shadow |
+ 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04) |
Description
+ The background color of the hovered List items. | Description
The shadow of the flat focused Input components. |
||||||
$kendo-list-item-hover-text | +$kendo-input-placeholder-text | Color | -$kendo-hover-text |
- #272727 |
+ $kendo-subtle-text |
+ #646464 |
|
Description
+ The text color of the hovered List items. | Description
The text color of the Input placeholder. |
||||||
$kendo-list-item-focus-bg | +$kendo-input-placeholder-opacity | +Number | +1 |
+ 1 |
+|||
Description
+ The opacity of the Input placeholder. |
+|||||||
$kendo-input-clear-value-text | Null | null |
null |
||||
Description
+ The background color of the focused List items. | Description
The color of the Input clear value icon. |
||||||
$kendo-list-item-focus-text | +$kendo-input-clear-value-opacity | +Number | +.5 |
+ 0.5 |
+|||
Description
+ The opacity of the Input clear value icon. |
+|||||||
$kendo-input-clear-value-hover-text | Null | null |
null |
||||
Description
+ The text color of the focused List items. | Description
The color of the hovered Input clear value icon. |
||||||
$kendo-list-item-focus-shadow | -List | -inset 0 0 0 2px rgba( black, .12 ) |
- inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
+ $kendo-input-clear-value-hover-opacity | +Number | +1 |
+ 1 |
Description
+ The box shadow of the focused List items. | Description
The opacity of the hovered Input clear value icon. |
||||||
$kendo-list-item-selected-bg | -Color | -$kendo-selected-bg |
- #f35800 |
+ $kendo-input-values-margin-y | +Number | +k-map-get( $kendo-spacing, 0.5 ) |
+ 2px |
Description
+ The background color of the selected List items. | Description
The vertical margin of the clear value icon. |
||||||
$kendo-list-item-selected-text | -Color | -$kendo-selected-text |
- white |
+ $kendo-input-values-margin-x | +Number | +$kendo-input-values-margin-y |
+ 2px |
Description
+ The text color of the selected List items. | Description
The horizontal margin of the clear value icon. |
||||||
$kendo-list-group-item-bg | +$kendo-input-button-width | Null | null |
null |
|||
Description
+ The background color of the List group items. | Description
The width of the Input button. |
||||||
$kendo-list-group-item-text | -Null | -null |
- null |
+ $kendo-input-button-border-width | +Number | +1px |
+ 1px |
Description
+ The text color of the List group items. | Description
The border width of the Input button. |
||||||
$kendo-list-group-item-border | -String | -inherit |
- inherit |
+ $kendo-input-spinner-width | +Null | +null |
+ null |
Description
+ The border color of the List group items. | Description
The width of the Input spinner button. |
||||||
$kendo-list-group-item-shadow | +$kendo-input-spinner-icon-offset | Null | null |
null |
|||
Description
+ The base shadow of the List group items. | Description
The icon offset of the Input spinner button. |
||||||
$kendo-list-no-data-text | +$kendo-input-separator-text | Color | -$kendo-subtle-text |
- #646464 |
+ $kendo-input-border |
+ #cacaca |
|
Description
+ The color of the 'No Data' text. | Description
The color of the Input separator. |
||||||
$kendo-list-option-label-text | +$kendo-input-separator-opacity | +Number | +.5 |
+ 0.5 |
+|||
Description
+ The opacity of the Input separator. |
+|||||||
$kendo-input-prefix-text | Color | $kendo-subtle-text |
#646464 |
||||
Description
+ The color of the 'Option Label' text. | Description
+ The text color of the Input prefix. |
+||||||
$kendo-input-suffix-text | +Color | +$kendo-subtle-text |
+ #646464 |
+||||
Description
+ The text color of the Input suffix. |
+|||||||
$kendo-input-invalid-border | +Color | +$kendo-invalid-border |
+ #d92800 |
+||||
Description
+ The border color of the invalid Input components. |
+|||||||
$kendo-input-invalid-shadow | +Null | +$kendo-invalid-shadow |
+ null |
+||||
Description
+ The shadow of the invalid Input components. |
+|||||||
$kendo-input-valid-border | +Color | +$kendo-valid-border |
+ #3ea44e |
+||||
Description
+ The border color of the valid Input components. |
+|||||||
$kendo-input-valid-shadow | +Null | +$kendo-valid-shadow |
+ null |
+||||
Description
The shadow of the valid Input components. |
$kendo-listbox-spacing | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-list-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The spacing between the ListBox elements. | Description
The font family of the List components. |
||||||
$kendo-listbox-button-spacing | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-list-font-size | +Null | +null |
+ null |
Description
+ The spacing between the ListBox buttons. | Description
The font size of the List component, if no size is set. |
||||||
$kendo-listbox-width | -Number | -10em |
- 10em |
+ $kendo-list-line-height | +Null | +null |
+ null |
Description
+ The width of the ListBox. | Description
The line height of the List component, if no size is set. |
||||||
$kendo-listbox-default-height | -Number | -200px |
- 200px |
+ $kendo-list-header-padding-x | +Null | +null |
+ null |
Description
+ The height of the ListBox. | Description
The horizontal padding of the List header, if no size is set. |
||||||
$kendo-listbox-border-width | -Number | -1px |
- 1px |
+ $kendo-list-header-padding-y | +Null | +null |
+ null |
Description
+ The width of the border around the ListBox. | Description
The vertical padding of the List header, if no size is set. |
||||||
$kendo-listbox-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-list-header-border-width | +List | +0 0 1px |
+ 0 0 1px |
Description
+ The font family of the ListBox. | Description
The border width of the List header. |
||||||
$kendo-listbox-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-list-header-font-size | +Null | +null |
+ null |
Description
+ The font size of the ListBox. | Description
The font size of the List header, if no size is set. |
||||||
$kendo-listbox-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-list-header-line-height | +Null | +null |
+ null |
Description
+ The line height of the ListBox. | Description
The line height of the List header, if no size is set. |
||||||
$kendo-listbox-text | -Color | -$kendo-component-text |
- #272727 |
+ $kendo-list-header-font-weight | +Number | +$kendo-font-weight-bold |
+ 700 |
Description
+ The text color of the ListBox. | Description
The font weight of the List header. |
||||||
$kendo-listbox-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-list-item-padding-x | +Null | +null |
+ null |
Description
+ The background color of the ListBox. | Description
The horizontal padding of the List items, when no size is set. |
||||||
$kendo-listbox-border | -Color | -$kendo-component-border |
- #cacaca |
+ $kendo-list-item-padding-y | +Null | +null |
+ null |
Description
+ The border color of the ListBox. | Description
The vertical padding of the List items, when no size is set. |
||||||
$kendo-listbox-item-padding-x | +$kendo-list-item-font-size | Null | null |
null |
|||
Description
+ The inline padding of the ListBox item. | Description
The font size of the List items, if no size is set. |
||||||
$kendo-listbox-item-padding-y | +$kendo-list-item-line-height | Null | null |
null |
|||
Description
+ The block padding of the ListBox item. | Description
The line height of the List items, if no size is set. |
||||||
$kendo-listbox-drop-hint-width | -Number | -1px |
- 1px |
+ $kendo-list-group-item-padding-x | +Null | +null |
+ null |
Description
+ The width of the ListBox drop hint. | Description
The horizontal padding of the List group items, when no size is set. |
||||||
$kendo-listbox-drop-hint-border-width | +$kendo-list-group-item-padding-y | Null | null |
null |
|||
Description
+ The width of the border around the ListBox drop hint. | Description
The vertical padding of the List group items, when no size is set. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-listview-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+||||
$kendo-list-group-item-border-width | +List | +1px 0 0 |
+ 1px 0 0 |
||||
Description
+ The horizontal padding of the ListView. | Description
The border width of the List group items. |
||||||
$kendo-listview-padding-y | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-list-group-item-font-size | +Null | +null |
+ null |
Description
+ The vertical padding of the ListView. | Description
The font size of the List group items, if no size is set. |
||||||
$kendo-listview-border-width | -Number | -1px |
- 1px |
+ $kendo-list-group-item-line-height | +Null | +null |
+ null |
Description
+ The width of the border around bordered ListView. | Description
The line height of the List group items, if no size is set. |
||||||
$kendo-listview-font-family | -String | -$kendo-font-family |
- inherit |
-$kendo-list-group-item-font-weight | +Number | +$kendo-font-weight-bold |
+ 700 |
+
Description
+ The font family of the ListView. | Description
The font weight of a List group item. |
||||||
$kendo-listview-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-list-sizes | +Map | +(
+ sm: (
+ font-size: $kendo-list-sm-font-size,
+ line-height: $kendo-list-sm-line-height,
+ header-padding-x: $kendo-list-sm-header-padding-x,
+ header-padding-y: $kendo-list-sm-header-padding-y,
+ header-font-size: null,
+ header-line-height: null,
+ item-padding-x: $kendo-list-sm-item-padding-x,
+ item-padding-y: $kendo-list-sm-item-padding-y,
+ item-font-size: null,
+ item-line-height: null,
+ group-item-padding-x: $kendo-list-sm-group-item-padding-x,
+ group-item-padding-y: $kendo-list-sm-group-item-padding-y,
+ group-item-font-size: null,
+ group-item-line-height: null
+ ),
+ md: (
+ font-size: $kendo-list-md-font-size,
+ line-height: $kendo-list-md-line-height,
+ header-padding-x: $kendo-list-md-header-padding-x,
+ header-padding-y: $kendo-list-md-header-padding-y,
+ header-font-size: null,
+ header-line-height: null,
+ item-padding-x: $kendo-list-md-item-padding-x,
+ item-padding-y: $kendo-list-md-item-padding-y,
+ item-font-size: null,
+ item-line-height: null,
+ group-item-padding-x: $kendo-list-md-group-item-padding-x,
+ group-item-padding-y: $kendo-list-md-group-item-padding-y,
+ group-item-font-size: null,
+ group-item-line-height: null
+ ),
+ lg: (
+ font-size: $kendo-list-lg-font-size,
+ line-height: $kendo-list-lg-line-height,
+ header-padding-x: $kendo-list-lg-header-padding-x,
+ header-padding-y: $kendo-list-lg-header-padding-y,
+ header-font-size: null,
+ header-line-height: null,
+ item-padding-x: $kendo-list-lg-item-padding-x,
+ item-padding-y: $kendo-list-lg-item-padding-y,
+ item-font-size: null,
+ item-line-height: null,
+ group-item-padding-x: $kendo-list-lg-group-item-padding-x,
+ group-item-padding-y: $kendo-list-lg-group-item-padding-y,
+ group-item-font-size: null,
+ group-item-line-height: null
+ )
+) |
+ (sm: (font-size: 14px, line-height: 1.4285714286, header-padding-x: 8px, header-padding-y: 2px, header-font-size: null, header-line-height: null, item-padding-x: 8px, item-padding-y: 2px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 2px, group-item-font-size: null, group-item-line-height: null), md: (font-size: 14px, line-height: 1.4285714286, header-padding-x: 8px, header-padding-y: 4px, header-font-size: null, header-line-height: null, item-padding-x: 8px, item-padding-y: 4px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 4px, group-item-font-size: null, group-item-line-height: null), lg: (font-size: 16px, line-height: 1.5, header-padding-x: 8px, header-padding-y: 6px, header-font-size: null, header-line-height: null, item-padding-x: 12px, item-padding-y: 8px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 6px, group-item-font-size: null, group-item-line-height: null)) |
Description
+ The font size of the ListView. | Description
The map with the sizes of the List. |
||||||
$kendo-listview-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-list-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The line height of the ListView. | Description
The background color of the List component. |
||||||
$kendo-listview-text | +$kendo-list-text | Color | $kendo-component-text |
#272727 |
|||
Description
+ The text color of the ListView. | Description
The text color of the List component. |
||||||
$kendo-listview-bg | +$kendo-list-border | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-component-border |
+ #cacaca |
|
Description
+ The background color of the ListView. | Description
The border color of the List component. |
||||||
$kendo-listview-border | -Color | -$kendo-component-border |
- #cacaca |
+ $kendo-list-header-bg | +Null | +null |
+ null |
Description
+ The border color of the ListView. | Description
The background color of the List header. |
||||||
$kendo-listview-item-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-list-header-text | +Null | +null |
+ null |
Description
+ The horizontal padding of the ListView items. | Description
The text color of the List header. |
||||||
$kendo-listview-item-padding-y | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-list-header-border | +String | +inherit |
+ inherit |
Description
+ The vertical padding of the ListView items. | Description
The border color of the List header. |
||||||
$kendo-listview-item-selected-text | +$kendo-list-header-shadow | Null | null |
null |
|||
Description
+ The text color of the selected ListView items. | Description
The box shadow of the List header. |
||||||
$kendo-listview-item-selected-bg | -Color | -if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) |
- rgba(243, 88, 0, 0.25) |
+ $kendo-list-item-bg | +Null | +null |
+ null |
Description
+ The background color of the selected ListView items. | Description
The background color of the List items. |
||||||
$kendo-listview-item-selected-border | +$kendo-list-item-text | Null | null |
null |
|||
Description
+ The border color of the selected ListView items. | Description
The text color of the List items. |
||||||
$kendo-listview-item-focus-text | -Null | -null |
- null |
+ $kendo-list-item-hover-bg | +Color | +$kendo-hover-bg |
+ #dddddd |
Description
+ The text color of the focused ListView items. | Description
The background color of the hovered List items. |
||||||
$kendo-listview-item-focus-bg | +$kendo-list-item-hover-text | +Color | +$kendo-hover-text |
+ #272727 |
+|||
Description
+ The text color of the hovered List items. |
+|||||||
$kendo-list-item-focus-bg | Null | null |
null |
||||
Description
+ The background color of the focused ListView items. | Description
The background color of the focused List items. |
||||||
$kendo-listview-item-focus-border | +$kendo-list-item-focus-text | Null | null |
null |
|||
Description
+ The border color of the focused ListView items. | Description
The text color of the focused List items. |
||||||
$kendo-listview-item-focus-shadow | +$kendo-list-item-focus-shadow | List | -inset 0 0 0 2px rgba( black, .13 ) |
- inset 0 0 0 2px rgba(0, 0, 0, 0.13) |
+ inset 0 0 0 2px rgba( black, .12 ) |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
|
Description
+ The box shadow of the focused ListView items. | Description
The box shadow of the focused List items. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-loader-segment-border-radius | -Number | -50% |
- 50% |
+||||
$kendo-list-item-selected-bg | +Color | +$kendo-selected-bg |
+ #f35800 |
||||
Description
+ The border radius of the Loader segment. | Description
The background color of the selected List items. |
||||||
$kendo-loader-sm-segment-size | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-list-item-selected-text | +Color | +$kendo-selected-text |
+ white |
Description
+ The size of the small Loader segment. | Description
The text color of the selected List items. |
||||||
$kendo-loader-md-segment-size | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-list-group-item-bg | +Null | +null |
+ null |
Description
+ The size of the medium Loader segment. | Description
The background color of the List group items. |
||||||
$kendo-loader-lg-segment-size | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-list-group-item-text | +Null | +null |
+ null |
Description
+ The size of the large Loader segment. | Description
The text color of the List group items. |
||||||
$kendo-loader-sm-padding | -Number | -k-math-div( $kendo-loader-sm-segment-size, 2 ) |
- 2px |
+ $kendo-list-group-item-border | +String | +inherit |
+ inherit |
Description
+ The padding of the small Loader. | Description
The border color of the List group items. |
||||||
$kendo-loader-md-padding | -Number | -k-math-div( $kendo-loader-md-segment-size, 2 ) |
- 4px |
+ $kendo-list-group-item-shadow | +Null | +null |
+ null |
Description
+ The padding of the medium Loader. | Description
The base shadow of the List group items. |
||||||
$kendo-loader-lg-padding | -Number | -k-math-div( $kendo-loader-lg-segment-size, 2 ) |
- 8px |
+ $kendo-list-no-data-text | +Color | +$kendo-subtle-text |
+ #646464 |
Description
+ The padding of the large Loader. | Description
The color of the 'No Data' text. |
||||||
$kendo-loader-sm-spinner-3-width | +$kendo-list-option-label-text | +Color | +$kendo-subtle-text |
+ #646464 |
+|||
Description
+ The color of the 'Option Label' text. |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-listbox-spacing | Number | -( $kendo-loader-sm-segment-size * 4 ) |
- 16px |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
||
Description
+ The width of the small spinner-3 Loader. | Description
The spacing between the ListBox elements. |
||||||
$kendo-loader-md-spinner-3-width | +$kendo-listbox-button-spacing | Number | -( $kendo-loader-md-segment-size * 4 ) |
- 32px |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
|
Description
+ The width of the medium spinner-3 Loader. | Description
The spacing between the ListBox buttons. |
||||||
$kendo-loader-lg-spinner-3-width | +$kendo-listbox-width | Number | -( $kendo-loader-lg-segment-size * 4 ) |
- 64px |
+ 10em |
+ 10em |
|
Description
+ The width of the large spinner-3 Loader. | Description
The width of the ListBox. |
||||||
$kendo-loader-sm-spinner-3-height | +$kendo-listbox-default-height | Number | -( $kendo-loader-sm-spinner-3-width * $equilateral-height ) |
- 13.8564064608px |
+ 200px |
+ 200px |
|
Description
+ The height of the small spinner-3 Loader. | Description
The height of the ListBox. |
||||||
$kendo-loader-md-spinner-3-height | +$kendo-listbox-border-width | Number | -( $kendo-loader-md-spinner-3-width * $equilateral-height ) |
- 27.7128129216px |
+ 1px |
+ 1px |
|
Description
+ The height of the medium spinner-3 Loader. | Description
The width of the border around the ListBox. |
||||||
$kendo-loader-lg-spinner-3-height | -Number | -( $kendo-loader-lg-spinner-3-width * $equilateral-height ) |
- 55.4256258432px |
+ $kendo-listbox-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The height of the large spinner-3 Loader. | Description
The font family of the ListBox. |
||||||
$kendo-loader-sm-spinner-4-width | +$kendo-listbox-font-size | Number | -$kendo-loader-sm-segment-size * 4 |
- 16px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The width of the small spinner-4 Loader. | Description
The font size of the ListBox. |
||||||
$kendo-loader-md-spinner-4-width | +$kendo-listbox-line-height | Number | -$kendo-loader-md-segment-size * 4 |
- 32px |
+ $kendo-line-height-md |
+ 1.4285714286 |
|
Description
+ The width of the medium spinner-4 Loader. | Description
The line height of the ListBox. |
||||||
$kendo-loader-lg-spinner-4-width | -Number | -$kendo-loader-lg-segment-size * 4 |
- 64px |
+ $kendo-listbox-text | +Color | +$kendo-component-text |
+ #272727 |
Description
+ The width of the large spinner-4 Loader. | Description
The text color of the ListBox. |
||||||
$kendo-loader-sm-spinner-4-height | -Number | -$kendo-loader-sm-spinner-4-width |
- 16px |
+ $kendo-listbox-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The height of the small spinner-4 Loader. | Description
The background color of the ListBox. |
||||||
$kendo-loader-md-spinner-4-height | -Number | -$kendo-loader-md-spinner-4-width |
- 32px |
+ $kendo-listbox-border | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ The height of the medium spinner-4 Loader. | Description
The border color of the ListBox. |
||||||
$kendo-loader-lg-spinner-4-height | -Number | -$kendo-loader-lg-spinner-4-width |
- 64px |
+ $kendo-listbox-item-padding-x | +Null | +null |
+ null |
Description
+ The height of the large spinner-4 Loader. | Description
The inline padding of the ListBox item. |
||||||
$kendo-loader-secondary-bg | -Color | -#656565 |
- #656565 |
+ $kendo-listbox-item-padding-y | +Null | +null |
+ null |
Description
+ The color of the Loader based on the secondary theme color. | Description
The block padding of the ListBox item. |
||||||
$kendo-loader-container-panel-border-width | +$kendo-listbox-drop-hint-width | Number | 1px |
1px |
|||
Description
+ The border width of the container panel. | Description
The width of the ListBox drop hint. |
||||||
$kendo-loader-container-panel-border-style | -String | -solid |
- solid |
+ $kendo-listbox-drop-hint-border-width | +Null | +null |
+ null |
Description
+ The border style of the container panel. | Description
The width of the border around the ListBox drop hint. |
||||||
$kendo-loader-container-panel-border-color | -Color | -$kendo-component-border |
- #cacaca |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-listview-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
||||
Description
+ The border color of the container panel. | Description
The horizontal padding of the ListView. |
||||||
$kendo-loader-container-panel-border-radius | +$kendo-listview-padding-y | Number | -$kendo-border-radius-md |
+ k-map-get( $kendo-spacing, 1 ) |
4px |
||
Description
+ The border radius of the container panel. | Description
The vertical padding of the ListView. |
||||||
$kendo-loader-container-panel-bg | -Color | -$kendo-color-white |
- #ffffff |
+ $kendo-listview-border-width | +Number | +1px |
+ 1px |
Description
+ The background color of the container panel. | Description
The width of the border around bordered ListView. |
||||||
$kendo-loader-sm-container-padding | -Number | -15px |
- 15px |
+ $kendo-listview-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The padding of the small Loader container. | Description
The font family of the ListView. |
||||||
$kendo-loader-md-container-padding | +$kendo-listview-font-size | Number | -20px |
- 20px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The padding of the medium Loader container. | Description
The font size of the ListView. |
||||||
$kendo-loader-lg-container-padding | +$kendo-listview-line-height | Number | -25px |
- 25px |
+ $kendo-line-height-md |
+ 1.4285714286 |
|
Description
+ The padding of the large Loader container. | Description
The line height of the ListView. |
||||||
$kendo-loader-sm-container-gap | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-listview-text | +Color | +$kendo-component-text |
+ #272727 |
Description
+ The gap of the small Loader container. | Description
The text color of the ListView. |
||||||
$kendo-loader-md-container-gap | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-listview-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The gap of the medium Loader container. | Description
The background color of the ListView. |
||||||
$kendo-loader-lg-container-gap | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+ $kendo-listview-border | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ The gap of the large Loader container. | Description
The border color of the ListView. |
||||||
$kendo-loader-sm-container-font-size | +$kendo-listview-item-padding-x | Number | -$kendo-font-size-xs |
- 10px |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ The font size of the small Loader container. | Description
The horizontal padding of the ListView items. |
||||||
$kendo-loader-md-container-font-size | +$kendo-listview-item-padding-y | Number | -$kendo-font-size-md |
- 14px |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ The font size of the medium Loader container. | Description
The vertical padding of the ListView items. |
||||||
$kendo-loader-lg-container-font-size | -Number | -$kendo-font-size-lg |
- 16px |
+ $kendo-listview-item-selected-text | +Null | +null |
+ null |
Description
+ The font size of the large Loader container. | Description
The text color of the selected ListView items. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-loading-bg | +|||||||
$kendo-listview-item-selected-bg | Color | -$kendo-component-bg |
- #ffffff |
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) |
+ rgba(243, 88, 0, 0.25) |
||
Description
+ The background color of the Loading indicator. | Description
The background color of the selected ListView items. |
||||||
$kendo-loading-text | -String | -currentColor |
- currentColor |
+ $kendo-listview-item-selected-border | +Null | +null |
+ null |
Description
+ The text color of the Loading indicator. | Description
The border color of the selected ListView items. |
||||||
$kendo-loading-opacity | -Number | -.3 |
- 0.3 |
+ $kendo-listview-item-focus-text | +Null | +null |
+ null |
Description
+ The opacity of the Loading indicator. | Description
+ The text color of the focused ListView items. |
+||||||
$kendo-listview-item-focus-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the focused ListView items. |
+|||||||
$kendo-listview-item-focus-border | +Null | +null |
+ null |
+||||
Description
+ The border color of the focused ListView items. |
+|||||||
$kendo-listview-item-focus-shadow | +List | +inset 0 0 0 2px rgba( black, .13 ) |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.13) |
+||||
Description
The box shadow of the focused ListView items. |
$kendo-menu-popup-padding-x | -Null | -null |
- null |
+ $kendo-loader-segment-border-radius | +Number | +50% |
+ 50% |
Description
+ Horizontal padding of the menu popup. | Description
The border radius of the Loader segment. |
||||||
$kendo-menu-popup-padding-y | -Null | -null |
- null |
+ $kendo-loader-sm-segment-size | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ Vertical padding of the menu popup. | Description
The size of the small Loader segment. |
||||||
$kendo-menu-popup-border-width | +$kendo-loader-md-segment-size | Number | -$kendo-popup-border-width |
- 1px |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
|
Description
+ Width of the border around the menu popup. | Description
The size of the medium Loader segment. |
||||||
$kendo-menu-popup-font-size | +$kendo-loader-lg-segment-size | Number | -$kendo-font-size-md |
- 14px |
+ k-map-get( $kendo-spacing, 4 ) |
+ 16px |
|
Description
+ Font sizes of the menu popup. | Description
The size of the large Loader segment. |
||||||
$kendo-menu-popup-line-height | +$kendo-loader-sm-padding | Number | -$kendo-line-height-md |
- 1.4285714286 |
+ k-math-div( $kendo-loader-sm-segment-size, 2 ) |
+ 2px |
|
Description
+ Line heights used along with $kendo-font-size. | Description
The padding of the small Loader. |
||||||
$kendo-menu-popup-bg | -Color | -$kendo-popup-bg |
- #ffffff |
+ $kendo-loader-md-padding | +Number | +k-math-div( $kendo-loader-md-segment-size, 2 ) |
+ 4px |
Description
+ The background of the menu popup. | Description
The padding of the medium Loader. |
||||||
$kendo-menu-popup-text | -Color | -$kendo-popup-text |
- #272727 |
+ $kendo-loader-lg-padding | +Number | +k-math-div( $kendo-loader-lg-segment-size, 2 ) |
+ 8px |
Description
+ The text color of the menu popup. | Description
The padding of the large Loader. |
||||||
$kendo-menu-popup-border | -Color | -$kendo-popup-border |
- #cacaca |
+ $kendo-loader-sm-spinner-3-width | +Number | +( $kendo-loader-sm-segment-size * 4 ) |
+ 16px |
Description
+ The border color of the menu popup. | Description
The width of the small spinner-3 Loader. |
||||||
$kendo-menu-popup-gradient | -Null | -null |
- null |
+ $kendo-loader-md-spinner-3-width | +Number | +( $kendo-loader-md-segment-size * 4 ) |
+ 32px |
Description
+ The background gradient of the menu popup. | Description
The width of the medium spinner-3 Loader. |
||||||
$kendo-menu-popup-item-padding-x | +$kendo-loader-lg-spinner-3-width | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ ( $kendo-loader-lg-segment-size * 4 ) |
+ 64px |
|
Description
+ Horizontal padding of the menu item in popup. | Description
The width of the large spinner-3 Loader. |
||||||
$kendo-menu-popup-item-padding-y | +$kendo-loader-sm-spinner-3-height | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ ( $kendo-loader-sm-spinner-3-width * $equilateral-height ) |
+ 13.8564064608px |
|
Description
+ Vertical padding of the menu item in popup. | Description
The height of the small spinner-3 Loader. |
||||||
$kendo-menu-popup-item-padding-end | -Calculation | -calc( #{$kendo-menu-popup-item-padding-x * 2} + #{$kendo-icon-size} ) |
- calc(16px + 16px) |
+ $kendo-loader-md-spinner-3-height | +Number | +( $kendo-loader-md-spinner-3-width * $equilateral-height ) |
+ 27.7128129216px |
Description
+ The end padding of the menu item in popup. | Description
The height of the medium spinner-3 Loader. |
||||||
$kendo-menu-popup-sm-item-icon-margin-start | +$kendo-loader-lg-spinner-3-height | Number | -$kendo-menu-popup-sm-item-padding-x |
- 8px |
+ ( $kendo-loader-lg-spinner-3-width * $equilateral-height ) |
+ 55.4256258432px |
|
Description
+ The start margin of the menu item expand icon. | Description
The height of the large spinner-3 Loader. |
||||||
$kendo-menu-popup-sm-item-icon-margin-end | -Calculation | -calc( -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)) |
+ $kendo-loader-sm-spinner-4-width | +Number | +$kendo-loader-sm-segment-size * 4 |
+ 16px |
Description
+ The end margin of the menu item expand icon. | Description
The width of the small spinner-4 Loader. |
||||||
$kendo-menu-popup-item-spacing | +$kendo-loader-md-spinner-4-width | Number | -0px |
- 0px |
+ $kendo-loader-md-segment-size * 4 |
+ 32px |
|
Description
+ The spacing between the menu items in popup. | Description
The width of the medium spinner-4 Loader. |
||||||
$kendo-menu-popup-item-bg | -Null | -null |
- null |
+ $kendo-loader-lg-spinner-4-width | +Number | +$kendo-loader-lg-segment-size * 4 |
+ 64px |
Description
+ The background of the menu item in popup. | Description
The width of the large spinner-4 Loader. |
||||||
$kendo-menu-popup-item-text | -Null | -null |
- null |
+ $kendo-loader-sm-spinner-4-height | +Number | +$kendo-loader-sm-spinner-4-width |
+ 16px |
Description
+ The text color of the menu item in popup. | Description
The height of the small spinner-4 Loader. |
||||||
$kendo-menu-popup-item-border | -Null | -null |
- null |
+ $kendo-loader-md-spinner-4-height | +Number | +$kendo-loader-md-spinner-4-width |
+ 32px |
Description
+ The border color of the menu item in popup. | Description
The height of the medium spinner-4 Loader. |
||||||
$kendo-menu-popup-item-gradient | -Null | -null |
- null |
+ $kendo-loader-lg-spinner-4-height | +Number | +$kendo-loader-lg-spinner-4-width |
+ 64px |
Description
+ The background gradient of the menu item in popup. | Description
The height of the large spinner-4 Loader. |
||||||
$kendo-menu-popup-item-hover-bg | +$kendo-loader-secondary-bg | Color | -$kendo-list-item-hover-bg |
- #dddddd |
+ #656565 |
+ #656565 |
|
Description
+ The background of hovered menu item in popup. | Description
The color of the Loader based on the secondary theme color. |
||||||
$kendo-menu-popup-item-hover-text | -Color | -$kendo-list-item-hover-text |
- #272727 |
+ $kendo-loader-container-panel-border-width | +Number | +1px |
+ 1px |
Description
+ The text color of hovered menu item in popup. | Description
The border width of the container panel. |
||||||
$kendo-menu-popup-item-hover-border | -Null | -null |
- null |
+ $kendo-loader-container-panel-border-style | +String | +solid |
+ solid |
Description
+ The border color of hovered menu item in popup. | Description
The border style of the container panel. |
||||||
$kendo-menu-popup-item-hover-gradient | -Null | -null |
- null |
+ $kendo-loader-container-panel-border-color | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ The background gradient of hovered menu item in popup. | Description
The border color of the container panel. |
||||||
$kendo-menu-popup-item-expanded-bg | -Color | -$kendo-list-item-selected-bg |
- #f35800 |
+ $kendo-loader-container-panel-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
Description
+ The background of expanded menu item in popup. | Description
The border radius of the container panel. |
||||||
$kendo-menu-popup-item-expanded-text | +$kendo-loader-container-panel-bg | Color | -$kendo-list-item-selected-text |
- white |
+ $kendo-color-white |
+ #ffffff |
|
Description
+ The text color of expanded menu item in popup. | Description
The background color of the container panel. |
||||||
$kendo-menu-popup-item-expanded-border | -Null | -null |
- null |
+ $kendo-loader-sm-container-padding | +Number | +15px |
+ 15px |
Description
+ The border color of expanded menu item in popup. | Description
The padding of the small Loader container. |
||||||
$kendo-menu-popup-item-expanded-gradient | -Null | -null |
- null |
+ $kendo-loader-md-container-padding | +Number | +20px |
+ 20px |
Description
+ The background gradient of expanded menu item in popup. | Description
The padding of the medium Loader container. |
||||||
$kendo-menu-popup-item-focus-shadow | -List | -$kendo-menu-item-focus-shadow |
- inset 0 0 3px 1px rgba(39, 39, 39, 0.25) |
+ $kendo-loader-lg-container-padding | +Number | +25px |
+ 25px |
Description
+ The base shadow of focused menu item in popup. | Description
+ The padding of the large Loader container. |
+||||||
$kendo-loader-sm-container-gap | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
+||||
Description
+ The gap of the small Loader container. |
+|||||||
$kendo-loader-md-container-gap | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+||||
Description
+ The gap of the medium Loader container. |
+|||||||
$kendo-loader-lg-container-gap | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
+||||
Description
+ The gap of the large Loader container. |
+|||||||
$kendo-loader-sm-container-font-size | +Number | +$kendo-font-size-xs |
+ 10px |
+||||
Description
+ The font size of the small Loader container. |
+|||||||
$kendo-loader-md-container-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+||||
Description
+ The font size of the medium Loader container. |
+|||||||
$kendo-loader-lg-container-font-size | +Number | +$kendo-font-size-lg |
+ 16px |
+||||
Description
The font size of the large Loader container. |
$kendo-menu-button-arrow-padding-x | +$kendo-loading-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+|||
Description
+ The background color of the Loading indicator. |
+|||||||
$kendo-loading-text | +String | +currentColor |
+ currentColor |
+||||
Description
+ The text color of the Loading indicator. |
+|||||||
$kendo-loading-opacity | Number | -$kendo-button-padding-y |
- 4px |
+ .3 |
+ 0.3 |
||
Description
+ The horizontal padding of the button arrow in the Menu Button. | Description
The opacity of the Loading indicator. |
$kendo-notification-group-gap | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-menu-popup-padding-x | +Null | +null |
+ null |
Description
+ The row-gap between the elements in the Notification group. | Description
Horizontal padding of the menu popup. |
||||||
$kendo-notification-padding-x | -Number | -8px |
- 8px |
+ $kendo-menu-popup-padding-y | +Null | +null |
+ null |
Description
+ The horizontal padding of the Notification. | Description
Vertical padding of the menu popup. |
||||||
$kendo-notification-padding-y | +$kendo-menu-popup-border-width | Number | -4px |
- 4px |
+ $kendo-popup-border-width |
+ 1px |
|
Description
+ The vertical padding of the Notification. | Description
Width of the border around the menu popup. |
||||||
$kendo-notification-border-width | +$kendo-menu-popup-font-size | Number | -1px |
- 1px |
+ $kendo-font-size-md |
+ 14px |
|
Description
- The width of the border around the Notification. |
-|||||||
$kendo-notification-border-radius | -Number | -$kendo-border-radius-md |
- 4px |
-||||
Description
- The border radius of the Notification. |
-|||||||
$kendo-notification-font-family | -String | -$kendo-font-family |
- inherit |
-||||
Description
- The font family of the Notification. |
-|||||||
$kendo-notification-font-size | -Number | -$kendo-font-size-sm |
- 12px |
-||||
Description
+ The font size of the Notification. | Description
Font sizes of the menu popup. |
||||||
$kendo-notification-line-height | +$kendo-menu-popup-line-height | Number | $kendo-line-height-md |
1.4285714286 |
|||
Description
+ The line height of the Notification. | Description
Line heights used along with $kendo-font-size. |
||||||
$kendo-notification-bg | +$kendo-menu-popup-bg | Color | -$kendo-component-bg |
+ $kendo-popup-bg |
#ffffff |
||
Description
+ The background color of the Notification. | Description
The background of the menu popup. |
||||||
$kendo-notification-text | +$kendo-menu-popup-text | Color | -$kendo-component-text |
+ $kendo-popup-text |
#272727 |
||
Description
+ The text color of the Notification. | Description
The text color of the menu popup. |
||||||
$kendo-notification-border | +$kendo-menu-popup-border | Color | -$kendo-component-border |
+ $kendo-popup-border |
#cacaca |
||
Description
+ The border color of the Notification. | Description
The border color of the menu popup. |
||||||
$kendo-notification-shadow | -String | -$kendo-popup-shadow |
- var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-menu-popup-gradient | +Null | +null |
+ null |
Description
+ The box shadow of the Notification. | Description
The background gradient of the menu popup. |
||||||
$kendo-notification-icon-spacing | +$kendo-menu-popup-item-padding-x | Number | -$kendo-icon-spacing |
- 4px |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
|
Description
+ The horizontal spacing of the Notification icon. | Description
Horizontal padding of the menu item in popup. |
||||||
$kendo-notification-theme-colors | -Map | -$kendo-theme-colors |
- ("primary": #f35800, "secondary": #e9e9e9, "tertiary": #03a9f4, "info": #2498bc, "success": #3ea44e, "warning": #ff9800, "error": #d92800, "dark": #404040, "light": #ebebeb, "inverse": #404040) |
+ $kendo-menu-popup-item-padding-y | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The theme colors map for the Notification. | Description
Vertical padding of the menu item in popup. |
||||||
$kendo-notification-theme | -Map | -notification-theme( $kendo-notification-theme-colors ) |
- ("inverse": (color: white, background-color: #404040, border: #404040), "light": (color: black, background-color: #ebebeb, border: #ebebeb), "dark": (color: white, background-color: #404040, border: #404040), "error": (color: white, background-color: #d92800, border: #d92800), "warning": (color: white, background-color: #ff9800, border: #ff9800), "success": (color: white, background-color: #3ea44e, border: #3ea44e), "info": (color: white, background-color: #2498bc, border: #2498bc), "tertiary": (color: white, background-color: #03a9f4, border: #03a9f4), "secondary": (color: black, background-color: #e9e9e9, border: #e9e9e9), "primary": (color: white, background-color: #f35800, border: #f35800)) |
+ $kendo-menu-popup-item-padding-end | +Calculation | +calc( #{$kendo-menu-popup-item-padding-x * 2} + #{$kendo-icon-size} ) |
+ calc(16px + 16px) |
Description
+ The generated theme colors map for the Notification. | Description
The end padding of the menu item in popup. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-pager-padding-x | +|||||||
$kendo-menu-popup-sm-item-icon-margin-start | Number | -k-map-get( $kendo-spacing, 2 ) |
+ $kendo-menu-popup-sm-item-padding-x |
8px |
|||
Description
+ The horizontal padding of the Pager. | Description
The start margin of the menu item expand icon. |
||||||
$kendo-pager-sm-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-menu-popup-sm-item-icon-margin-end | +Calculation | +calc( -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 horizontal padding of the small Pager. | Description
The end margin of the menu item expand icon. |
||||||
$kendo-pager-md-padding-x | +$kendo-menu-popup-item-spacing | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ 0px |
+ 0px |
|
Description
+ The horizontal padding of the medium Pager. | Description
The spacing between the menu items in popup. |
||||||
$kendo-pager-lg-padding-x | -Number | -k-map-get( $kendo-spacing, 2.5 ) |
- 10px |
+ $kendo-menu-popup-item-bg | +Null | +null |
+ null |
Description
+ The horizontal padding of the large Pager. | Description
The background of the menu item in popup. |
||||||
$kendo-pager-padding-y | -Number | -$kendo-pager-padding-x |
- 8px |
+ $kendo-menu-popup-item-text | +Null | +null |
+ null |
Description
+ The vertical padding of the Pager. | Description
The text color of the menu item in popup. |
||||||
$kendo-pager-sm-padding-y | -Number | -$kendo-pager-sm-padding-x |
- 4px |
+ $kendo-menu-popup-item-border | +Null | +null |
+ null |
Description
+ The vertical padding of the small Pager. | Description
The border color of the menu item in popup. |
||||||
$kendo-pager-md-padding-y | -Number | -$kendo-pager-md-padding-x |
- 8px |
+ $kendo-menu-popup-item-gradient | +Null | +null |
+ null |
Description
+ The vertical padding of the medium Pager. | Description
The background gradient of the menu item in popup. |
||||||
$kendo-pager-lg-padding-y | -Number | -$kendo-pager-lg-padding-x |
- 10px |
+ $kendo-menu-popup-item-hover-bg | +Color | +$kendo-list-item-hover-bg |
+ #dddddd |
Description
+ The vertical padding of the large Pager. | Description
The background of hovered menu item in popup. |
||||||
$kendo-pager-sm-item-min-width | -Calculation | -$kendo-button-sm-calc-size |
- calc(1.4285714286em + 4px + 2px) |
+ $kendo-menu-popup-item-hover-text | +Color | +$kendo-list-item-hover-text |
+ #272727 |
Description
+ The minimum width of the items in the small Pager. | Description
The text color of hovered menu item in popup. |
||||||
$kendo-pager-md-item-min-width | -Calculation | -$kendo-button-md-calc-size |
- calc(1.4285714286em + 8px + 2px) |
+ $kendo-menu-popup-item-hover-border | +Null | +null |
+ null |
Description
+ The minimum width of the items in the medium Pagers. | Description
The border color of hovered menu item in popup. |
||||||
$kendo-pager-lg-item-min-width | -Calculation | -$kendo-button-lg-calc-size |
- calc(1.5em + 16px + 2px) |
+ $kendo-menu-popup-item-hover-gradient | +Null | +null |
+ null |
Description
+ The minimum width of the items in the large Pagers. | Description
The background gradient of hovered menu item in popup. |
||||||
$kendo-pager-sm-item-group-spacing | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+ $kendo-menu-popup-item-expanded-bg | +Color | +$kendo-list-item-selected-bg |
+ #f35800 |
Description
+ The margin between the item groups in the small Pager.. | Description
The background of expanded menu item in popup. |
||||||
$kendo-pager-md-item-group-spacing | -Number | -k-map-get( $kendo-spacing, 3.5 ) |
- 14px |
+ $kendo-menu-popup-item-expanded-text | +Color | +$kendo-list-item-selected-text |
+ white |
Description
+ The margin between the item groups in the medium Pager. | Description
The text color of expanded menu item in popup. |
||||||
$kendo-pager-lg-item-group-spacing | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-menu-popup-item-expanded-border | +Null | +null |
+ null |
Description
+ The margin between the item groups in the large Pager. | Description
The border color of expanded menu item in popup. |
||||||
$kendo-pager-border-width | -Number | -1px |
- 1px |
+ $kendo-menu-popup-item-expanded-gradient | +Null | +null |
+ null |
Description
+ The border width of the Pager. | Description
The background gradient of expanded menu item in popup. |
||||||
$kendo-pager-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-menu-popup-item-focus-shadow | +List | +$kendo-menu-item-focus-shadow |
+ inset 0 0 3px 1px rgba(39, 39, 39, 0.25) |
Description
+ The font family of the Pager. | Description
The base shadow of focused menu item in popup. |
||||||
$kendo-pager-font-size | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-menu-button-arrow-padding-x | Number | -$kendo-font-size-md |
- 14px |
+ $kendo-button-padding-y |
+ 4px |
||
Description
+ The font size of the Pager. | Description
The horizontal padding of the button arrow in the Menu Button. |
||||||
$kendo-pager-line-height | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-notification-group-gap | Number | -$kendo-line-height-md |
- 1.4285714286 |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
||
Description
+ The line height of the Pager. | Description
The row-gap between the elements in the Notification group. |
||||||
$kendo-pager-bg | -Color | -$kendo-component-header-bg |
- #f0f0f0 |
+ $kendo-notification-padding-x | +Number | +8px |
+ 8px |
Description
+ The background color of the Pager. | Description
The horizontal padding of the Notification. |
||||||
$kendo-pager-text | -Color | -$kendo-component-header-text |
- #272727 |
+ $kendo-notification-padding-y | +Number | +4px |
+ 4px |
Description
+ The text color of the Pager. | Description
The vertical padding of the Notification. |
||||||
$kendo-pager-border | -Color | -$kendo-component-border |
- #cacaca |
+ $kendo-notification-border-width | +Number | +1px |
+ 1px |
Description
+ The border color of the Pager. | Description
The width of the border around the Notification. |
||||||
$kendo-pager-focus-bg | -Null | -null |
- null |
+ $kendo-notification-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
Description
+ The background color of the focused Pager. | Description
The border radius of the Notification. |
||||||
$kendo-pager-focus-shadow | -List | -$kendo-focus-shadow |
- inset 0 0 0 2px rgba(0, 0, 0, 0.13) |
+ $kendo-notification-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The box shadow of the focused Pager. | Description
The font family of the Notification. |
||||||
$kendo-pager-section-spacing | +$kendo-notification-font-size | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-font-size-sm |
+ 12px |
|
Description
+ The spacing between the Pager sections. | Description
The font size of the Notification. |
||||||
$kendo-pager-item-border-width | +$kendo-notification-line-height | Number | -0px |
- 0px |
+ $kendo-line-height-md |
+ 1.4285714286 |
|
Description
+ The border width of the Pager items. | Description
The line height of the Notification. |
||||||
$kendo-pager-item-border-radius | -Null | -null |
- null |
+ $kendo-notification-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The border radius of the Pager items. | Description
The background color of the Notification. |
||||||
$kendo-pager-item-spacing | -Null | -null |
- null |
+ $kendo-notification-text | +Color | +$kendo-component-text |
+ #272727 |
Description
+ The spacing around the Pager items. | Description
The text color of the Notification. |
||||||
$kendo-pager-item-bg | -Null | -null |
- null |
+ $kendo-notification-border | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ The background color of the Pager items. | Description
The border color of the Notification. |
||||||
$kendo-pager-item-text | -Null | -null |
- null |
+ $kendo-notification-shadow | +String | +$kendo-popup-shadow |
+ var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The text color of the Pager items. | Description
The box shadow of the Notification. |
||||||
$kendo-pager-item-border | -Null | -null |
- null |
+ $kendo-notification-icon-spacing | +Number | +$kendo-icon-spacing |
+ 4px |
Description
+ The border color of the Pager items. | Description
The horizontal spacing of the Notification icon. |
||||||
$kendo-pager-item-hover-bg | -Color | -$kendo-list-item-hover-bg |
- #dddddd |
+ $kendo-notification-theme-colors | +Map | +$kendo-theme-colors |
+ ("primary": #f35800, "secondary": #e9e9e9, "tertiary": #03a9f4, "info": #2498bc, "success": #3ea44e, "warning": #ff9800, "error": #d92800, "dark": #404040, "light": #ebebeb, "inverse": #404040) |
Description
+ The background color of the hovered Pager items. | Description
The theme colors map for the Notification. |
||||||
$kendo-pager-item-hover-text | -Color | -$kendo-list-item-hover-text |
- #272727 |
+ $kendo-notification-theme | +Map | +notification-theme( $kendo-notification-theme-colors ) |
+ ("inverse": (color: white, background-color: #404040, border: #404040), "light": (color: black, background-color: #ebebeb, border: #ebebeb), "dark": (color: white, background-color: #404040, border: #404040), "error": (color: white, background-color: #d92800, border: #d92800), "warning": (color: white, background-color: #ff9800, border: #ff9800), "success": (color: white, background-color: #3ea44e, border: #3ea44e), "info": (color: white, background-color: #2498bc, border: #2498bc), "tertiary": (color: white, background-color: #03a9f4, border: #03a9f4), "secondary": (color: black, background-color: #e9e9e9, border: #e9e9e9), "primary": (color: white, background-color: #f35800, border: #f35800)) |
Description
+ The text color of the hovered Pager items. | Description
The generated theme colors map for the Notification. |
||||||
$kendo-pager-item-hover-border | -Null | -null |
- null |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-orgchart-spacer | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 24px |
||||
Description
+ The border color of the hovered Pager items. | Description
The spacing index of the OrgChart. |
||||||
$kendo-pager-item-selected-bg | -Color | -$kendo-list-item-selected-bg |
- #f35800 |
+ $kendo-orgchart-padding-y | +Number | +$kendo-orgchart-spacer |
+ 24px |
Description
+ The background color of the selected Pager items. | Description
The vertical padding of the OrgChart. |
||||||
$kendo-pager-item-selected-text | -Color | -$kendo-list-item-selected-text |
- white |
+ $kendo-orgchart-padding-x | +Number | +$kendo-orgchart-padding-y |
+ 24px |
Description
+ The text color of the selected Pager items. | Description
The horizontal padding of the OrgChart. |
||||||
$kendo-pager-item-selected-border | -Null | -null |
- null |
-$kendo-orgchart-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The border color of the selected Pager items. | Description
The font family of the OrgChart. |
||||||
$kendo-pager-item-focus-opacity | -Null | -null |
- null |
+ $kendo-orgchart-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The opacity of the focused Pager items. | Description
The font size of the OrgChart. |
||||||
$kendo-pager-item-focus-bg | -Color | -transparent |
- transparent |
+ $kendo-orgchart-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
Description
+ The background color of the focused Pager items. | Description
The line height of the OrgChart. |
||||||
$kendo-pager-item-focus-shadow | -List | -$kendo-list-item-focus-shadow |
- inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
+ $kendo-orgchart-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The box shadow of the focused Pager items. | Description
The background color of the OrgChart. |
||||||
$kendo-pager-number-border-radius | -Null | -null |
- null |
+ $kendo-orgchart-text | +Color | +$kendo-component-text |
+ #272727 |
Description
+ The border radius of the Pager numbers. | Description
The text color of the OrgChart. |
||||||
$kendo-pager-input-width | -Number | -5em |
- 5em |
+ $kendo-orgchart-border | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ The width of the Inputs in the Pager. | Description
The border color of the OrgChart. |
||||||
$kendo-pager-sm-dropdown-width | +$kendo-orgchart-node-gap | Number | -5em |
- 5em |
+ $kendo-orgchart-spacer |
+ 24px |
|
Description
+ The width of the DropDowns in the small Pager. | Description
The spacing of the OrgChart node. |
||||||
$kendo-pager-md-dropdown-width | +$kendo-orgchart-group-gap | Number | -5em |
- 5em |
+ $kendo-orgchart-spacer |
+ 24px |
|
Description
+ The width of the DropDowns in the medium Pager. | Description
The spacing of the OrgChart group. |
||||||
$kendo-pager-lg-dropdown-width | +$kendo-orgchart-node-container-gap | Number | -5em |
- 5em |
+ $kendo-orgchart-spacer |
+ 24px |
|
Description
+ The width of the DropDowns in the large Pager. | Description
The spacing of the OrgChart node container. |
||||||
$kendo-pager-sizes | -Map | -(
- 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)) |
+ $kendo-orgchart-node-group-padding-y | +Number | +$kendo-orgchart-spacer |
+ 24px |
Description
+ The sizes map of the Pager. | Description
The vertical padding of the OrgChart node group. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-pdf-viewer-border-width | +|||||||
$kendo-orgchart-node-group-padding-x | Number | -1px |
- 1px |
+ $kendo-orgchart-node-group-padding-y |
+ 24px |
||
Description
+ The border width of the PDFViewer. | Description
The horizontal padding of the OrgChart node group. |
||||||
$kendo-pdf-viewer-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-orgchart-node-group-border-width | +Number | +1px |
+ 1px |
Description
+ The font family of the PDFViewer. | Description
The border width of the OrgChart node group. |
||||||
$kendo-pdf-viewer-font-size | +$kendo-orgchart-node-group-border-radius | Number | -$kendo-font-size-md |
- 14px |
+ $kendo-border-radius-md |
+ 4px |
|
Description
+ The font size of the PDFViewer. | Description
The border radius of the OrgChart node group. |
||||||
$kendo-pdf-viewer-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-orgchart-node-group-bg | +Color | +$kendo-base-bg |
+ #f0f0f0 |
Description
+ The line height of the PDFViewer. | Description
The background color of the OrgChart node group. |
||||||
$kendo-pdf-viewer-bg | +$kendo-orgchart-node-group-text | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-base-text |
+ #272727 |
|
Description
+ The background color of the PDFViewer. | Description
The text color of the OrgChart node group. |
||||||
$kendo-pdf-viewer-text | +$kendo-orgchart-node-group-border | Color | -$kendo-component-text |
- #272727 |
+ $kendo-base-border |
+ #cacaca |
|
Description
+ The text color of the PDFViewer. | Description
The border color of the OrgChart node group. |
||||||
$kendo-pdf-viewer-border | +$kendo-orgchart-node-group-focus-border | Color | -$kendo-component-border |
- #cacaca |
+ $kendo-card-focus-border |
+ rgba(0, 0, 0, 0.15) |
|
Description
+ The border color of the PDFViewer. | Description
The border color of the focused OrgChart node group. |
||||||
$kendo-pdf-viewer-toolbar-bg | -Null | -null |
- null |
+ $kendo-orgchart-node-group-focus-shadow | +String | +$kendo-card-focus-shadow |
+ var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The background color of the PDFViewer Toolbar. | Description
The shadow of the focused OrgChart node group. |
||||||
$kendo-pdf-viewer-toolbar-text | -Null | -null |
- null |
+ $kendo-orgchart-node-group-title-font-size | +Number | +$kendo-font-size-xl |
+ 20px |
Description
+ The text color of the PDFViewer Toolbar. | Description
The font size of the OrgChart node group title. |
||||||
$kendo-pdf-viewer-toolbar-border | -Null | -null |
- null |
+ $kendo-orgchart-node-group-title-margin-bottom | +Number | +k-math-div( $kendo-orgchart-spacer, 4 ) |
+ 6px |
Description
+ The border color of the PDFViewer Toolbar. | Description
The bottom margin of the OrgChart node group title. |
||||||
$kendo-pdf-viewer-toolbar-gradient | -Null | -null |
- null |
+ $kendo-orgchart-node-group-title-line-height | +Number | +$kendo-line-height-sm |
+ 1.25 |
Description
+ The gradient of the PDFViewer Toolbar. | Description
The line height of the OrgChart node group title. |
||||||
$kendo-pdf-viewer-canvas-bg | -Color | -$kendo-app-bg |
- #ffffff |
+ $kendo-orgchart-node-group-subtitle-margin-bottom | +Number | +$kendo-orgchart-spacer |
+ 24px |
Description
+ The background color of the PDFViewer canvas. | Description
The bottom margin of the OrgChart node group subtitle. |
||||||
$kendo-pdf-viewer-canvas-text | -Null | -null |
- null |
+ $kendo-orgchart-node-group-subtitle-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The text color of the PDFViewer canvas. | Description
The font size of the OrgChart node group subtitle. |
||||||
$kendo-pdf-viewer-canvas-border | -Null | -null |
- null |
+ $kendo-orgchart-node-group-subtitle-text | +Color | +$kendo-subtle-text |
+ #646464 |
Description
+ The border color of the PDFViewer canvas. | Description
The line height of the OrgChart node group subtitle. |
||||||
$kendo-pdf-viewer-page-spacing | +$kendo-orgchart-card-width | Number | -30px |
- 30px |
+ 300px |
+ 300px |
|
Description
+ The spacing of the PDFViewer page. | Description
The width of the OrgChart Card. |
||||||
$kendo-pdf-viewer-page-bg | -Color | -white |
- white |
+ $kendo-orgchart-card-padding-y | +Number | +$kendo-card-padding-y |
+ 12px |
Description
+ The background color of the PDFViewer page. | Description
The vertical padding of the OrgChart Card. |
||||||
$kendo-pdf-viewer-page-text | -Color | -$kendo-component-text |
- #272727 |
+ $kendo-orgchart-card-padding-x | +Number | +$kendo-orgchart-card-padding-y |
+ 12px |
Description
+ The text color of the PDFViewer page. | Description
The horizontal padding of the OrgChart Card. |
||||||
$kendo-pdf-viewer-page-border | -Color | -$kendo-component-border |
- #cacaca |
+ $kendo-orgchart-card-border-width | +Number | +$kendo-card-border-width |
+ 1px |
Description
+ The border color of the PDFViewer page. | Description
The border width of the OrgChart Card. |
||||||
$kendo-pdf-viewer-page-shadow | +$kendo-orgchart-card-shadow | String | -k-elevation(3) |
- var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-card-shadow |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
|
Description
+ The shadow of the PDFViewer page. | Description
The shadow of the OrgChart Card. |
||||||
$kendo-pdf-viewer-search-panel-padding-x | -Number | -$kendo-toolbar-md-padding-x |
- 8px |
+ $kendo-orgchart-card-focus-shadow | +String | +$kendo-card-focus-shadow |
+ var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The horizontal padding of the PDFViewer search panel. | Description
The shadow of the focused OrgChart Card. |
||||||
$kendo-pdf-viewer-search-panel-padding-y | +$kendo-orgchart-card-title-margin-bottom | Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+ 0px |
+ 0px |
|
Description
+ The vertical padding of the PDFViewer search panel. | Description
The bottom margin of the OrgChart Card title. |
||||||
$kendo-pdf-viewer-search-panel-spacing | -Number | -$kendo-toolbar-md-spacing |
- 8px |
-||||
Description
- The spacing of the PDFViewer search panel. |
-|||||||
$kendo-pdf-viewer-search-panel-border-width | -Number | -1px |
- 1px |
+ $kendo-orgchart-card-title-font-size | +Null | +null |
+ null |
Description
+ The border width of the PDFViewer search panel. | Description
The font size of the OrgChart Card title. |
||||||
$kendo-pdf-viewer-search-panel-border-radius | +$kendo-orgchart-card-subtitle-margin-bottom | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ 0px |
+ 0px |
|
Description
+ The border radius of the PDFViewer search panel. | Description
The bottom margin of the OrgChart Card subtitle. |
||||||
$kendo-pdf-viewer-search-panel-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-orgchart-card-subtitle-font-size | +Null | +null |
+ null |
Description
+ The background color of the PDFViewer search panel. | Description
The font size of the OrgChart Card subtitle. |
||||||
$kendo-pdf-viewer-search-panel-text | -Color | -$kendo-component-text |
- #272727 |
+ $kendo-orgchart-card-body-border-width | +List | +2px 0 0 |
+ 2px 0 0 |
Description
+ The text color of the PDFViewer search panel. | Description
The border width of the OrgChart Card body. |
||||||
$kendo-pdf-viewer-search-panel-border | +$kendo-orgchart-card-body-border-color | Color | -$kendo-component-border |
- #cacaca |
-|||
Description
- The border color of the PDFViewer search panel. |
-|||||||
$kendo-pdf-viewer-search-panel-shadow | -String | -$kendo-window-shadow |
- var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ transparent |
+ transparent |
||
Description
+ The shadow of the PDFViewer search panel. | Description
The border color of the OrgChart Card body. |
||||||
$kendo-pdf-viewer-search-panel-matches-spacing | +$kendo-orgchart-card-body-vbox-margin-right | Number | -$kendo-padding-sm-x |
- 4px |
+ k-math-div( $kendo-orgchart-spacer, 2 ) |
+ 12px |
|
Description
+ The spacing of the matches container in the PDFViewer search panel. | Description
The right margin of the OrgChart Card body title wrap. |
||||||
$kendo-pdf-viewer-selection-line-height | +$kendo-orgchart-card-body-vbox-min-height | Number | -$kendo-line-height-sm |
- 1.25 |
+ $kendo-card-avatar-size |
+ 45px |
|
Description
+ The line height of the PDFViewer selection. | Description
The min height of the OrgChart Card body title wrap. |
||||||
$kendo-pdf-viewer-search-highlight-bg | -Color | -$kendo-body-text |
- #272727 |
+ $kendo-orgchart-line-size | +Number | +1px |
+ 1px |
Description
+ The background color of the PDFViewer highlight. | Description
The size of the OrgChart connecting line. |
||||||
$kendo-pdf-viewer-search-highlight-mark-bg | +$kendo-orgchart-line-fill | Color | -yellow |
- yellow |
+ $kendo-base-border |
+ #cacaca |
|
Description
+ The background color of the PDFViewer highlight mark. | Description
The fill color of the OrgChart connecting line. |
||||||
$kendo-pdf-viewer-icon-text | -Color | -$kendo-dropzone-icon-text |
- #6c6c6c |
+ $kendo-orgchart-line-v-height | +Number | +25px |
+ 25px |
Description
+ The text color of the PDFViewer icon. | Description
The height of the OrgChart connecting line. |
$kendo-picker-bg | -Color | -$kendo-button-bg |
- #f0f0f0 |
+ $kendo-pager-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The background color of the Picker components. | Description
The horizontal padding of the Pager. |
||||||
$kendo-picker-text | -Color | -$kendo-button-text |
- #272727 |
+ $kendo-pager-sm-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The text color of the Picker components. | Description
The horizontal padding of the small Pager. |
||||||
$kendo-picker-border | -Color | -$kendo-button-border |
- #cacaca |
+ $kendo-pager-md-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The border color of the Picker components. | Description
The horizontal padding of the medium Pager. |
||||||
$kendo-picker-gradient | -List | -$kendo-button-gradient |
- rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) |
+ $kendo-pager-lg-padding-x | +Number | +k-map-get( $kendo-spacing, 2.5 ) |
+ 10px |
Description
+ The gradient of the Picker components. | Description
The horizontal padding of the large Pager. |
||||||
$kendo-picker-shadow | -Null | -$kendo-button-shadow |
- null |
+ $kendo-pager-padding-y | +Number | +$kendo-pager-padding-x |
+ 8px |
Description
+ The shadow of the Picker components. | Description
The vertical padding of the Pager. |
||||||
$kendo-picker-hover-bg | -Color | -$kendo-button-hover-bg |
- #dddddd |
+ $kendo-pager-sm-padding-y | +Number | +$kendo-pager-sm-padding-x |
+ 4px |
Description
+ The background color of the hovered Picker components. | Description
The vertical padding of the small Pager. |
||||||
$kendo-picker-hover-text | -Null | -$kendo-button-hover-text |
- null |
+ $kendo-pager-md-padding-y | +Number | +$kendo-pager-md-padding-x |
+ 8px |
Description
+ The text color of the hovered Picker components. | Description
The vertical padding of the medium Pager. |
||||||
$kendo-picker-hover-border | -Color | -$kendo-button-hover-border |
- #b6b6b6 |
+ $kendo-pager-lg-padding-y | +Number | +$kendo-pager-lg-padding-x |
+ 10px |
Description
+ The border color of the hovered Picker components. | Description
The vertical padding of the large Pager. |
||||||
$kendo-picker-hover-gradient | -Null | -$kendo-button-hover-gradient |
- null |
+ $kendo-pager-sm-item-min-width | +Calculation | +$kendo-button-sm-calc-size |
+ calc(1.4285714286em + 4px + 2px) |
Description
+ The gradient of the hovered Picker components. | Description
The minimum width of the items in the small Pager. |
||||||
$kendo-picker-hover-shadow | -Null | -$kendo-button-hover-shadow |
- null |
+ $kendo-pager-md-item-min-width | +Calculation | +$kendo-button-md-calc-size |
+ calc(1.4285714286em + 8px + 2px) |
Description
+ The shadow of the hovered Picker components. | Description
The minimum width of the items in the medium Pagers. |
||||||
$kendo-picker-focus-bg | -Null | -$kendo-button-focus-bg |
- null |
+ $kendo-pager-lg-item-min-width | +Calculation | +$kendo-button-lg-calc-size |
+ calc(1.5em + 16px + 2px) |
Description
+ The background color of the focused Picker components. | Description
The minimum width of the items in the large Pagers. |
||||||
$kendo-picker-focus-text | -Null | -$kendo-button-focus-text |
- null |
+ $kendo-pager-sm-item-group-spacing | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
Description
+ The text color of the focused Picker components. | Description
The margin between the item groups in the small Pager.. |
||||||
$kendo-picker-focus-border | -Null | -$kendo-button-focus-border |
- null |
+ $kendo-pager-md-item-group-spacing | +Number | +k-map-get( $kendo-spacing, 3.5 ) |
+ 14px |
Description
+ The border color of the focused Picker components. | Description
The margin between the item groups in the medium Pager. |
||||||
$kendo-picker-focus-gradient | -Null | -$kendo-button-focus-gradient |
- null |
+ $kendo-pager-lg-item-group-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The gradient of the focused Picker components. | Description
The margin between the item groups in the large Pager. |
||||||
$kendo-picker-focus-shadow | -List | -$kendo-button-focus-shadow |
- 0 0 4px 0 rgba(202, 202, 202, 0.75) |
+ $kendo-pager-border-width | +Number | +1px |
+ 1px |
Description
+ The shadow of the focused Picker components. | Description
The border width of the Pager. |
||||||
$kendo-picker-disabled-bg | -Null | -null |
- null |
+ $kendo-pager-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The background color of the disabled Picker components. | Description
The font family of the Pager. |
||||||
$kendo-picker-disabled-text | -Null | -null |
- null |
+ $kendo-pager-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
- The text color of the disabled Picker components. |
-|||||||
$kendo-picker-disabled-border | -Null | -null |
- null |
-||||
Description
+ The border color of the disabled Picker components. | Description
The font size of the Pager. |
||||||
$kendo-picker-disabled-gradient | -Null | -null |
- null |
+ $kendo-pager-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
Description
+ The gradient of the disabled Picker components. | Description
The line height of the Pager. |
||||||
$kendo-picker-disabled-shadow | -Null | -null |
- null |
+ $kendo-pager-bg | +Color | +$kendo-component-header-bg |
+ #f0f0f0 |
Description
+ The shadow of the disabled Picker components. | Description
The background color of the Pager. |
||||||
$kendo-picker-outline-bg | -Null | -null |
- null |
+ $kendo-pager-text | +Color | +$kendo-component-header-text |
+ #272727 |
Description
+ The background color of the outline Picker components. | Description
The text color of the Pager. |
||||||
$kendo-picker-outline-text | +$kendo-pager-border | Color | -$kendo-button-text |
- #272727 |
+ $kendo-component-border |
+ #cacaca |
|
Description
+ The text color of the outline Picker components. | Description
The border color of the Pager. |
||||||
$kendo-picker-outline-border | -Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-picker-outline-text, .5)) |
- rgba(39, 39, 39, 0.5) |
+ $kendo-pager-focus-bg | +Null | +null |
+ null |
Description
+ The border color of the outline Picker components. | Description
The background color of the focused Pager. |
||||||
$kendo-picker-outline-hover-bg | -Color | -$kendo-picker-outline-text |
- #272727 |
+ $kendo-pager-focus-shadow | +List | +$kendo-focus-shadow |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.13) |
Description
+ The background color of the outline hovered Picker components. | Description
The box shadow of the focused Pager. |
||||||
$kendo-picker-outline-hover-text | -Color | -if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-picker-outline-hover-bg )) |
- white |
+ $kendo-pager-section-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The text color of the outline hovered Picker components. | Description
The spacing between the Pager sections. |
||||||
$kendo-picker-outline-hover-border | -Color | -$kendo-picker-outline-hover-bg |
- #272727 |
+ $kendo-pager-item-border-width | +Number | +0px |
+ 0px |
Description
+ The border color of the outline hovered Picker components. | Description
The border width of the Pager items. |
||||||
$kendo-picker-outline-focus-bg | +$kendo-pager-item-border-radius | Null | null |
null |
|||
Description
+ The background color of the outline focused Picker components. | Description
The border radius of the Pager items. |
||||||
$kendo-picker-outline-focus-text | +$kendo-pager-item-spacing | Null | null |
null |
|||
Description
+ The text color of the outline focused Picker components. | Description
The spacing around the Pager items. |
||||||
$kendo-picker-outline-focus-border | +$kendo-pager-item-bg | Null | null |
null |
|||
Description
+ The border color of the outline focused Picker components. | Description
The background color of the Pager items. |
||||||
$kendo-picker-outline-focus-shadow | -List | -$kendo-picker-focus-shadow |
- 0 0 4px 0 rgba(202, 202, 202, 0.75) |
+ $kendo-pager-item-text | +Null | +null |
+ null |
Description
+ The shadow of the outline focused Picker components. | Description
The text color of the Pager items. |
||||||
$kendo-picker-outline-hover-focus-bg | +$kendo-pager-item-border | Null | null |
null |
|||
Description
+ The background color of the outline hovered and focused Picker components. | Description
The border color of the Pager items. |
||||||
$kendo-picker-outline-hover-focus-text | -Null | -null |
- null |
+ $kendo-pager-item-hover-bg | +Color | +$kendo-list-item-hover-bg |
+ #dddddd |
Description
+ The text color of the outline hovered and focused Picker components. | Description
The background color of the hovered Pager items. |
||||||
$kendo-picker-outline-hover-focus-border | -Null | -null |
- null |
+ $kendo-pager-item-hover-text | +Color | +$kendo-list-item-hover-text |
+ #272727 |
Description
+ The border color of the outline hovered and focused Picker components. | Description
The text color of the hovered Pager items. |
||||||
$kendo-picker-flat-bg | +$kendo-pager-item-hover-border | Null | null |
null |
|||
Description
+ The background color of the flat Picker components. | Description
The border color of the hovered Pager items. |
||||||
$kendo-picker-flat-text | +$kendo-pager-item-selected-bg | Color | -$kendo-button-text |
- #272727 |
+ $kendo-list-item-selected-bg |
+ #f35800 |
|
Description
+ The text color of the flat Picker components. | Description
The background color of the selected Pager items. |
||||||
$kendo-picker-flat-border | +$kendo-pager-item-selected-text | Color | -$kendo-button-border |
- #cacaca |
+ $kendo-list-item-selected-text |
+ white |
|
Description
+ The border color of the flat Picker components. | Description
The text color of the selected Pager items. |
||||||
$kendo-picker-flat-hover-bg | -Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .04 ), rgba( $kendo-button-text, .04 )) |
- rgba(39, 39, 39, 0.04) |
+ $kendo-pager-item-selected-border | +Null | +null |
+ null |
Description
+ The background color of the flat hovered Picker components. | Description
The border color of the selected Pager items. |
||||||
$kendo-picker-flat-hover-text | +$kendo-pager-item-focus-opacity | Null | null |
null |
|||
Description
+ The text color of the flat hovered Picker components. | Description
The opacity of the focused Pager items. |
||||||
$kendo-picker-flat-hover-border | +$kendo-pager-item-focus-bg | Color | -if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), rgba( $kendo-button-border, .16 )) |
- rgba(202, 202, 202, 0.16) |
+ transparent |
+ transparent |
|
Description
+ The border color of the flat hovered Picker components. | Description
The background color of the focused Pager items. |
||||||
$kendo-picker-flat-focus-bg | -Null | -null |
- null |
+ $kendo-pager-item-focus-shadow | +List | +$kendo-list-item-focus-shadow |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
Description
+ The background color of the flat focused Picker components. | Description
The box shadow of the focused Pager items. |
||||||
$kendo-picker-flat-focus-text | +$kendo-pager-number-border-radius | Null | null |
null |
|||
Description
+ The text color of the flat focused Picker components. | Description
The border radius of the Pager numbers. |
||||||
$kendo-picker-flat-focus-border | -Null | -null |
- null |
+ $kendo-pager-input-width | +Number | +5em |
+ 5em |
Description
+ The border color of the flat focused Picker components. | Description
The width of the Inputs in the Pager. |
||||||
$kendo-picker-flat-focus-shadow | -List | -$kendo-picker-focus-shadow |
- 0 0 4px 0 rgba(202, 202, 202, 0.75) |
+ $kendo-pager-sm-dropdown-width | +Number | +5em |
+ 5em |
Description
+ The shadow of the flat focused Picker components. | Description
The width of the DropDowns in the small Pager. |
||||||
$kendo-picker-flat-hover-focus-bg | -Null | -null |
- null |
+ $kendo-pager-md-dropdown-width | +Number | +5em |
+ 5em |
Description
+ The background color of the flat hovered and focused Picker components. | Description
The width of the DropDowns in the medium Pager. |
||||||
$kendo-picker-flat-hover-focus-text | -Null | -null |
- null |
+ $kendo-pager-lg-dropdown-width | +Number | +5em |
+ 5em |
Description
+ The text color of the flat hovered and focused Picker components. | Description
The width of the DropDowns in the large Pager. |
||||||
$kendo-picker-flat-hover-focus-border | -Null | -null |
- null |
-||||
Description
- The border color of the flat hovered and focused Picker components. |
-
Name | +$kendo-pager-sizes | +Map | +(
+ 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
+ The sizes map of the Pager. |
+
Name | Type | Default value | Computed value | ||||
---|---|---|---|---|---|---|---|
$kendo-popover-border-width | +$kendo-pdf-viewer-border-width | Number | -$kendo-card-border-width |
+ 1px |
1px |
||
Description
- The width of the border around the Popover. |
-|||||||
$kendo-popover-border-style | -String | -solid |
- solid |
-||||
Description
- The style of the border around the Popover. |
-|||||||
$kendo-popover-border-radius | -Number | -$kendo-card-border-radius |
- 8px |
-||||
Description
+ The radius of the border around the Popover. | Description
The border width of the PDFViewer. |
||||||
$kendo-popover-font-family | +$kendo-pdf-viewer-font-family | String | -$kendo-card-font-family |
+ $kendo-font-family |
inherit |
||
Description
+ The font family of the Popover. | Description
The font family of the PDFViewer. |
||||||
$kendo-popover-font-size | +$kendo-pdf-viewer-font-size | Number | -$kendo-card-font-size |
+ $kendo-font-size-md |
14px |
||
Description
+ The font size of the Popover. | Description
The font size of the PDFViewer. |
||||||
$kendo-popover-line-height | +$kendo-pdf-viewer-line-height | Number | -$kendo-card-line-height |
+ $kendo-line-height-md |
1.4285714286 |
||
Description
+ The line height of the Popover. | Description
The line height of the PDFViewer. |
||||||
$kendo-popover-text | +$kendo-pdf-viewer-bg | Color | -$kendo-component-text |
- #272727 |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The text color of the Popover. | Description
The background color of the PDFViewer. |
||||||
$kendo-popover-bg | +$kendo-pdf-viewer-text | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-component-text |
+ #272727 |
|
Description
+ The background color of the Popover. | Description
The text color of the PDFViewer. |
||||||
$kendo-popover-border | +$kendo-pdf-viewer-border | Color | $kendo-component-border |
#cacaca |
|||
Description
+ The border color of the Popover. | Description
The border color of the PDFViewer. |
||||||
$kendo-popover-shadow | -String | -$kendo-popup-shadow |
- var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-pdf-viewer-toolbar-bg | +Null | +null |
+ null |
Description
+ The box shadow of the Popover. | Description
The background color of the PDFViewer Toolbar. |
||||||
$kendo-popover-header-padding-x | -Number | -$kendo-card-header-padding-x |
- 16px |
+ $kendo-pdf-viewer-toolbar-text | +Null | +null |
+ null |
Description
+ The horizontal padding of the Popover header. | Description
The text color of the PDFViewer Toolbar. |
||||||
$kendo-popover-header-padding-y | -Number | -$kendo-card-header-padding-y |
- 12px |
+ $kendo-pdf-viewer-toolbar-border | +Null | +null |
+ null |
Description
+ The vertical padding of the Popover header. | Description
The border color of the PDFViewer Toolbar. |
||||||
$kendo-popover-header-border-width | -Number | -$kendo-card-header-border-width |
- 1px |
+ $kendo-pdf-viewer-toolbar-gradient | +Null | +null |
+ null |
Description
+ The border width of the Popover header. | Description
The gradient of the PDFViewer Toolbar. |
||||||
$kendo-popover-header-border-style | -String | -$kendo-popover-border-style |
- solid |
+ $kendo-pdf-viewer-canvas-bg | +Color | +$kendo-app-bg |
+ #ffffff |
Description
+ The border style of the Popover header. | Description
The background color of the PDFViewer canvas. |
||||||
$kendo-popover-header-text | -Color | -$kendo-card-header-text |
- #272727 |
+ $kendo-pdf-viewer-canvas-text | +Null | +null |
+ null |
Description
+ The text color of the Popover header. | Description
The text color of the PDFViewer canvas. |
||||||
$kendo-popover-header-bg | +$kendo-pdf-viewer-canvas-border | Null | -$kendo-card-header-bg |
+ null |
null |
||
Description
+ The background color of the Popover header. | Description
The border color of the PDFViewer canvas. |
||||||
$kendo-popover-header-border | -Color | -$kendo-card-header-border |
- #cacaca |
+ $kendo-pdf-viewer-page-spacing | +Number | +30px |
+ 30px |
Description
+ The border color of the Popover header. | Description
The spacing of the PDFViewer page. |
||||||
$kendo-popover-body-padding-x | -Number | -$kendo-card-body-padding-x |
- 16px |
+ $kendo-pdf-viewer-page-bg | +Color | +white |
+ white |
Description
+ The horizontal padding of the Popover body. | Description
The background color of the PDFViewer page. |
||||||
$kendo-popover-body-padding-y | -Number | -$kendo-card-body-padding-y |
- 16px |
+ $kendo-pdf-viewer-page-text | +Color | +$kendo-component-text |
+ #272727 |
Description
+ The vertical padding of the Popover body. | Description
The text color of the PDFViewer page. |
||||||
$kendo-popover-actions-border-width | -Number | -$kendo-popover-border-width |
- 1px |
+ $kendo-pdf-viewer-page-border | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ The border width of the Popover actions. | Description
The border color of the PDFViewer page. |
||||||
$kendo-popover-callout-width | -Number | -$kendo-card-callout-width |
- 20px |
+ $kendo-pdf-viewer-page-shadow | +String | +k-elevation(3) |
+ var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The width of the Popover callout. | Description
The shadow of the PDFViewer page. |
||||||
$kendo-popover-callout-height | +$kendo-pdf-viewer-search-panel-padding-x | Number | -$kendo-card-callout-height |
- 20px |
+ $kendo-toolbar-md-padding-x |
+ 8px |
|
Description
+ The height of the Popover callout. | Description
The horizontal padding of the PDFViewer search panel. |
||||||
$kendo-popover-callout-border-width | +$kendo-pdf-viewer-search-panel-padding-y | Number | -$kendo-popover-border-width |
- 1px |
+ k-map-get( $kendo-spacing, 3 ) |
+ 12px |
|
Description
+ The border width of the Popover callout. | Description
The vertical padding of the PDFViewer search panel. |
||||||
$kendo-popover-callout-border-style | -String | -$kendo-popover-border-style |
- solid |
+ $kendo-pdf-viewer-search-panel-spacing | +Number | +$kendo-toolbar-md-spacing |
+ 8px |
Description
+ The border style of the Popover callout. | Description
The spacing of the PDFViewer search panel. |
||||||
$kendo-popover-callout-bg | -Color | -$kendo-popover-bg |
- #ffffff |
-||||
Description
- The background color of the Popover callout. |
-|||||||
$kendo-popover-callout-border | -Color | -$kendo-popover-border |
- #cacaca |
-||||
Description
- The border color of the Popover callout. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-popup-padding-x | -Null | -null |
- null |
-||||
Description
- Horizontal padding of the popup. |
-|||||||
$kendo-popup-padding-y | -Null | -null |
- null |
+ $kendo-pdf-viewer-search-panel-border-width | +Number | +1px |
+ 1px |
Description
+ Vertical padding of the popup. | Description
The border width of the PDFViewer search panel. |
||||||
$kendo-popup-border-width | +$kendo-pdf-viewer-search-panel-border-radius | Number | -1px |
- 1px |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ Width of the border around the popup. | Description
The border radius of the PDFViewer search panel. |
||||||
$kendo-popup-border-radius | -Null | -null |
- null |
+ $kendo-pdf-viewer-search-panel-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ Border radius of the popup. | Description
The background color of the PDFViewer search panel. |
||||||
$kendo-popup-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-pdf-viewer-search-panel-text | +Color | +$kendo-component-text |
+ #272727 |
Description
+ Font size of the popup. | Description
The text color of the PDFViewer search panel. |
||||||
$kendo-popup-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-pdf-viewer-search-panel-border | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ Line height of the popup. | Description
The border color of the PDFViewer search panel. |
||||||
$kendo-popup-content-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-pdf-viewer-search-panel-shadow | +String | +$kendo-window-shadow |
+ var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ Horizontal padding of the popup content. | Description
The shadow of the PDFViewer search panel. |
||||||
$kendo-popup-content-padding-y | +$kendo-pdf-viewer-search-panel-matches-spacing | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-padding-sm-x |
+ 4px |
|
Description
+ Vertical padding of the popup content. | Description
The spacing of the matches container in the PDFViewer search panel. |
||||||
$kendo-popup-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-pdf-viewer-selection-line-height | +Number | +$kendo-line-height-sm |
+ 1.25 |
Description
+ Background color of the popup. | Description
The line height of the PDFViewer selection. |
||||||
$kendo-popup-text | +$kendo-pdf-viewer-search-highlight-bg | Color | -$kendo-component-text |
+ $kendo-body-text |
#272727 |
||
Description
+ Text color of the popup. | Description
The background color of the PDFViewer highlight. |
||||||
$kendo-popup-border | +$kendo-pdf-viewer-search-highlight-mark-bg | Color | -$kendo-component-border |
- #cacaca |
+ yellow |
+ yellow |
|
Description
+ Border color of the popup. | Description
The background color of the PDFViewer highlight mark. |
||||||
$kendo-popup-shadow | -String | -k-elevation(4) |
- var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-pdf-viewer-icon-text | +Color | +$kendo-dropzone-icon-text |
+ #6c6c6c |
Description
+ Box shadow of the popup. | Description
The text color of the PDFViewer icon. |
$kendo-progressbar-height | -Number | -22px |
- 22px |
+ $kendo-picker-bg | +Color | +$kendo-button-bg |
+ #f0f0f0 |
Description
+ The height of the ProgressBar. | Description
The background color of the Picker components. |
||||||
$kendo-progressbar-horizontal-width | -Number | -100% |
- 100% |
+ $kendo-picker-text | +Color | +$kendo-button-text |
+ #272727 |
Description
+ The horizontal width of the ProgressBar. | Description
The text color of the Picker components. |
||||||
$kendo-progressbar-animation-timing | -List | -1s linear infinite |
- 1s linear infinite |
+ $kendo-picker-border | +Color | +$kendo-button-border |
+ #cacaca |
Description
+ The animation timing of the ProgressBar. | Description
The border color of the Picker components. |
||||||
$kendo-progressbar-border-width | -Number | -0px |
- 0px |
+ $kendo-picker-gradient | +List | +$kendo-button-gradient |
+ rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) |
Description
+ The width of the border around the ProgressBar. | Description
The gradient of the Picker components. |
||||||
$kendo-progressbar-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-picker-shadow | +Null | +$kendo-button-shadow |
+ null |
Description
+ The font family of the ProgressBar. | Description
The shadow of the Picker components. |
||||||
$kendo-progressbar-font-size | -Number | -$kendo-font-size-sm |
- 12px |
+ $kendo-picker-hover-bg | +Color | +$kendo-button-hover-bg |
+ #dddddd |
Description
+ The font size of the ProgressBar. | Description
The background color of the hovered Picker components. |
||||||
$kendo-progressbar-line-height | -Number | -1 |
- 1 |
+ $kendo-picker-hover-text | +Null | +$kendo-button-hover-text |
+ null |
Description
+ The line height of the ProgressBar. | Description
The text color of the hovered Picker components. |
||||||
$kendo-progressbar-bg | +$kendo-picker-hover-border | Color | -if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-component-bg, 1 )) |
- #ebebeb |
+ $kendo-button-hover-border |
+ #b6b6b6 |
|
Description
+ The background color of the ProgressBar. | Description
The border color of the hovered Picker components. |
||||||
$kendo-progressbar-text | -Color | -$kendo-component-text |
- #272727 |
+ $kendo-picker-hover-gradient | +Null | +$kendo-button-hover-gradient |
+ null |
Description
+ The text color of the ProgressBar. | Description
The gradient of the hovered Picker components. |
||||||
$kendo-progressbar-border | -Color | -$kendo-component-border |
- #cacaca |
+ $kendo-picker-hover-shadow | +Null | +$kendo-button-hover-shadow |
+ null |
Description
+ The border color of the ProgressBar. | Description
The shadow of the hovered Picker components. |
||||||
$kendo-progressbar-gradient | +$kendo-picker-focus-bg | Null | -null |
+ $kendo-button-focus-bg |
null |
||
Description
+ The background gradient of the ProgressBar. | Description
The background color of the focused Picker components. |
||||||
$kendo-progressbar-value-bg | -Color | -$kendo-color-primary |
- #f35800 |
+ $kendo-picker-focus-text | +Null | +$kendo-button-focus-text |
+ null |
Description
+ The progress background color of the ProgressBar. | Description
The text color of the focused Picker components. |
||||||
$kendo-progressbar-value-text | -Color | -if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg )) |
- white |
+ $kendo-picker-focus-border | +Null | +$kendo-button-focus-border |
+ null |
Description
+ The progress text color of the ProgressBar. | Description
The border color of the focused Picker components. |
||||||
$kendo-progressbar-value-border | -Color | -if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg )) |
- #e05100 |
+ $kendo-picker-focus-gradient | +Null | +$kendo-button-focus-gradient |
+ null |
Description
+ The progress border color of the ProgressBar. | Description
The gradient of the focused Picker components. |
||||||
$kendo-progressbar-value-gradient | +$kendo-picker-focus-shadow | +List | +$kendo-button-focus-shadow |
+ 0 0 4px 0 rgba(202, 202, 202, 0.75) |
+|||
Description
+ The shadow of the focused Picker components. |
+|||||||
$kendo-picker-disabled-bg | Null | null |
null |
||||
Description
+ The progress background gradient of the ProgressBar. | Description
The background color of the disabled Picker components. |
||||||
$kendo-progressbar-indeterminate-bg | -Color | -$kendo-progressbar-bg |
- #ebebeb |
+ $kendo-picker-disabled-text | +Null | +null |
+ null |
Description
+ The background color of the indeterminate ProgressBar. | Description
The text color of the disabled Picker components. |
||||||
$kendo-progressbar-indeterminate-text | -Color | -$kendo-progressbar-text |
- #272727 |
+ $kendo-picker-disabled-border | +Null | +null |
+ null |
Description
+ The text color of the indeterminate ProgressBar. | Description
The border color of the disabled Picker components. |
||||||
$kendo-progressbar-indeterminate-border | -Color | -$kendo-progressbar-border |
- #cacaca |
+ $kendo-picker-disabled-gradient | +Null | +null |
+ null |
Description
+ The border color of the indeterminate ProgressBar. | Description
The gradient of the disabled Picker components. |
||||||
$kendo-progressbar-indeterminate-gradient | +$kendo-picker-disabled-shadow | Null | null |
null |
|||
Description
+ The background gradient of the indeterminate ProgressBar. | Description
The shadow of the disabled Picker components. |
||||||
$kendo-progressbar-chunk-border | -Color | -$kendo-body-bg |
- #ffffff |
+ $kendo-picker-outline-bg | +Null | +null |
+ null |
Description
+ The border color of the chunk ProgressBar. | Description
The background color of the outline Picker components. |
||||||
$kendo-circular-progressbar-arc-stroke | +$kendo-picker-outline-text | Color | -$kendo-color-primary |
- #f35800 |
+ $kendo-button-text |
+ #272727 |
|
Description
+ The arc stroke color of the circular ProgressBar. | Description
The text color of the outline Picker components. |
||||||
$kendo-circular-progressbar-scale-stroke | +$kendo-picker-outline-border | Color | -$kendo-progressbar-bg |
- #ebebeb |
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .5 ), rgba( $kendo-picker-outline-text, .5)) |
+ rgba(39, 39, 39, 0.5) |
|
Description
+ The scale stroke background color of the circular ProgressBar. | Description
The border color of the outline Picker components. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-prompt-text | +|||||||
$kendo-picker-outline-hover-bg | Color | -$kendo-component-text |
+ $kendo-picker-outline-text |
#272727 |
|||
Description
+ The text color of the Prompt. | Description
The background color of the outline hovered Picker components. |
||||||
$kendo-prompt-bg | +$kendo-picker-outline-hover-text | Color | -$kendo-component-bg |
- #ffffff |
+ if($kendo-enable-color-system, k-color( base-subtle ), k-contrast-color( $kendo-picker-outline-hover-bg )) |
+ white |
|
Description
+ The background color of the Prompt. | Description
The text color of the outline hovered Picker components. |
||||||
$kendo-prompt-border | +$kendo-picker-outline-hover-border | Color | -$kendo-component-border |
- #cacaca |
+ $kendo-picker-outline-hover-bg |
+ #272727 |
|
Description
+ The border color of the Prompt. | Description
The border color of the outline hovered Picker components. |
||||||
$kendo-prompt-header-text | -Color | -$kendo-component-header-text |
- #272727 |
+ $kendo-picker-outline-focus-bg | +Null | +null |
+ null |
Description
+ The text color of the Prompt header. | Description
The background color of the outline focused Picker components. |
||||||
$kendo-prompt-header-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-picker-outline-focus-text | +Null | +null |
+ null |
Description
+ The background color of the Prompt header. | Description
The text color of the outline focused Picker components. |
||||||
$kendo-prompt-header-border | -Color | -$kendo-component-header-border |
- #cacaca |
+ $kendo-picker-outline-focus-border | +Null | +null |
+ null |
Description
+ The border color of the Prompt header. | Description
The border color of the outline focused Picker components. |
||||||
$kendo-prompt-content-padding-y | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-picker-outline-focus-shadow | +List | +$kendo-picker-focus-shadow |
+ 0 0 4px 0 rgba(202, 202, 202, 0.75) |
Description
+ The vertical padding of the Prompt content. | Description
The shadow of the outline focused Picker components. |
||||||
$kendo-prompt-content-padding-x | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-picker-outline-hover-focus-bg | +Null | +null |
+ null |
Description
+ The horizontal padding of the Prompt content. | Description
The background color of the outline hovered and focused Picker components. |
||||||
$kendo-prompt-content-spacing | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-picker-outline-hover-focus-text | +Null | +null |
+ null |
Description
+ The spacing between the items of the Prompt content. | Description
The text color of the outline hovered and focused Picker components. |
||||||
$kendo-prompt-content-text | -Color | -$kendo-component-header-text |
- #272727 |
+ $kendo-picker-outline-hover-focus-border | +Null | +null |
+ null |
Description
+ The text color of the Prompt content. | Description
The border color of the outline hovered and focused Picker components. |
||||||
$kendo-prompt-content-bg | -Color | -$kendo-component-header-bg |
- #f0f0f0 |
+ $kendo-picker-flat-bg | +Null | +null |
+ null |
Description
+ The background color of the Prompt content. | Description
The background color of the flat Picker components. |
||||||
$kendo-prompt-content-border | +$kendo-picker-flat-text | Color | -$kendo-component-header-border |
- #cacaca |
+ $kendo-button-text |
+ #272727 |
|
Description
+ The text border of the Prompt content. | Description
The text color of the flat Picker components. |
||||||
$kendo-prompt-expander-spacing | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-picker-flat-border | +Color | +$kendo-button-border |
+ #cacaca |
Description
+ The spacing between the items of the Prompt content expander. | Description
The border color of the flat Picker components. |
||||||
$kendo-prompt-suggestion-padding-y | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-picker-flat-hover-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .04 ), rgba( $kendo-button-text, .04 )) |
+ rgba(39, 39, 39, 0.04) |
Description
+ The vertical padding of the Prompt suggestion container. | Description
The background color of the flat hovered Picker components. |
||||||
$kendo-prompt-suggestion-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-picker-flat-hover-text | +Null | +null |
+ null |
Description
+ The horizontal padding of the Prompt suggestion container. | Description
The text color of the flat hovered Picker components. |
||||||
$kendo-prompt-suggestion-border-radius | -Number | -$kendo-border-radius-md |
- 4px |
+ $kendo-picker-flat-hover-border | +Color | +if($kendo-enable-color-system, rgba( k-color( border, true ), .16 ), rgba( $kendo-button-border, .16 )) |
+ rgba(202, 202, 202, 0.16) |
Description
+ The border radius of the Prompt suggestion container. | Description
The border color of the flat hovered Picker components. |
||||||
$kendo-prompt-suggestion-text | -Color | -$kendo-component-text |
- #272727 |
+ $kendo-picker-flat-focus-bg | +Null | +null |
+ null |
Description
+ The text color of the Prompt suggestion container. | Description
The background color of the flat focused Picker components. |
||||||
$kendo-prompt-suggestion-bg | -Color | -$kendo-body-bg |
- #ffffff |
+ $kendo-picker-flat-focus-text | +Null | +null |
+ null |
Description
+ The background color of the Prompt suggestion container. | Description
The text color of the flat focused Picker components. |
||||||
$kendo-prompt-suggestion-border | -Color | -$kendo-component-border |
- #cacaca |
+ $kendo-picker-flat-focus-border | +Null | +null |
+ null |
Description
+ The border color of the Prompt suggestion container. | Description
The border color of the flat focused Picker components. |
||||||
$kendo-prompt-suggestion-shadow | -String | -k-elevation(1) |
- var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-picker-flat-focus-shadow | +List | +$kendo-picker-focus-shadow |
+ 0 0 4px 0 rgba(202, 202, 202, 0.75) |
Description
+ The elevation of the Prompt suggestion container. | Description
+ The shadow of the flat focused Picker components. |
+||||||
$kendo-picker-flat-hover-focus-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the flat hovered and focused Picker components. |
+|||||||
$kendo-picker-flat-hover-focus-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the flat hovered and focused Picker components. |
+|||||||
$kendo-picker-flat-hover-focus-border | +Null | +null |
+ null |
+||||
Description
The border color of the flat hovered and focused Picker components. |
$kendo-radio-radius | +$kendo-popover-border-width | Number | -50% |
- 50% |
+ $kendo-card-border-width |
+ 1px |
|
Description
+ The border radius of the RadioButton. | Description
The width of the border around the Popover. |
||||||
$kendo-radio-border-width | -Number | -1px |
- 1px |
+ $kendo-popover-border-style | +String | +solid |
+ solid |
Description
+ The border width of the RadioButton. | Description
The style of the border around the Popover. |
||||||
$kendo-radio-sm-size | +$kendo-popover-border-radius | Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+ $kendo-card-border-radius |
+ 8px |
|
Description
+ The size of a small RadioButton. | Description
The radius of the border around the Popover. |
||||||
$kendo-radio-md-size | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-popover-font-family | +String | +$kendo-card-font-family |
+ inherit |
Description
+ The size of a medium RadioButton. | Description
The font family of the Popover. |
||||||
$kendo-radio-lg-size | +$kendo-popover-font-size | Number | -k-map-get( $kendo-spacing, 5 ) |
- 20px |
+ $kendo-card-font-size |
+ 14px |
|
Description
+ The size of a large RadioButton. | Description
The font size of the Popover. |
||||||
$kendo-radio-sm-glyph-size | +$kendo-popover-line-height | Number | -k-map-get( $kendo-spacing, 2.5 ) |
- 10px |
+ $kendo-card-line-height |
+ 1.4285714286 |
|
Description
+ The glyph size of a small RadioButton. | Description
The line height of the Popover. |
||||||
$kendo-radio-md-glyph-size | -Number | -k-map-get( $kendo-spacing, 3.5 ) |
- 14px |
+ $kendo-popover-text | +Color | +$kendo-component-text |
+ #272727 |
Description
+ The glyph size of a medium RadioButton. | Description
The text color of the Popover. |
||||||
$kendo-radio-lg-glyph-size | -Number | -k-map-get( $kendo-spacing, 4.5 ) |
- 18px |
+ $kendo-popover-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The glyph size of a large RadioButton. | Description
The background color of the Popover. |
||||||
$kendo-radio-sm-ripple-size | -Number | -300% |
- 300% |
+ $kendo-popover-border | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ The ripple size of a small RadioButton. | Description
The border color of the Popover. |
||||||
$kendo-radio-md-ripple-size | -Number | -300% |
- 300% |
+ $kendo-popover-shadow | +String | +$kendo-popup-shadow |
+ var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The ripple size of a medium RadioButton. | Description
The box shadow of the Popover. |
||||||
$kendo-radio-lg-ripple-size | +$kendo-popover-header-padding-x | Number | -300% |
- 300% |
+ $kendo-card-header-padding-x |
+ 16px |
|
Description
+ The ripple size of a large RadioButton. | Description
The horizontal padding of the Popover header. |
||||||
$kendo-radio-sizes | -Map | -(
- sm: (
- size: $kendo-radio-sm-size,
- glyph-size: $kendo-radio-sm-glyph-size,
- ripple-size: $kendo-radio-sm-ripple-size
- ),
- md: (
- size: $kendo-radio-md-size,
- glyph-size: $kendo-radio-md-glyph-size,
- ripple-size: $kendo-radio-md-ripple-size
- ),
- lg: (
- size: $kendo-radio-lg-size,
- glyph-size: $kendo-radio-lg-glyph-size,
- ripple-size: $kendo-radio-lg-ripple-size
- )
-) |
- (sm: (size: 12px, glyph-size: 10px, ripple-size: 300%), md: (size: 16px, glyph-size: 14px, ripple-size: 300%), lg: (size: 20px, glyph-size: 18px, ripple-size: 300%)) |
+ $kendo-popover-header-padding-y | +Number | +$kendo-card-header-padding-y |
+ 12px |
Description
+ The map with the different RadioButton sizes. | Description
The vertical padding of the Popover header. |
||||||
$kendo-radio-bg | -Color | -$kendo-checkbox-bg |
- #ffffff |
+ $kendo-popover-header-border-width | +Number | +$kendo-card-header-border-width |
+ 1px |
Description
+ The background color of the RadioButton. | Description
The border width of the Popover header. |
||||||
$kendo-radio-text | -Null | -$kendo-checkbox-text |
- null |
+ $kendo-popover-header-border-style | +String | +$kendo-popover-border-style |
+ solid |
Description
+ The color of the RadioButton. | Description
The border style of the Popover header. |
||||||
$kendo-radio-border | +$kendo-popover-header-text | Color | -$kendo-checkbox-border |
- #cacaca |
+ $kendo-card-header-text |
+ #272727 |
|
Description
+ The border color of the RadioButton. | Description
The text color of the Popover header. |
||||||
$kendo-radio-hover-bg | +$kendo-popover-header-bg | Null | -$kendo-checkbox-hover-bg |
+ $kendo-card-header-bg |
null |
||
Description
+ The background color of the hovered RadioButton. | Description
The background color of the Popover header. |
||||||
$kendo-radio-hover-text | -Null | -$kendo-checkbox-hover-text |
- null |
+ $kendo-popover-header-border | +Color | +$kendo-card-header-border |
+ #cacaca |
Description
+ The color of the hovered RadioButton. | Description
The border color of the Popover header. |
||||||
$kendo-radio-hover-border | -Null | -$kendo-checkbox-hover-border |
- null |
+ $kendo-popover-body-padding-x | +Number | +$kendo-card-body-padding-x |
+ 16px |
Description
+ The border color of the hovered RadioButton. | Description
The horizontal padding of the Popover body. |
||||||
$kendo-radio-checked-bg | -Color | -$kendo-checkbox-checked-bg |
- #f35800 |
+ $kendo-popover-body-padding-y | +Number | +$kendo-card-body-padding-y |
+ 16px |
Description
+ The background color of the checked RadioButton. | Description
The vertical padding of the Popover body. |
||||||
$kendo-radio-checked-text | -Color | -$kendo-checkbox-checked-text |
- white |
+ $kendo-popover-actions-border-width | +Number | +$kendo-popover-border-width |
+ 1px |
Description
+ The color of the checked RadioButton. | Description
The border width of the Popover actions. |
||||||
$kendo-radio-checked-border | -Color | -$kendo-checkbox-checked-border |
- #f35800 |
+ $kendo-popover-callout-width | +Number | +$kendo-card-callout-width |
+ 20px |
Description
+ The border color of the checked RadioButton. | Description
The width of the Popover callout. |
||||||
$kendo-radio-focus-border | -Null | -$kendo-checkbox-focus-border |
- null |
+ $kendo-popover-callout-height | +Number | +$kendo-card-callout-height |
+ 20px |
Description
+ The border color of the focused RadioButton. | Description
The height of the Popover callout. |
||||||
$kendo-radio-focus-shadow | -List | -$kendo-checkbox-focus-shadow |
- 0 0 0 2px rgba(0, 0, 0, 0.06) |
+ $kendo-popover-callout-border-width | +Number | +$kendo-popover-border-width |
+ 1px |
Description
+ The box shadow of the focused RadioButton. | Description
The border width of the Popover callout. |
||||||
$kendo-radio-focus-checked-border | -Null | -$kendo-checkbox-focus-checked-border |
- null |
+ $kendo-popover-callout-border-style | +String | +$kendo-popover-border-style |
+ solid |
Description
+ The border color of the focused and checked RadioButton. | Description
The border style of the Popover callout. |
||||||
$kendo-radio-focus-checked-shadow | -List | -$kendo-checkbox-focus-checked-shadow |
- 0 0 0 2px rgba(243, 88, 0, 0.3) |
+ $kendo-popover-callout-bg | +Color | +$kendo-popover-bg |
+ #ffffff |
Description
+ The box shadow of the focused and checked RadioButton. | Description
The background color of the Popover callout. |
||||||
$kendo-radio-disabled-bg | -Null | -$kendo-checkbox-disabled-bg |
- null |
+ $kendo-popover-callout-border | +Color | +$kendo-popover-border |
+ #cacaca |
Description
+ The background color of the disabled RadioButton. | Description
The border color of the Popover callout. |
||||||
$kendo-radio-disabled-text | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-popup-padding-x | Null | -$kendo-checkbox-disabled-text |
+ null |
null |
|||
Description
+ The color of the disabled RadioButton. | Description
Horizontal padding of the popup. |
||||||
$kendo-radio-disabled-border | +$kendo-popup-padding-y | Null | -$kendo-checkbox-disabled-border |
+ null |
null |
||
Description
+ The border color of the disabled RadioButton. | Description
Vertical padding of the popup. |
||||||
$kendo-radio-disabled-checked-bg | -Null | -$kendo-checkbox-disabled-checked-bg |
- null |
+ $kendo-popup-border-width | +Number | +1px |
+ 1px |
Description
+ The background color of the disabled and checked RadioButton. | Description
Width of the border around the popup. |
||||||
$kendo-radio-disabled-checked-text | +$kendo-popup-border-radius | Null | -$kendo-checkbox-disabled-checked-text |
+ null |
null |
||
Description
+ The color of the disabled and checked RadioButton. | Description
Border radius of the popup. |
||||||
$kendo-radio-disabled-checked-border | -Null | -$kendo-checkbox-disabled-checked-border |
- null |
+ $kendo-popup-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The border color of disabled and checked RadioButton. | Description
Font size of the popup. |
||||||
$kendo-radio-invalid-bg | -Null | -$kendo-checkbox-invalid-bg |
- null |
+ $kendo-popup-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
Description
+ The background color of the invalid RadioButton. | Description
Line height of the popup. |
||||||
$kendo-radio-invalid-text | -Color | -$kendo-checkbox-invalid-text |
- #d92800 |
+ $kendo-popup-content-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The color of the invalid RadioButton. | Description
Horizontal padding of the popup content. |
||||||
$kendo-radio-invalid-border | -Color | -$kendo-checkbox-invalid-border |
- #d92800 |
+ $kendo-popup-content-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The border color of the invalid RadioButton. | Description
Vertical padding of the popup content. |
||||||
$kendo-radio-indicator-type | -String | -image |
- image |
+ $kendo-popup-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The type of the RadioButton indicator. | Description
Background color of the popup. |
||||||
$kendo-radio-glyph-font-family | -List | -"WebComponentsIcons", monospace |
- "WebComponentsIcons", monospace |
+ $kendo-popup-text | +Color | +$kendo-component-text |
+ #272727 |
Description
+ The font family of the RadioButton indicator glyph. | Description
Text color of the popup. |
||||||
$kendo-radio-checked-glyph | -String | -"\e308" |
- "\e308" |
+ $kendo-popup-border | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ The glyph of the RadioButton indicator. | Description
Border color of the popup. |
||||||
$kendo-radio-checked-image | +$kendo-popup-shadow | String | -k-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") |
+ k-elevation(4) |
+ var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)) |
|
Description
+ The image of the checked RadioButton indicator. | Description
Box shadow of the popup. |
||||||
$kendo-radio-disabled-checked-image | -Null | -null |
- null |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-progressbar-height | +Number | +22px |
+ 22px |
||||
Description
+ The image of the disabled and checked RadioButton indicator. | Description
The height of the ProgressBar. |
||||||
$kendo-radio-label-margin-x | +$kendo-progressbar-horizontal-width | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ 100% |
+ 100% |
|
Description
+ The horizontal margin of the RadioButton inside of a label. | Description
The horizontal width of the ProgressBar. |
||||||
$kendo-radio-list-spacing | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-progressbar-animation-timing | +List | +1s linear infinite |
+ 1s linear infinite |
Description
+ The horizontal list item margin of the RadioButton. | Description
The animation timing of the ProgressBar. |
||||||
$kendo-radio-list-item-padding-x | +$kendo-progressbar-border-width | Number | 0px |
0px |
|||
Description
+ The horizontal list item padding of the RadioButton. | Description
The width of the border around the ProgressBar. |
||||||
$kendo-radio-list-item-padding-y | -Number | -$kendo-list-md-item-padding-y |
- 4px |
+ $kendo-progressbar-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The vertical list item padding of the RadioButton. | Description
The font family of the ProgressBar. |
||||||
$kendo-radio-ripple-bg | -Color | -$kendo-radio-checked-bg |
- #f35800 |
+ $kendo-progressbar-font-size | +Number | +$kendo-font-size-sm |
+ 12px |
Description
+ The background color of the RadioButton ripple. | Description
The font size of the ProgressBar. |
||||||
$kendo-radio-ripple-opacity | +$kendo-progressbar-line-height | Number | -.25 |
- 0.25 |
+ 1 |
+ 1 |
|
Description
+ The opacity of the RadioButton ripple. | Description
The line height of the ProgressBar. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-rating-font-family | -String | -$kendo-font-family |
- inherit |
+||||
$kendo-progressbar-bg | +Color | +if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-component-bg, 1 )) |
+ #ebebeb |
||||
Description
+ The font family of the Rating. | Description
The background color of the ProgressBar. |
||||||
$kendo-rating-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-progressbar-text | +Color | +$kendo-component-text |
+ #272727 |
Description
+ The font size of the Rating. | Description
The text color of the ProgressBar. |
||||||
$kendo-rating-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-progressbar-border | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ The line height of the Rating. | Description
The border color of the ProgressBar. |
||||||
$kendo-rating-container-margin-x | -Number | -$kendo-padding-sm-x |
- 4px |
+ $kendo-progressbar-gradient | +Null | +null |
+ null |
Description
+ The horizontal margin of the Rating container. | Description
The background gradient of the ProgressBar. |
||||||
$kendo-rating-item-padding-x | -Number | -$kendo-padding-sm-x |
- 4px |
+ $kendo-progressbar-value-bg | +Color | +$kendo-color-primary |
+ #f35800 |
Description
+ The horizontal padding of the Rating item. | Description
The progress background color of the ProgressBar. |
||||||
$kendo-rating-item-padding-y | -Number | -$kendo-padding-md-y |
- 4px |
+ $kendo-progressbar-value-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg )) |
+ white |
Description
+ The vertical padding of the Rating item. | Description
The progress text color of the ProgressBar. |
||||||
$kendo-rating-label-margin-x | -Number | -$kendo-padding-md-x |
- 8px |
+ $kendo-progressbar-value-border | +Color | +if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg )) |
+ #e05100 |
Description
+ The horizontal margin of the Rating label. | Description
The progress border color of the ProgressBar. |
||||||
$kendo-rating-label-margin-y | -Number | -$kendo-padding-md-y |
- 4px |
+ $kendo-progressbar-value-gradient | +Null | +null |
+ null |
Description
+ The vertical margin of the Rating label. | Description
The progress background gradient of the ProgressBar. |
||||||
$kendo-rating-label-line-height | -Number | -$kendo-line-height-lg |
- 1.5 |
+ $kendo-progressbar-indeterminate-bg | +Color | +$kendo-progressbar-bg |
+ #ebebeb |
Description
+ The line height of the Rating label. | Description
The background color of the indeterminate ProgressBar. |
||||||
$kendo-rating-icon-text | +$kendo-progressbar-indeterminate-text | Color | -$kendo-component-text |
+ $kendo-progressbar-text |
#272727 |
||
Description
+ The text color of the Rating icon. | Description
The text color of the indeterminate ProgressBar. |
||||||
$kendo-rating-icon-selected-text | +$kendo-progressbar-indeterminate-border | Color | -$kendo-selected-bg |
- #f35800 |
+ $kendo-progressbar-border |
+ #cacaca |
|
Description
+ The text color of the selected Rating icon. | Description
The border color of the indeterminate ProgressBar. |
||||||
$kendo-rating-icon-hover-text | -Color | -$kendo-selected-bg |
- #f35800 |
+ $kendo-progressbar-indeterminate-gradient | +Null | +null |
+ null |
Description
+ The text color of the hovered Rating icon. | Description
The background gradient of the indeterminate ProgressBar. |
||||||
$kendo-rating-icon-focus-text | +$kendo-progressbar-chunk-border | Color | -$kendo-selected-bg |
- #f35800 |
+ $kendo-body-bg |
+ #ffffff |
|
Description
+ The text color of the focused Rating icon. | Description
The border color of the chunk ProgressBar. |
||||||
$kendo-rating-icon-focus-shadow | -List | -0 2px 4px rgba( black, .1 ) |
- 0 2px 4px rgba(0, 0, 0, 0.1) |
+ $kendo-circular-progressbar-arc-stroke | +Color | +$kendo-color-primary |
+ #f35800 |
Description
+ The shadow of the focused Rating icon. | Description
The arc stroke color of the circular ProgressBar. |
||||||
$kendo-rating-icon-focus-selected-shadow | -List | -0 2px 4px rgba( black, .1) |
- 0 2px 4px rgba(0, 0, 0, 0.1) |
+ $kendo-circular-progressbar-scale-stroke | +Color | +$kendo-progressbar-bg |
+ #ebebeb |
Description
+ The shadow of the focused and selected Rating icon. | Description
The scale stroke background color of the circular ProgressBar. |
$kendo-scrollview-border-width | -Number | -1px |
- 1px |
+ $kendo-prompt-text | +Color | +$kendo-component-text |
+ #272727 |
Description
+ The width of the border around the ScrollView. | Description
The text color of the Prompt. |
||||||
$kendo-scrollview-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-prompt-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The font family of the ScrollView. | Description
The background color of the Prompt. |
||||||
$kendo-scrollview-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-prompt-border | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ The font size of the ScrollView. | Description
The border color of the Prompt. |
||||||
$kendo-scrollview-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-prompt-header-text | +Color | +$kendo-component-header-text |
+ #272727 |
+
Description
+ The text color of the Prompt header. |
+|||||||
$kendo-prompt-header-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+||||
Description
+ The background color of the Prompt header. |
+|||||||
$kendo-prompt-header-border | +Color | +$kendo-component-header-border |
+ #cacaca |
+||||
Description
+ The border color of the Prompt header. |
+|||||||
$kendo-prompt-content-padding-y | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+||||
Description
+ The vertical padding of the Prompt content. |
+|||||||
$kendo-prompt-content-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+||||
Description
+ The horizontal padding of the Prompt content. |
+|||||||
$kendo-prompt-content-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+||||
Description
+ The spacing between the items of the Prompt content. |
+|||||||
$kendo-prompt-content-text | +Color | +$kendo-component-header-text |
+ #272727 |
+||||
Description
+ The text color of the Prompt content. |
+|||||||
$kendo-prompt-content-bg | +Color | +$kendo-component-header-bg |
+ #f0f0f0 |
+||||
Description
+ The background color of the Prompt content. |
+|||||||
$kendo-prompt-content-border | +Color | +$kendo-component-header-border |
+ #cacaca |
+||||
Description
+ The text border of the Prompt content. |
+|||||||
$kendo-prompt-expander-spacing | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+||||
Description
+ The spacing between the items of the Prompt content expander. |
+|||||||
$kendo-prompt-suggestion-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+||||
Description
+ The vertical padding of the Prompt suggestion container. |
+|||||||
$kendo-prompt-suggestion-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+||||
Description
+ The horizontal padding of the Prompt suggestion container. |
+|||||||
$kendo-prompt-suggestion-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
+||||
Description
+ The border radius of the Prompt suggestion container. |
+|||||||
$kendo-prompt-suggestion-text | +Color | +$kendo-component-text |
+ #272727 |
+||||
Description
+ The text color of the Prompt suggestion container. |
+|||||||
$kendo-prompt-suggestion-bg | +Color | +$kendo-body-bg |
+ #ffffff |
+||||
Description
+ The background color of the Prompt suggestion container. |
+|||||||
$kendo-prompt-suggestion-border | +Color | +$kendo-component-border |
+ #cacaca |
+||||
Description
+ The border color of the Prompt suggestion container. |
+|||||||
$kendo-prompt-suggestion-shadow | +String | +k-elevation(1) |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+||||
Description
+ The elevation of the Prompt suggestion container. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-radio-radius | +Number | +50% |
+ 50% |
+
Description
+ The border radius of the RadioButton. |
+|||
$kendo-radio-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the RadioButton. |
+|||
$kendo-radio-sm-size | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
+
Description
+ The size of a small RadioButton. |
+|||
$kendo-radio-md-size | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+
Description
+ The size of a medium RadioButton. |
+|||
$kendo-radio-lg-size | +Number | +k-map-get( $kendo-spacing, 5 ) |
+ 20px |
+
Description
+ The size of a large RadioButton. |
+|||
$kendo-radio-sm-glyph-size | +Number | +k-map-get( $kendo-spacing, 2.5 ) |
+ 10px |
+
Description
+ The glyph size of a small RadioButton. |
+|||
$kendo-radio-md-glyph-size | +Number | +k-map-get( $kendo-spacing, 3.5 ) |
+ 14px |
+
Description
+ The glyph size of a medium RadioButton. |
+|||
$kendo-radio-lg-glyph-size | +Number | +k-map-get( $kendo-spacing, 4.5 ) |
+ 18px |
+
Description
+ The glyph size of a large RadioButton. |
+|||
$kendo-radio-sm-ripple-size | +Number | +300% |
+ 300% |
+
Description
+ The ripple size of a small RadioButton. |
+|||
$kendo-radio-md-ripple-size | +Number | +300% |
+ 300% |
+
Description
+ The ripple size of a medium RadioButton. |
+|||
$kendo-radio-lg-ripple-size | +Number | +300% |
+ 300% |
+
Description
+ The ripple size of a large RadioButton. |
+|||
$kendo-radio-sizes | +Map | +(
+ sm: (
+ size: $kendo-radio-sm-size,
+ glyph-size: $kendo-radio-sm-glyph-size,
+ ripple-size: $kendo-radio-sm-ripple-size
+ ),
+ md: (
+ size: $kendo-radio-md-size,
+ glyph-size: $kendo-radio-md-glyph-size,
+ ripple-size: $kendo-radio-md-ripple-size
+ ),
+ lg: (
+ size: $kendo-radio-lg-size,
+ glyph-size: $kendo-radio-lg-glyph-size,
+ ripple-size: $kendo-radio-lg-ripple-size
+ )
+) |
+ (sm: (size: 12px, glyph-size: 10px, ripple-size: 300%), md: (size: 16px, glyph-size: 14px, ripple-size: 300%), lg: (size: 20px, glyph-size: 18px, ripple-size: 300%)) |
+
Description
+ The map with the different RadioButton sizes. |
+|||
$kendo-radio-bg | +Color | +$kendo-checkbox-bg |
+ #ffffff |
+
Description
+ The background color of the RadioButton. |
+|||
$kendo-radio-text | +Null | +$kendo-checkbox-text |
+ null |
+
Description
+ The color of the RadioButton. |
+|||
$kendo-radio-border | +Color | +$kendo-checkbox-border |
+ #cacaca |
+
Description
+ The border color of the RadioButton. |
+|||
$kendo-radio-hover-bg | +Null | +$kendo-checkbox-hover-bg |
+ null |
+
Description
+ The background color of the hovered RadioButton. |
+|||
$kendo-radio-hover-text | +Null | +$kendo-checkbox-hover-text |
+ null |
+
Description
+ The color of the hovered RadioButton. |
+|||
$kendo-radio-hover-border | +Null | +$kendo-checkbox-hover-border |
+ null |
+
Description
+ The border color of the hovered RadioButton. |
+|||
$kendo-radio-checked-bg | +Color | +$kendo-checkbox-checked-bg |
+ #f35800 |
+
Description
+ The background color of the checked RadioButton. |
+|||
$kendo-radio-checked-text | +Color | +$kendo-checkbox-checked-text |
+ white |
+
Description
+ The color of the checked RadioButton. |
+|||
$kendo-radio-checked-border | +Color | +$kendo-checkbox-checked-border |
+ #f35800 |
+
Description
+ The border color of the checked RadioButton. |
+|||
$kendo-radio-focus-border | +Null | +$kendo-checkbox-focus-border |
+ null |
+
Description
+ The border color of the focused RadioButton. |
+|||
$kendo-radio-focus-shadow | +List | +$kendo-checkbox-focus-shadow |
+ 0 0 0 2px rgba(0, 0, 0, 0.06) |
+
Description
+ The box shadow of the focused RadioButton. |
+|||
$kendo-radio-focus-checked-border | +Null | +$kendo-checkbox-focus-checked-border |
+ null |
+
Description
+ The border color of the focused and checked RadioButton. |
+|||
$kendo-radio-focus-checked-shadow | +List | +$kendo-checkbox-focus-checked-shadow |
+ 0 0 0 2px rgba(243, 88, 0, 0.3) |
+
Description
+ The box shadow of the focused and checked RadioButton. |
+|||
$kendo-radio-disabled-bg | +Null | +$kendo-checkbox-disabled-bg |
+ null |
+
Description
+ The background color of the disabled RadioButton. |
+|||
$kendo-radio-disabled-text | +Null | +$kendo-checkbox-disabled-text |
+ null |
+
Description
+ The color of the disabled RadioButton. |
+|||
$kendo-radio-disabled-border | +Null | +$kendo-checkbox-disabled-border |
+ null |
+
Description
+ The border color of the disabled RadioButton. |
+|||
$kendo-radio-disabled-checked-bg | +Null | +$kendo-checkbox-disabled-checked-bg |
+ null |
+
Description
+ The background color of the disabled and checked RadioButton. |
+|||
$kendo-radio-disabled-checked-text | +Null | +$kendo-checkbox-disabled-checked-text |
+ null |
+
Description
+ The color of the disabled and checked RadioButton. |
+|||
$kendo-radio-disabled-checked-border | +Null | +$kendo-checkbox-disabled-checked-border |
+ null |
+
Description
+ The border color of disabled and checked RadioButton. |
+|||
$kendo-radio-invalid-bg | +Null | +$kendo-checkbox-invalid-bg |
+ null |
+
Description
+ The background color of the invalid RadioButton. |
+|||
$kendo-radio-invalid-text | +Color | +$kendo-checkbox-invalid-text |
+ #d92800 |
+
Description
+ The color of the invalid RadioButton. |
+|||
$kendo-radio-invalid-border | +Color | +$kendo-checkbox-invalid-border |
+ #d92800 |
+
Description
+ The border color of the invalid RadioButton. |
+|||
$kendo-radio-indicator-type | +String | +image |
+ image |
+
Description
+ The type of the RadioButton indicator. |
+|||
$kendo-radio-glyph-font-family | +List | +"WebComponentsIcons", monospace |
+ "WebComponentsIcons", monospace |
+
Description
+ The font family of the RadioButton indicator glyph. |
+|||
$kendo-radio-checked-glyph | +String | +"\e308" |
+ "\e308" |
+
Description
+ The glyph of the RadioButton indicator. |
+|||
$kendo-radio-checked-image | +String | +k-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
+ The image of the checked RadioButton indicator. |
+|||
$kendo-radio-disabled-checked-image | +Null | +null |
+ null |
+
Description
+ The image of the disabled and checked RadioButton indicator. |
+|||
$kendo-radio-label-margin-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
+
Description
+ The horizontal margin of the RadioButton inside of a label. |
+|||
$kendo-radio-list-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+
Description
+ The horizontal list item margin of the RadioButton. |
+|||
$kendo-radio-list-item-padding-x | +Number | +0px |
+ 0px |
+
Description
+ The horizontal list item padding of the RadioButton. |
+|||
$kendo-radio-list-item-padding-y | +Number | +$kendo-list-md-item-padding-y |
+ 4px |
+
Description
+ The vertical list item padding of the RadioButton. |
+|||
$kendo-radio-ripple-bg | +Color | +$kendo-radio-checked-bg |
+ #f35800 |
+
Description
+ The background color of the RadioButton ripple. |
+|||
$kendo-radio-ripple-opacity | +Number | +.25 |
+ 0.25 |
+
Description
+ The opacity of the RadioButton ripple. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-rating-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the Rating. |
+|||
$kendo-rating-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the Rating. |
+|||
$kendo-rating-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the Rating. |
+|||
$kendo-rating-container-margin-x | +Number | +$kendo-padding-sm-x |
+ 4px |
+
Description
+ The horizontal margin of the Rating container. |
+|||
$kendo-rating-item-padding-x | +Number | +$kendo-padding-sm-x |
+ 4px |
+
Description
+ The horizontal padding of the Rating item. |
+|||
$kendo-rating-item-padding-y | +Number | +$kendo-padding-md-y |
+ 4px |
+
Description
+ The vertical padding of the Rating item. |
+|||
$kendo-rating-label-margin-x | +Number | +$kendo-padding-md-x |
+ 8px |
+
Description
+ The horizontal margin of the Rating label. |
+|||
$kendo-rating-label-margin-y | +Number | +$kendo-padding-md-y |
+ 4px |
+
Description
+ The vertical margin of the Rating label. |
+|||
$kendo-rating-label-line-height | +Number | +$kendo-line-height-lg |
+ 1.5 |
+
Description
+ The line height of the Rating label. |
+|||
$kendo-rating-icon-text | +Color | +$kendo-component-text |
+ #272727 |
+
Description
+ The text color of the Rating icon. |
+|||
$kendo-rating-icon-selected-text | +Color | +$kendo-selected-bg |
+ #f35800 |
+
Description
+ The text color of the selected Rating icon. |
+|||
$kendo-rating-icon-hover-text | +Color | +$kendo-selected-bg |
+ #f35800 |
+
Description
+ The text color of the hovered Rating icon. |
+|||
$kendo-rating-icon-focus-text | +Color | +$kendo-selected-bg |
+ #f35800 |
+
Description
+ The text color of the focused Rating icon. |
+|||
$kendo-rating-icon-focus-shadow | +List | +0 2px 4px rgba( black, .1 ) |
+ 0 2px 4px rgba(0, 0, 0, 0.1) |
+
Description
+ The shadow of the focused Rating icon. |
+|||
$kendo-rating-icon-focus-selected-shadow | +List | +0 2px 4px rgba( black, .1) |
+ 0 2px 4px rgba(0, 0, 0, 0.1) |
+
Description
+ The shadow of the focused and selected Rating icon. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-scrollview-border-width | +Number | +1px |
+ 1px |
+
Description
+ The width of the border around the ScrollView. |
+|||
$kendo-scrollview-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the ScrollView. |
+|||
$kendo-scrollview-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the ScrollView. |
+|||
$kendo-scrollview-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the ScrollView. |
+|||
$kendo-scrollview-text | +Color | +$kendo-component-text |
+ #272727 |
+
Description
+ The text color of the ScrollView. |
+|||
$kendo-scrollview-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the ScrollView. |
+|||
$kendo-scrollview-border | +Color | +$kendo-component-border |
+ #cacaca |
+
Description
+ The border color of the ScrollView. |
+|||
$kendo-scrollview-pagebutton-size | +Number | +10px |
+ 10px |
+
Description
+ The size of the ScrollView page button. |
+|||
$kendo-scrollview-pagebutton-bg | +Color | +$kendo-button-bg |
+ #f0f0f0 |
+
Description
+ The background color of the ScrollView page button. |
+|||
$kendo-scrollview-pagebutton-border | +Color | +$kendo-button-border |
+ #cacaca |
+
Description
+ The border color of the ScrollView page button. |
+|||
$kendo-scrollview-pagebutton-primary-bg | +Color | +$kendo-color-primary |
+ #f35800 |
+
Description
+ The primary background color of the ScrollView page button. |
+|||
$kendo-scrollview-pagebutton-primary-border | +Color | +if($kendo-enable-color-system, k-color( primary ), k-try-shade( $kendo-color-primary, 2 )) |
+ #cc4a00 |
+
Description
+ The primary border color of the ScrollView page button. |
+|||
$kendo-scrollview-pagebutton-shadow | +List | +0 0 0 2px rgba( black, .13 ) |
+ 0 0 0 2px rgba(0, 0, 0, 0.13) |
+
Description
+ The box shadow of the ScrollView page button. |
+|||
$kendo-scrollview-pager-offset | +Number | +0 |
+ 0 |
+
Description
+ The offset of the ScrollView pager. |
+|||
$kendo-scrollview-pager-item-spacing | +Number | +20px |
+ 20px |
+
Description
+ The spacing between the ScrollView pager items. |
+|||
$kendo-scrollview-pager-item-border-width | +Number | +0px |
+ 0px |
+
Description
+ The border width of the ScrollView pager items. |
+|||
$kendo-scrollview-pager-height | +Calculation | +calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + #{$kendo-scrollview-pager-item-spacing * 2} ) |
+ calc(10px + 0px + 40px) |
+
Description
+ The height of the ScrollView pager. |
+|||
$kendo-scrollview-arrow-tap-highlight-color | +Color | +$kendo-color-rgba-transparent |
+ rgba(0, 0, 0, 0) |
+
Description
+ The text color of the highlight over the tapped ScrollView navigation arrows. |
+|||
$kendo-scrollview-navigation-color | +Color | +white |
+ white |
+
Description
+ The color of the ScrollView navigation arrows. |
+|||
$kendo-scrollview-navigation-icon-shadow | +List | +rgba( black, .3 ) 0 0 15px |
+ rgba(0, 0, 0, 0.3) 0 0 15px |
+
Description
+ The box shadow of the ScrollView navigation arrows. |
+|||
$kendo-scrollview-navigation-bg | +Color | +rgba( black, 0 ) |
+ rgba(0, 0, 0, 0) |
+
Description
+ The background color of the ScrollView navigation. |
+|||
$kendo-scrollview-navigation-default-opacity | +Number | +.7 |
+ 0.7 |
+
Description
+ The opacity of the ScrollView navigation. |
+|||
$kendo-scrollview-navigation-hover-opacity | +Number | +1 |
+ 1 |
+
Description
+ The hover opacity of the ScrollView navigation. |
+|||
$kendo-scrollview-navigation-hover-span-bg | +Null | +null |
+ null |
+
Description
+ The hover background color of the ScrollView navigation arrows. |
+|||
$kendo-scrollview-light-bg | +Color | +rgba( white, .4 ) |
+ rgba(255, 255, 255, 0.4) |
+
Description
+ The background color of the ScrollView pager in light mode. |
+|||
$kendo-scrollview-dark-bg | +Color | +rgba( black, .4 ) |
+ rgba(0, 0, 0, 0.4) |
+
Description
+ The background color of the ScrollView pager in dark mode. |
+|||
$kendo-scrollview-transition-duration | +Number | +.3s |
+ 0.3s |
+
Description
+ The duration of the ScrollView transition. |
+|||
$kendo-scrollview-transition-timing-function | +String | +ease-in-out |
+ ease-in-out |
+
Description
+ The timing function of the ScrollView transition. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-skeleton-text-transform | +String | +scale( 1, .6 ) |
+ scale(1, 0.6) |
+
Description
+ The transform scale of the Skeleton text. |
+|||
$kendo-skeleton-text-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
+
Description
+ The border radius of the Skeleton text. |
+|||
$kendo-skeleton-rect-border-radius | +Number | +0 |
+ 0 |
+
Description
+ The border radius of the rectangular Skeleton. |
+|||
$kendo-skeleton-circle-border-radius | +Number | +9999px |
+ 9999px |
+
Description
+ The border radius of the circular Skeleton. |
+|||
$kendo-skeleton-item-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 )) |
+ rgba(64, 64, 64, 0.2) |
+
Description
+ The background color of the Skeleton item. |
+|||
$kendo-skeleton-wave-bg | +Color | +rgba( black, .04 ) |
+ rgba(0, 0, 0, 0.04) |
+
Description
+ The background color of the Skeleton wave animation. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-split-button-focus-shadow | +List | +$kendo-button-focus-shadow |
+ 0 0 4px 0 rgba(202, 202, 202, 0.75) |
+
Description
+ The focus shadow of the SplitButton. |
+|||
$kendo-split-button-arrow-padding-x | +Number | +$kendo-button-padding-y |
+ 4px |
+
Description
+ The horizontal padding of the arrow Button. |
+|||
$kendo-split-button-sm-arrow-padding-x | +Number | +$kendo-button-sm-padding-y |
+ 2px |
+
Description
+ The horizontal padding of the small arrow Button. |
+|||
$kendo-split-button-md-arrow-padding-x | +Number | +$kendo-button-md-padding-y |
+ 4px |
+
Description
+ The horizontal padding of the medium arrow Button. |
+|||
$kendo-split-button-lg-arrow-padding-x | +Number | +$kendo-button-lg-padding-y |
+ 8px |
+
Description
+ The horizontal padding of the large arrow Button. |
+|||
$kendo-split-button-arrow-padding-y | +Number | +$kendo-button-padding-y |
+ 4px |
+
Description
+ The vertical padding of the arrow Button. |
+|||
$kendo-split-button-sm-arrow-padding-y | +Number | +$kendo-button-sm-padding-y |
+ 2px |
+
Description
+ The vertical padding of the small arrow Button. |
+|||
$kendo-split-button-md-arrow-padding-y | +Number | +$kendo-button-md-padding-y |
+ 4px |
+
Description
+ The vertical padding of the medium arrow Button. |
+|||
$kendo-split-button-lg-arrow-padding-y | +Number | +$kendo-button-lg-padding-y |
+ 8px |
+
Description
+ The vertical padding of the large arrow Button. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-splitter-border-width | +Number | +1px |
+ 1px |
+
Description
+ The width of the border around the Splitter. |
+|||
$kendo-splitter-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the Splitter. |
+|||
$kendo-splitter-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the Splitter. |
+|||
$kendo-splitter-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the Splitter. |
+|||
$kendo-splitter-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Splitter. |
+|||
$kendo-splitter-text | +Color | +$kendo-component-text |
+ #272727 |
+
Description
+ The text color of the Splitter. |
+|||
$kendo-splitter-border | +Color | +$kendo-component-border |
+ #cacaca |
+
Description
+ The border color of the Splitter. |
+|||
$kendo-splitter-splitbar-size | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
+
Description
+ The size of the Splitter splitbar. |
+|||
$kendo-splitter-drag-handle-length | +Number | +20px |
+ 20px |
+
Description
+ The length of the Splitter drag handle. |
+|||
$kendo-splitter-drag-handle-thickness | +Number | +2px |
+ 2px |
+
Description
+ The thickness of the Splitter drag handle. |
+|||
$kendo-splitter-drag-icon-margin | +Number | +7px |
+ 7px |
+
Description
+ The margin of the Splitter drag handle icon. |
+|||
$kendo-splitter-collapse-icon-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding of the collapse icon in the Splitter. |
+|||
$kendo-splitter-collapse-icon-padding-y | +Number | +k-map-get( $kendo-spacing, .5 ) |
+ 2px |
+
Description
+ The vertical padding of the collapse icon in the Splitter. |
+|||
$kendo-splitbar-bg | +Color | +$kendo-base-bg |
+ #f0f0f0 |
+
Description
+ The background color of the Splitter splitbar. |
+|||
$kendo-splitbar-text | +Color | +$kendo-base-text |
+ #272727 |
+
Description
+ The text color of the Splitter splitbar. |
+|||
$kendo-splitbar-hover-bg | +Color | +if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-shade( $kendo-splitbar-bg, .5 )) |
+ #e6e6e6 |
+
Description
+ The hover background color of the Splitter splitbar. |
+|||
$kendo-splitbar-hover-text | +Color | +$kendo-splitbar-text |
+ #272727 |
+
Description
+ The hover text color of the Splitter splitbar. |
+|||
$kendo-splitbar-selected-bg | +Color | +$kendo-selected-bg |
+ #f35800 |
+
Description
+ The selected background color of the Splitter splitbar. |
+|||
$kendo-splitbar-selected-text | +Color | +$kendo-selected-text |
+ white |
+
Description
+ The selected text color of the Splitter splitbar. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-stepper-margin-x | +Null | +null |
+ null |
+
Description
+ The horizontal margin the Stepper. |
+|||
$kendo-stepper-margin-y | +Null | +null |
+ null |
+
Description
+ The vertical margin the Stepper. |
+|||
$kendo-stepper-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding the Stepper. |
+|||
$kendo-stepper-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding the Stepper. |
+|||
$kendo-stepper-label-margin-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal margin the Stepper label. |
+|||
$kendo-stepper-label-padding-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal padding the Stepper label. |
+|||
$kendo-stepper-label-padding-y | +Number | +5px |
+ 5px |
+
Description
+ The vertical padding the Stepper label. |
+|||
$kendo-stepper-border-width | +Number | +0px |
+ 0px |
+
Description
+ The width of the border around the Stepper. |
+|||
$kendo-stepper-inline-content-padding-x | +Number | +20px |
+ 20px |
+
Description
+ The horizontal padding the Stepper content. |
+|||
$kendo-stepper-inline-content-padding-y | +Number | +10px |
+ 10px |
+
Description
+ The vertical padding the Stepper content. |
+|||
$kendo-stepper-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
+ | +|||
$kendo-stepper-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
+ | +|||
$kendo-stepper-font-family | +String | +$kendo-font-family |
+ inherit |
+
+ | +|||
$kendo-stepper-bg | +Null | +null |
+ null |
+
Description
+ The background color of the Stepper. |
+|||
$kendo-stepper-text | +Color | +$kendo-component-text |
+ #272727 |
+
Description
+ The text color of the Stepper. |
+|||
$kendo-stepper-border | +Null | +null |
+ null |
+
Description
+ The border color of the Stepper. |
+|||
$kendo-stepper-indicator-width | +Number | +28px |
+ 28px |
+
Description
+ The width of the Stepper indicator. |
+|||
$kendo-stepper-indicator-height | +Number | +$kendo-stepper-indicator-width |
+ 28px |
+
Description
+ The height of the Stepper indicator. |
+|||
$kendo-stepper-indicator-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the Stepper indicator. |
+|||
$kendo-stepper-indicator-border-radius | +Number | +50% |
+ 50% |
+
Description
+ The border radius of the Stepper indicator. |
+|||
$kendo-stepper-indicator-focus-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the focused Stepper indicator. |
+|||
$kendo-stepper-indicator-focus-size | +Number | +2px |
+ 2px |
+
Description
+ The size of the focused Stepper indicator. |
+|||
$kendo-stepper-indicator-focus-offset | +Number | +3px |
+ 3px |
+
Description
+ The offset of the Stepper focused indicator. |
+|||
$kendo-stepper-indicator-focus-calc-offset | +Calculation | +calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} ) |
+ calc(1px + 3px) |
+
Description
+ The calculated offset of the focused Stepper indicator. |
+|||
$kendo-stepper-indicator-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Stepper indicator. |
+|||
$kendo-stepper-indicator-text | +Color | +$kendo-component-text |
+ #272727 |
+
Description
+ The text color of the Stepper indicator. |
+|||
$kendo-stepper-indicator-border | +Color | +$kendo-component-border |
+ #cacaca |
+
Description
+ The border color of the Stepper indicator. |
+|||
$kendo-stepper-indicator-hover-bg | +Color | +if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-shade( $kendo-stepper-indicator-bg )) |
+ #ebebeb |
+
Description
+ The background color of the hovered Stepper indicator. |
+|||
$kendo-stepper-indicator-hover-text | +Null | +null |
+ null |
+
Description
+ The text color of the hovered Stepper indicator. |
+|||
$kendo-stepper-indicator-hover-border | +Null | +null |
+ null |
+
Description
+ The border color of the hovered Stepper indicator. |
+|||
$kendo-stepper-indicator-disabled-bg | +Null | +null |
+ null |
+
Description
+ The background color of the disabled Stepper indicator. |
+|||
$kendo-stepper-indicator-disabled-text | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text) |
+ #8d8d8d |
+
Description
+ The text color of the disabled Stepper indicator. |
+|||
$kendo-stepper-indicator-disabled-border | +Null | +null |
+ null |
+
Description
+ The border color of the disabled Stepper indicator. |
+|||
$kendo-stepper-indicator-done-bg | +Color | +$kendo-color-primary |
+ #f35800 |
+
Description
+ The background color of the Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) |
+ white |
+
Description
+ The text color of the Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-border | +Color | +$kendo-stepper-indicator-done-bg |
+ #f35800 |
+
Description
+ The border color of the Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-hover-bg | +Color | +if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg )) |
+ #e05100 |
+
Description
+ The background color of the hovered Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-hover-text | +Null | +null |
+ null |
+
Description
+ The text color of the hovered Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-hover-border | +Null | +null |
+ null |
+
Description
+ The border color of the hovered Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-disabled-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( primary, true ), .6 ), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60% )) |
+ #f89b66 |
+
Description
+ The background color of the disabled Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-disabled-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) |
+ white |
+
Description
+ The text color of the disabled Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-disabled-border | +Color | +$kendo-stepper-indicator-done-disabled-bg |
+ #f89b66 |
+
Description
+ The border color of the disabled Stepper done indicator. |
+|||
$kendo-stepper-indicator-current-bg | +Color | +$kendo-stepper-indicator-done-bg |
+ #f35800 |
+
Description
+ The background color of the Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-text | +Color | +$kendo-stepper-indicator-done-text |
+ white |
+
Description
+ The text color of the Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-border | +Color | +$kendo-stepper-indicator-done-border |
+ #f35800 |
+
Description
+ The border color of the Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-hover-bg | +Color | +$kendo-stepper-indicator-done-hover-bg |
+ #e05100 |
+
Description
+ The background color of the hovered Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-hover-text | +Null | +$kendo-stepper-indicator-done-hover-text |
+ null |
+
Description
+ The text color of the hovered Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-hover-border | +Null | +$kendo-stepper-indicator-done-hover-border |
+ null |
+
Description
+ The border color of the hovered Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-disabled-bg | +Color | +$kendo-stepper-indicator-done-disabled-bg |
+ #f89b66 |
+
Description
+ The background color of the disabled Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-disabled-text | +Color | +$kendo-stepper-indicator-done-disabled-text |
+ white |
+
Description
+ The text color of the disabled Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-disabled-border | +Color | +$kendo-stepper-indicator-done-disabled-border |
+ #f89b66 |
+
Description
+ The border color of the disabled Stepper current indicator. |
+|||
$kendo-stepper-label-text | +Null | +null |
+ null |
+
Description
+ The text color of the Stepper label. |
+|||
$kendo-stepper-label-success-text | +Color | +$kendo-color-success |
+ #3ea44e |
+
Description
+ The success text color of the Stepper label. |
+|||
$kendo-stepper-label-error-text | +Color | +$kendo-color-error |
+ #d92800 |
+
Description
+ The error text color of the Stepper label. |
+|||
$kendo-stepper-label-hover-text | +Null | +null |
+ null |
+
Description
+ The text color of the hovered Stepper label. |
+|||
$kendo-stepper-label-disabled-text | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text) |
+ #8d8d8d |
+
Description
+ The text color of the disabled Stepper label. |
+|||
$kendo-stepper-optional-label-text | +Color | +$kendo-subtle-text |
+ #646464 |
+
Description
+ The text color of the Stepper optional label. |
+|||
$kendo-stepper-optional-label-opacity | +Null | +null |
+ null |
+
Description
+ The opacity of the Stepper optional label. |
+|||
$kendo-stepper-optional-label-font-size | +Number | +$kendo-font-size-sm |
+ 12px |
+
Description
+ The font size of the Stepper optional label. |
+|||
$kendo-stepper-optional-label-font-style | +Null | +null |
+ null |
+
Description
+ The font style of the Stepper optional label. |
+|||
$kendo-stepper-progressbar-size | +Number | +2px |
+ 2px |
+
Description
+ The size of the Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-bg | +Null | +null |
+ null |
+
Description
+ The background color of the Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-text | +Null | +null |
+ null |
+
Description
+ The text color of the Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-fill-bg | +Null | +null |
+ null |
+
Description
+ The background color of the selected Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-fill-text | +Null | +null |
+ null |
+
Description
+ The text color of the selected Stepper ProgressBar. |
+|||
$kendo-stepper-content-transition-property | +String | +height |
+ height |
+
Description
+ The property name of the Stepper transition. |
+|||
$kendo-stepper-content-transition-duration | +Number | +300ms |
+ 300ms |
+
Description
+ The duration of the Stepper transition. |
+|||
$kendo-stepper-content-transition-timing-function | +List | +cubic-bezier(.4, 0, .2, 1) 0ms |
+ cubic-bezier(0.4, 0, 0.2, 1) 0ms |
+
Description
+ The timing function of the Stepper transition. |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-switch-font-family | +Null | +null |
+ null |
+||||
Description
+ The font family of the Switch. |
+|||||||
$kendo-switch-track-border-width | +Number | +1px |
+ 1px |
+||||
Description
+ The border width of the Switch track. |
+|||||||
$kendo-switch-thumb-border-width | +Number | +1px |
+ 1px |
+||||
Description
+ The border width of the Switch thumb. |
+|||||||
$kendo-switch-label-text-transform | +Null | +null |
+ null |
+||||
Description
+ The text transform of the Switch label. |
+|||||||
$kendo-switch-label-display | +String | +inline |
+ inline |
+||||
Description
+ The display of the Switch label. |
+|||||||
$kendo-switch-sizes | +Map | +(
+ sm: ( font-size: 12px, track-width: 48px, track-height: 26px, thumb-width: 20px, thumb-height: 20px, thumb-offset: 3px, label-offset: 4px ),
+ md: ( font-size: 12px, track-width: 56px, track-height: 30px, thumb-width: 24px, thumb-height: 24px, thumb-offset: 3px, label-offset: 6px ),
+ lg: ( font-size: 12px, track-width: 64px, track-height: 34px, thumb-width: 28px, thumb-height: 28px, thumb-offset: 3px, label-offset: 8px )
+) |
+ (sm: (font-size: 12px, track-width: 48px, track-height: 26px, thumb-width: 20px, thumb-height: 20px, thumb-offset: 3px, label-offset: 4px), md: (font-size: 12px, track-width: 56px, track-height: 30px, thumb-width: 24px, thumb-height: 24px, thumb-offset: 3px, label-offset: 6px), lg: (font-size: 12px, track-width: 64px, track-height: 34px, thumb-width: 28px, thumb-height: 28px, thumb-offset: 3px, label-offset: 8px)) |
+||||
Description
+ The map with the different Switch sizes. |
+|||||||
$kendo-switch-off-track-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+||||
Description
+ The background of the track when the Switch is not checked. |
+|||||||
$kendo-switch-off-track-text | +Color | +$kendo-component-text |
+ #272727 |
+||||
Description
+ The text color of the track when the Switch is not checked. |
+|||||||
$kendo-switch-off-track-border | +Color | +$kendo-component-border |
+ #cacaca |
+||||
Description
+ The border color of the track when the Switch is not checked. |
+|||||||
$kendo-switch-off-track-gradient | +Null | +null |
+ null |
+||||
Description
+ The background gradient of the track when the Switch is not checked. |
+|||||||
$kendo-switch-off-track-hover-bg | +Null | +null |
+ null |
+||||
Description
+ The background of the track when the hovered Switch is not checked. |
+|||||||
$kendo-switch-off-track-hover-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the track when the hovered Switch is not checked. |
+|||||||
$kendo-switch-off-track-hover-border | +Null | +null |
+ null |
+||||
Description
+ The border color of the track when the hovered Switch is not checked. |
+|||||||
$kendo-switch-off-track-hover-gradient | +Null | +null |
+ null |
+||||
Description
+ The background gradient of the track when the hovered Switch is not checked. |
+|||||||
$kendo-switch-off-track-focus-bg | +Null | +null |
+ null |
+||||
Description
+ The background of the track when the focused Switch is not checked. |
+|||||||
$kendo-switch-off-track-focus-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the track when the focused Switch is not checked. |
+|||||||
$kendo-switch-off-track-focus-border | +Null | +null |
+ null |
+||||
Description
+ The border color of the track when the focused Switch is not checked. |
+|||||||
$kendo-switch-off-track-focus-gradient | +Null | +null |
+ null |
+||||
Description
+ The background gradient of the track when the focused Switch is not checked. |
+|||||||
$kendo-switch-off-track-focus-ring | +List | +0 0 3px 1px rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .25 ) |
+ 0 0 3px 1px rgba(0, 0, 0, 0.25) |
+||||
Description
+ The ring around the track when the focused Switch is not checked. |
+|||||||
$kendo-switch-off-track-disabled-bg | +Null | +null |
+ null |
+||||
Description
+ The background of the track when the disabled Switch is not checked. |
+|||||||
$kendo-switch-off-track-disabled-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the track when the disabled Switch is not checked. |
+|||||||
$kendo-switch-off-track-disabled-border | +Null | +null |
+ null |
+||||
Description
+ The border color of the track when the disabled Switch is not checked. |
+|||||||
$kendo-switch-off-track-disabled-gradient | +Null | +null |
+ null |
+||||
Description
+ The background gradient of the track when the disabled Switch is not checked. |
+|||||||
$kendo-switch-off-thumb-bg | +Color | +if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-switch-off-track-bg )) |
+ #ebebeb |
+||||
Description
+ The background of the thumb when the Switch is not checked. |
+|||||||
$kendo-switch-off-thumb-text | +Null | +null |
+ null |
||||
Description
+ The line height of the ScrollView. | Description
The text color of the thumb when the Switch is not checked. |
||||||
$kendo-scrollview-text | +$kendo-switch-off-thumb-border | Color | -$kendo-component-text |
- #272727 |
+ $kendo-switch-off-track-border |
+ #cacaca |
|
Description
+ The text color of the ScrollView. | Description
The border color of the thumb when the Switch is not checked. |
||||||
$kendo-scrollview-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-switch-off-thumb-gradient | +List | +$kendo-base-gradient |
+ rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) |
Description
+ The background color of the ScrollView. | Description
The background gradient of the thumb when the Switch is not checked. |
||||||
$kendo-scrollview-border | +$kendo-switch-off-thumb-hover-bg | Color | -$kendo-component-border |
- #cacaca |
+ if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-switch-off-thumb-bg )) |
+ #d8d8d8 |
|
Description
+ The border color of the ScrollView. | Description
The background of the thumb when the hovered Switch is not checked. |
||||||
$kendo-scrollview-pagebutton-size | -Number | -10px |
- 10px |
+ $kendo-switch-off-thumb-hover-text | +Null | +null |
+ null |
Description
+ The size of the ScrollView page button. | Description
The text color of the thumb when the hovered Switch is not checked. |
||||||
$kendo-scrollview-pagebutton-bg | +$kendo-switch-off-thumb-hover-border | Color | -$kendo-button-bg |
- #f0f0f0 |
+ $kendo-switch-off-thumb-border |
+ #cacaca |
|
Description
+ The background color of the ScrollView page button. | Description
The border color of the thumb when the hovered Switch is not checked. |
||||||
$kendo-scrollview-pagebutton-border | -Color | -$kendo-button-border |
- #cacaca |
+ $kendo-switch-off-thumb-hover-gradient | +Null | +null |
+ null |
Description
+ The border color of the ScrollView page button. | Description
The background gradient of the thumb when the hovered Switch is not checked. |
||||||
$kendo-scrollview-pagebutton-primary-bg | +$kendo-switch-on-track-bg | Color | -$kendo-color-primary |
- #f35800 |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The primary background color of the ScrollView page button. | Description
The background of the track when the Switch is checked. |
||||||
$kendo-scrollview-pagebutton-primary-border | +$kendo-switch-on-track-text | Color | -if($kendo-enable-color-system, k-color( primary ), k-try-shade( $kendo-color-primary, 2 )) |
- #cc4a00 |
+ $kendo-color-primary |
+ #f35800 |
|
Description
+ The primary border color of the ScrollView page button. | Description
The text color of the track when the Switch is checked. |
||||||
$kendo-scrollview-pagebutton-shadow | -List | -0 0 0 2px rgba( black, .13 ) |
- 0 0 0 2px rgba(0, 0, 0, 0.13) |
+ $kendo-switch-on-track-border | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ The box shadow of the ScrollView page button. | Description
The border color of the track when the Switch is checked. |
||||||
$kendo-scrollview-pager-offset | -Number | -0 |
- 0 |
+ $kendo-switch-on-track-gradient | +Null | +null |
+ null |
Description
+ The offset of the ScrollView pager. | Description
The background gradient of the track when the Switch is checked. |
||||||
$kendo-scrollview-pager-item-spacing | -Number | -20px |
- 20px |
+ $kendo-switch-on-track-hover-bg | +Null | +null |
+ null |
Description
+ The spacing between the ScrollView pager items. | Description
The background of the track wen the hovered Switch is checked. |
||||||
$kendo-scrollview-pager-item-border-width | -Number | -0px |
- 0px |
+ $kendo-switch-on-track-hover-text | +Null | +null |
+ null |
Description
+ The border width of the ScrollView pager items. | Description
The text color of the track wen the hovered Switch is checked. |
||||||
$kendo-scrollview-pager-height | -Calculation | -calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + #{$kendo-scrollview-pager-item-spacing * 2} ) |
- calc(10px + 0px + 40px) |
+ $kendo-switch-on-track-hover-border | +Null | +null |
+ null |
Description
+ The height of the ScrollView pager. | Description
The border color of the track wen the hovered Switch is checked. |
||||||
$kendo-scrollview-arrow-tap-highlight-color | -Color | -$kendo-color-rgba-transparent |
- rgba(0, 0, 0, 0) |
+ $kendo-switch-on-track-hover-gradient | +Null | +null |
+ null |
Description
+ The text color of the highlight over the tapped ScrollView navigation arrows. | Description
The background gradient of the track wen the hovered Switch is checked. |
||||||
$kendo-scrollview-navigation-color | -Color | -white |
- white |
+ $kendo-switch-on-track-focus-bg | +Null | +null |
+ null |
Description
+ The color of the ScrollView navigation arrows. | Description
The background of the track wen the focused Switch is checked. |
||||||
$kendo-scrollview-navigation-icon-shadow | -List | -rgba( black, .3 ) 0 0 15px |
- rgba(0, 0, 0, 0.3) 0 0 15px |
+ $kendo-switch-on-track-focus-text | +Null | +null |
+ null |
Description
+ The box shadow of the ScrollView navigation arrows. | Description
The text color of the track wen the focused Switch is checked. |
||||||
$kendo-scrollview-navigation-bg | -Color | -rgba( black, 0 ) |
- rgba(0, 0, 0, 0) |
+ $kendo-switch-on-track-focus-border | +Null | +null |
+ null |
Description
+ The background color of the ScrollView navigation. | Description
The border color of the track wen the focused Switch is checked. |
||||||
$kendo-scrollview-navigation-default-opacity | -Number | -.7 |
- 0.7 |
+ $kendo-switch-on-track-focus-gradient | +Null | +null |
+ null |
Description
+ The opacity of the ScrollView navigation. | Description
The background gradient of the track wen the focused Switch is checked. |
||||||
$kendo-scrollview-navigation-hover-opacity | -Number | -1 |
- 1 |
+ $kendo-switch-on-track-focus-ring | +List | +0 0 3px 1px rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .25 ) |
+ 0 0 3px 1px rgba(0, 0, 0, 0.25) |
Description
+ The hover opacity of the ScrollView navigation. | Description
The ring around the track wen the focused Switch is checked. |
||||||
$kendo-scrollview-navigation-hover-span-bg | +$kendo-switch-on-track-disabled-bg | Null | null |
null |
|||
Description
+ The hover background color of the ScrollView navigation arrows. | Description
The background of the track when the disabled Switch is checked. |
||||||
$kendo-scrollview-light-bg | -Color | -rgba( white, .4 ) |
- rgba(255, 255, 255, 0.4) |
+ $kendo-switch-on-track-disabled-text | +Null | +null |
+ null |
Description
+ The background color of the ScrollView pager in light mode. | Description
The text color of the track when the disabled Switch is checked. |
||||||
$kendo-scrollview-dark-bg | -Color | -rgba( black, .4 ) |
- rgba(0, 0, 0, 0.4) |
+ $kendo-switch-on-track-disabled-border | +Null | +null |
+ null |
Description
+ The background color of the ScrollView pager in dark mode. | Description
The border color of the track when the disabled Switch is checked. |
||||||
$kendo-scrollview-transition-duration | -Number | -.3s |
- 0.3s |
+ $kendo-switch-on-track-disabled-gradient | +Null | +null |
+ null |
Description
+ The duration of the ScrollView transition. | Description
The background gradient of the track when the disabled Switch is checked. |
||||||
$kendo-scrollview-transition-timing-function | -String | -ease-in-out |
- ease-in-out |
+ $kendo-switch-on-thumb-bg | +Color | +$kendo-color-primary |
+ #f35800 |
Description
+ The timing function of the ScrollView transition. | Description
The background of the thumb when the Switch is checked. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-skeleton-text-transform | -String | -scale( 1, .6 ) |
- scale(1, 0.6) |
+||||
$kendo-switch-on-thumb-text | +Null | +null |
+ null |
||||
Description
+ The transform scale of the Skeleton text. | Description
The text color of the thumb when the Switch is checked. |
||||||
$kendo-skeleton-text-border-radius | -Number | -$kendo-border-radius-md |
- 4px |
+ $kendo-switch-on-thumb-border | +Color | +if($kendo-enable-color-system, k-color( primary ), k-try-shade( $kendo-switch-on-thumb-bg )) |
+ #e05100 |
Description
+ The border radius of the Skeleton text. | Description
The border color of the thumb when the Switch is checked. |
||||||
$kendo-skeleton-rect-border-radius | -Number | -0 |
- 0 |
+ $kendo-switch-on-thumb-gradient | +List | +$kendo-base-gradient |
+ rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) |
Description
+ The border radius of the rectangular Skeleton. | Description
The background gradient of the thumb when the Switch is checked. |
||||||
$kendo-skeleton-circle-border-radius | -Number | -9999px |
- 9999px |
+ $kendo-switch-on-thumb-hover-bg | +Color | +if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-switch-on-thumb-bg )) |
+ #e05100 |
Description
+ The border radius of the circular Skeleton. | Description
The background of the thumb when the hovered Switch is checked. |
||||||
$kendo-skeleton-item-bg | -Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 )) |
- rgba(64, 64, 64, 0.2) |
+ $kendo-switch-on-thumb-hover-text | +Null | +null |
+ null |
Description
+ The background color of the Skeleton item. | Description
The text color of the thumb when the hovered Switch is checked. |
||||||
$kendo-skeleton-wave-bg | +$kendo-switch-on-thumb-hover-border | Color | -rgba( black, .04 ) |
- rgba(0, 0, 0, 0.04) |
+ if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-switch-on-thumb-hover-bg )) |
+ #ce4b00 |
|
Description
+ The background color of the Skeleton wave animation. | Description
+ The border color of the thumb when the hovered Switch is checked. |
+||||||
$kendo-switch-on-thumb-hover-gradient | +Null | +null |
+ null |
+||||
Description
The background gradient of the thumb when the hovered Switch is checked. |
$kendo-split-button-focus-shadow | -List | -$kendo-button-focus-shadow |
- 0 0 4px 0 rgba(202, 202, 202, 0.75) |
+ $kendo-table-border-width | +Number | +1px |
+ 1px |
Description
+ The focus shadow of the SplitButton. | Description
The width of the table border. |
||||||
$kendo-split-button-arrow-padding-x | +$kendo-table-cell-vertical-border-width | Number | -$kendo-button-padding-y |
- 4px |
+ 1px |
+ 1px |
|
Description
+ The horizontal padding of the arrow Button. | Description
The width of vertical border of table cells. |
||||||
$kendo-split-button-sm-arrow-padding-x | +$kendo-table-cell-horizontal-border-width | Number | -$kendo-button-sm-padding-y |
- 2px |
+ 0px |
+ 0px |
|
Description
+ The horizontal padding of the small arrow Button. | Description
The width of horizontal border of table cells. |
||||||
$kendo-split-button-md-arrow-padding-x | -Number | -$kendo-button-md-padding-y |
- 4px |
+ $kendo-table-font-size | +Null | +null |
+ null |
Description
+ The horizontal padding of the medium arrow Button. | Description
The font size of the table if no size is specified. |
||||||
$kendo-split-button-lg-arrow-padding-x | -Number | -$kendo-button-lg-padding-y |
- 8px |
+ $kendo-table-line-height | +Null | +null |
+ null |
Description
+ The horizontal padding of the large arrow Button. | Description
The line-height of the table if no size is specified. |
||||||
$kendo-split-button-arrow-padding-y | -Number | -$kendo-button-padding-y |
- 4px |
+ $kendo-table-cell-padding-x | +Null | +null |
+ null |
Description
+ The vertical padding of the arrow Button. | Description
The horizontal padding of the cells in the table if no size is specified. |
||||||
$kendo-split-button-sm-arrow-padding-y | -Number | -$kendo-button-sm-padding-y |
- 2px |
+ $kendo-table-cell-padding-y | +Null | +null |
+ null |
Description
+ The vertical padding of the small arrow Button. | Description
The vertical padding of the cells in the table if no size is specified. |
||||||
$kendo-split-button-md-arrow-padding-y | -Number | -$kendo-button-md-padding-y |
- 4px |
+ $kendo-table-sizes | +Map | +(
+ 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: 4px, cell-padding-y: 4px), md: (font-size: 14px, line-height: 1.4285714286, cell-padding-x: 8px, cell-padding-y: 8px), lg: (font-size: 14px, line-height: 1.4285714286, cell-padding-x: 8px, cell-padding-y: 10px)) |
Description
+ The vertical padding of the medium arrow Button. | Description
The sizes of the table. |
||||||
$kendo-split-button-lg-arrow-padding-y | -Number | -$kendo-button-lg-padding-y |
- 8px |
+ $kendo-table-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The vertical padding of the large arrow Button. | Description
Background color of tables. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-switch-font-family | -Null | -null |
- null |
+||||
$kendo-table-text | +Color | +$kendo-component-text |
+ #272727 |
||||
Description
+ The font family of the Switch. | Description
Text color of tables. |
||||||
$kendo-switch-track-border-width | -Number | -1px |
- 1px |
+ $kendo-table-border | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ The border width of the Switch track. | Description
Border color of tables. |
||||||
$kendo-switch-thumb-border-width | -Number | -1px |
- 1px |
+ $kendo-table-header-bg | +Color | +$kendo-component-header-bg |
+ #f0f0f0 |
Description
+ The border width of the Switch thumb. | Description
Background color of table headers. |
||||||
$kendo-switch-label-text-transform | -Null | -null |
- null |
+ $kendo-table-header-text | +Color | +$kendo-component-header-text |
+ #272727 |
+
Description
+ Text color of table headers. |
+|||||||
$kendo-table-header-border | +Color | +$kendo-component-header-border |
+ #cacaca |
+||||
Description
+ Border color of table headers. |
+|||||||
$kendo-table-header-gradient | +List | +$kendo-component-header-gradient |
+ rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) |
+||||
Description
+ Gradient of table headers. |
+|||||||
$kendo-table-footer-bg | +Color | +$kendo-table-header-bg |
+ #f0f0f0 |
||||
Description
+ The text transform of the Switch label. | Description
Background color of table footers. |
||||||
$kendo-switch-label-display | -String | -inline |
- inline |
+ $kendo-table-footer-text | +Color | +$kendo-table-header-text |
+ #272727 |
Description
+ The display of the Switch label. | Description
Text color of table footers. |
||||||
$kendo-switch-sizes | -Map | -(
- sm: ( font-size: 12px, track-width: 48px, track-height: 26px, thumb-width: 20px, thumb-height: 20px, thumb-offset: 3px, label-offset: 4px ),
- md: ( font-size: 12px, track-width: 56px, track-height: 30px, thumb-width: 24px, thumb-height: 24px, thumb-offset: 3px, label-offset: 6px ),
- lg: ( font-size: 12px, track-width: 64px, track-height: 34px, thumb-width: 28px, thumb-height: 28px, thumb-offset: 3px, label-offset: 8px )
-) |
- (sm: (font-size: 12px, track-width: 48px, track-height: 26px, thumb-width: 20px, thumb-height: 20px, thumb-offset: 3px, label-offset: 4px), md: (font-size: 12px, track-width: 56px, track-height: 30px, thumb-width: 24px, thumb-height: 24px, thumb-offset: 3px, label-offset: 6px), lg: (font-size: 12px, track-width: 64px, track-height: 34px, thumb-width: 28px, thumb-height: 28px, thumb-offset: 3px, label-offset: 8px)) |
+ $kendo-table-footer-border | +Color | +$kendo-table-header-border |
+ #cacaca |
Description
+ The map with the different Switch sizes. | Description
Border color of table footers. |
||||||
$kendo-switch-off-track-bg | +$kendo-table-group-row-bg | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-table-header-bg |
+ #f0f0f0 |
|
Description
+ The background of the track when the Switch is not checked. | Description
Background color of group rows in table. |
||||||
$kendo-switch-off-track-text | +$kendo-table-group-row-text | Color | -$kendo-component-text |
+ $kendo-table-header-text |
#272727 |
||
Description
+ The text color of the track when the Switch is not checked. | Description
Text color of group rows in table. |
||||||
$kendo-switch-off-track-border | +$kendo-table-group-row-border | Color | -$kendo-component-border |
+ $kendo-table-header-border |
#cacaca |
||
Description
+ The border color of the track when the Switch is not checked. | Description
Border color of group rows in table. |
||||||
$kendo-switch-off-track-gradient | -Null | -null |
- null |
+ $kendo-table-alt-row-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), k-try-shade( $kendo-table-bg, .5 )) |
+ whitesmoke |
Description
+ The background gradient of the track when the Switch is not checked. | Description
Background color of alternating rows in table. |
||||||
$kendo-switch-off-track-hover-bg | +$kendo-table-alt-row-text | Null | null |
null |
|||
Description
+ The background of the track when the hovered Switch is not checked. | Description
Text color of alternating rows in table. |
||||||
$kendo-switch-off-track-hover-text | +$kendo-table-alt-row-border | Null | null |
null |
|||
Description
+ The text color of the track when the hovered Switch is not checked. | Description
Border color of alternating rows in table. |
||||||
$kendo-switch-off-track-hover-border | -Null | -null |
- null |
+ $kendo-table-hover-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .11 ), k-try-shade( $kendo-table-bg, 1 )) |
+ #ebebeb |
Description
+ The border color of the track when the hovered Switch is not checked. | Description
Background color of hovered rows in table. |
||||||
$kendo-switch-off-track-hover-gradient | +$kendo-table-hover-text | Null | null |
null |
|||
Description
+ The background gradient of the track when the hovered Switch is not checked. | Description
Text color of hovered rows in table. |
||||||
$kendo-switch-off-track-focus-bg | +$kendo-table-hover-border | Null | null |
null |
|||
Description
+ The background of the track when the focused Switch is not checked. | Description
Border color of hovered rows in table. |
||||||
$kendo-switch-off-track-focus-text | +$kendo-table-focus-bg | Null | null |
null |
|||
Description
+ The text color of the track when the focused Switch is not checked. | Description
Background color of focused rows in table. |
||||||
$kendo-switch-off-track-focus-border | +$kendo-table-focus-text | Null | null |
null |
|||
Description
+ The border color of the track when the focused Switch is not checked. | Description
Text color of focused rows in table. |
||||||
$kendo-switch-off-track-focus-gradient | +$kendo-table-focus-border | Null | null |
null |
|||
Description
+ The background gradient of the track when the focused Switch is not checked. | Description
Border color of focused rows in table. |
||||||
$kendo-switch-off-track-focus-ring | +$kendo-table-focus-shadow | List | -0 0 3px 1px rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .25 ) |
- 0 0 3px 1px rgba(0, 0, 0, 0.25) |
+ $kendo-list-item-focus-shadow |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
|
Description
+ The ring around the track when the focused Switch is not checked. | Description
Box shadow of focused rows in table. |
||||||
$kendo-switch-off-track-disabled-bg | -Null | -null |
- null |
+ $kendo-table-selected-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) |
+ rgba(243, 88, 0, 0.25) |
Description
+ The background of the track when the disabled Switch is not checked. | Description
Background color of selected rows in table. |
||||||
$kendo-switch-off-track-disabled-text | +$kendo-table-selected-text | Null | null |
null |
|||
Description
+ The text color of the track when the disabled Switch is not checked. | Description
Text color of selected rows in table. |
||||||
$kendo-switch-off-track-disabled-border | +$kendo-table-selected-border | Null | null |
null |
|||
Description
+ The border color of the track when the disabled Switch is not checked. | Description
Border color of selected rows in table. |
||||||
$kendo-switch-off-track-disabled-gradient | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-tabstrip-bg | Null | null |
null |
||||
Description
+ The background gradient of the track when the disabled Switch is not checked. | Description
Background color of tabstrip component |
||||||
$kendo-switch-off-thumb-bg | +$kendo-tabstrip-text | Color | -if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-switch-off-track-bg )) |
- #ebebeb |
+ $kendo-component-text |
+ #272727 |
|
Description
+ The background of the thumb when the Switch is not checked. | Description
Text color of tabstrip component |
||||||
$kendo-switch-off-thumb-text | -Null | -null |
- null |
+ $kendo-tabstrip-border | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ The text color of the thumb when the Switch is not checked. | Description
Border color of tabstrip component |
||||||
$kendo-switch-off-thumb-border | +$kendo-tabstrip-item-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+|||
Description
+ Horizontal padding of tabs |
+|||||||
$kendo-tabstrip-item-padding-y | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
+||||
Description
+ Vertical padding of tabs |
+|||||||
$kendo-tabstrip-item-border-width | +Number | +1px |
+ 1px |
+||||
Description
+ Width of border around tabs |
+|||||||
$kendo-tabstrip-item-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
+||||
Description
+ Border radius of tabs |
+|||||||
$kendo-tabstrip-item-gap | +Number | +0 |
+ 0 |
+||||
Description
+ Spacing between tabs |
+|||||||
$kendo-tabstrip-item-bg | Color | -$kendo-switch-off-track-border |
+ $kendo-base-bg |
+ #f0f0f0 |
+|||
Description
+ Background color of tabs |
+|||||||
$kendo-tabstrip-item-text | +Color | +$kendo-base-text |
+ #272727 |
+||||
Description
+ Text color of tabs |
+|||||||
$kendo-tabstrip-item-border | +Color | +$kendo-base-border |
#cacaca |
||||
Description
+ The border color of the thumb when the Switch is not checked. | Description
Border color of tabs |
||||||
$kendo-switch-off-thumb-gradient | +$kendo-tabstrip-item-gradient | List | $kendo-base-gradient |
rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) |
|||
Description
+ The background gradient of the thumb when the Switch is not checked. | Description
Background gradient of tabs |
||||||
$kendo-switch-off-thumb-hover-bg | +$kendo-tabstrip-item-hover-bg | Color | -if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-switch-off-thumb-bg )) |
- #d8d8d8 |
+ $kendo-hover-bg |
+ #dddddd |
|
Description
+ The background of the thumb when the hovered Switch is not checked. | Description
Background color of hovered tabs |
||||||
$kendo-switch-off-thumb-hover-text | -Null | -null |
- null |
+ $kendo-tabstrip-item-hover-text | +Color | +$kendo-hover-text |
+ #272727 |
Description
+ The text color of the thumb when the hovered Switch is not checked. | Description
Text color of hovered tabs |
||||||
$kendo-switch-off-thumb-hover-border | +$kendo-tabstrip-item-hover-border | Color | -$kendo-switch-off-thumb-border |
- #cacaca |
+ $kendo-hover-border |
+ #bababa |
|
Description
+ The border color of the thumb when the hovered Switch is not checked. | Description
Border color of hovered tabs |
||||||
$kendo-switch-off-thumb-hover-gradient | +$kendo-tabstrip-item-hover-gradient | Null | null |
null |
|||
Description
+ The background gradient of the thumb when the hovered Switch is not checked. | Description
Background gradient of hovered tabs |
||||||
$kendo-switch-on-track-bg | +$kendo-tabstrip-item-selected-bg | Color | $kendo-component-bg |
#ffffff |
|||
Description
+ The background of the track when the Switch is checked. | Description
Background color of selected tabs |
||||||
$kendo-switch-on-track-text | +$kendo-tabstrip-item-selected-text | Color | -$kendo-color-primary |
- #f35800 |
+ $kendo-component-text |
+ #272727 |
|
Description
+ The text color of the track when the Switch is checked. | Description
Text color of selected tabs |
||||||
$kendo-switch-on-track-border | +$kendo-tabstrip-item-selected-border | Color | $kendo-component-border |
#cacaca |
|||
Description
+ The border color of the track when the Switch is checked. | Description
Border color of selected tabs |
||||||
$kendo-switch-on-track-gradient | -Null | -null |
- null |
+ $kendo-tabstrip-item-selected-gradient | +Bool | +false |
+ false |
Description
+ The background gradient of the track when the Switch is checked. | Description
Background gradient of selected tabs |
||||||
$kendo-switch-on-track-hover-bg | -Null | -null |
- null |
+ $kendo-tabstrip-content-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The background of the track wen the hovered Switch is checked. | Description
Horizontal padding of tabstrip content |
||||||
$kendo-switch-on-track-hover-text | -Null | -null |
- null |
+ $kendo-tabstrip-content-padding-y | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The text color of the track wen the hovered Switch is checked. | Description
Vertical padding of tabstrip content |
||||||
$kendo-switch-on-track-hover-border | -Null | -null |
- null |
+ $kendo-tabstrip-content-border-width | +Number | +1px |
+ 1px |
Description
+ The border color of the track wen the hovered Switch is checked. | Description
Width of border around tabstrip content |
||||||
$kendo-switch-on-track-hover-gradient | -Null | -null |
- null |
+ $kendo-tabstrip-content-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The background gradient of the track wen the hovered Switch is checked. | Description
Background color of tabstrip content |
||||||
$kendo-switch-on-track-focus-bg | -Null | -null |
- null |
+ $kendo-tabstrip-content-text | +Color | +$kendo-component-text |
+ #272727 |
Description
+ The background of the track wen the focused Switch is checked. | Description
Text color of tabstrip content |
||||||
$kendo-switch-on-track-focus-text | -Null | -null |
- null |
+ $kendo-tabstrip-content-border | +Color | +$kendo-component-border |
+ #cacaca |
Description
+ The text color of the track wen the focused Switch is checked. | Description
Border color of tabstrip content |
||||||
$kendo-switch-on-track-focus-border | +$kendo-tabstrip-content-focus-border | +Color | +$kendo-component-text |
+ #272727 |
+|||
Description
+ Border color of tabstrip focused content |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-taskboard-spacer | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+||||
Description
+ The spacing index of the TaskBoard. |
+|||||||
$kendo-taskboard-padding-y | Null | null |
null |
||||
Description
+ The border color of the track wen the focused Switch is checked. | Description
The vertical padding of the TaskBoard. |
||||||
$kendo-switch-on-track-focus-gradient | +$kendo-taskboard-padding-x | Null | null |
null |
|||
Description
+ The background gradient of the track wen the focused Switch is checked. | Description
The horizontal of the TaskBoard. |
||||||
$kendo-switch-on-track-focus-ring | -List | -0 0 3px 1px rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .25 ) |
- 0 0 3px 1px rgba(0, 0, 0, 0.25) |
+ $kendo-taskboard-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The ring around the track wen the focused Switch is checked. | Description
The font family of the TaskBoard. |
||||||
$kendo-switch-on-track-disabled-bg | -Null | -null |
- null |
+ $kendo-taskboard-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The background of the track when the disabled Switch is checked. | Description
The font size of the TaskBoard. |
||||||
$kendo-switch-on-track-disabled-text | -Null | -null |
- null |
+ $kendo-taskboard-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
Description
+ The text color of the track when the disabled Switch is checked. | Description
The line height of the TaskBoard. |
||||||
$kendo-switch-on-track-disabled-border | +$kendo-taskboard-bg | Null | null |
null |
|||
Description
+ The border color of the track when the disabled Switch is checked. | Description
The background color of the TaskBoard. |
||||||
$kendo-switch-on-track-disabled-gradient | +$kendo-taskboard-text | Null | null |
null |
|||
Description
- The background gradient of the track when the disabled Switch is checked. |
-|||||||
$kendo-switch-on-thumb-bg | -Color | -$kendo-color-primary |
- #f35800 |
-||||
Description
+ The background of the thumb when the Switch is checked. | Description
The text color of the TaskBoard. |
||||||
$kendo-switch-on-thumb-text | +$kendo-taskboard-border | Null | null |
null |
|||
Description
+ The text color of the thumb when the Switch is checked. | Description
The border color of the TaskBoard. |
||||||
$kendo-switch-on-thumb-border | -Color | -if($kendo-enable-color-system, k-color( primary ), k-try-shade( $kendo-switch-on-thumb-bg )) |
- #e05100 |
+ $kendo-taskboard-toolbar-padding-y | +Number | +$kendo-taskboard-spacer |
+ 16px |
Description
+ The border color of the thumb when the Switch is checked. | Description
The vertical padding of the TaskBoard Toolbar. |
||||||
$kendo-switch-on-thumb-gradient | -List | -$kendo-base-gradient |
- rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) |
+ $kendo-taskboard-toolbar-padding-x | +Number | +$kendo-taskboard-toolbar-padding-y |
+ 16px |
Description
+ The background gradient of the thumb when the Switch is checked. | Description
The horizontal padding of the TaskBoard Toolbar. |
||||||
$kendo-switch-on-thumb-hover-bg | -Color | -if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-switch-on-thumb-bg )) |
- #e05100 |
+ $kendo-taskboard-toolbar-bg | +Null | +null |
+ null |
Description
+ The background of the thumb when the hovered Switch is checked. | Description
The background color of the TaskBoard Toolbar. |
||||||
$kendo-switch-on-thumb-hover-text | +$kendo-taskboard-toolbar-text | Null | null |
null |
|||
Description
+ The text color of the thumb when the hovered Switch is checked. | Description
The text color of the TaskBoard Toolbar. |
||||||
$kendo-switch-on-thumb-hover-border | -Color | -if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-switch-on-thumb-hover-bg )) |
- #ce4b00 |
+ $kendo-taskboard-toolbar-border | +Null | +null |
+ null |
Description
+ The border color of the thumb when the hovered Switch is checked. | Description
The border color of the TaskBoard Toolbar. |
||||||
$kendo-switch-on-thumb-hover-gradient | +$kendo-taskboard-toolbar-gradient | Null | null |
null |
|||
Description
- The background gradient of the thumb when the hovered Switch is checked. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-table-border-width | -Number | -1px |
- 1px |
-||||
Description
+ The width of the table border. | Description
The gradient of the TaskBoard Toolbar. |
||||||
$kendo-table-cell-vertical-border-width | +$kendo-taskboard-content-padding-y | Number | -1px |
- 1px |
+ $kendo-taskboard-spacer |
+ 16px |
|
Description
+ The width of vertical border of table cells. | Description
The vertical padding of the TaskBoard content. |
||||||
$kendo-table-cell-horizontal-border-width | +$kendo-taskboard-content-padding-x | Number | -0px |
- 0px |
+ $kendo-taskboard-content-padding-y |
+ 16px |
|
Description
+ The width of horizontal border of table cells. | Description
The horizontal padding of the TaskBoard content. |
||||||
$kendo-table-font-size | -Null | -null |
- null |
+ $kendo-taskboard-column-container-spacing-y | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
Description
+ The font size of the table if no size is specified. | Description
The vertical spacing of the TaskBoard column container. |
||||||
$kendo-table-line-height | -Null | -null |
- null |
+ $kendo-taskboard-column-container-padding-y | +Number | +0px |
+ 0px |
Description
+ The line-height of the table if no size is specified. | Description
The vertical padding of the TaskBoard column container. |
||||||
$kendo-table-cell-padding-x | -Null | -null |
- null |
+ $kendo-taskboard-column-container-padding-x | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
Description
+ The horizontal padding of the cells in the table if no size is specified. | Description
The horizontal padding of the TaskBoard column container. |
||||||
$kendo-table-cell-padding-y | -Null | -null |
- null |
+ $kendo-taskboard-columns-container-gap | +Number | +$kendo-taskboard-spacer |
+ 16px |
Description
+ The vertical padding of the cells in the table if no size is specified. | Description
The spacing of the TaskBoard columns container. |
||||||
$kendo-table-sizes | -Map | -(
- 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: 4px, cell-padding-y: 4px), md: (font-size: 14px, line-height: 1.4285714286, cell-padding-x: 8px, cell-padding-y: 8px), lg: (font-size: 14px, line-height: 1.4285714286, cell-padding-x: 8px, cell-padding-y: 10px)) |
+ $kendo-taskboard-column-width | +Number | +320px |
+ 320px |
Description
+ The sizes of the table. | Description
The default width of the TaskBoard column. |
||||||
$kendo-table-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-taskboard-column-border-width | +Number | +1px |
+ 1px |
Description
+ Background color of tables. | Description
The border width of the TaskBoard column. |
||||||
$kendo-table-text | -Color | -$kendo-component-text |
- #272727 |
+ $kendo-taskboard-column-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
Description
+ Text color of tables. | Description
The border radius of the TaskBoard column. |
||||||
$kendo-table-border | +$kendo-taskboard-column-bg | Color | -$kendo-component-border |
- #cacaca |
+ $kendo-base-bg |
+ #f0f0f0 |
|
Description
+ Border color of tables. | Description
The background color of the TaskBoard column. |
||||||
$kendo-table-header-bg | -Color | -$kendo-component-header-bg |
- #f0f0f0 |
+ $kendo-taskboard-column-text | +Null | +null |
+ null |
Description
+ Background color of table headers. | Description
The text color of the TaskBoard column. |
||||||
$kendo-table-header-text | +$kendo-taskboard-column-border | Color | -$kendo-component-header-text |
- #272727 |
+ transparent |
+ transparent |
|
Description
+ Text color of table headers. | Description
The border color of the TaskBoard column. |
||||||
$kendo-table-header-border | -Color | -$kendo-component-header-border |
- #cacaca |
+ $kendo-taskboard-column-focus-bg | +Null | +null |
+ null |
Description
+ Border color of table headers. | Description
The background color of the focused TaskBoard column. |
||||||
$kendo-table-header-gradient | -List | -$kendo-component-header-gradient |
- rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) |
+ $kendo-taskboard-column-focus-text | +Null | +null |
+ null |
Description
+ Gradient of table headers. | Description
The text color of the focused TaskBoard column. |
||||||
$kendo-table-footer-bg | +$kendo-taskboard-column-focus-border | Color | -$kendo-table-header-bg |
- #f0f0f0 |
+ if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-base-border, 2.5 )) |
+ #a2a2a2 |
|
Description
+ Background color of table footers. | Description
The border color of the focused TaskBoard column. |
||||||
$kendo-table-footer-text | -Color | -$kendo-table-header-text |
- #272727 |
+ $kendo-taskboard-column-header-padding-y | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
Description
+ Text color of table footers. | Description
The vertical padding of the TaskBoard column header. |
||||||
$kendo-table-footer-border | -Color | -$kendo-table-header-border |
- #cacaca |
+ $kendo-taskboard-column-header-padding-x | +Number | +$kendo-taskboard-column-header-padding-y |
+ 8px |
Description
+ Border color of table footers. | Description
The horizontal padding of the TaskBoard column header. |
||||||
$kendo-table-group-row-bg | -Color | -$kendo-table-header-bg |
- #f0f0f0 |
+ $kendo-taskboard-column-header-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 4 ) |
+ 4px |
Description
+ Background color of group rows in table. | Description
The spacing of the TaskBoard column header. |
||||||
$kendo-table-group-row-text | -Color | -$kendo-table-header-text |
- #272727 |
+ $kendo-taskboard-column-header-actions-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
Description
+ Text color of group rows in table. | Description
The spacing of the TaskBoard column header actions. |
||||||
$kendo-table-group-row-border | -Color | -$kendo-table-header-border |
- #cacaca |
+ $kendo-taskboard-column-header-font-weight | +Number | +500 |
+ 500 |
Description
+ Border color of group rows in table. | Description
The font weight of the TaskBoard column header. |
||||||
$kendo-table-alt-row-bg | +$kendo-taskboard-column-header-text | Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), k-try-shade( $kendo-table-bg, .5 )) |
- whitesmoke |
+ $kendo-component-header-text |
+ #272727 |
|
Description
+ Background color of alternating rows in table. | Description
The text color of the TaskBoard column header. |
||||||
$kendo-table-alt-row-text | +$kendo-taskboard-column-cards-padding-y | Null | null |
null |
|||
Description
+ Text color of alternating rows in table. | Description
The vertical padding of the TaskBoard column Card wrapper. |
||||||
$kendo-table-alt-row-border | +$kendo-taskboard-column-cards-padding-x | Null | null |
null |
|||
Description
+ Border color of alternating rows in table. | Description
The horizontal padding of the TaskBoard column Card wrapper. |
||||||
$kendo-table-hover-bg | -Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .11 ), k-try-shade( $kendo-table-bg, 1 )) |
- #ebebeb |
+ $kendo-taskboard-column-cards-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
Description
+ Background color of hovered rows in table. | Description
The spacing of the TaskBoard column Card wrapper. |
||||||
$kendo-table-hover-text | -Null | -null |
- null |
+ $kendo-taskboard-pane-width | +Number | +$kendo-taskboard-column-width |
+ 320px |
Description
+ Text color of hovered rows in table. | Description
The default width of the TaskBoard pane. |
||||||
$kendo-table-hover-border | +$kendo-taskboard-pane-padding-y | Null | null |
null |
|||
Description
+ Border color of hovered rows in table. | Description
The vertical padding of the TaskBoard pane. |
||||||
$kendo-table-focus-bg | +$kendo-taskboard-pane-padding-x | Null | null |
null |
|||
Description
+ Background color of focused rows in table. | Description
The horizontal padding of the TaskBoard pane. |
||||||
$kendo-table-focus-text | -Null | -null |
- null |
+ $kendo-taskboard-pane-border-width | +Number | +1px |
+ 1px |
Description
+ Text color of focused rows in table. | Description
The border width of the TaskBoard pane. |
||||||
$kendo-table-focus-border | -Null | -null |
- null |
+ $kendo-taskboard-pane-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ Border color of focused rows in table. | Description
The background color of the TaskBoard pane. |
||||||
$kendo-table-focus-shadow | -List | -$kendo-list-item-focus-shadow |
- inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
+ $kendo-taskboard-pane-text | +Color | +$kendo-component-text |
+ #272727 |
Description
+ Box shadow of focused rows in table. | Description
The text color of the TaskBoard pane. |
||||||
$kendo-table-selected-bg | +$kendo-taskboard-pane-border | Color | -if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-selected-bg, .25 )) |
- rgba(243, 88, 0, 0.25) |
+ $kendo-component-border |
+ #cacaca |
|
Description
+ Background color of selected rows in table. | Description
The border color of the TaskBoard pane. |
||||||
$kendo-table-selected-text | -Null | -null |
- null |
+ $kendo-taskboard-pane-header-padding-y | +Number | +( $kendo-taskboard-spacer * .75 ) |
+ 12px |
Description
+ Text color of selected rows in table. | Description
The vertical padding of the TaskBoard pane header. |
||||||
$kendo-table-selected-border | -Null | -null |
- null |
+ $kendo-taskboard-pane-header-padding-x | +Number | +$kendo-taskboard-spacer |
+ 16px |
Description
+ Border color of selected rows in table. | Description
The horizontal padding of the TaskBoard pane header. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-tabstrip-bg | -Null | -null |
- null |
+||||
$kendo-taskboard-pane-header-font-weight | +Number | +500 |
+ 500 |
+||||
Description
+ The font weight of the TaskBoard pane header. |
+|||||||
$kendo-taskboard-pane-header-text | +Color | +$kendo-component-header-text |
+ #272727 |
||||
Description
+ Background color of tabstrip component | Description
The text color of the TaskBoard pane header. |
||||||
$kendo-tabstrip-text | -Color | -$kendo-component-text |
- #272727 |
+ $kendo-taskboard-pane-content-padding-y | +Number | +0px |
+ 0px |
Description
+ Text color of tabstrip component | Description
The vertical padding of the TaskBoard pane content. |
||||||
$kendo-tabstrip-border | -Color | -$kendo-component-border |
- #cacaca |
+ $kendo-taskboard-pane-content-padding-x | +Number | +$kendo-taskboard-spacer |
+ 16px |
Description
+ Border color of tabstrip component | Description
The horizontal padding of the TaskBoard pane content. |
||||||
$kendo-tabstrip-item-padding-x | +$kendo-taskboard-pane-actions-padding-y | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ ( $kendo-taskboard-spacer * .75 ) |
+ 12px |
|
Description
+ Horizontal padding of tabs | Description
The vertical padding of the TaskBoard pane actions. |
||||||
$kendo-tabstrip-item-padding-y | +$kendo-taskboard-pane-actions-padding-x | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-taskboard-spacer |
+ 16px |
|
Description
+ Vertical padding of tabs | Description
The horizontal padding of the TaskBoard pane actions. |
||||||
$kendo-tabstrip-item-border-width | +$kendo-taskboard-card-padding-y | Number | -1px |
- 1px |
+ $kendo-taskboard-spacer |
+ 16px |
|
Description
+ Width of border around tabs | Description
The vertical padding of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-border-radius | +$kendo-taskboard-card-padding-x | Number | -$kendo-border-radius-md |
- 4px |
+ $kendo-taskboard-card-padding-y |
+ 16px |
|
Description
+ Border radius of tabs | Description
The horizontal padding of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-gap | +$kendo-taskboard-card-border-width | Number | -0 |
- 0 |
+ $kendo-card-border-width |
+ 1px |
|
Description
+ Spacing between tabs | Description
The border width of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-bg | -Color | -$kendo-base-bg |
- #f0f0f0 |
+ $kendo-taskboard-card-border-radius | +Number | +$kendo-card-border-radius |
+ 8px |
Description
+ Background color of tabs | Description
The border radius of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-text | +$kendo-taskboard-card-bg | Color | -$kendo-base-text |
- #272727 |
+ $kendo-card-bg |
+ #ffffff |
|
Description
+ Text color of tabs | Description
The background color of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-border | +$kendo-taskboard-card-text | Color | -$kendo-base-border |
- #cacaca |
+ $kendo-card-text |
+ #272727 |
|
Description
+ Border color of tabs | Description
The text color of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-gradient | -List | -$kendo-base-gradient |
- rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) |
+ $kendo-taskboard-card-border | +Color | +$kendo-card-border |
+ #cacaca |
Description
+ Background gradient of tabs | Description
The border color of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-hover-bg | -Color | -$kendo-hover-bg |
- #dddddd |
+ $kendo-taskboard-card-shadow | +String | +$kendo-card-shadow |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ Background color of hovered tabs | Description
The shadow of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-hover-text | -Color | -$kendo-hover-text |
- #272727 |
+ $kendo-taskboard-card-category-border-width | +Number | +4px |
+ 4px |
Description
+ Text color of hovered tabs | Description
The border width of the TaskBoard Card category. |
||||||
$kendo-tabstrip-item-hover-border | +$kendo-taskboard-card-hover-border | Color | -$kendo-hover-border |
- #bababa |
+ if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 10% )) |
+ #b6b6b6 |
|
Description
+ Border color of hovered tabs | Description
The border color of the hovered TaskBoard Card. |
||||||
$kendo-tabstrip-item-hover-gradient | -Null | -null |
- null |
+ $kendo-taskboard-card-focus-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 18% )) |
+ #a6a6a6 |
Description
+ Background gradient of hovered tabs | Description
The border color of the focused TaskBoard Card. |
||||||
$kendo-tabstrip-item-selected-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-taskboard-card-focus-shadow | +String | +none |
+ none |
Description
+ Background color of selected tabs | Description
The shadow of the focused TaskBoard Card. |
||||||
$kendo-tabstrip-item-selected-text | +$kendo-taskboard-card-selected-border | Color | -$kendo-component-text |
- #272727 |
+ k-color-tint( $kendo-color-primary-lighter, 5 ) |
+ #f9ab7f |
|
Description
+ Text color of selected tabs | Description
The border of the selected TaskBoard Card. |
||||||
$kendo-tabstrip-item-selected-border | -Color | -$kendo-component-border |
- #cacaca |
+ $kendo-taskboard-card-selected-shadow | +String | +none |
+ none |
Description
+ Border color of selected tabs | Description
The shadow of the selected TaskBoard Card. |
||||||
$kendo-tabstrip-item-selected-gradient | -Bool | -false |
- false |
+ $kendo-taskboard-card-header-text | +Color | +$kendo-color-primary |
+ #f35800 |
Description
+ Background gradient of selected tabs | Description
The text color of the TaskBoard Card header text. |
||||||
$kendo-tabstrip-content-padding-x | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-taskboard-card-header-focus-text | +Color | +$kendo-color-primary-darker |
+ #cc4a00 |
Description
+ Horizontal padding of tabstrip content | Description
The text color of the hovered TaskBoard Card header text. |
||||||
$kendo-tabstrip-content-padding-y | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-taskboard-card-header-hover-text | +Color | +$kendo-color-primary-darker |
+ #cc4a00 |
Description
+ Vertical padding of tabstrip content | Description
The text color of the focused TaskBoard Card header text. |
||||||
$kendo-tabstrip-content-border-width | +$kendo-taskboard-drag-placeholder-border-width | Number | 1px |
1px |
|||
Description
+ Width of border around tabstrip content | Description
The border width of the TaskBoard Card placeholder. |
||||||
$kendo-tabstrip-content-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-taskboard-drag-placeholder-border-radius | +Number | +$kendo-taskboard-card-border-radius |
+ 8px |
Description
+ Background color of tabstrip content | Description
The border radius of the TaskBoard Card placeholder. |
||||||
$kendo-tabstrip-content-text | +$kendo-taskboard-drag-placeholder-bg | Color | -$kendo-component-text |
- #272727 |
+ rgba( white, .2 ) |
+ rgba(255, 255, 255, 0.2) |
|
Description
+ Text color of tabstrip content | Description
The background color of the TaskBoard Card placeholder. |
||||||
$kendo-tabstrip-content-border | +$kendo-taskboard-drag-placeholder-border | Color | $kendo-component-border |
#cacaca |
|||
Description
- Border color of tabstrip content |
-|||||||
$kendo-tabstrip-content-focus-border | -Color | -$kendo-component-text |
- #272727 |
-||||
Description
+ Border color of tabstrip focused content | Description
The border color of the TaskBoard Card placeholder. |
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-wizard-padding-x | +Number | +$kendo-padding-md-x * 2.5 |
+ 20px |
+
Description
+ The horizontal padding of the Wizard. |
+|||
$kendo-wizard-padding-y | +Number | +$kendo-wizard-padding-x |
+ 20px |
+
Description
+ The vertical padding of the Wizard. |
+|||
$kendo-wizard-content-padding-x | +Number | +$kendo-padding-md-x * 4 |
+ 32px |
+
Description
+ The horizontal padding of the Wizard content. |
+|||
$kendo-wizard-content-padding-y | +Number | +$kendo-padding-md-y * 8 |
+ 32px |
+
Description
+ The vertical padding of the Wizard content. |
+|||
$kendo-wizard-buttons-margin-x | +Number | +10px |
+ 10px |
+
Description
+ The horizontal margin of the Wizard Button container. |
+|||
$kendo-wizard-border-width | +Number | +0px |
+ 0px |
+
Description
+ The border width of the Wizard. |
+|||
$kendo-wizard-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the Wizard. |
+|||
$kendo-wizard-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the Wizard. |
+|||
$kendo-wizard-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the Wizard. |
+|||
$kendo-wizard-step-focus-border | +Color | +#656565 |
+ #656565 |
+
Description
+ The outline of the focused Wizard step. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-chat-padding-x | +Number | +16px |
+ 16px |
+
Description
+ The horizontal padding of the Chat. |
+|||
$kendo-chat-padding-y | +Number | +16px |
+ 16px |
+
Description
+ The vertical padding of the Chat. |
+|||
$kendo-chat-width | +Number | +500px |
+ 500px |
+
Description
+ The width of the Chat. |
+|||
$kendo-chat-height | +Number | +600px |
+ 600px |
+
Description
+ The height of the Chat. |
+|||
$kendo-chat-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the Chat. |
+|||
$kendo-chat-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the Chat. |
+|||
$kendo-chat-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the Chat. |
+|||
$kendo-chat-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the Chat. |
+|||
$kendo-chat-item-spacing-x | +Number | +8px |
+ 8px |
+
Description
+ The horizontal spacing between items of the Chat. |
+|||
$kendo-chat-item-spacing-y | +Number | +16px |
+ 16px |
+
Description
+ The vertical spacing between items of the Chat. |
+|||
$kendo-chat-message-list-padding-x | +Number | +$kendo-chat-padding-x |
+ 16px |
+
Description
+ The horizontal padding of the Chat message list. |
+|||
$kendo-chat-message-list-padding-y | +Number | +$kendo-chat-padding-y |
+ 16px |
+
Description
+ The vertical padding of the Chat message list. |
+|||
$kendo-chat-message-list-spacing | +Number | +$kendo-chat-item-spacing-y |
+ 16px |
+
Description
+ The spacing of the Chat message list. |
+|||
$kendo-chat-timestamp-font-size | +String | +smaller |
+ smaller |
+
Description
+ The font size of the Chat timestamp. |
+|||
$kendo-chat-timestamp-line-height | +Null | +null |
+ null |
+
Description
+ The line height of the Chat timestamp. |
+|||
$kendo-chat-timestamp-transform | +String | +uppercase |
+ uppercase |
+
Description
+ The text transform of the Chat timestamp. |
+|||
$kendo-chat-timestamp-text | +Color | +$kendo-subtle-text |
+ #666666 |
+
Description
+ The text color of the Chat timestamp. |
+|||
$kendo-chat-timestamp-bg | +Null | +null |
+ null |
+
Description
+ The background color of the Chat timestamp. |
+|||
$kendo-chat-bubble-padding-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal padding of the Chat bubble message. |
+|||
$kendo-chat-bubble-padding-y | +Number | +8px |
+ 8px |
+
Description
+ The vertical padding of the Chat bubble message. |
+|||
$kendo-chat-bubble-spacing | +Number | +2px |
+ 2px |
+
Description
+ The spacing of the Chat bubble message. |
+|||
$kendo-chat-bubble-line-height | +Number | +18px |
+ 18px |
+
Description
+ The line height of the Chat bubble message. |
+|||
$kendo-chat-bubble-border-radius | +Number | +12px |
+ 12px |
+
Description
+ The border radius of the Chat bubble message. |
+|||
$kendo-chat-bubble-border-radius-sm | +Number | +2px |
+ 2px |
+
Description
+ The border radius of the Chat small bubble message |
+|||
$kendo-chat-avatar-size | +Number | +32px |
+ 32px |
+
Description
+ The size of the Chat Avatar. |
+|||
$kendo-chat-avatar-spacing | +Number | +$kendo-chat-item-spacing-x |
+ 8px |
+
Description
+ The spacing of the Chat Avatar. |
+|||
$kendo-chat-toolbar-padding-x | +Number | +$kendo-toolbar-md-padding-x |
+ 8px |
+
Description
+ The horizontal padding of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-padding-y | +Number | +$kendo-toolbar-md-padding-y |
+ 8px |
+
Description
+ The vertical padding of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-spacing | +Number | +$kendo-toolbar-md-spacing |
+ 8px |
+
Description
+ The spacing of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-bg | +Color | +$kendo-toolbar-bg |
+ #fafafa |
+
Description
+ The background color of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-text | +Color | +$kendo-toolbar-text |
+ #424242 |
+
Description
+ The text color of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-border | +String | +inherit |
+ inherit |
+
Description
+ The border color of the Chat Toolbar. |
+|||
$kendo-chat-quick-reply-padding-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal padding of the Chat quick reply. |
+|||
$kendo-chat-quick-reply-padding-y | +Number | +8px |
+ 8px |
+
Description
+ The vertical padding of the Chat quick reply. |
+|||
$kendo-chat-quick-reply-spacing | +Number | +8px |
+ 8px |
+
Description
+ The spacing of the Chat quick reply. |
+|||
$kendo-chat-quick-reply-line-height | +Number | +$kendo-chat-bubble-line-height |
+ 18px |
+
Description
+ The line height of the Chat quick reply. |
+|||
$kendo-chat-bg | +Color | +$kendo-app-bg |
+ #fafafa |
+
Description
+ The background color of the Chat. |
+|||
$kendo-chat-text | +Color | +$kendo-app-text |
+ #424242 |
+
Description
+ The text color of the Chat. |
+|||
$kendo-chat-border | +Color | +$kendo-app-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The border color of the Chat. |
+|||
$kendo-chat-bubble-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Chat bubble. |
+|||
$kendo-chat-bubble-text | +Color | +$kendo-component-text |
+ #424242 |
+
Description
+ The text color of the Chat bubble. |
+|||
$kendo-chat-bubble-border | +Color | +$kendo-chat-bubble-bg |
+ #ffffff |
+
Description
+ The border color of the Chat bubble. |
+|||
$kendo-chat-bubble-shadow | +String | +k-elevation(1) |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The box shadow of the Chat bubble. |
+|||
$kendo-chat-bubble-hover-shadow | +String | +k-elevation(2) |
+ var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the hovered Chat bubble. |
+|||
$kendo-chat-bubble-selected-shadow | +String | +k-elevation(3) |
+ var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the selected Chat bubble. |
+|||
$kendo-chat-alt-bubble-bg | +Color | +$kendo-color-primary |
+ #ff6358 |
+
Description
+ The background color of the Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-chat-alt-bubble-bg )) |
+ white |
+
Description
+ The text color of the Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-border | +Color | +$kendo-chat-alt-bubble-bg |
+ #ff6358 |
+
Description
+ The border color of the Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-shadow | +String | +k-elevation(1) |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-hover-shadow | +String | +k-elevation(2) |
+ var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the hovered Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-selected-shadow | +String | +k-elevation(3) |
+ var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the selected Chat alt bubble. |
+|||
$kendo-chat-quick-reply-bg | +Color | +transparent |
+ transparent |
+
Description
+ The background color of Chat quick reply. |
+|||
$kendo-chat-quick-reply-text | +Color | +$kendo-color-primary |
+ #ff6358 |
+
Description
+ The text color of Chat quick reply. |
+|||
$kendo-chat-quick-reply-border | +Color | +$kendo-color-primary |
+ #ff6358 |
+
Description
+ The border color of Chat quick reply. |
+|||
$kendo-chat-quick-reply-hover-bg | +Color | +$kendo-color-primary |
+ #ff6358 |
+
Description
+ The background color of the hovered Chat quick reply. |
+|||
$kendo-chat-quick-reply-hover-text | +Color | +$kendo-color-primary-contrast |
+ white |
+
Description
+ The text color of the Chat quick reply. |
+|||
$kendo-chat-quick-reply-hover-border | +Color | +$kendo-color-primary |
+ #ff6358 |
+
Description
+ The border color of the hovered Chat quick reply. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-orgchart-spacer | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 24px |
+
Description
+ The spacing index of the OrgChart. |
+|||
$kendo-orgchart-padding-y | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The vertical padding of the OrgChart. |
+|||
$kendo-orgchart-padding-x | +Number | +$kendo-orgchart-padding-y |
+ 24px |
+
Description
+ The horizontal padding of the OrgChart. |
+|||
$kendo-orgchart-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the OrgChart. |
+|||
$kendo-orgchart-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the OrgChart. |
+|||
$kendo-orgchart-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the OrgChart. |
+|||
$kendo-orgchart-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the OrgChart. |
+|||
$kendo-orgchart-text | +Color | +$kendo-component-text |
+ #424242 |
+
Description
+ The text color of the OrgChart. |
+|||
$kendo-orgchart-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The border color of the OrgChart. |
+|||
$kendo-orgchart-node-gap | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The spacing of the OrgChart node. |
+|||
$kendo-orgchart-group-gap | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The spacing of the OrgChart group. |
+|||
$kendo-orgchart-node-container-gap | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The spacing of the OrgChart node container. |
+|||
$kendo-orgchart-node-group-padding-y | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The vertical padding of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-padding-x | +Number | +$kendo-orgchart-node-group-padding-y |
+ 24px |
+
Description
+ The horizontal padding of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
+
Description
+ The border radius of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-bg | +Color | +$kendo-base-bg |
+ #fafafa |
+
Description
+ The background color of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-text | +Color | +$kendo-base-text |
+ #424242 |
+
Description
+ The text color of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-border | +Color | +$kendo-base-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The border color of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-focus-border | +Color | +$kendo-card-focus-border |
+ rgba(0, 0, 0, 0.15) |
+
Description
+ The border color of the focused OrgChart node group. |
+|||
$kendo-orgchart-node-group-focus-shadow | +String | +k-elevation(1) |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the focused OrgChart node group. |
+|||
$kendo-orgchart-node-group-title-font-size | +Number | +$kendo-font-size-lg |
+ 16px |
+
Description
+ The font size of the OrgChart node group title. |
+|||
$kendo-orgchart-node-group-title-margin-bottom | +Number | +k-math-div( $kendo-orgchart-spacer, 3 ) |
+ 8px |
+
Description
+ The bottom margin of the OrgChart node group title. |
+|||
$kendo-orgchart-node-group-title-line-height | +Number | +$kendo-line-height-sm |
+ 1.25 |
+
Description
+ The line height of the OrgChart node group title. |
+|||
$kendo-orgchart-node-group-subtitle-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the OrgChart node group subtitle. |
+|||
$kendo-orgchart-node-group-subtitle-margin-bottom | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The bottom margin of the OrgChart node group subtitle. |
+|||
$kendo-orgchart-node-group-subtitle-text | +Color | +$kendo-subtle-text |
+ #666666 |
+
Description
+ The line height of the OrgChart node group subtitle. |
+|||
$kendo-orgchart-card-width | +Number | +300px |
+ 300px |
+
Description
+ The width of the OrgChart Card. |
+|||
$kendo-orgchart-card-padding-y | +Number | +$kendo-card-padding-y |
+ 12px |
+
Description
+ The vertical padding of the OrgChart Card. |
+|||
$kendo-orgchart-card-padding-x | +Number | +$kendo-orgchart-card-padding-y |
+ 12px |
+
Description
+ The horizontal padding of the OrgChart Card. |
+|||
$kendo-orgchart-card-border-width | +Number | +$kendo-card-border-width |
+ 1px |
+
Description
+ The border width of the OrgChart Card. |
+|||
$kendo-orgchart-card-shadow | +Null | +$kendo-card-shadow |
+ null |
+
Description
+ The shadow of the OrgChart Card. |
+|||
$kendo-orgchart-card-focus-shadow | +String | +k-elevation(1) |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the focused OrgChart Card. |
+|||
$kendo-orgchart-card-title-margin-bottom | +Number | +0px |
+ 0px |
+
Description
+ The bottom margin of the OrgChart Card title. |
+|||
$kendo-orgchart-card-title-font-size | +Null | +null |
+ null |
+
Description
+ The font size of the OrgChart Card title. |
+|||
$kendo-orgchart-card-subtitle-margin-bottom | +Number | +0px |
+ 0px |
+
Description
+ The bottom margin of the OrgChart Card subtitle. |
+|||
$kendo-orgchart-card-subtitle-font-size | +Null | +null |
+ null |
+
Description
+ The font size of the OrgChart Card subtitle. |
+|||
$kendo-orgchart-card-body-border-width | +List | +2px 0 0 |
+ 2px 0 0 |
+
Description
+ The border width of the OrgChart Card body. |
+|||
$kendo-orgchart-card-body-border-color | +Color | +transparent |
+ transparent |
+
Description
+ The border color of the OrgChart Card body. |
+|||
$kendo-orgchart-card-body-vbox-margin-right | +Number | +k-math-div( $kendo-orgchart-spacer, 2 ) |
+ 12px |
+
Description
+ The right margin of the OrgChart Card body title wrap. |
+|||
$kendo-orgchart-card-body-vbox-min-height | +Number | +$kendo-card-avatar-size |
+ 45px |
+
Description
+ The min height of the OrgChart Card body title wrap. |
+|||
$kendo-orgchart-line-size | +Number | +1px |
+ 1px |
+
Description
+ The size of the OrgChart connecting line. |
+|||
$kendo-orgchart-line-fill | +Color | +$kendo-base-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The fill color of the OrgChart connecting line. |
+|||
$kendo-orgchart-line-v-height | +Number | +25px |
+ 25px |
+
Description
+ The height of the OrgChart connecting line. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-splitter-border-width | +Number | +1px |
+ 1px |
+
Description
+ The width of the border around the Splitter. |
+|||
$kendo-splitter-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the Splitter. |
+|||
$kendo-splitter-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the Splitter. |
+|||
$kendo-splitter-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the Splitter. |
+|||
$kendo-splitter-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Splitter. |
+|||
$kendo-splitter-text | +Color | +$kendo-component-text |
+ #424242 |
+
Description
+ The text color of the Splitter. |
+|||
$kendo-splitter-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The border color of the Splitter. |
+|||
$kendo-splitter-splitbar-size | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
+
Description
+ The size of the Splitter splitbar. |
+|||
$kendo-splitter-drag-handle-length | +Number | +20px |
+ 20px |
+
Description
+ The length of the Splitter drag handle. |
+|||
$kendo-splitter-drag-handle-thickness | +Number | +2px |
+ 2px |
+
Description
+ The thickness of the Splitter drag handle. |
+|||
$kendo-splitter-drag-icon-margin | +Number | +7px |
+ 7px |
+
Description
+ The margin of the Splitter drag handle icon. |
+|||
$kendo-splitter-collapse-icon-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding of the collapse icon in the Splitter. |
+|||
$kendo-splitter-collapse-icon-padding-y | +Number | +k-map-get( $kendo-spacing, .5 ) |
+ 2px |
+
Description
+ The vertical padding of the collapse icon in the Splitter. |
+|||
$kendo-splitbar-bg | +Color | +$kendo-base-bg |
+ #fafafa |
+
Description
+ The background color of the Splitter splitbar. |
+|||
$kendo-splitbar-text | +Color | +$kendo-base-text |
+ #424242 |
+
Description
+ The text color of the Splitter splitbar. |
+|||
$kendo-splitbar-hover-bg | +Color | +if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-splitbar-bg, .5 )) |
+ #f0f0f0 |
+
Description
+ The hover background color of the Splitter splitbar. |
+|||
$kendo-splitbar-hover-text | +Color | +$kendo-splitbar-text |
+ #424242 |
+
Description
+ The hover text color of the Splitter splitbar. |
+|||
$kendo-splitbar-selected-bg | +Color | +$kendo-selected-bg |
+ #ff6358 |
+
Description
+ The selected background color of the Splitter splitbar. |
+|||
$kendo-splitbar-selected-text | +Color | +$kendo-selected-text |
+ white |
+
Description
+ The selected text color of the Splitter splitbar. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-stepper-margin-x | +Null | +null |
+ null |
+
Description
+ The horizontal margin the Stepper. |
+|||
$kendo-stepper-margin-y | +Null | +null |
+ null |
+
Description
+ The vertical margin the Stepper. |
+|||
$kendo-stepper-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding the Stepper. |
+|||
$kendo-stepper-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding the Stepper. |
+|||
$kendo-stepper-label-margin-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal margin the Stepper label. |
+|||
$kendo-stepper-label-padding-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal padding the Stepper label. |
+|||
$kendo-stepper-label-padding-y | +Number | +5px |
+ 5px |
+
Description
+ The vertical padding the Stepper label. |
+|||
$kendo-stepper-border-width | +Number | +0px |
+ 0px |
+
Description
+ The width of the border around the Stepper. |
+|||
$kendo-stepper-inline-content-padding-x | +Number | +20px |
+ 20px |
+
Description
+ The horizontal padding the Stepper content. |
+|||
$kendo-stepper-inline-content-padding-y | +Number | +10px |
+ 10px |
+
Description
+ The vertical padding the Stepper content. |
+|||
$kendo-stepper-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
+ | +|||
$kendo-stepper-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
+ | +|||
$kendo-stepper-font-family | +String | +$kendo-font-family |
+ inherit |
+
+ | +|||
$kendo-stepper-bg | +Null | +null |
+ null |
+
Description
+ The background color of the Stepper. |
+|||
$kendo-stepper-text | +Color | +$kendo-component-text |
+ #424242 |
+
Description
+ The text color of the Stepper. |
+|||
$kendo-stepper-border | +Null | +null |
+ null |
+
Description
+ The border color of the Stepper. |
+|||
$kendo-stepper-indicator-width | +Number | +28px |
+ 28px |
+
Description
+ The width of the Stepper indicator. |
+|||
$kendo-stepper-indicator-height | +Number | +$kendo-stepper-indicator-width |
+ 28px |
+
Description
+ The height of the Stepper indicator. |
+|||
$kendo-stepper-indicator-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the Stepper indicator. |
+|||
$kendo-stepper-indicator-border-radius | +Number | +50% |
+ 50% |
+
Description
+ The border radius of the Stepper indicator. |
+|||
$kendo-stepper-indicator-focus-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the focused Stepper indicator. |
+|||
$kendo-stepper-indicator-focus-size | +Number | +2px |
+ 2px |
+
Description
+ The size of the focused Stepper indicator. |
+|||
$kendo-stepper-indicator-focus-offset | +Number | +3px |
+ 3px |
+
Description
+ The offset of the Stepper focused indicator. |
+|||
$kendo-stepper-indicator-focus-calc-offset | +Calculation | +calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} ) |
+ calc(1px + 3px) |
+
Description
+ The calculated offset of the focused Stepper indicator. |
+|||
$kendo-stepper-indicator-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Stepper indicator. |
+|||
$kendo-stepper-indicator-text | +Color | +$kendo-component-text |
+ #424242 |
+
Description
+ The text color of the Stepper indicator. |
+|||
$kendo-stepper-indicator-border | +Color | +#cccccc |
+ #cccccc |
+
Description
+ The border color of the Stepper indicator. |
+|||
$kendo-stepper-indicator-hover-bg | +Color | +if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg )) |
+ #ebebeb |
+
Description
+ The background color of the hovered Stepper indicator. |
+|||
$kendo-stepper-indicator-hover-text | +Null | +null |
+ null |
+
Description
+ The text color of the hovered Stepper indicator. |
+|||
$kendo-stepper-indicator-hover-border | +Null | +null |
+ null |
+
Description
+ The border color of the hovered Stepper indicator. |
+|||
$kendo-stepper-indicator-disabled-bg | +Null | +null |
+ null |
+
Description
+ The background color of the disabled Stepper indicator. |
+|||
$kendo-stepper-indicator-disabled-text | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text) |
+ #8f8f8f |
+
Description
+ The text color of the disabled Stepper indicator. |
+|||
$kendo-stepper-indicator-disabled-border | +Null | +null |
+ null |
+
Description
+ The border color of the disabled Stepper indicator. |
+|||
$kendo-stepper-indicator-done-bg | +Color | +$kendo-color-primary |
+ #ff6358 |
+
Description
+ The background color of the Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) |
+ white |
+
Description
+ The text color of the Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-border | +Color | +$kendo-stepper-indicator-done-bg |
+ #ff6358 |
+
Description
+ The border color of the Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-hover-bg | +Color | +if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg )) |
+ #eb5b51 |
+
Description
+ The background color of the hovered Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-hover-text | +Null | +null |
+ null |
+
Description
+ The text color of the hovered Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-hover-border | +Null | +null |
+ null |
+
Description
+ The border color of the hovered Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-disabled-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( primary, true ), .6 ), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%)) |
+ #ffa19b |
+
Description
+ The background color of the disabled Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-disabled-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) |
+ white |
+
Description
+ The text color of the disabled Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-disabled-border | +Color | +$kendo-stepper-indicator-done-disabled-bg |
+ #ffa19b |
+
Description
+ The border color of the disabled Stepper done indicator. |
+|||
$kendo-stepper-indicator-current-bg | +Color | +$kendo-stepper-indicator-done-bg |
+ #ff6358 |
+
Description
+ The background color of the Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-text | +Color | +$kendo-stepper-indicator-done-text |
+ white |
+
Description
+ The text color of the Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-border | +Color | +$kendo-stepper-indicator-done-border |
+ #ff6358 |
+
Description
+ The border color of the Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-hover-bg | +Color | +$kendo-stepper-indicator-done-hover-bg |
+ #eb5b51 |
+
Description
+ The background color of the hovered Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-hover-text | +Null | +$kendo-stepper-indicator-done-hover-text |
+ null |
+
Description
+ The text color of the hovered Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-hover-border | +Null | +$kendo-stepper-indicator-done-hover-border |
+ null |
+
Description
+ The border color of the hovered Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-disabled-bg | +Color | +$kendo-stepper-indicator-done-disabled-bg |
+ #ffa19b |
+
Description
+ The background color of the disabled Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-disabled-text | +Color | +$kendo-stepper-indicator-done-disabled-text |
+ white |
+
Description
+ The text color of the disabled Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-disabled-border | +Color | +$kendo-stepper-indicator-done-disabled-border |
+ #ffa19b |
+
Description
+ The border color of the disabled Stepper current indicator. |
+|||
$kendo-stepper-label-text | +Null | +null |
+ null |
+
Description
+ The text color of the Stepper label. |
+|||
$kendo-stepper-label-success-text | +Color | +$kendo-color-success |
+ #37b400 |
+
Description
+ The success text color of the Stepper label. |
+|||
$kendo-stepper-label-error-text | +Color | +$kendo-color-error |
+ #f31700 |
+
Description
+ The error text color of the Stepper label. |
+|||
$kendo-stepper-label-hover-text | +Color | +if($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-stepper-text, 2 )) |
+ #373737 |
+
Description
+ The text color of the hovered Stepper label. |
+|||
$kendo-stepper-label-disabled-text | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text) |
+ #8f8f8f |
+
Description
+ The text color of the disabled Stepper label. |
+|||
$kendo-stepper-optional-label-text | +Color | +$kendo-subtle-text |
+ #666666 |
+
Description
+ The text color of the Stepper optional label. |
+|||
$kendo-stepper-optional-label-opacity | +Null | +null |
+ null |
+
Description
+ The opacity of the Stepper optional label. |
+|||
$kendo-stepper-optional-label-font-size | +Null | +null |
+ null |
+
Description
+ The font size of the Stepper optional label. |
+|||
$kendo-stepper-optional-label-font-style | +String | +italic |
+ italic |
+
Description
+ The font style of the Stepper optional label. |
+|||
$kendo-stepper-progressbar-size | +Number | +2px |
+ 2px |
+
Description
+ The size of the Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-bg | +Null | +null |
+ null |
+
Description
+ The background color of the Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-text | +Null | +null |
+ null |
+
Description
+ The text color of the Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-fill-bg | +Null | +null |
+ null |
+
Description
+ The background color of the selected Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-fill-text | +Null | +null |
+ null |
+
Description
+ The text color of the selected Stepper ProgressBar. |
+|||
$kendo-stepper-content-transition-property | +String | +height |
+ height |
+
Description
+ The property name of the Stepper transition. |
+|||
$kendo-stepper-content-transition-duration | +Number | +300ms |
+ 300ms |
+
Description
+ The duration of the Stepper transition. |
+|||
$kendo-stepper-content-transition-timing-function | +List | +cubic-bezier(.4, 0, .2, 1) 0ms |
+ cubic-bezier(0.4, 0, 0.2, 1) 0ms |
+
Description
+ The timing function of the Stepper transition. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-taskboard-spacer | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+
Description
+ The spacing index of the TaskBoard. |
+|||
$kendo-taskboard-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding of the TaskBoard. |
+|||
$kendo-taskboard-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal of the TaskBoard. |
+|||
$kendo-taskboard-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the TaskBoard. |
+|||
$kendo-taskboard-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the TaskBoard. |
+|||
$kendo-taskboard-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the TaskBoard. |
+|||
$kendo-taskboard-bg | +Null | +null |
+ null |
+
Description
+ The background color of the TaskBoard. |
+|||
$kendo-taskboard-text | +Null | +null |
+ null |
+
Description
+ The text color of the TaskBoard. |
+|||
$kendo-taskboard-border | +Null | +null |
+ null |
+
Description
+ The border color of the TaskBoard. |
+|||
$kendo-taskboard-toolbar-padding-y | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The vertical padding of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-padding-x | +Number | +$kendo-taskboard-toolbar-padding-y |
+ 16px |
+
Description
+ The horizontal padding of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-bg | +Null | +null |
+ null |
+
Description
+ The background color of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-text | +Null | +null |
+ null |
+
Description
+ The text color of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-border | +Null | +null |
+ null |
+
Description
+ The border color of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-gradient | +Null | +null |
+ null |
+
Description
+ The gradient of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-content-padding-y | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The vertical padding of the TaskBoard content. |
+|||
$kendo-taskboard-content-padding-x | +Number | +$kendo-taskboard-content-padding-y |
+ 16px |
+
Description
+ The horizontal padding of the TaskBoard content. |
+|||
$kendo-taskboard-column-container-spacing-y | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
+
Description
+ The vertical spacing of the TaskBoard column container. |
+|||
$kendo-taskboard-column-container-padding-y | +Number | +0px |
+ 0px |
+
Description
+ The vertical padding of the TaskBoard column container. |
+|||
$kendo-taskboard-column-container-padding-x | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
+
Description
+ The horizontal padding of the TaskBoard column container. |
+|||
$kendo-taskboard-columns-container-gap | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The spacing of the TaskBoard columns container. |
+|||
$kendo-taskboard-column-width | +Number | +320px |
+ 320px |
+
Description
+ The default width of the TaskBoard column. |
+|||
$kendo-taskboard-column-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the TaskBoard column. |
+|||
$kendo-taskboard-column-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
+
Description
+ The border radius of the TaskBoard column. |
+|||
$kendo-taskboard-column-bg | +Color | +$kendo-base-bg |
+ #fafafa |
+
Description
+ The background color of the TaskBoard column. |
+|||
$kendo-taskboard-column-text | +Null | +null |
+ null |
+
Description
+ The text color of the TaskBoard column. |
+|||
$kendo-taskboard-column-border | +Color | +transparent |
+ transparent |
+
Description
+ The border color of the TaskBoard column. |
+|||
$kendo-taskboard-column-focus-bg | +Null | +null |
+ null |
+
Description
+ The background color of the focused TaskBoard column. |
+|||
$kendo-taskboard-column-focus-text | +Null | +null |
+ null |
+
Description
+ The text color of the focused TaskBoard column. |
+|||
$kendo-taskboard-column-focus-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-base-border, 2.5 )) |
+ rgba(0, 0, 0, 0.264) |
+
Description
+ The border color of the focused TaskBoard column. |
+|||
$kendo-taskboard-column-header-padding-y | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
+
Description
+ The vertical padding of the TaskBoard column header. |
+|||
$kendo-taskboard-column-header-padding-x | +Number | +$kendo-taskboard-column-header-padding-y |
+ 8px |
+
Description
+ The horizontal padding of the TaskBoard column header. |
+|||
$kendo-taskboard-column-header-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 4 ) |
+ 4px |
+
Description
+ The spacing of the TaskBoard column header. |
+|||
$kendo-taskboard-column-header-actions-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
+
Description
+ The spacing of the TaskBoard column header actions. |
+|||
$kendo-taskboard-column-header-font-weight | +Number | +500 |
+ 500 |
+
Description
+ The font weight of the TaskBoard column header. |
+|||
$kendo-taskboard-column-header-text | +Color | +$kendo-component-header-text |
+ #424242 |
+
Description
+ The text color of the TaskBoard column header. |
+|||
$kendo-taskboard-column-cards-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding of the TaskBoard column Card wrapper. |
+|||
$kendo-taskboard-column-cards-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding of the TaskBoard column Card wrapper. |
+|||
$kendo-taskboard-column-cards-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
+
Description
+ The spacing of the TaskBoard column Card wrapper. |
+|||
$kendo-taskboard-pane-width | +Number | +$kendo-taskboard-column-width |
+ 320px |
+
Description
+ The default width of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-text | +Color | +$kendo-component-text |
+ #424242 |
+
Description
+ The text color of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The border color of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-header-padding-y | +Number | +( $kendo-taskboard-spacer * .75 ) |
+ 12px |
+
Description
+ The vertical padding of the TaskBoard pane header. |
+|||
$kendo-taskboard-pane-header-padding-x | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The horizontal padding of the TaskBoard pane header. |
+|||
$kendo-taskboard-pane-header-font-weight | +Number | +500 |
+ 500 |
+
Description
+ The font weight of the TaskBoard pane header. |
+|||
$kendo-taskboard-pane-header-text | +Color | +$kendo-component-header-text |
+ #424242 |
+
Description
+ The text color of the TaskBoard pane header. |
+|||
$kendo-taskboard-pane-content-padding-y | +Number | +0px |
+ 0px |
+
Description
+ The vertical padding of the TaskBoard pane content. |
+|||
$kendo-taskboard-pane-content-padding-x | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The horizontal padding of the TaskBoard pane content. |
+|||
$kendo-taskboard-pane-actions-padding-y | +Number | +( $kendo-taskboard-spacer * .75 ) |
+ 12px |
+
Description
+ The vertical padding of the TaskBoard pane actions. |
+|||
$kendo-taskboard-pane-actions-padding-x | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The horizontal padding of the TaskBoard pane actions. |
+|||
$kendo-taskboard-card-padding-y | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The vertical padding of the TaskBoard Card. |
+|||
$kendo-taskboard-card-padding-x | +Number | +$kendo-taskboard-card-padding-y |
+ 16px |
+
Description
+ The horizontal padding of the TaskBoard Card. |
+|||
$kendo-taskboard-card-border-width | +Number | +$kendo-card-border-width |
+ 1px |
+
Description
+ The border width of the TaskBoard Card. |
+|||
$kendo-taskboard-card-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
+
Description
+ The border radius of the TaskBoard Card. |
+|||
$kendo-taskboard-card-shadow | +Null | +$kendo-card-shadow |
+ null |
+
Description
+ The shadow of the TaskBoard Card. |
+|||
$kendo-taskboard-card-bg | +Color | +$kendo-card-bg |
+ #ffffff |
+
Description
+ The background color of the TaskBoard Card. |
+|||
$kendo-taskboard-card-text | +Color | +$kendo-card-text |
+ #424242 |
+
Description
+ The text color of the TaskBoard Card. |
+|||
$kendo-taskboard-card-border | +Color | +$kendo-card-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The border color of the TaskBoard Card. |
+|||
$kendo-taskboard-card-category-border-width | +Number | +4px |
+ 4px |
+
Description
+ The border width of the TaskBoard Card category. |
+|||
$kendo-taskboard-card-hover-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 10% )) |
+ rgba(0, 0, 0, 0.172) |
+
Description
+ The border color of the hovered TaskBoard Card. |
+|||
$kendo-taskboard-card-focus-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 18% )) |
+ rgba(0, 0, 0, 0.2456) |
+
Description
+ The border color of the focused TaskBoard Card. |
+|||
$kendo-taskboard-card-focus-shadow | +String | +none |
+ none |
+
Description
+ The shadow of the focused TaskBoard Card. |
+|||
$kendo-taskboard-card-selected-border | +Color | +if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-tint( $kendo-color-primary-lighter, 5 )) |
+ #ffb0ab |
+
Description
+ The border of the selected TaskBoard Card. |
+|||
$kendo-taskboard-card-selected-shadow | +String | +none |
+ none |
+
Description
+ The shadow of the selected TaskBoard Card. |
+|||
$kendo-taskboard-card-header-text | +Color | +$kendo-color-primary |
+ #ff6358 |
+
Description
+ The text color of the TaskBoard Card header text. |
+|||
$kendo-taskboard-card-header-hover-text | +Color | +if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker) |
+ #d6534a |
+
Description
+ The text color of the hovered TaskBoard Card header text. |
+|||
$kendo-taskboard-card-header-focus-text | +Color | +if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker) |
+ #d6534a |
+
Description
+ The text color of the focused TaskBoard Card header text. |
+|||
$kendo-taskboard-drag-placeholder-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the TaskBoard Card placeholder. |
+|||
$kendo-taskboard-drag-placeholder-border-radius | +Number | +$kendo-taskboard-card-border-radius |
+ 4px |
+
Description
+ The border radius of the TaskBoard Card placeholder. |
+|||
$kendo-taskboard-drag-placeholder-bg | +Color | +rgba(255, 255, 255, .2) |
+ rgba(255, 255, 255, 0.2) |
+
Description
+ The background color of the TaskBoard Card placeholder. |
+|||
$kendo-taskboard-drag-placeholder-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The border color of the TaskBoard Card placeholder. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-wizard-padding-x | +Number | +$kendo-padding-md-x * 2.5 |
+ 20px |
+
Description
+ The horizontal padding of the Wizard. |
+|||
$kendo-wizard-padding-y | +Number | +$kendo-wizard-padding-x |
+ 20px |
+
Description
+ The vertical padding of the Wizard. |
+|||
$kendo-wizard-content-padding-x | +Number | +$kendo-padding-md-x * 4 |
+ 32px |
+
Description
+ The horizontal padding of the Wizard content. |
+|||
$kendo-wizard-content-padding-y | +Number | +$kendo-padding-md-y * 8 |
+ 32px |
+
Description
+ The vertical padding of the Wizard content. |
+|||
$kendo-wizard-buttons-margin-x | +Number | +10px |
+ 10px |
+
Description
+ The horizontal margin of the Wizard Button container. |
+|||
$kendo-wizard-border-width | +Number | +0px |
+ 0px |
+
Description
+ The border width of the Wizard. |
+|||
$kendo-wizard-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the Wizard. |
+|||
$kendo-wizard-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the Wizard. |
+|||
$kendo-wizard-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the Wizard. |
+|||
$kendo-wizard-step-focus-border | +Color | +#656565 |
+ #656565 |
+
Description
+ The outline of the focused Wizard step. |
+
$kendo-checkbox-border-width | +$kendo-chat-padding-x | Number | -1px |
- 1px |
+ 16px |
+ 16px |
|
Description
+ The border width of the CheckBox. | Description
The horizontal padding of the Chat. |
||||||
$kendo-checkbox-sm-size | +$kendo-chat-padding-y | Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+ 16px |
+ 16px |
|
Description
+ The size of a small CheckBox. | Description
The vertical padding of the Chat. |
||||||
$kendo-checkbox-md-size | +$kendo-chat-width | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ 500px |
+ 500px |
|
Description
+ The size of a medium CheckBox. | Description
The width of the Chat. |
||||||
$kendo-checkbox-lg-size | +$kendo-chat-height | Number | -k-map-get( $kendo-spacing, 5 ) |
- 20px |
+ 600px |
+ 600px |
|
Description
+ The size of a large CheckBox. | Description
The height of the Chat. |
||||||
$kendo-checkbox-sm-glyph-size | +$kendo-chat-border-width | Number | -k-map-get( $kendo-spacing, 2.5 ) |
- 10px |
+ 1px |
+ 1px |
|
Description
+ The glyph size of a small CheckBox. | Description
The border width of the Chat. |
||||||
$kendo-checkbox-md-glyph-size | +$kendo-chat-font-family | +String | +$kendo-font-family |
+ inherit |
+|||
Description
+ The font family of the Chat. |
+|||||||
$kendo-chat-font-size | Number | -k-map-get( $kendo-spacing, 3.5 ) |
+ $kendo-font-size-md |
14px |
|||
Description
+ The glyph size of a medium CheckBox. | Description
The font size of the Chat. |
||||||
$kendo-checkbox-lg-glyph-size | +$kendo-chat-line-height | Number | -k-map-get( $kendo-spacing, 4.5 ) |
- 18px |
+ $kendo-line-height-md |
+ 1.4285714286 |
|
Description
+ The glyph size of a large CheckBox. | Description
The line height of the Chat. |
||||||
$kendo-checkbox-sm-ripple-size | +$kendo-chat-item-spacing-x | Number | -300% |
- 300% |
+ 8px |
+ 8px |
|
Description
+ The ripple size of a small CheckBox. | Description
The horizontal spacing between items of the Chat. |
||||||
$kendo-checkbox-md-ripple-size | +$kendo-chat-item-spacing-y | Number | -300% |
- 300% |
+ 16px |
+ 16px |
|
Description
+ The ripple size of a medium CheckBox. | Description
The vertical spacing between items of the Chat. |
||||||
$kendo-checkbox-lg-ripple-size | +$kendo-chat-message-list-padding-x | Number | -300% |
- 300% |
+ $kendo-chat-padding-x |
+ 16px |
|
Description
+ The ripple size of a large CheckBox. | Description
The horizontal padding of the Chat message list. |
||||||
$kendo-checkbox-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-chat-message-list-padding-y | +Number | +$kendo-chat-padding-y |
+ 16px |
Description
+ The background color of the CheckBox. | Description
The vertical padding of the Chat message list. |
||||||
$kendo-checkbox-text | -Null | -null |
- null |
+ $kendo-chat-message-list-spacing | +Number | +$kendo-chat-item-spacing-y |
+ 16px |
Description
+ The text color of the CheckBox. | Description
The spacing of the Chat message list. |
||||||
$kendo-checkbox-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-chat-timestamp-font-size | +String | +smaller |
+ smaller |
Description
+ The border color of the CheckBox. | Description
The font size of the Chat timestamp. |
||||||
$kendo-checkbox-hover-bg | +$kendo-chat-timestamp-line-height | Null | null |
null |
|||
Description
+ The background color of the hovered CheckBox. | Description
The line height of the Chat timestamp. |
||||||
$kendo-checkbox-hover-text | -Null | -null |
- null |
+ $kendo-chat-timestamp-transform | +String | +uppercase |
+ uppercase |
Description
+ The text color of the hovered CheckBox. | Description
The text transform of the Chat timestamp. |
||||||
$kendo-checkbox-hover-border | +$kendo-chat-timestamp-text | +Color | +$kendo-subtle-text |
+ #666666 |
+|||
Description
+ The text color of the Chat timestamp. |
+|||||||
$kendo-chat-timestamp-bg | Null | null |
null |
||||
Description
+ The border color of the hovered CheckBox. | Description
The background color of the Chat timestamp. |
||||||
$kendo-checkbox-checked-bg | -Color | -$kendo-color-primary |
- #ff6358 |
+ $kendo-chat-bubble-padding-x | +Number | +12px |
+ 12px |
Description
+ The background color of the checked CheckBox. | Description
The horizontal padding of the Chat bubble message. |
||||||
$kendo-checkbox-checked-text | -Color | -if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-checkbox-checked-bg )) |
- white |
+ $kendo-chat-bubble-padding-y | +Number | +8px |
+ 8px |
Description
+ The text color of the checked CheckBox. | Description
The vertical padding of the Chat bubble message. |
||||||
$kendo-checkbox-checked-border | -Color | -$kendo-checkbox-checked-bg |
- #ff6358 |
+ $kendo-chat-bubble-spacing | +Number | +2px |
+ 2px |
Description
+ The border color of the checked CheckBox. | Description
The spacing of the Chat bubble message. |
||||||
$kendo-checkbox-indeterminate-bg | -Color | -$kendo-checkbox-bg |
- #ffffff |
+ $kendo-chat-bubble-line-height | +Number | +18px |
+ 18px |
Description
+ The background color of the indeterminate CheckBox. | Description
The line height of the Chat bubble message. |
||||||
$kendo-checkbox-indeterminate-text | -Color | -$kendo-checkbox-checked-bg |
- #ff6358 |
+ $kendo-chat-bubble-border-radius | +Number | +12px |
+ 12px |
Description
+ The text color of the indeterminate CheckBox. | Description
The border radius of the Chat bubble message. |
||||||
$kendo-checkbox-indeterminate-border | -Color | -$kendo-checkbox-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-chat-bubble-border-radius-sm | +Number | +2px |
+ 2px |
Description
+ The border color of the indeterminate CheckBox. | Description
The border radius of the Chat small bubble message |
||||||
$kendo-checkbox-focus-border | -Null | -null |
- null |
+ $kendo-chat-avatar-size | +Number | +32px |
+ 32px |
Description
+ The border color of the focused CheckBox. | Description
The size of the Chat Avatar. |
||||||
$kendo-checkbox-focus-shadow | -List | -0 0 0 2px rgba(0, 0, 0, .06) |
- 0 0 0 2px rgba(0, 0, 0, 0.06) |
+ $kendo-chat-avatar-spacing | +Number | +$kendo-chat-item-spacing-x |
+ 8px |
Description
+ The box shadow of the focused CheckBox. | Description
The spacing of the Chat Avatar. |
||||||
$kendo-checkbox-focus-checked-border | -Null | -null |
- null |
+ $kendo-chat-toolbar-padding-x | +Number | +$kendo-toolbar-md-padding-x |
+ 8px |
Description
+ The border color of the focused and checked CheckBox. | Description
The horizontal padding of the Chat Toolbar. |
||||||
$kendo-checkbox-focus-checked-shadow | -List | -0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary, true ), .3 ), rgba( $kendo-color-primary, .3 )) |
- 0 0 0 2px rgba(255, 99, 88, 0.3) |
+ $kendo-chat-toolbar-padding-y | +Number | +$kendo-toolbar-md-padding-y |
+ 8px |
Description
+ The box shadow of the focused and checked CheckBox. | Description
The vertical padding of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-bg | -Null | -null |
- null |
+ $kendo-chat-toolbar-spacing | +Number | +$kendo-toolbar-md-spacing |
+ 8px |
Description
+ The background color of the disabled CheckBox. | Description
The spacing of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-text | -Null | -null |
- null |
+ $kendo-chat-toolbar-bg | +Color | +$kendo-toolbar-bg |
+ #fafafa |
Description
+ The text color of the disabled CheckBox. | Description
The background color of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-border | -Null | -null |
- null |
+ $kendo-chat-toolbar-text | +Color | +$kendo-toolbar-text |
+ #424242 |
Description
+ The border color of the disabled CheckBox. | Description
The text color of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-checked-bg | -Null | -null |
- null |
+ $kendo-chat-toolbar-border | +String | +inherit |
+ inherit |
Description
+ The background color of the disabled and checked CheckBox. | Description
The border color of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-checked-text | -Null | -null |
- null |
+ $kendo-chat-quick-reply-padding-x | +Number | +12px |
+ 12px |
Description
+ The text color of the disabled and checked CheckBox. | Description
The horizontal padding of the Chat quick reply. |
||||||
$kendo-checkbox-disabled-checked-border | -Null | -null |
- null |
+ $kendo-chat-quick-reply-padding-y | +Number | +8px |
+ 8px |
Description
+ The border color of the disabled and checked CheckBox. | Description
The vertical padding of the Chat quick reply. |
||||||
$kendo-checkbox-invalid-bg | -Null | -null |
- null |
+ $kendo-chat-quick-reply-spacing | +Number | +8px |
+ 8px |
Description
+ The background color of an invalid CheckBox. | Description
The spacing of the Chat quick reply. |
||||||
$kendo-checkbox-invalid-text | -Color | -$kendo-invalid-text |
- #f31700 |
+ $kendo-chat-quick-reply-line-height | +Number | +$kendo-chat-bubble-line-height |
+ 18px |
Description
+ The text color of an invalid CheckBox. | Description
The line height of the Chat quick reply. |
||||||
$kendo-checkbox-invalid-border | +$kendo-chat-bg | Color | -$kendo-invalid-border |
- #f31700 |
+ $kendo-app-bg |
+ #fafafa |
|
Description
+ The border color of an invalid CheckBox. | Description
The background color of the Chat. |
||||||
$kendo-checkbox-indicator-type | -String | -image |
- image |
+ $kendo-chat-text | +Color | +$kendo-app-text |
+ #424242 |
Description
+ The type of the CheckBox indicator. | Description
The text color of the Chat. |
||||||
$kendo-checkbox-glyph-font-family | -List | -"WebComponentsIcons", monospace |
- "WebComponentsIcons", monospace |
+ $kendo-chat-border | +Color | +$kendo-app-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The font family of the CheckBox indicator glyph. | Description
The border color of the Chat. |
||||||
$kendo-checkbox-checked-glyph | +$kendo-chat-bubble-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+|||
Description
+ The background color of the Chat bubble. |
+|||||||
$kendo-chat-bubble-text | +Color | +$kendo-component-text |
+ #424242 |
+||||
Description
+ The text color of the Chat bubble. |
+|||||||
$kendo-chat-bubble-border | +Color | +$kendo-chat-bubble-bg |
+ #ffffff |
+||||
Description
+ The border color of the Chat bubble. |
+|||||||
$kendo-chat-bubble-shadow | String | -"\e118" |
- "\e118" |
+ k-elevation(1) |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
||
Description
+ The glyph of the CheckBox indicator. | Description
The box shadow of the Chat bubble. |
||||||
$kendo-checkbox-indeterminate-glyph | +$kendo-chat-bubble-hover-shadow | String | -"\e121" |
- "\e121" |
+ k-elevation(2) |
+ var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12)) |
|
Description
+ The glyph of the indeterminate CheckBox indicator. | Description
The shadow of the hovered Chat bubble. |
||||||
$kendo-checkbox-checked-image | +$kendo-chat-bubble-selected-shadow | String | -k-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") |
+ k-elevation(3) |
+ var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
|
Description
+ The image for a checked CheckBox indicator. | Description
The shadow of the selected Chat bubble. |
||||||
$kendo-checkbox-indeterminate-image | +$kendo-chat-alt-bubble-bg | +Color | +$kendo-color-primary |
+ #ff6358 |
+|||
Description
+ The background color of the Chat alt bubble. |
+|||||||
$kendo-chat-alt-bubble-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-chat-alt-bubble-bg )) |
+ white |
+||||
Description
+ The text color of the Chat alt bubble. |
+|||||||
$kendo-chat-alt-bubble-border | +Color | +$kendo-chat-alt-bubble-bg |
+ #ff6358 |
+||||
Description
+ The border color of the Chat alt bubble. |
+|||||||
$kendo-chat-alt-bubble-shadow | String | -k-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") |
+ k-elevation(1) |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
||
Description
+ The image for a indeterminate CheckBox indicator. | Description
The shadow of the Chat alt bubble. |
||||||
$kendo-checkbox-label-margin-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-chat-alt-bubble-hover-shadow | +String | +k-elevation(2) |
+ var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The horizontal margin of the CheckBox inside a label. | Description
The shadow of the hovered Chat alt bubble. |
||||||
$kendo-checkbox-list-spacing | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-chat-alt-bubble-selected-shadow | +String | +k-elevation(3) |
+ var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The spacing between the items in a horizontal CheckBox list. | Description
The shadow of the selected Chat alt bubble. |
||||||
$kendo-checkbox-list-item-padding-x | -Number | -0px |
- 0px |
+ $kendo-chat-quick-reply-bg | +Color | +transparent |
+ transparent |
Description
+ The horizontal padding of the CheckBox list items. | Description
The background color of Chat quick reply. |
||||||
$kendo-checkbox-list-item-padding-y | -Number | -$kendo-list-md-item-padding-y |
- 4px |
+ $kendo-chat-quick-reply-text | +Color | +$kendo-color-primary |
+ #ff6358 |
Description
+ The vertical padding of the CheckBox list items. | Description
The text color of Chat quick reply. |
||||||
$kendo-checkbox-ripple-bg | +$kendo-chat-quick-reply-border | Color | -$kendo-checkbox-checked-bg |
+ $kendo-color-primary |
#ff6358 |
||
Description
+ The background color of the CheckBox' ripple. | Description
The border color of Chat quick reply. |
||||||
$kendo-checkbox-ripple-opacity | -Number | -.25 |
- 0.25 |
+ $kendo-chat-quick-reply-hover-bg | +Color | +$kendo-color-primary |
+ #ff6358 |
Description
+ The opacity of the CheckBox' ripple. | Description
+ The background color of the hovered Chat quick reply. |
+||||||
$kendo-chat-quick-reply-hover-text | +Color | +$kendo-color-primary-contrast |
+ white |
+||||
Description
+ The text color of the Chat quick reply. |
+|||||||
$kendo-chat-quick-reply-hover-border | +Color | +$kendo-color-primary |
+ #ff6358 |
+||||
Description
The border color of the hovered Chat quick reply. |
$kendo-chip-border-width | +$kendo-checkbox-border-width | Number | 1px |
1px |
|||
Description
+ The width of the border around the Chip. | Description
The border width of the CheckBox. |
||||||
$kendo-chip-spacing | +$kendo-checkbox-sm-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 3 ) |
+ 12px |
|
Description
+ The spacing between the text and the icons of the Chip. | Description
The size of a small CheckBox. |
||||||
$kendo-chip-padding-x | +$kendo-checkbox-md-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 4 ) |
+ 16px |
|
Description
+ The horizontal padding of the Chip. | Description
The size of a medium CheckBox. |
||||||
$kendo-chip-sm-padding-x | +$kendo-checkbox-lg-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 5 ) |
+ 20px |
|
Description
+ The horizontal padding of the small Chip. | Description
The size of a large CheckBox. |
||||||
$kendo-chip-md-padding-x | +$kendo-checkbox-sm-glyph-size | Number | -$kendo-chip-padding-x |
- 4px |
+ k-map-get( $kendo-spacing, 2.5 ) |
+ 10px |
|
Description
+ The horizontal padding of the medium Chip. | Description
The glyph size of a small CheckBox. |
||||||
$kendo-chip-lg-padding-x | +$kendo-checkbox-md-glyph-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 3.5 ) |
+ 14px |
|
Description
+ The horizontal padding of the large Chip. | Description
The glyph size of a medium CheckBox. |
||||||
$kendo-chip-padding-y | +$kendo-checkbox-lg-glyph-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 4.5 ) |
+ 18px |
|
Description
+ The vertical padding of the Chip. | Description
The glyph size of a large CheckBox. |
||||||
$kendo-chip-sm-padding-y | +$kendo-checkbox-sm-ripple-size | Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 2px |
+ 300% |
+ 300% |
|
Description
+ The vertical padding of the small Chip. | Description
The ripple size of a small CheckBox. |
||||||
$kendo-chip-md-padding-y | +$kendo-checkbox-md-ripple-size | Number | -$kendo-chip-padding-y |
- 4px |
+ 300% |
+ 300% |
|
Description
+ The vertical padding of the medium Chip. | Description
The ripple size of a medium CheckBox. |
||||||
$kendo-chip-lg-padding-y | +$kendo-checkbox-lg-ripple-size | Number | -k-map-get( $kendo-spacing, 1.5 ) |
- 6px |
+ 300% |
+ 300% |
|
Description
+ The vertical padding of the large Chip. | Description
The ripple size of a large CheckBox. |
||||||
$kendo-chip-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-checkbox-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The font size of the Chip. | Description
The background color of the CheckBox. |
||||||
$kendo-chip-sm-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-checkbox-text | +Null | +null |
+ null |
Description
+ The font size of the small Chip. | Description
The text color of the CheckBox. |
||||||
$kendo-chip-md-font-size | -Number | -$kendo-chip-font-size |
- 14px |
+ $kendo-checkbox-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The font size of the medium Chip. | Description
The border color of the CheckBox. |
||||||
$kendo-chip-lg-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-checkbox-hover-bg | +Null | +null |
+ null |
Description
+ The font size of the large Chip. | Description
The background color of the hovered CheckBox. |
||||||
$kendo-chip-line-height | -Number | -1 |
- 1 |
+ $kendo-checkbox-hover-text | +Null | +null |
+ null |
Description
+ The Chip's line height that is related to the $kendo-font-size. | Description
The text color of the hovered CheckBox. |
||||||
$kendo-chip-sm-line-height | -Number | -$kendo-chip-line-height |
- 1 |
+ $kendo-checkbox-hover-border | +Null | +null |
+ null |
Description
+ The small Chip's line height that is related to the $kendo-font-size. | Description
The border color of the hovered CheckBox. |
||||||
$kendo-chip-md-line-height | -Number | -$kendo-chip-line-height |
- 1 |
+ $kendo-checkbox-checked-bg | +Color | +$kendo-color-primary |
+ #ff6358 |
Description
+ The medium Chip's line height that is related to the $kendo-font-size. | Description
The background color of the checked CheckBox. |
||||||
$kendo-chip-lg-line-height | -Number | -$kendo-chip-line-height |
- 1 |
+ $kendo-checkbox-checked-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-checkbox-checked-bg )) |
+ white |
Description
+ The large Chip's line height that is related to the $kendo-font-size. | Description
The text color of the checked CheckBox. |
||||||
$kendo-chip-calc-size | -Calculation | -calc( #{$kendo-chip-line-height * 1em} + #{$kendo-chip-padding-y * 2} + #{$kendo-chip-border-width * 2} ) |
- calc(1em + 8px + 2px) |
+ $kendo-checkbox-checked-border | +Color | +$kendo-checkbox-checked-bg |
+ #ff6358 |
Description
+ The calculated height of the Chip. | Description
The border color of the checked CheckBox. |
||||||
$kendo-chip-sizes | -Map | -(
- 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)) |
+ $kendo-checkbox-indeterminate-bg | +Color | +$kendo-checkbox-bg |
+ #ffffff |
Description
+ The map with the sizes of the Chip. | Description
The background color of the indeterminate CheckBox. |
||||||
$kendo-chip-base-bg | +$kendo-checkbox-indeterminate-text | Color | -if($kendo-enable-color-system, k-color( base-subtle ), $kendo-button-bg) |
- #f5f5f5 |
+ $kendo-checkbox-checked-bg |
+ #ff6358 |
|
Description
+ The base background of the Chip. | Description
The text color of the indeterminate CheckBox. |
||||||
$kendo-chip-theme-colors | -Map | -(
- "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) |
+ $kendo-checkbox-indeterminate-border | +Color | +$kendo-checkbox-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The theme colors map for the Chip. | Description
The border color of the indeterminate CheckBox. |
||||||
$kendo-chip-solid-bg | -Color | -$kendo-chip-base-bg |
- #f5f5f5 |
+ $kendo-checkbox-focus-border | +Null | +null |
+ null |
Description
+ The base background color of the solid Chip. | Description
The border color of the focused CheckBox. |
||||||
$kendo-chip-solid-text | -Color | -$kendo-button-text |
- #424242 |
+ $kendo-checkbox-focus-shadow | +List | +0 0 0 2px rgba(0, 0, 0, .06) |
+ 0 0 0 2px rgba(0, 0, 0, 0.06) |
Description
+ The base text color of the solid Chip. | Description
The box shadow of the focused CheckBox. |
||||||
$kendo-chip-solid-border | -Color | -$kendo-button-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-checkbox-focus-checked-border | +Null | +null |
+ null |
Description
+ The base border color of the solid Chip. | Description
The border color of the focused and checked CheckBox. |
||||||
$kendo-chip-solid-shadow | +$kendo-checkbox-focus-checked-shadow | List | -0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), 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) |
+ 0 0 0 2px if($kendo-enable-color-system, rgba( k-color( primary, true ), .3 ), rgba( $kendo-color-primary, .3 )) |
+ 0 0 0 2px rgba(255, 99, 88, 0.3) |
|
Description
+ The base shadow of the solid Chip. | Description
The box shadow of the focused and checked CheckBox. |
||||||
$kendo-chip-solid-gradient | -List | -$kendo-button-gradient |
- rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02) |
+ $kendo-checkbox-disabled-bg | +Null | +null |
+ null |
Description
+ The base gradient of the solid Chip. | Description
The background color of the disabled CheckBox. |
||||||
$kendo-chip-solid-focus-bg | +$kendo-checkbox-disabled-text | Null | null |
null |
|||
Description
+ The base background color of the focused solid Chip. | Description
The text color of the disabled CheckBox. |
||||||
$kendo-chip-solid-focus-text | +$kendo-checkbox-disabled-border | Null | null |
null |
|||
Description
+ The base text color of the focused solid Chip. | Description
The border color of the disabled CheckBox. |
||||||
$kendo-chip-solid-hover-bg | -Color | -if($kendo-enable-color-system, k-color( base-subtle-hover ), $kendo-button-hover-bg) |
- #ebebeb |
+ $kendo-checkbox-disabled-checked-bg | +Null | +null |
+ null |
Description
+ The base background color of the hovered solid Chip. | Description
The background color of the disabled and checked CheckBox. |
||||||
$kendo-chip-solid-hover-text | +$kendo-checkbox-disabled-checked-text | Null | null |
null |
|||
Description
+ The base text color of the hovered solid Chip. | Description
The text color of the disabled and checked CheckBox. |
||||||
$kendo-chip-solid-selected-bg | -Color | -$kendo-button-active-bg |
- #d8d8d8 |
+ $kendo-checkbox-disabled-checked-border | +Null | +null |
+ null |
Description
+ The base background color of the selected solid Chip. | Description
The border color of the disabled and checked CheckBox. |
||||||
$kendo-chip-solid-selected-text | +$kendo-checkbox-invalid-bg | Null | null |
null |
|||
Description
+ The base text color of the selected solid Chip. | Description
The background color of an invalid CheckBox. |
||||||
$kendo-chip-outline-bg | +$kendo-checkbox-invalid-text | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-invalid-text |
+ #f31700 |
|
Description
+ The base background color of the outline Chip. | Description
The text color of an invalid CheckBox. |
||||||
$kendo-chip-outline-text | +$kendo-checkbox-invalid-border | Color | -$kendo-chip-solid-text |
- #424242 |
+ $kendo-invalid-border |
+ #f31700 |
|
Description
+ The base text color of the outline Chip. | Description
The border color of an invalid CheckBox. |
||||||
$kendo-chip-outline-border | -Color | -$kendo-chip-outline-text |
- #424242 |
+ $kendo-checkbox-indicator-type | +String | +image |
+ image |
Description
+ The base border color of the outline Chip. | Description
The type of the CheckBox indicator. |
||||||
$kendo-chip-outline-shadow | +$kendo-checkbox-glyph-font-family | List | -0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), 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) |
+ "WebComponentsIcons", monospace |
+ "WebComponentsIcons", monospace |
|
Description
+ The base shadow of the outline Chip. | Description
The font family of the CheckBox indicator glyph. |
||||||
$kendo-chip-outline-hover-bg | -Color | -$kendo-chip-outline-text |
- #424242 |
+ $kendo-checkbox-checked-glyph | +String | +"\e118" |
+ "\e118" |
Description
+ The base background color of the hovered outline Chip. | Description
The glyph of the CheckBox indicator. |
||||||
$kendo-chip-outline-hover-text | -Color | -if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-chip-outline-hover-bg )) |
- white |
+ $kendo-checkbox-indeterminate-glyph | +String | +"\e121" |
+ "\e121" |
Description
+ The base text color of the hovered outline Chip. | Description
The glyph of the indeterminate CheckBox indicator. |
||||||
$kendo-chip-outline-selected-bg | -Color | -$kendo-chip-outline-hover-bg |
- #424242 |
+ $kendo-checkbox-checked-image | +String | +k-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
+ The base background color of the selected outline Chip. | Description
The image for a checked CheckBox indicator. |
||||||
$kendo-chip-outline-selected-text | -Color | -$kendo-chip-outline-hover-text |
- white |
+ $kendo-checkbox-indeterminate-image | +String | +k-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
+ The base text color of the selected outline Chip. | Description
The image for a indeterminate CheckBox indicator. |
||||||
$kendo-chip-list-sizes | -Map | -(
- 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) |
+ $kendo-checkbox-label-margin-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The sizes of the Chip list. | Description
+ The horizontal margin of the CheckBox inside a label. |
+||||||
$kendo-checkbox-list-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+||||
Description
+ The spacing between the items in a horizontal CheckBox list. |
+|||||||
$kendo-checkbox-list-item-padding-x | +Number | +0px |
+ 0px |
+||||
Description
+ The horizontal padding of the CheckBox list items. |
+|||||||
$kendo-checkbox-list-item-padding-y | +Number | +$kendo-list-md-item-padding-y |
+ 4px |
+||||
Description
+ The vertical padding of the CheckBox list items. |
+|||||||
$kendo-checkbox-ripple-bg | +Color | +$kendo-checkbox-checked-bg |
+ #ff6358 |
+||||
Description
+ The background color of the CheckBox' ripple. |
+|||||||
$kendo-checkbox-ripple-opacity | +Number | +.25 |
+ 0.25 |
+||||
Description
The opacity of the CheckBox' ripple. |
$kendo-color-gradient-spacer | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
-||||
Description
- The spacer of the ColorGradient. |
-|||||||
$kendo-color-gradient-width | -Number | -272px |
- 272px |
-||||
Description
- The width of the ColorGradient. |
-|||||||
$kendo-color-gradient-border-width | +$kendo-chip-border-width | Number | 1px |
1px |
|||
Description
+ The width of the border around the ColorGradient. | Description
The width of the border around the Chip. |
||||||
$kendo-color-gradient-border-radius | +$kendo-chip-spacing | Number | -$kendo-border-radius-md |
+ k-map-get( $kendo-spacing, 1 ) |
4px |
||
Description
+ The border radius of the ColorGradient. | Description
The spacing between the text and the icons of the Chip. |
||||||
$kendo-color-gradient-padding-y | +$kendo-chip-padding-x | Number | -$kendo-color-gradient-spacer |
- 12px |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ The vertical padding of the ColorGradient. | Description
The horizontal padding of the Chip. |
||||||
$kendo-color-gradient-padding-x | +$kendo-chip-sm-padding-x | Number | -$kendo-color-gradient-padding-y |
- 12px |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ The horizontal padding of the ColorGradient. | Description
The horizontal padding of the small Chip. |
||||||
$kendo-color-gradient-gap | +$kendo-chip-md-padding-x | Number | -$kendo-color-gradient-spacer |
- 12px |
-|||
Description
- The spacing between the sections of the ColorGradient. |
-|||||||
$kendo-color-gradient-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-chip-padding-x |
+ 4px |
||
Description
+ The font family of the ColorGradient. | Description
The horizontal padding of the medium Chip. |
||||||
$kendo-color-gradient-font-size | +$kendo-chip-lg-padding-x | Number | -$kendo-font-size-md |
- 14px |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ The font size of the ColorGradient. | Description
The horizontal padding of the large Chip. |
||||||
$kendo-color-gradient-line-height | +$kendo-chip-padding-y | Number | -$kendo-line-height-md |
- 1.4285714286 |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ The line height of the ColorGradient. | Description
The vertical padding of the Chip. |
||||||
$kendo-color-gradient-text | -Color | -$kendo-component-text |
- #424242 |
+ $kendo-chip-sm-padding-y | +Number | +k-map-get( $kendo-spacing, 0.5 ) |
+ 2px |
Description
+ The text color of the ColorGradient. | Description
The vertical padding of the small Chip. |
||||||
$kendo-color-gradient-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-chip-md-padding-y | +Number | +$kendo-chip-padding-y |
+ 4px |
Description
+ The background color of the ColorGradient. | Description
The vertical padding of the medium Chip. |
||||||
$kendo-color-gradient-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-chip-lg-padding-y | +Number | +k-map-get( $kendo-spacing, 1.5 ) |
+ 6px |
Description
+ The border color of the ColorGradient. | Description
The vertical padding of the large Chip. |
||||||
$kendo-color-gradient-focus-border | -Null | -null |
- null |
+ $kendo-chip-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The border color of the focused ColorGradient. | Description
The font size of the Chip. |
||||||
$kendo-color-gradient-focus-shadow | -String | -k-elevation(3) |
- var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-chip-sm-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The box shadow of the focused ColorGradient. | Description
The font size of the small Chip. |
||||||
$kendo-color-gradient-canvas-border-radius | +$kendo-chip-md-font-size | Number | -$kendo-border-radius-md |
- 4px |
+ $kendo-chip-font-size |
+ 14px |
|
Description
+ The border radius of the ColorGradient canvas. | Description
The font size of the medium Chip. |
||||||
$kendo-color-gradient-canvas-gap | +$kendo-chip-lg-font-size | Number | -$kendo-color-gradient-spacer |
- 12px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The spacing between the items of the ColorGradient canvas. | Description
The font size of the large Chip. |
||||||
$kendo-color-gradient-canvas-rectangle-height | +$kendo-chip-line-height | Number | -180px |
- 180px |
+ 1 |
+ 1 |
|
Description
+ The height the ColorGradient canvas hsv rectangle. | Description
The Chip's line height that is related to the $kendo-font-size. |
||||||
$kendo-color-gradient-slider-track-size | +$kendo-chip-sm-line-height | Number | -10px |
- 10px |
+ $kendo-chip-line-height |
+ 1 |
|
Description
+ The width of the ColorGradient slider. | Description
The small Chip's line height that is related to the $kendo-font-size. |
||||||
$kendo-color-gradient-slider-border-radius | +$kendo-chip-md-line-height | Number | -10px |
- 10px |
+ $kendo-chip-line-height |
+ 1 |
|
Description
+ The border radius of the ColorGradient slider. | Description
The medium Chip's line height that is related to the $kendo-font-size. |
||||||
$kendo-color-gradient-slider-draghandle-border-width | +$kendo-chip-lg-line-height | Number | -3px |
- 3px |
+ $kendo-chip-line-height |
+ 1 |
|
Description
+ The width of the border around the ColorGradient slider drag handle. | Description
The large Chip's line height that is related to the $kendo-font-size. |
||||||
$kendo-color-gradient-slider-vertical-size | -Number | -180px |
- 180px |
+ $kendo-chip-calc-size | +Calculation | +calc( #{$kendo-chip-line-height * 1em} + #{$kendo-chip-padding-y * 2} + #{$kendo-chip-border-width * 2} ) |
+ calc(1em + 8px + 2px) |
Description
+ The height of the ColorGradient vertical slider. | Description
The calculated height of the Chip. |
||||||
$kendo-color-gradient-slider-horizontal-size | -Number | -100% |
- 100% |
+ $kendo-chip-sizes | +Map | +(
+ 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
+ The width of the ColorGradient horizontal slider. | Description
The map with the sizes of the Chip. |
||||||
$kendo-color-gradient-draghandle-width | -Number | -14px |
- 14px |
+ $kendo-chip-base-bg | +Color | +if($kendo-enable-color-system, k-color( base-subtle ), $kendo-button-bg) |
+ #f5f5f5 |
Description
+ The width of the ColorGradient canvas drag handle. | Description
The base background of the Chip. |
||||||
$kendo-color-gradient-draghandle-height | -Number | -14px |
- 14px |
+ $kendo-chip-theme-colors | +Map | +(
+ "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
+ The height of the ColorGradient canvas drag handle. | Description
The theme colors map for the Chip. |
||||||
$kendo-color-gradient-draghandle-border-width | -Number | -1px |
- 1px |
+ $kendo-chip-solid-bg | +Color | +$kendo-chip-base-bg |
+ #f5f5f5 |
Description
+ The width of the border around the ColorGradient canvas drag handle. | Description
The base background color of the solid Chip. |
||||||
$kendo-color-gradient-draghandle-outline-width | -Number | -1px |
- 1px |
+ $kendo-chip-solid-text | +Color | +$kendo-button-text |
+ #424242 |
Description
+ The width of the outline around the ColorGradient canvas drag handle. | Description
The base text color of the solid Chip. |
||||||
$kendo-color-gradient-draghandle-border-radius | -Number | -50% |
- 50% |
+ $kendo-chip-solid-border | +Color | +$kendo-button-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The border radius of the ColorGradient canvas drag handle. | Description
The base border color of the solid Chip. |
||||||
$kendo-color-gradient-draghandle-text | +$kendo-chip-solid-shadow | +List | +0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), 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 the solid Chip. |
+|||||||
$kendo-chip-solid-gradient | +List | +$kendo-button-gradient |
+ rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02) |
+||||
Description
+ The base gradient of the solid Chip. |
+|||||||
$kendo-chip-solid-focus-bg | Null | null |
null |
||||
Description
+ The text color of the ColorGradient canvas drag handle. | Description
The base background color of the focused solid Chip. |
||||||
$kendo-color-gradient-draghandle-bg | -Color | -transparent |
- transparent |
+ $kendo-chip-solid-focus-text | +Null | +null |
+ null |
Description
+ The background color of the ColorGradient canvas drag handle. | Description
The base text color of the focused solid Chip. |
||||||
$kendo-color-gradient-draghandle-border | +$kendo-chip-solid-hover-bg | Color | -rgba( $kendo-color-white, .8) |
- rgba(255, 255, 255, 0.8) |
+ if($kendo-enable-color-system, k-color( base-subtle-hover ), $kendo-button-hover-bg) |
+ #ebebeb |
|
Description
+ The color of the border around the ColorGradient canvas drag handle. | Description
The base background color of the hovered solid Chip. |
||||||
$kendo-color-gradient-draghandle-shadow | -Color | -rgba( $kendo-color-black, .5 ) |
- rgba(0, 0, 0, 0.5) |
+ $kendo-chip-solid-hover-text | +Null | +null |
+ null |
Description
+ The color of the outline around the ColorGradient canvas drag handle. | Description
The base text color of the hovered solid Chip. |
||||||
$kendo-color-gradient-draghandle-focus-shadow | +$kendo-chip-solid-selected-bg | Color | -$kendo-color-black |
- #000000 |
+ $kendo-button-active-bg |
+ #d8d8d8 |
|
Description
+ The focus color of the outline around the ColorGradient canvas drag handle. | Description
The base background color of the selected solid Chip. |
||||||
$kendo-color-gradient-draghandle-hover-shadow | -Color | -$kendo-color-black |
- #000000 |
+ $kendo-chip-solid-selected-text | +Null | +null |
+ null |
Description
+ The hover color of the outline around the ColorGradient canvas drag handle. | Description
The base text color of the selected solid Chip. |
||||||
$kendo-color-gradient-draghandle-shadow | +$kendo-chip-outline-bg | Color | -k-elevation(2) |
- rgba(0, 0, 0, 0.5) |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The box shadow of the ColorGradient canvas drag handle. | Description
The base background color of the outline Chip. |
||||||
$kendo-color-gradient-canvas-draghandle-margin-y | -Number | -- k-math-div( $kendo-color-gradient-draghandle-height, 2 ) |
- -7px |
+ $kendo-chip-outline-text | +Color | +$kendo-chip-solid-text |
+ #424242 |
Description
+ The vertical margin of the ColorGradient canvas drag handle. | Description
The base text color of the outline Chip. |
||||||
$kendo-color-gradient-canvas-draghandle-margin-x | -Number | -- k-math-div( $kendo-color-gradient-draghandle-width, 2 ) |
- -7px |
+ $kendo-chip-outline-border | +Color | +$kendo-chip-outline-text |
+ #424242 |
Description
+ The horizontal margin of the ColorGradient canvas drag handle. | Description
The base border color of the outline Chip. |
||||||
$kendo-color-gradient-input-width | -Number | -46px |
- 46px |
+ $kendo-chip-outline-shadow | +List | +0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), 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 width of the ColorGradient input. | Description
The base shadow of the outline Chip. |
||||||
$kendo-color-gradient-input-gap | -Number | -k-math-div( $kendo-color-gradient-spacer, 1.5 ) |
- 8px |
+ $kendo-chip-outline-hover-bg | +Color | +$kendo-chip-outline-text |
+ #424242 |
Description
+ The spacing between the ColorGradient inputs. | Description
The base background color of the hovered outline Chip. |
||||||
$kendo-color-gradient-input-label-gap | -Number | -k-math-div( $kendo-color-gradient-spacer, 3 ) |
- 4px |
+ $kendo-chip-outline-hover-text | +Color | +if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-chip-outline-hover-bg )) |
+ white |
Description
+ The spacing between the ColorGradient inputs and their labels. | Description
The base text color of the hovered outline Chip. |
||||||
$kendo-color-gradient-input-label-text | +$kendo-chip-outline-selected-bg | Color | -$kendo-subtle-text |
- #666666 |
+ $kendo-chip-outline-hover-bg |
+ #424242 |
|
Description
+ The text color of the ColorGradient input labels. | Description
The base background color of the selected outline Chip. |
||||||
$kendo-color-gradient-contrast-ratio-font-weight | -Number | -$kendo-font-weight-bold |
- 700 |
+ $kendo-chip-outline-selected-text | +Color | +$kendo-chip-outline-hover-text |
+ white |
Description
+ The font weight of the ColorGradient contrast ratio text. | Description
The base text color of the selected outline Chip. |
||||||
$kendo-color-gradient-contrast-spacer | -Number | -k-math-div( $kendo-color-gradient-spacer, 1.5 ) |
- 8px |
+ $kendo-chip-list-sizes | +Map | +(
+ 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 spacing between the items in the ColorGradient contrast tool. | Description
The sizes of the Chip list. |
$kendo-colors | -Map | -$_default-colors |
- (app-surface: #ffffff, on-app-surface: #3d3d3d, subtle: #666666, surface: #fafafa, surface-alt: #ffffff, border: rgba(0, 0, 0, 0.08), border-alt: rgba(0, 0, 0, 0.16), base-subtle: #ebebeb, base-subtle-hover: #e0e0e0, base-subtle-active: #d6d6d6, base: #f5f5f5, base-hover: #ebebeb, base-active: #d6d6d6, base-emphasis: #c2c2c2, base-on-subtle: #3d3d3d, on-base: #3d3d3d, base-on-surface: #3d3d3d, primary-subtle: #ffeceb, primary-subtle-hover: #ffdedb, primary-subtle-active: #ffc8c4, primary: #ff6358, primary-hover: #ea5a51, primary-active: #d45349, primary-emphasis: #ff9d97, primary-on-subtle: #5c201c, on-primary: #ffffff, primary-on-surface: #ff6358, secondary-subtle: #fafafa, secondary-subtle-hover: #f5f5f5, secondary-subtle-active: #ebebeb, secondary: #666666, secondary-hover: #525252, secondary-active: #3d3d3d, secondary-emphasis: #e0e0e0, secondary-on-subtle: #141414, on-secondary: #ffffff, secondary-on-surface: #292929, tertiary-subtle: #d8f1fd, tertiary-subtle-hover: #c5eafc, tertiary-subtle-active: #a3dffb, tertiary: #03a9f4, tertiary-hover: #039ae0, tertiary-active: #028ccb, tertiary-emphasis: #61c9f9, tertiary-on-subtle: #023f5c, on-tertiary: #ffffff, tertiary-on-surface: #028ccb, info-subtle: #d2e2fb, info-subtle-hover: #bdd4f8, info-subtle-active: #80acf4, info: #0058e9, info-hover: #0052d6, info-active: #004ac2, info-emphasis: #6098f2, info-on-subtle: #002259, on-info: #ffffff, info-on-surface: #004ac2, success-subtle: #dcf0d3, success-subtle-hover: #cbe9bf, success-subtle-active: #b7e1a5, success: #37b400, success-hover: #32a500, success-active: #2d9600, success-emphasis: #81d15f, success-on-subtle: #1c5a00, on-success: #ffffff, success-on-surface: #2d9600, warning-subtle: #fff4d3, warning-subtle-hover: #ffeebd, warning-subtle-active: #ffe79e, warning: #ffc000, warning-hover: #eaaf00, warning-active: #d49f00, warning-emphasis: #ffd760, warning-on-subtle: #5e4700, on-warning: #3d3d3d, warning-on-surface: #ffc000, error-subtle: #fcddda, error-subtle-hover: #fbc8c3, error-subtle-active: #f98b80, error: #f31700, error-hover: #df1600, error-active: #ca1400, error-emphasis: #f76f60, error-on-subtle: #7a0c00, on-error: #ffffff, error-on-surface: #ca1400, light-subtle: #fafafa, light-subtle-hover: #f5f5f5, light-subtle-active: #ebebeb, light: #ebebeb, light-hover: #e0e0e0, light-active: #d6d6d6, light-emphasis: #d6d6d6, light-on-subtle: #141414, on-light: #000000, light-on-surface: #e0e0e0, dark-subtle: #c2c2c2, dark-subtle-hover: #adadad, dark-subtle-active: #999999, dark: #3d3d3d, dark-hover: #292929, dark-active: #1f1f1f, dark-emphasis: #666666, dark-on-subtle: #1f1f1f, on-dark: #ffffff, dark-on-surface: #141414, inverse-subtle: #c2c2c2, inverse-subtle-hover: #adadad, inverse-subtle-active: #999999, inverse: #3d3d3d, inverse-hover: #292929, inverse-active: #1f1f1f, inverse-emphasis: #666666, inverse-on-subtle: #1f1f1f, on-inverse: #ffffff, inverse-on-surface: #141414, series-a: #ff6358, series-a-bold: #bf4a42, series-a-bolder: #80322c, series-a-subtle: #ffb1ac, series-a-subtler: #ff8a82, series-b: #ffe162, series-b-bold: #bfa94a, series-b-bolder: #807131, series-b-subtle: #fff0b1, series-b-subtler: #ffe989, series-c: #4cd180, series-c-bold: #399d60, series-c-bolder: #266940, series-c-subtle: #a6e8c0, series-c-subtler: #79dda0, series-d: #4b5ffa, series-d-bold: #3847bc, series-d-bolder: #26307d, series-d-subtle: #a5affd, series-d-subtler: #7887fb, series-e: #ac58ff, series-e-bold: #8142bf, series-e-bolder: #562c80, series-e-subtle: #d6acff, series-e-subtler: #c182ff, series-f: #ff5892, series-f-bold: #bf426e, series-f-bolder: #802c49, series-f-subtle: #ffacc9, series-f-subtler: #ff82ae) |
+ $kendo-color-gradient-spacer | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
Description
+ The global default Colors map. | Description
The spacer of the ColorGradient. |
||||||
$kendo-color-primary | -Color | -#ff6358 |
- #ff6358 |
+ $kendo-color-gradient-width | +Number | +272px |
+ 272px |
Description
+ The color that focuses the user attention. Used for primary buttons and for elements of primary importance across the theme. | Description
The width of the ColorGradient. |
||||||
$kendo-color-primary-contrast | -Color | -k-contrast-legacy($kendo-color-primary) |
- white |
+ $kendo-color-gradient-border-width | +Number | +1px |
+ 1px |
Description
+ The color used along with the primary color denoted by $kendo-color-primary. Used to provide contrast between the background and foreground colors. | Description
The width of the border around the ColorGradient. |
||||||
$kendo-color-secondary | -Color | -#666666 |
- #666666 |
+ $kendo-color-gradient-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
Description
+ The secondary color of the theme. | Description
The border radius of the ColorGradient. |
||||||
$kendo-color-secondary-contrast | -Color | -k-contrast-legacy($kendo-color-secondary) |
- white |
+ $kendo-color-gradient-padding-y | +Number | +$kendo-color-gradient-spacer |
+ 12px |
Description
+ The color used along with the secondary color denoted by $kendo-color-secondary. Used to provide contrast between the background and foreground colors. | Description
The vertical padding of the ColorGradient. |
||||||
$kendo-color-tertiary | -Color | -#03a9f4 |
- #03a9f4 |
+ $kendo-color-gradient-padding-x | +Number | +$kendo-color-gradient-padding-y |
+ 12px |
Description
+ The tertiary color of the theme. | Description
The horizontal padding of the ColorGradient. |
||||||
$kendo-color-tertiary-contrast | -Color | -k-contrast-legacy($kendo-color-tertiary) |
- white |
+ $kendo-color-gradient-gap | +Number | +$kendo-color-gradient-spacer |
+ 12px |
Description
+ The color used along with the tertiary color denoted by $kendo-color-tertiary. Used to provide contrast between the background and foreground colors. | Description
The spacing between the sections of the ColorGradient. |
||||||
$kendo-color-info | -Color | -#0058e9 |
- #0058e9 |
+ $kendo-color-gradient-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The color for informational messages and states. | Description
The font family of the ColorGradient. |
||||||
$kendo-color-success | -Color | -#37b400 |
- #37b400 |
+ $kendo-color-gradient-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The color for success messages and states. | Description
The font size of the ColorGradient. |
||||||
$kendo-color-warning | -Color | -#ffc000 |
- #ffc000 |
+ $kendo-color-gradient-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
Description
+ The color for warning messages and states. | Description
The line height of the ColorGradient. |
||||||
$kendo-color-error | +$kendo-color-gradient-text | Color | -#f31700 |
- #f31700 |
+ $kendo-component-text |
+ #424242 |
|
Description
+ The color for error messages and states. | Description
The text color of the ColorGradient. |
||||||
$kendo-color-dark | +$kendo-color-gradient-bg | Color | -#424242 |
- #424242 |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The dark color of the theme. | Description
The background color of the ColorGradient. |
||||||
$kendo-color-light | +$kendo-color-gradient-border | Color | -#ebebeb |
- #ebebeb |
+ $kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ The light color of the theme. | Description
The border color of the ColorGradient. |
||||||
$kendo-color-inverse | -Color | -if($kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark) |
- #424242 |
+ $kendo-color-gradient-focus-border | +Null | +null |
+ null |
Description
+ Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark | Description
The border color of the focused ColorGradient. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-color-editor-spacer | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+||||
$kendo-color-gradient-focus-shadow | +String | +k-elevation(3) |
+ var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
||||
Description
+ The spacer of the ColorEditor. | Description
The box shadow of the focused ColorGradient. |
||||||
$kendo-color-editor-min-width | +$kendo-color-gradient-canvas-border-radius | Number | -272px |
- 272px |
+ $kendo-border-radius-md |
+ 4px |
|
Description
+ The minimum width of the ColorEditor. | Description
The border radius of the ColorGradient canvas. |
||||||
$kendo-color-editor-border-width | +$kendo-color-gradient-canvas-gap | Number | -1px |
- 1px |
+ $kendo-color-gradient-spacer |
+ 12px |
|
Description
+ The width of the border around the ColorEditor. | Description
The spacing between the items of the ColorGradient canvas. |
||||||
$kendo-color-editor-border-radius | +$kendo-color-gradient-canvas-rectangle-height | Number | -$kendo-border-radius-md |
- 4px |
+ 180px |
+ 180px |
|
Description
+ The border radius of the ColorEditor. | Description
The height the ColorGradient canvas hsv rectangle. |
||||||
$kendo-color-editor-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-color-gradient-slider-track-size | +Number | +10px |
+ 10px |
Description
+ The font family of the ColorEditor. | Description
The width of the ColorGradient slider. |
||||||
$kendo-color-editor-font-size | +$kendo-color-gradient-slider-border-radius | Number | -$kendo-font-size-md |
- 14px |
+ 10px |
+ 10px |
|
Description
+ The font size of the ColorEditor. | Description
The border radius of the ColorGradient slider. |
||||||
$kendo-color-editor-line-height | +$kendo-color-gradient-slider-draghandle-border-width | Number | -$kendo-line-height-md |
- 1.4285714286 |
+ 3px |
+ 3px |
|
Description
+ The line height of the ColorEditor. | Description
The width of the border around the ColorGradient slider drag handle. |
||||||
$kendo-color-editor-text | -Color | -$kendo-component-text |
- #424242 |
+ $kendo-color-gradient-slider-vertical-size | +Number | +180px |
+ 180px |
Description
+ The text color of the ColorEditor. | Description
The height of the ColorGradient vertical slider. |
||||||
$kendo-color-editor-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-color-gradient-slider-horizontal-size | +Number | +100% |
+ 100% |
Description
+ The background color of the ColorEditor. | Description
The width of the ColorGradient horizontal slider. |
||||||
$kendo-color-editor-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-color-gradient-draghandle-width | +Number | +14px |
+ 14px |
Description
+ The border color of the ColorEditor. | Description
The width of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-focus-border | -Null | -null |
- null |
+ $kendo-color-gradient-draghandle-height | +Number | +14px |
+ 14px |
Description
+ The border color of the focused ColorEditor. | Description
The height of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-focus-shadow | -Null | -null |
- null |
+ $kendo-color-gradient-draghandle-border-width | +Number | +1px |
+ 1px |
Description
- The box shadow of the focused ColorEditor. |
-|||||||
$kendo-color-editor-header-padding-y | -Number | -$kendo-color-editor-spacer |
- 12px |
-||||
Description
- The vertical padding of the ColorEditor header. |
-|||||||
$kendo-color-editor-header-padding-x | -Number | -$kendo-color-editor-header-padding-y |
- 12px |
-||||
Description
+ The horizontal padding of the ColorEditor header. | Description
The width of the border around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-header-actions-gap | +$kendo-color-gradient-draghandle-outline-width | Number | -k-math-div( $kendo-color-editor-spacer, 1.5 ) |
- 8px |
+ 1px |
+ 1px |
|
Description
+ The spacing between the ColorEditor header actions. | Description
The width of the outline around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-preview-width | +$kendo-color-gradient-draghandle-border-radius | Number | -32px |
- 32px |
+ 50% |
+ 50% |
|
Description
+ The width of the ColorEditor preview. | Description
The border radius of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-preview-height | -Number | -12px |
- 12px |
+ $kendo-color-gradient-draghandle-text | +Null | +null |
+ null |
Description
+ The height of the ColorEditor preview. | Description
The text color of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-preview-gap | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-color-gradient-draghandle-bg | +Color | +transparent |
+ transparent |
Description
+ The spacing between the colors in the ColorEditor preview. | Description
The background color of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-views-padding-y | -Number | -$kendo-color-editor-spacer |
- 12px |
+ $kendo-color-gradient-draghandle-border | +Color | +rgba( $kendo-color-white, .8) |
+ rgba(255, 255, 255, 0.8) |
Description
+ The vertical padding of the ColorEditor views container. | Description
The color of the border around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-views-padding-x | -Number | -$kendo-color-editor-views-padding-y |
- 12px |
+ $kendo-color-gradient-draghandle-shadow | +Color | +rgba( $kendo-color-black, .5 ) |
+ rgba(0, 0, 0, 0.5) |
Description
+ The horizontal padding of the ColorEditor views container. | Description
The color of the outline around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-views-gap | -Number | -$kendo-color-editor-spacer |
- 12px |
+ $kendo-color-gradient-draghandle-focus-shadow | +Color | +$kendo-color-black |
+ #000000 |
Description
+ The spacing of the ColorEditor views container. | Description
The focus color of the outline around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-gradient-focus-outline-color | +$kendo-color-gradient-draghandle-hover-shadow | Color | -rgba(0, 0, 0, .3) |
- rgba(0, 0, 0, 0.3) |
+ $kendo-color-black |
+ #000000 |
|
Description
+ The outline color of the focused ColorGradient. | Description
The hover color of the outline around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-gradient-focus-outline | -Number | -2px |
- 2px |
+ $kendo-color-gradient-draghandle-shadow | +Color | +k-elevation(2) |
+ rgba(0, 0, 0, 0.5) |
Description
+ The outline width of the focused ColorGradient. | Description
The box shadow of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-gradient-focus-outline-offset | +$kendo-color-gradient-canvas-draghandle-margin-y | Number | -4px |
- 4px |
-|||
Description
- The outline offset of the focused ColorGradient. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-color-palette-font-family | -String | -$kendo-font-family |
- inherit |
+ - k-math-div( $kendo-color-gradient-draghandle-height, 2 ) |
+ -7px |
||
Description
+ The font family of the ColorPalette. | Description
The vertical margin of the ColorGradient canvas drag handle. |
||||||
$kendo-color-palette-font-size | +$kendo-color-gradient-canvas-draghandle-margin-x | Number | -$kendo-font-size-md |
- 14px |
+ - k-math-div( $kendo-color-gradient-draghandle-width, 2 ) |
+ -7px |
|
Description
+ The font size of the ColorPalette. | Description
The horizontal margin of the ColorGradient canvas drag handle. |
||||||
$kendo-color-palette-line-height | +$kendo-color-gradient-input-width | Number | -0 |
- 0 |
+ 46px |
+ 46px |
|
Description
+ The line height of the ColorPalette. | Description
The width of the ColorGradient input. |
||||||
$kendo-color-palette-tile-width | +$kendo-color-gradient-input-gap | Number | -k-map-get( $kendo-spacing, 6 ) |
- 24px |
+ k-math-div( $kendo-color-gradient-spacer, 1.5 ) |
+ 8px |
|
Description
+ The width of the ColorPalette tile. | Description
The spacing between the ColorGradient inputs. |
||||||
$kendo-color-palette-tile-height | +$kendo-color-gradient-input-label-gap | Number | -$kendo-color-palette-tile-width |
- 24px |
+ k-math-div( $kendo-color-gradient-spacer, 3 ) |
+ 4px |
|
Description
+ The height of the ColorPalette tile. | Description
The spacing between the ColorGradient inputs and their labels. |
||||||
$kendo-color-palette-tile-focus-shadow | -List | -0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .5 ) |
- 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.5) |
+ $kendo-color-gradient-input-label-text | +Color | +$kendo-subtle-text |
+ #666666 |
Description
+ The shadow of the ColorPalette focused tile. | Description
The text color of the ColorGradient input labels. |
||||||
$kendo-color-palette-tile-hover-shadow | -List | -0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .8 ) |
- 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.8) |
+ $kendo-color-gradient-contrast-ratio-font-weight | +Number | +$kendo-font-weight-bold |
+ 700 |
Description
+ The shadow of the ColorPalette hovered tile. | Description
The font weight of the ColorGradient contrast ratio text. |
||||||
$kendo-color-palette-tile-selected-shadow | -List | -0 1px 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, 1 ) |
- 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white |
+ $kendo-color-gradient-contrast-spacer | +Number | +k-math-div( $kendo-color-gradient-spacer, 1.5 ) |
+ 8px |
Description
+ The shadow of the ColorPalette selected tile. | Description
The spacing between the items in the ColorGradient contrast tool. |
$kendo-component-bg | -Color | -$kendo-body-bg |
- #ffffff |
+ $kendo-colors | +Map | +$_default-colors |
+ (app-surface: #ffffff, on-app-surface: #3d3d3d, subtle: #666666, surface: #fafafa, surface-alt: #ffffff, border: rgba(0, 0, 0, 0.08), border-alt: rgba(0, 0, 0, 0.16), base-subtle: #ebebeb, base-subtle-hover: #e0e0e0, base-subtle-active: #d6d6d6, base: #f5f5f5, base-hover: #ebebeb, base-active: #d6d6d6, base-emphasis: #c2c2c2, base-on-subtle: #3d3d3d, on-base: #3d3d3d, base-on-surface: #3d3d3d, primary-subtle: #ffeceb, primary-subtle-hover: #ffdedb, primary-subtle-active: #ffc8c4, primary: #ff6358, primary-hover: #ea5a51, primary-active: #d45349, primary-emphasis: #ff9d97, primary-on-subtle: #5c201c, on-primary: #ffffff, primary-on-surface: #ff6358, secondary-subtle: #fafafa, secondary-subtle-hover: #f5f5f5, secondary-subtle-active: #ebebeb, secondary: #666666, secondary-hover: #525252, secondary-active: #3d3d3d, secondary-emphasis: #e0e0e0, secondary-on-subtle: #141414, on-secondary: #ffffff, secondary-on-surface: #292929, tertiary-subtle: #d8f1fd, tertiary-subtle-hover: #c5eafc, tertiary-subtle-active: #a3dffb, tertiary: #03a9f4, tertiary-hover: #039ae0, tertiary-active: #028ccb, tertiary-emphasis: #61c9f9, tertiary-on-subtle: #023f5c, on-tertiary: #ffffff, tertiary-on-surface: #028ccb, info-subtle: #d2e2fb, info-subtle-hover: #bdd4f8, info-subtle-active: #80acf4, info: #0058e9, info-hover: #0052d6, info-active: #004ac2, info-emphasis: #6098f2, info-on-subtle: #002259, on-info: #ffffff, info-on-surface: #004ac2, success-subtle: #dcf0d3, success-subtle-hover: #cbe9bf, success-subtle-active: #b7e1a5, success: #37b400, success-hover: #32a500, success-active: #2d9600, success-emphasis: #81d15f, success-on-subtle: #1c5a00, on-success: #ffffff, success-on-surface: #2d9600, warning-subtle: #fff4d3, warning-subtle-hover: #ffeebd, warning-subtle-active: #ffe79e, warning: #ffc000, warning-hover: #eaaf00, warning-active: #d49f00, warning-emphasis: #ffd760, warning-on-subtle: #5e4700, on-warning: #3d3d3d, warning-on-surface: #ffc000, error-subtle: #fcddda, error-subtle-hover: #fbc8c3, error-subtle-active: #f98b80, error: #f31700, error-hover: #df1600, error-active: #ca1400, error-emphasis: #f76f60, error-on-subtle: #7a0c00, on-error: #ffffff, error-on-surface: #ca1400, light-subtle: #fafafa, light-subtle-hover: #f5f5f5, light-subtle-active: #ebebeb, light: #ebebeb, light-hover: #e0e0e0, light-active: #d6d6d6, light-emphasis: #d6d6d6, light-on-subtle: #141414, on-light: #000000, light-on-surface: #e0e0e0, dark-subtle: #c2c2c2, dark-subtle-hover: #adadad, dark-subtle-active: #999999, dark: #3d3d3d, dark-hover: #292929, dark-active: #1f1f1f, dark-emphasis: #666666, dark-on-subtle: #1f1f1f, on-dark: #ffffff, dark-on-surface: #141414, inverse-subtle: #c2c2c2, inverse-subtle-hover: #adadad, inverse-subtle-active: #999999, inverse: #3d3d3d, inverse-hover: #292929, inverse-active: #1f1f1f, inverse-emphasis: #666666, inverse-on-subtle: #1f1f1f, on-inverse: #ffffff, inverse-on-surface: #141414, series-a: #ff6358, series-a-bold: #bf4a42, series-a-bolder: #80322c, series-a-subtle: #ffb1ac, series-a-subtler: #ff8a82, series-b: #ffe162, series-b-bold: #bfa94a, series-b-bolder: #807131, series-b-subtle: #fff0b1, series-b-subtler: #ffe989, series-c: #4cd180, series-c-bold: #399d60, series-c-bolder: #266940, series-c-subtle: #a6e8c0, series-c-subtler: #79dda0, series-d: #4b5ffa, series-d-bold: #3847bc, series-d-bolder: #26307d, series-d-subtle: #a5affd, series-d-subtler: #7887fb, series-e: #ac58ff, series-e-bold: #8142bf, series-e-bolder: #562c80, series-e-subtle: #d6acff, series-e-subtler: #c182ff, series-f: #ff5892, series-f-bold: #bf426e, series-f-bolder: #802c49, series-f-subtle: #ffacc9, series-f-subtler: #ff82ae) |
Description
+ 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;`. | Description
The global default Colors map. |
||||||
$kendo-component-text | +$kendo-color-primary | Color | -$kendo-body-text |
- #424242 |
+ #ff6358 |
+ #ff6358 |
|
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;`. | Description
The color that focuses the user attention. Used for primary buttons and for elements of primary importance across the theme. |
||||||
$kendo-component-border | +$kendo-color-primary-contrast | Color | -rgba(if($kendo-is-dark-theme, $kendo-color-white, $kendo-color-black), 0.08) |
- rgba(0, 0, 0, 0.08) |
+ k-contrast-legacy($kendo-color-primary) |
+ white |
|
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;`. | 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-component-header-bg | +$kendo-color-secondary | Color | -$kendo-base-bg |
- #fafafa |
+ #666666 |
+ #666666 |
|
Description
+ Background color of the component header. | Description
The secondary color of the theme. |
||||||
$kendo-component-header-text | +$kendo-color-secondary-contrast | Color | -$kendo-base-text |
- #424242 |
+ k-contrast-legacy($kendo-color-secondary) |
+ white |
|
Description
+ Text color of the component header. | 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-component-header-border | +$kendo-color-tertiary | Color | -$kendo-base-border |
- rgba(0, 0, 0, 0.08) |
+ #03a9f4 |
+ #03a9f4 |
|
Description
- Border color of the component header. |
-|||||||
$kendo-component-header-gradient | -Null | -null |
- null |
-||||
Description
+ Gradient of the component header. | Description
The tertiary color of the theme. |
||||||
$kendo-invalid-bg | -Null | -null |
- null |
+ $kendo-color-tertiary-contrast | +Color | +k-contrast-legacy($kendo-color-tertiary) |
+ white |
Description
+ Background color of the invalid items. | 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-invalid-text | +$kendo-color-info | Color | -$kendo-color-error |
- #f31700 |
+ #0058e9 |
+ #0058e9 |
|
Description
+ Text color of the invalid items. | Description
The color for informational messages and states. |
||||||
$kendo-invalid-border | +$kendo-color-success | Color | -$kendo-color-error |
- #f31700 |
+ #37b400 |
+ #37b400 |
|
Description
+ Border color of the invalid items. | Description
The color for success messages and states. |
||||||
$kendo-invalid-shadow | -Null | -null |
- null |
+ $kendo-color-warning | +Color | +#ffc000 |
+ #ffc000 |
Description
+ Shadow of the invalid items. | Description
The color for warning messages and states. |
||||||
$kendo-valid-bg | -Null | -null |
- null |
+ $kendo-color-error | +Color | +#f31700 |
+ #f31700 |
Description
+ Background color of the valid items. | Description
The color for error messages and states. |
||||||
$kendo-valid-text | +$kendo-color-dark | Color | -$kendo-color-success |
- #37b400 |
+ #424242 |
+ #424242 |
|
Description
+ Text color of the valid items. | Description
The dark color of the theme. |
||||||
$kendo-valid-border | +$kendo-color-light | Color | -$kendo-color-success |
- #37b400 |
+ #ebebeb |
+ #ebebeb |
|
Description
+ Border color of the valid items. | Description
The light color of the theme. |
||||||
$kendo-valid-shadow | -Null | -null |
- null |
+ $kendo-color-inverse | +Color | +if($kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark) |
+ #424242 |
Description
+ Shadow of the valid items. | Description
Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark |
$kendo-dialog-titlebar-bg | -Color | -$kendo-component-header-bg |
- #fafafa |
+ $kendo-color-editor-spacer | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
Description
+ The background color of the Dialog titlebar. | Description
The spacer of the ColorEditor. |
||||||
$kendo-dialog-titlebar-text | -Color | -$kendo-component-header-text |
- #424242 |
+ $kendo-color-editor-min-width | +Number | +272px |
+ 272px |
Description
+ The text color of the Dialog titlebar. | Description
The minimum width of the ColorEditor. |
||||||
$kendo-dialog-titlebar-border | -String | -inherit |
- inherit |
+ $kendo-color-editor-border-width | +Number | +1px |
+ 1px |
Description
+ The border color of the Dialog titlebar. | Description
The width of the border around the ColorEditor. |
||||||
$kendo-dialog-buttongroup-padding-x | +$kendo-color-editor-border-radius | Number | -$kendo-actions-padding-x |
- 8px |
+ $kendo-border-radius-md |
+ 4px |
|
Description
+ The horizontal padding of the Dialog action buttons. | Description
The border radius of the ColorEditor. |
||||||
$kendo-dialog-buttongroup-padding-y | -Number | -$kendo-actions-padding-y |
- 8px |
+ $kendo-color-editor-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The vertical padding of the Dialog action buttons. | Description
The font family of the ColorEditor. |
||||||
$kendo-dialog-buttongroup-border-width | +$kendo-color-editor-font-size | Number | -1px |
- 1px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The width of the top border of the Dialog action buttons. | Description
The font size of the ColorEditor. |
||||||
$kendo-dialog-button-spacing | +$kendo-color-editor-line-height | Number | -$kendo-actions-button-spacing |
- 8px |
+ $kendo-line-height-md |
+ 1.4285714286 |
|
Description
+ The spacing between the Dialog action buttons. | Description
The line height of the ColorEditor. |
||||||
$kendo-dialog-theme-colors | -Map | -(
- "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) |
+ $kendo-color-editor-text | +Color | +$kendo-component-text |
+ #424242 |
Description
+ The theme colors map for the Dialog. | Description
The text color of the ColorEditor. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-dock-manager-border-width | -Number | -1px |
- 1px |
+||||
$kendo-color-editor-bg | +Color | +$kendo-component-bg |
+ #ffffff |
||||
Description
+ The width of the border around the DockManager component. | Description
The background color of the ColorEditor. |
||||||
$kendo-dock-manager-border-style | -String | -solid |
- solid |
+ $kendo-color-editor-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The style of the border around the DockManager component. | Description
The border color of the ColorEditor. |
||||||
$kendo-dock-manager-border | -Color | -$kendo-base-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-color-editor-focus-border | +Null | +null |
+ null |
Description
+ The color of the border around the DockManager component. | Description
The border color of the focused ColorEditor. |
||||||
$kendo-dock-manager-pane-header-padding-y | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-color-editor-focus-shadow | +Null | +null |
+ null |
Description
+ The vertical padding of the pane header in the DockManager component. | Description
The box shadow of the focused ColorEditor. |
||||||
$kendo-dock-manager-pane-header-padding-x | +$kendo-color-editor-header-padding-y | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-color-editor-spacer |
+ 12px |
|
Description
+ The horizontal padding of the pane header in the DockManager component. | Description
The vertical padding of the ColorEditor header. |
||||||
$kendo-dock-manager-pane-header-border-width | +$kendo-color-editor-header-padding-x | Number | -$kendo-dock-manager-border-width |
- 1px |
+ $kendo-color-editor-header-padding-y |
+ 12px |
|
Description
+ The width of the border around the pane header in the DockManager component. | Description
The horizontal padding of the ColorEditor header. |
||||||
$kendo-dock-manager-pane-header-border-style | -String | -solid |
- solid |
+ $kendo-color-editor-header-actions-gap | +Number | +k-math-div( $kendo-color-editor-spacer, 1.5 ) |
+ 8px |
Description
+ The style of the border around the pane header in the DockManager component. | Description
The spacing between the ColorEditor header actions. |
||||||
$kendo-dock-manager-pane-header-bg | -Color | -$kendo-component-header-bg |
- #fafafa |
-$kendo-color-editor-color-preview-width | +Number | +32px |
+ 32px |
+
Description
+ The background color of the pane header in the DockManager component. | Description
The width of the ColorEditor preview. |
||||||
$kendo-dock-manager-pane-title-padding-y | -Null | -null |
- null |
+ $kendo-color-editor-color-preview-height | +Number | +12px |
+ 12px |
Description
+ The vertical padding of the pane title in the DockManager component. | Description
The height of the ColorEditor preview. |
||||||
$kendo-dock-manager-pane-title-padding-x | -Null | -null |
- null |
+ $kendo-color-editor-preview-gap | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The horizontal padding of the pane title in the DockManager component. | Description
The spacing between the colors in the ColorEditor preview. |
||||||
$kendo-dock-manager-pane-title-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-color-editor-views-padding-y | +Number | +$kendo-color-editor-spacer |
+ 12px |
Description
+ The font family of the pane title in the DockManager component. | Description
The vertical padding of the ColorEditor views container. |
||||||
$kendo-dock-manager-pane-title-font-size | +$kendo-color-editor-views-padding-x | Number | -$kendo-font-size-lg |
- 16px |
+ $kendo-color-editor-views-padding-y |
+ 12px |
|
Description
+ The font size of the pane title in the DockManager component. | Description
The horizontal padding of the ColorEditor views container. |
||||||
$kendo-dock-manager-pane-title-line-height | +$kendo-color-editor-views-gap | Number | -$kendo-line-height-sm |
- 1.25 |
+ $kendo-color-editor-spacer |
+ 12px |
|
Description
+ The line height of the pane title in the DockManager component. | Description
The spacing of the ColorEditor views container. |
||||||
$kendo-dock-manager-pane-title-font-weight | -Number | -$kendo-font-weight-normal |
- 400 |
+ $kendo-color-editor-color-gradient-focus-outline-color | +Color | +rgba(0, 0, 0, .3) |
+ rgba(0, 0, 0, 0.3) |
Description
+ The font weight of the pane title in the DockManager component. | Description
The outline color of the focused ColorGradient. |
||||||
$kendo-dock-manager-pane-content-padding-x | +$kendo-color-editor-color-gradient-focus-outline | Number | -$kendo-dock-manager-pane-header-padding-x |
- 16px |
+ 2px |
+ 2px |
|
Description
+ The horizontal padding of the pane content in the DockManager component. | Description
The outline width of the focused ColorGradient. |
||||||
$kendo-dock-manager-pane-content-padding-y | +$kendo-color-editor-color-gradient-focus-outline-offset | Number | -$kendo-dock-manager-pane-header-padding-x |
- 16px |
+ 4px |
+ 4px |
|
Description
+ The vertical padding of the pane content in the DockManager component. | Description
+ The outline offset of the focused ColorGradient. |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-color-palette-font-family | +String | +$kendo-font-family |
+ inherit |
+||||
Description
The font family of the ColorPalette. |
|||||||
$kendo-dock-manager-tabbed-pane-padding-y | +$kendo-color-palette-font-size | Number | -k-map-get( $kendo-spacing, 3.5 ) |
+ $kendo-font-size-md |
14px |
||
Description
+ The horizontal padding of the tabbed pane in the DockManager component. | Description
The font size of the ColorPalette. |
||||||
$kendo-dock-manager-tabbed-pane-padding-x | +$kendo-color-palette-line-height | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ 0 |
+ 0 |
|
Description
+ The horizontal padding of the tabbed pane in the DockManager component. | Description
The line height of the ColorPalette. |
||||||
$kendo-dock-manager-unpinned-container-width | +$kendo-color-palette-tile-width | Number | -300px |
- 300px |
+ k-map-get( $kendo-spacing, 6 ) |
+ 24px |
|
Description
+ The width of the unpinned pane container in the DockManager component. | Description
The width of the ColorPalette tile. |
||||||
$kendo-dock-manager-unpinned-container-bg | -Color | -$kendo-color-white |
- #ffffff |
+ $kendo-color-palette-tile-height | +Number | +$kendo-color-palette-tile-width |
+ 24px |
Description
+ The background-color of the unpinned pane container in the DockManager component. | Description
The height of the ColorPalette tile. |
||||||
$kendo-dock-manager-unpinned-container-shadow | +$kendo-color-palette-tile-focus-shadow | List | -4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) |
- 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) |
+ 0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .5 ) |
+ 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.5) |
|
Description
+ The box shadow of the unpinned pane container in the DockManager component. | Description
The shadow of the ColorPalette focused tile. |
||||||
$kendo-dock-indicator-padding | -Number | -k-map-get( $kendo-spacing, 1.5 ) |
- 6px |
+ $kendo-color-palette-tile-hover-shadow | +List | +0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .8 ) |
+ 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.8) |
Description
+ The padding of the dock indicator in the DockManager component. | Description
The shadow of the ColorPalette hovered tile. |
||||||
$kendo-dock-indicator-bg | -Color | -#f5f5f5 |
- #f5f5f5 |
+ $kendo-color-palette-tile-selected-shadow | +List | +0 1px 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, 1 ) |
+ 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white |
Description
+ The background color of the dock indicator in the DockManager component. | Description
The shadow of the ColorPalette selected tile. |
||||||
$kendo-dock-indicator-text | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-component-bg | Color | -$kendo-color-primary |
- #ff6358 |
+ $kendo-body-bg |
+ #ffffff |
||
Description
+ The text color of the dock indicator in the DockManager component. | 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-dock-indicator-outline-width | -Number | -1px |
- 1px |
+ $kendo-component-text | +Color | +$kendo-body-text |
+ #424242 |
Description
+ The outline width of the dock indicator in the DockManager component. | 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-dock-indicator-outline-style | -String | -solid |
- solid |
+ $kendo-component-border | +Color | +rgba(if($kendo-is-dark-theme, $kendo-color-white, $kendo-color-black), 0.08) |
+ rgba(0, 0, 0, 0.08) |
Description
+ The outline style of the dock indicator in the DockManager component. | 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-dock-indicator-outline | +$kendo-component-header-bg | Color | -$kendo-dock-indicator-text |
- #ff6358 |
+ $kendo-base-bg |
+ #fafafa |
|
Description
+ The outline color of the dock indicator in the DockManager component. | Description
Background color of the component header. |
||||||
$kendo-dock-indicator-shadow | -List | -drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) drop-shadow( 0px 6px 10px rgba(0, 0, 0, 0.14) ) drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.20) ) |
- drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14)) drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2)) |
+ $kendo-component-header-text | +Color | +$kendo-base-text |
+ #424242 |
Description
+ The box shadow of the dock indicator in the DockManager component. | Description
Text color of the component header. |
||||||
$kendo-dock-indicator-hover-bg | +$kendo-component-header-border | Color | -$kendo-color-primary |
- #ff6358 |
+ $kendo-base-border |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ The background color of the hovered dock indicator in the DockManager component. | Description
Border color of the component header. |
||||||
$kendo-dock-indicator-hover-text | -Color | -$kendo-color-white |
- #ffffff |
+ $kendo-component-header-gradient | +Null | +null |
+ null |
Description
+ The text color of the hovered dock indicator in the DockManager component. | Description
Gradient of the component header. |
||||||
$kendo-dock-manager-dock-preview-border-width | -Number | -1px |
- 1px |
+ $kendo-invalid-bg | +Null | +null |
+ null |
Description
+ The width of the border around the dropping area in the DockManager component. | Description
Background color of the invalid items. |
||||||
$kendo-dock-manager-dock-preview-border-style | -String | -dashed |
- dashed |
+ $kendo-invalid-text | +Color | +$kendo-color-error |
+ #f31700 |
Description
+ The style of the border around the dropping area in the DockManager component. | Description
Text color of the invalid items. |
||||||
$kendo-dock-manager-dock-preview-border-radius | -Number | -$kendo-border-radius-sm |
- 2px |
+ $kendo-invalid-border | +Color | +$kendo-color-error |
+ #f31700 |
Description
+ The border radius of the dropping area in the DockManager component. | Description
Border color of the invalid items. |
||||||
$kendo-dock-manager-dock-preview-bg | +$kendo-invalid-shadow | +Null | +null |
+ null |
+|||
Description
+ Shadow of the invalid items. |
+|||||||
$kendo-valid-bg | +Null | +null |
+ null |
+||||
Description
+ Background color of the valid items. |
+|||||||
$kendo-valid-text | Color | -if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 )) |
- rgba(255, 99, 88, 0.16) |
+ $kendo-color-success |
+ #37b400 |
||
Description
+ The background color of the dropping area in the DockManager component. | Description
Text color of the valid items. |
||||||
$kendo-dock-manager-dock-preview-border | +$kendo-valid-border | Color | -$kendo-color-primary |
- #ff6358 |
+ $kendo-color-success |
+ #37b400 |
|
Description
+ The border color of the dropping area in the DockManager component. | Description
+ Border color of the valid items. |
+||||||
$kendo-valid-shadow | +Null | +null |
+ null |
+||||
Description
Shadow of the valid items. |
$kendo-dropdowntree-popup-padding-x | +$kendo-dialog-titlebar-bg | +Color | +$kendo-component-header-bg |
+ #fafafa |
+|||
Description
+ The background color of the Dialog titlebar. |
+|||||||
$kendo-dialog-titlebar-text | +Color | +$kendo-component-header-text |
+ #424242 |
+||||
Description
+ The text color of the Dialog titlebar. |
+|||||||
$kendo-dialog-titlebar-border | +String | +inherit |
+ inherit |
+||||
Description
+ The border color of the Dialog titlebar. |
+|||||||
$kendo-dialog-buttongroup-padding-x | Number | -k-map-get( $kendo-spacing, 2 ) |
+ $kendo-actions-padding-x |
8px |
|||
Description
+ The horizontal padding of the DropdownTree popup | Description
The horizontal padding of the Dialog action buttons. |
||||||
$kendo-dropdowntree-popup-padding-y | +$kendo-dialog-buttongroup-padding-y | Number | -k-map-get( $kendo-spacing, 2 ) |
+ $kendo-actions-padding-y |
8px |
||
Description
+ The vertical padding of the DropdownTree popup | Description
+ The vertical padding of the Dialog action buttons. |
+||||||
$kendo-dialog-buttongroup-border-width | +Number | +1px |
+ 1px |
+||||
Description
+ The width of the top border of the Dialog action buttons. |
+|||||||
$kendo-dialog-button-spacing | +Number | +$kendo-actions-button-spacing |
+ 8px |
+||||
Description
+ The spacing between the Dialog action buttons. |
+|||||||
$kendo-dialog-theme-colors | +Map | +(
+ "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
The theme colors map for the Dialog. |
$kendo-dropzone-padding-x | +$kendo-dock-manager-border-width | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ 1px |
+ 1px |
|
Description
+ The horizontal padding of the DropZone. | Description
The width of the border around the DockManager component. |
||||||
$kendo-dropzone-padding-y | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-dock-manager-border-style | +String | +solid |
+ solid |
Description
+ The vertical padding of the DropZone. | Description
The style of the border around the DockManager component. |
||||||
$kendo-dropzone-border-width | -Number | -1px |
- 1px |
+ $kendo-dock-manager-border | +Color | +$kendo-base-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The border width of the DropZone. | Description
The color of the border around the DockManager component. |
||||||
$kendo-dropzone-min-height | +$kendo-dock-manager-pane-header-padding-y | Number | -220px |
- 220px |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
|
Description
+ The minimum height of the DropZone. | Description
The vertical padding of the pane header in the DockManager component. |
||||||
$kendo-dropzone-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-dock-manager-pane-header-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The font family of the DropZone. | Description
The horizontal padding of the pane header in the DockManager component. |
||||||
$kendo-dropzone-font-size | +$kendo-dock-manager-pane-header-border-width | Number | -$kendo-font-size-md |
- 14px |
+ $kendo-dock-manager-border-width |
+ 1px |
|
Description
+ The font size of the DropZone. | Description
The width of the border around the pane header in the DockManager component. |
||||||
$kendo-dropzone-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-dock-manager-pane-header-border-style | +String | +solid |
+ solid |
Description
+ The line height of the DropZone. | Description
The style of the border around the pane header in the DockManager component. |
||||||
$kendo-dropzone-bg | +$kendo-dock-manager-pane-header-bg | Color | -$kendo-base-bg |
+ $kendo-component-header-bg |
#fafafa |
||
Description
+ The background color of the DropZone. | Description
The background color of the pane header in the DockManager component. |
||||||
$kendo-dropzone-text | -Color | -$kendo-base-text |
- #424242 |
+ $kendo-dock-manager-pane-title-padding-y | +Null | +null |
+ null |
Description
+ The text color of the DropZone. | Description
The vertical padding of the pane title in the DockManager component. |
||||||
$kendo-dropzone-border | -Color | -$kendo-base-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-dock-manager-pane-title-padding-x | +Null | +null |
+ null |
Description
+ The border color of the DropZone. | Description
The horizontal padding of the pane title in the DockManager component. |
||||||
$kendo-dropzone-icon-spacing | -Number | -k-map-get( $kendo-spacing, 6 ) |
- 24px |
+ $kendo-dock-manager-pane-title-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The spacing below the DropZone icon. | Description
The font family of the pane title in the DockManager component. |
||||||
$kendo-dropzone-icon-text | -Color | -if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 )) |
- #7e7e7e |
+ $kendo-dock-manager-pane-title-font-size | +Number | +$kendo-font-size-lg |
+ 16px |
Description
+ The text color of the DropZone icon. | Description
The font size of the pane title in the DockManager component. |
||||||
$kendo-dropzone-icon-hover-text | -Color | -$kendo-color-primary |
- #ff6358 |
+ $kendo-dock-manager-pane-title-line-height | +Number | +$kendo-line-height-sm |
+ 1.25 |
Description
+ The text color of the hovered DropZone icon. | Description
The line height of the pane title in the DockManager component. |
||||||
$kendo-dropzone-hint-font-size | -Null | -null |
- null |
+ $kendo-dock-manager-pane-title-font-weight | +Number | +$kendo-font-weight-normal |
+ 400 |
Description
+ The font size of the DropZone hint. | Description
The font weight of the pane title in the DockManager component. |
||||||
$kendo-dropzone-hint-spacing | +$kendo-dock-manager-pane-content-padding-x | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-dock-manager-pane-header-padding-x |
+ 16px |
|
Description
+ The spacing below the DropZone hint. | Description
The horizontal padding of the pane content in the DockManager component. |
||||||
$kendo-dropzone-hint-text | -Null | -null |
- null |
+ $kendo-dock-manager-pane-content-padding-y | +Number | +$kendo-dock-manager-pane-header-padding-x |
+ 16px |
Description
+ The text color of the DropZone hint. | Description
The vertical padding of the pane content in the DockManager component. |
||||||
$kendo-dropzone-note-font-size | +$kendo-dock-manager-tabbed-pane-padding-y | Number | -$kendo-font-size-sm |
- 12px |
+ k-map-get( $kendo-spacing, 3.5 ) |
+ 14px |
|
Description
+ The font size of the DropZone note. | Description
The horizontal padding of the tabbed pane in the DockManager component. |
||||||
$kendo-dropzone-note-spacing | -Null | -null |
- null |
+ $kendo-dock-manager-tabbed-pane-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The spacing below the DropZone note. | Description
The horizontal padding of the tabbed pane in the DockManager component. |
||||||
$kendo-dropzone-note-text | -Color | -$kendo-subtle-text |
- #666666 |
+ $kendo-dock-manager-unpinned-container-width | +Number | +300px |
+ 300px |
Description
+ The text color of the DropZone note. | Description
The width of the unpinned pane container in the DockManager component. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-editor-border-width | -Number | -1px |
- 1px |
+||||
$kendo-dock-manager-unpinned-container-bg | +Color | +$kendo-color-white |
+ #ffffff |
||||
Description
+ The width of the border around the Еditor. | Description
The background-color of the unpinned pane container in the DockManager component. |
||||||
$kendo-editor-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-dock-manager-unpinned-container-shadow | +List | +4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) |
+ 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) |
Description
+ The font family of the Еditor. | Description
The box shadow of the unpinned pane container in the DockManager component. |
||||||
$kendo-editor-font-size | +$kendo-dock-indicator-padding | Number | -$kendo-font-size-md |
- 14px |
+ k-map-get( $kendo-spacing, 1.5 ) |
+ 6px |
|
Description
+ The font size of the Еditor. | Description
The padding of the dock indicator in the DockManager component. |
||||||
$kendo-editor-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-dock-indicator-bg | +Color | +#f5f5f5 |
+ #f5f5f5 |
Description
+ The line height of the Еditor. | Description
The background color of the dock indicator in the DockManager component. |
||||||
$kendo-editor-placeholder-text | +$kendo-dock-indicator-text | Color | -$kendo-input-placeholder-text |
- #666666 |
+ $kendo-color-primary |
+ #ff6358 |
|
Description
+ The text color of the Еditor placeholder. | Description
The text color of the dock indicator in the DockManager component. |
||||||
$kendo-editor-placeholder-opacity | +$kendo-dock-indicator-outline-width | Number | -$kendo-input-placeholder-opacity |
- 1 |
+ 1px |
+ 1px |
|
Description
+ The opacity of the Editor placeholder. | Description
The outline width of the dock indicator in the DockManager component. |
||||||
$kendo-editor-selected-text | -Color | -$kendo-color-primary-contrast |
- white |
+ $kendo-dock-indicator-outline-style | +String | +solid |
+ solid |
Description
+ The selected text color of the Editor. | Description
The outline style of the dock indicator in the DockManager component. |
||||||
$kendo-editor-selected-bg | +$kendo-dock-indicator-outline | Color | -$kendo-color-primary |
+ $kendo-dock-indicator-text |
#ff6358 |
||
Description
+ The selected background color of the Editor. | Description
The outline color of the dock indicator in the DockManager component. |
||||||
$kendo-editor-highlighted-bg | -Color | -if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix($kendo-color-primary, #ffffff, 20%)) |
- #ffe0de |
+ $kendo-dock-indicator-shadow | +List | +drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) drop-shadow( 0px 6px 10px rgba(0, 0, 0, 0.14) ) drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.20) ) |
+ drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14)) drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2)) |
Description
+ The highlighted background color of the Editor. | Description
The box shadow of the dock indicator in the DockManager component. |
||||||
$kendo-editor-export-tool-icon-margin-x | -Number | -.25em |
- 0.25em |
+ $kendo-dock-indicator-hover-bg | +Color | +$kendo-color-primary |
+ #ff6358 |
Description
+ The horizontal margin of the Editor's export tool icon. | Description
The background color of the hovered dock indicator in the DockManager component. |
||||||
$kendo-editor-resize-handle-size | -Number | -8px |
- 8px |
+ $kendo-dock-indicator-hover-text | +Color | +$kendo-color-white |
+ #ffffff |
Description
+ The size of the Editor's resize handle. | Description
The text color of the hovered dock indicator in the DockManager component. |
||||||
$kendo-editor-resize-handle-border-width | +$kendo-dock-manager-dock-preview-border-width | Number | 1px |
1px |
|||
Description
+ The border width of the Editor's resize handle. | Description
The width of the border around the dropping area in the DockManager component. |
||||||
$kendo-editor-resize-handle-border | -Color | -#000000 |
- #000000 |
+ $kendo-dock-manager-dock-preview-border-style | +String | +dashed |
+ dashed |
Description
+ The border color of the Editor's resize handle. | Description
The style of the border around the dropping area in the DockManager component. |
||||||
$kendo-editor-resize-handle-bg | -Color | -#ffffff |
- #ffffff |
+ $kendo-dock-manager-dock-preview-border-radius | +Number | +$kendo-border-radius-sm |
+ 2px |
Description
+ The background color of the Editor's resize handle. | Description
The border radius of the dropping area in the DockManager component. |
||||||
$kendo-editor-selectednode-outline-width | -Number | -2px |
- 2px |
+ $kendo-dock-manager-dock-preview-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 )) |
+ rgba(255, 99, 88, 0.16) |
Description
+ The outline width of the Editor's selected node. | Description
The background color of the dropping area in the DockManager component. |
||||||
$kendo-editor-selectednode-outline-color | +$kendo-dock-manager-dock-preview-border | Color | -#88ccff |
- #88ccff |
+ $kendo-color-primary |
+ #ff6358 |
|
Description
+ The outline color of the Editor's selected node. | Description
The border color of the dropping area in the DockManager component. |
$kendo-expander-spacing-y | +$kendo-dropdowntree-popup-padding-x | Number | k-map-get( $kendo-spacing, 2 ) |
8px |
|||
Description
+ The vertical spacing of the ExpansionPanel. | Description
The horizontal padding of the DropdownTree popup |
||||||
$kendo-expander-border-width | +$kendo-dropdowntree-popup-padding-y | Number | -1px |
- 1px |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
|
Description
+ The width of the border around the ExpansionPanel. | Description
The vertical padding of the DropdownTree popup |
||||||
$kendo-expander-font-family | -String | -$kendo-font-family |
- inherit |
-||||
Description
- The font family of the ExpansionPanel. |
-|||||||
$kendo-expander-font-size | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-dropzone-padding-x | Number | -$kendo-font-size-md |
- 14px |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
||
Description
+ The font size of the ExpansionPanel. | Description
The horizontal padding of the DropZone. |
||||||
$kendo-expander-line-height | +$kendo-dropzone-padding-y | Number | -$kendo-line-height-md |
- 1.4285714286 |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
|
Description
+ The hine height of the ExpansionPanel. | Description
The vertical padding of the DropZone. |
||||||
$kendo-expander-text | -Color | -$kendo-component-text |
- #424242 |
+ $kendo-dropzone-border-width | +Number | +1px |
+ 1px |
Description
+ The text color of the ExpansionPanel. | Description
The border width of the DropZone. |
||||||
$kendo-expander-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-dropzone-min-height | +Number | +220px |
+ 220px |
Description
+ The background color of the ExpansionPanel. | Description
The minimum height of the DropZone. |
||||||
$kendo-expander-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-dropzone-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The border color of the ExpansionPanel. | Description
The font family of the DropZone. |
||||||
$kendo-expander-focus-shadow | -List | -$kendo-list-item-focus-shadow |
- inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
+ $kendo-dropzone-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The box shadow of the focused ExpansionPanel. | Description
The font size of the DropZone. |
||||||
$kendo-expander-header-padding-x | +$kendo-dropzone-line-height | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-line-height-md |
+ 1.4285714286 |
|
Description
+ The horizontal padding of the ExpansionPanel header. | Description
The line height of the DropZone. |
||||||
$kendo-expander-header-padding-y | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+ $kendo-dropzone-bg | +Color | +$kendo-base-bg |
+ #fafafa |
Description
+ The vertical padding of the ExpansionPanel header. | Description
The background color of the DropZone. |
||||||
$kendo-expander-header-text | +$kendo-dropzone-text | Color | -$kendo-expander-text |
+ $kendo-base-text |
#424242 |
||
Description
+ The text color of the ExpansionPanel header. | Description
The text color of the DropZone. |
||||||
$kendo-expander-header-bg | +$kendo-dropzone-border | Color | -transparent |
- transparent |
+ $kendo-base-border |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ The background color of the ExpansionPanel header. | Description
The border color of the DropZone. |
||||||
$kendo-expander-header-border | -Null | -null |
- null |
+ $kendo-dropzone-icon-spacing | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 24px |
Description
+ The border color of the ExpansionPanel header. | Description
The spacing below the DropZone icon. |
||||||
$kendo-expander-header-hover-bg | +$kendo-dropzone-icon-text | Color | -rgba(0, 0, 0, .04) |
- rgba(0, 0, 0, 0.04) |
+ if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 )) |
+ #7e7e7e |
|
Description
+ The background color of the hovered ExpansionPanel header. | Description
The text color of the DropZone icon. |
||||||
$kendo-expander-header-focus-bg | -Null | -null |
- null |
+ $kendo-dropzone-icon-hover-text | +Color | +$kendo-color-primary |
+ #ff6358 |
Description
+ The background color of the focused ExpansionPanel header. | Description
The text color of the hovered DropZone icon. |
||||||
$kendo-expander-header-focus-shadow | -List | -$kendo-list-item-focus-shadow |
- inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
+ $kendo-dropzone-hint-font-size | +Null | +null |
+ null |
Description
+ The box shadow of the focused ExpansionPanel header. | Description
The font size of the DropZone hint. |
||||||
$kendo-expander-title-text | -Color | -$kendo-color-primary |
- #ff6358 |
+ $kendo-dropzone-hint-spacing | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The text color of the ExpansionPanel title. | Description
The spacing below the DropZone hint. |
||||||
$kendo-expander-header-sub-title-text | -Color | -$kendo-subtle-text |
- #666666 |
+ $kendo-dropzone-hint-text | +Null | +null |
+ null |
Description
+ The text color of the ExpansionPanel sub-title. | Description
The text color of the DropZone hint. |
||||||
$kendo-expander-indicator-margin-x | +$kendo-dropzone-note-font-size | Number | -k-map-get( $kendo-spacing, 3 ) |
+ $kendo-font-size-sm |
12px |
||
Description
+ The horizontal margin of the ExpansionPanel indicator. | Description
The font size of the DropZone note. |
||||||
$kendo-expander-content-padding-x | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-dropzone-note-spacing | +Null | +null |
+ null |
Description
+ The horizontal padding of the ExpansionPanel content. | Description
The spacing below the DropZone note. |
||||||
$kendo-expander-content-padding-y | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-dropzone-note-text | +Color | +$kendo-subtle-text |
+ #666666 |
Description
+ The vertical padding of the ExpansionPanel content. | Description
The text color of the DropZone note. |
$kendo-file-manager-spacer | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
-||||
Description
- The space between the FileManager items. |
-|||||||
$kendo-file-manager-border-width | +$kendo-editor-border-width | Number | 1px |
1px |
|||
Description
+ The border width of the FileManager. | Description
The width of the border around the Еditor. |
||||||
$kendo-file-manager-font-family | +$kendo-editor-font-family | String | $kendo-font-family |
inherit |
|||
Description
+ The font family of the FileManager. | Description
The font family of the Еditor. |
||||||
$kendo-file-manager-font-size | +$kendo-editor-font-size | Number | $kendo-font-size-md |
14px |
|||
Description
+ The font size of the FileManager. | Description
The font size of the Еditor. |
||||||
$kendo-file-manager-line-height | +$kendo-editor-line-height | Number | $kendo-line-height-md |
1.4285714286 |
|||
Description
+ The line height of the FileManager. | Description
The line height of the Еditor. |
||||||
$kendo-file-manager-bg | +$kendo-editor-placeholder-text | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-input-placeholder-text |
+ #666666 |
|
Description
+ The background color of the FileManager. | Description
The text color of the Еditor placeholder. |
||||||
$kendo-file-manager-text | -Color | -$kendo-component-text |
- #424242 |
+ $kendo-editor-placeholder-opacity | +Number | +$kendo-input-placeholder-opacity |
+ 1 |
Description
+ The text color of the FileManager. | Description
The opacity of the Editor placeholder. |
||||||
$kendo-file-manager-border | +$kendo-editor-selected-text | Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-color-primary-contrast |
+ white |
|
Description
+ The border color of the FileManager. | Description
The selected text color of the Editor. |
||||||
$kendo-file-manager-toolbar-border-width | -Number | -$kendo-file-manager-border-width |
- 1px |
-||||
Description
- The border width of the FileManager Toolbar. |
-|||||||
$kendo-file-manager-toolbar-bg | -Null | -null |
- null |
-||||
Description
- The background color of the FileManager Toolbar. |
-|||||||
$kendo-file-manager-toolbar-text | -Null | -null |
- null |
-||||
Description
- The text color of the FileManager Toolbar. |
-|||||||
$kendo-file-manager-toolbar-border | -Null | -null |
- null |
+ $kendo-editor-selected-bg | +Color | +$kendo-color-primary |
+ #ff6358 |
Description
+ The border color of the FileManager Toolbar. | Description
The selected background color of the Editor. |
||||||
$kendo-file-manager-toolbar-gradient | -Null | -null |
- null |
+ $kendo-editor-highlighted-bg | +Color | +if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix($kendo-color-primary, #ffffff, 20%)) |
+ #ffe0de |
Description
+ The gradient of the FileManager Toolbar. | Description
The highlighted background color of the Editor. |
||||||
$kendo-file-manager-navigation-padding-x | +$kendo-editor-export-tool-icon-margin-x | Number | -$kendo-file-manager-spacer |
- 16px |
+ .25em |
+ 0.25em |
|
Description
+ The horizontal padding of the FileManager Navigation. | Description
The horizontal margin of the Editor's export tool icon. |
||||||
$kendo-file-manager-navigation-padding-y | +$kendo-editor-resize-handle-size | Number | -$kendo-file-manager-spacer |
- 16px |
+ 8px |
+ 8px |
|
Description
+ The vertical padding of the FileManager Navigation. | Description
The size of the Editor's resize handle. |
||||||
$kendo-file-manager-navigation-width | +$kendo-editor-resize-handle-border-width | Number | -20% |
- 20% |
+ 1px |
+ 1px |
|
Description
+ The width of the FileManager Navigation. | Description
The border width of the Editor's resize handle. |
||||||
$kendo-file-manager-navigation-border-width | -Number | -$kendo-file-manager-border-width |
- 1px |
+ $kendo-editor-resize-handle-border | +Color | +#000000 |
+ #000000 |
Description
+ The border width of the FileManager Navigation. | Description
The border color of the Editor's resize handle. |
||||||
$kendo-file-manager-navigation-bg | -Null | -null |
- null |
+ $kendo-editor-resize-handle-bg | +Color | +#ffffff |
+ #ffffff |
Description
+ The background color of the FileManager Navigation. | Description
The background color of the Editor's resize handle. |
||||||
$kendo-file-manager-navigation-text | -Null | -null |
- null |
+ $kendo-editor-selectednode-outline-width | +Number | +2px |
+ 2px |
Description
+ The text color of the FileManager Navigation. | Description
The outline width of the Editor's selected node. |
||||||
$kendo-file-manager-navigation-border | -Null | -null |
- null |
+ $kendo-editor-selectednode-outline-color | +Color | +#88ccff |
+ #88ccff |
Description
+ The border color of the FileManager Navigation. | Description
The outline color of the Editor's selected node. |
||||||
$kendo-file-manager-breadcrumb-padding-x | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-expander-spacing-y | Number | k-map-get( $kendo-spacing, 2 ) |
8px |
||||
Description
+ The horizontal padding of the FileManager Breadcrumb. | Description
The vertical spacing of the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-padding-y | +$kendo-expander-border-width | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ 1px |
+ 1px |
|
Description
+ The vertical padding of the FileManager Breadcrumb. | Description
The width of the border around the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-border-width | -Number | -$kendo-file-manager-border-width |
- 1px |
+ $kendo-expander-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The border width of the FileManager Breadcrumb. | Description
The font family of the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-bg | -Color | -$kendo-toolbar-bg |
- #fafafa |
+ $kendo-expander-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The background color of the FileManager Breadcrumb. | Description
The font size of the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-text | -Null | -null |
- null |
+ $kendo-expander-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
Description
+ The text color of the FileManager Breadcrumb. | Description
The hine height of the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-border | -Null | -null |
- null |
+ $kendo-expander-text | +Color | +$kendo-component-text |
+ #424242 |
Description
+ The border color of the FileManager Breadcrumb. | Description
The text color of the ExpansionPanel. |
||||||
$kendo-file-manager-listview-bg | -Null | -null |
- null |
+ $kendo-expander-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The background color of the FileManager ListView. | Description
The background color of the ExpansionPanel. |
||||||
$kendo-file-manager-listview-text | -Null | -null |
- null |
+ $kendo-expander-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The text color of the FileManager ListView. | Description
The border color of the ExpansionPanel. |
||||||
$kendo-file-manager-listview-border | -Null | -null |
- null |
+ $kendo-expander-focus-shadow | +List | +$kendo-list-item-focus-shadow |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
Description
+ The border color of the FileManager ListView. | Description
The box shadow of the focused ExpansionPanel. |
||||||
$kendo-file-manager-listview-item-padding-x | +$kendo-expander-header-padding-x | Number | k-map-get( $kendo-spacing, 4 ) |
16px |
|||
Description
+ The horizontal padding of the FileManager ListView item. | Description
The horizontal padding of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-padding-y | +$kendo-expander-header-padding-y | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ k-map-get( $kendo-spacing, 3 ) |
+ 12px |
|
Description
+ The vertical padding of the FileManager ListView item. | Description
The vertical padding of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-width | -Number | -120px |
- 120px |
+ $kendo-expander-header-text | +Color | +$kendo-expander-text |
+ #424242 |
Description
+ The width of the FileManager ListView item. | Description
The text color of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-height | -Number | -120px |
- 120px |
+ $kendo-expander-header-bg | +Color | +transparent |
+ transparent |
Description
+ The height of the FileManager ListView item. | Description
The background color of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-bg | +$kendo-expander-header-border | Null | null |
null |
|||
Description
+ The background color of the FileManager ListView item. | Description
The border color of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-text | -Null | -null |
- null |
+ $kendo-expander-header-hover-bg | +Color | +rgba(0, 0, 0, .04) |
+ rgba(0, 0, 0, 0.04) |
Description
+ The text color of the FileManager ListView item. | Description
The background color of the hovered ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-border | +$kendo-expander-header-focus-bg | Null | null |
null |
|||
Description
+ The border color of the FileManager ListView item. | Description
The background color of the focused ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-icon-bg | -Null | -null |
- null |
+ $kendo-expander-header-focus-shadow | +List | +$kendo-list-item-focus-shadow |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
Description
+ The background color of the FileManager ListView item icon. | Description
The box shadow of the focused ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-icon-text | +$kendo-expander-title-text | Color | -if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) |
- #7e7e7e |
+ $kendo-color-primary |
+ #ff6358 |
|
Description
+ The text color of the FileManager ListView item icon. | Description
The text color of the ExpansionPanel title. |
||||||
$kendo-file-manager-listview-item-icon-border | -Null | -null |
- null |
+ $kendo-expander-header-sub-title-text | +Color | +$kendo-subtle-text |
+ #666666 |
Description
+ The border color of the FileManager ListView item icon. | Description
The text color of the ExpansionPanel sub-title. |
||||||
$kendo-file-manager-listview-item-icon-selected-bg | -Null | -null |
- null |
+ $kendo-expander-indicator-margin-x | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
Description
+ Background color of the FileManager selected ListView item icon. | Description
The horizontal margin of the ExpansionPanel indicator. |
||||||
$kendo-file-manager-listview-item-icon-selected-text | -String | -inherit |
- inherit |
+ $kendo-expander-content-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ Text color of the FileManager selected ListView item icon. | Description
The horizontal padding of the ExpansionPanel content. |
||||||
$kendo-file-manager-listview-item-icon-selected-border | -Null | -null |
- null |
+ $kendo-expander-content-padding-y | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ Border color of the FileManager selected ListView item icon. | Description
The vertical padding of the ExpansionPanel content. |
||||||
$kendo-file-manager-grid-bg | -Null | -null |
- null |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-file-manager-spacer | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
||||
Description
+ The background color of the FileManager Grid. | Description
The space between the FileManager items. |
||||||
$kendo-file-manager-grid-text | -Null | -null |
- null |
+ $kendo-file-manager-border-width | +Number | +1px |
+ 1px |
Description
+ The text color of the FileManager Grid. | Description
The border width of the FileManager. |
||||||
$kendo-file-manager-grid-border | -Null | -null |
- null |
+ $kendo-file-manager-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The border color of the FileManager Grid. | Description
The font family of the FileManager. |
||||||
$kendo-file-manager-preview-padding-x | +$kendo-file-manager-font-size | Number | -$kendo-file-manager-spacer |
- 16px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The horizontal padding of the FileManager preview. | Description
The font size of the FileManager. |
||||||
$kendo-file-manager-preview-padding-y | +$kendo-file-manager-line-height | Number | -$kendo-file-manager-spacer |
- 16px |
+ $kendo-line-height-md |
+ 1.4285714286 |
|
Description
+ The vertical padding of the FileManager preview. | Description
The line height of the FileManager. |
||||||
$kendo-file-manager-preview-width | -Number | -20% |
- 20% |
+ $kendo-file-manager-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The width of the FileManager preview. | Description
The background color of the FileManager. |
||||||
$kendo-file-manager-preview-border-width | -Number | -$kendo-file-manager-border-width |
- 1px |
+ $kendo-file-manager-text | +Color | +$kendo-component-text |
+ #424242 |
Description
+ The border width of the FileManager preview. | Description
The text color of the FileManager. |
||||||
$kendo-file-manager-preview-spacing | -Number | -$kendo-file-manager-spacer |
- 16px |
+ $kendo-file-manager-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The spacing of the FileManager preview. | Description
The border color of the FileManager. |
||||||
$kendo-file-manager-preview-column-gap | +$kendo-file-manager-toolbar-border-width | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-file-manager-border-width |
+ 1px |
|
Description
+ The gap between the columns in the FileManager preview. | Description
The border width of the FileManager Toolbar. |
||||||
$kendo-file-manager-preview-bg | +$kendo-file-manager-toolbar-bg | Null | null |
null |
|||
Description
+ The background color of the FileManager preview. | Description
The background color of the FileManager Toolbar. |
||||||
$kendo-file-manager-preview-text | +$kendo-file-manager-toolbar-text | Null | null |
null |
|||
Description
+ The text color of the FileManager preview. | Description
The text color of the FileManager Toolbar. |
||||||
$kendo-file-manager-preview-border | +$kendo-file-manager-toolbar-border | Null | null |
null |
|||
Description
+ The border color of the FileManager preview. | Description
The border color of the FileManager Toolbar. |
||||||
$kendo-file-manager-preview-icon-bg | +$kendo-file-manager-toolbar-gradient | Null | null |
null |
|||
Description
+ The background color of the FileManager preview icon. | Description
The gradient of the FileManager Toolbar. |
||||||
$kendo-file-manager-preview-icon-text | -Color | -if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) |
- #7e7e7e |
+ $kendo-file-manager-navigation-padding-x | +Number | +$kendo-file-manager-spacer |
+ 16px |
Description
+ The text color of the FileManager preview icon. | Description
The horizontal padding of the FileManager Navigation. |
||||||
$kendo-file-manager-preview-icon-border | -Null | -null |
- null |
-||||
Description
- The border color of the FileManager preview icon. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-filter-padding-x | +$kendo-file-manager-navigation-padding-y | Number | -$kendo-padding-md-x |
- 8px |
+ $kendo-file-manager-spacer |
+ 16px |
|
Description
+ The horizontal padding of the Filter. | Description
The vertical padding of the FileManager Navigation. |
||||||
$kendo-filter-padding-y | +$kendo-file-manager-navigation-width | Number | -$kendo-padding-md-y |
- 4px |
+ 20% |
+ 20% |
|
Description
+ The vertical padding of the Filter. | Description
The width of the FileManager Navigation. |
||||||
$kendo-filter-bottom-margin | +$kendo-file-manager-navigation-border-width | Number | -30px |
- 30px |
+ $kendo-file-manager-border-width |
+ 1px |
|
Description
+ The bottom margin of the Filter. | Description
The border width of the FileManager Navigation. |
||||||
$kendo-filter-line-size | -Number | -1px |
- 1px |
+ $kendo-file-manager-navigation-bg | +Null | +null |
+ null |
Description
+ The width of the line that connects the Filter items. | Description
The background color of the FileManager Navigation. |
||||||
$kendo-filter-operator-dropdown-width | -Number | -15em |
- 15em |
+ $kendo-file-manager-navigation-text | +Null | +null |
+ null |
Description
+ The width of the dropdown elements in the Filter items. | Description
The text color of the FileManager Navigation. |
||||||
$kendo-filter-preview-field-text | -Color | -$kendo-color-primary |
- #ff6358 |
+ $kendo-file-manager-navigation-border | +Null | +null |
+ null |
Description
+ The text color of the Filter preview field. | Description
The border color of the FileManager Navigation. |
||||||
$kendo-filter-preview-operator-text | -Color | -$kendo-subtle-text |
- #666666 |
+ $kendo-file-manager-breadcrumb-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The text color of the Filter preview operator. | Description
The horizontal padding of the FileManager Breadcrumb. |
||||||
$kendo-filter-toolbar-focus-shadow | -List | -0 0 0 2px rgba(0, 0, 0, .08) |
- 0 0 0 2px rgba(0, 0, 0, 0.08) |
+ $kendo-file-manager-breadcrumb-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The box shadow of the focused Filter toolbar. | Description
The vertical padding of the FileManager Breadcrumb. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-fab-border-width | +|||||||
$kendo-file-manager-breadcrumb-border-width | Number | -1px |
+ $kendo-file-manager-border-width |
1px |
|||
Description
+ The width of the border around the FAB. | Description
The border width of the FileManager Breadcrumb. |
||||||
$kendo-fab-border-radius | -Number | -$kendo-border-radius-md |
- 4px |
+ $kendo-file-manager-breadcrumb-bg | +Color | +$kendo-toolbar-bg |
+ #fafafa |
Description
+ The border radius of the FAB. | Description
The background color of the FileManager Breadcrumb. |
||||||
$kendo-fab-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-file-manager-breadcrumb-text | +Null | +null |
+ null |
Description
+ The font family of the FAB. | Description
The text color of the FileManager Breadcrumb. |
||||||
$kendo-fab-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-file-manager-breadcrumb-border | +Null | +null |
+ null |
Description
+ The font size of the FAB. | Description
The border color of the FileManager Breadcrumb. |
||||||
$kendo-fab-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-file-manager-listview-bg | +Null | +null |
+ null |
Description
+ The line height of the FAB. | Description
The background color of the FileManager ListView. |
||||||
$kendo-fab-padding-x | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-file-manager-listview-text | +Null | +null |
+ null |
Description
+ The horizontal padding of the FAB. | Description
The text color of the FileManager ListView. |
||||||
$kendo-fab-sm-padding-x | -Number | -k-math-div( $kendo-fab-padding-x, 2 ) |
- 8px |
+ $kendo-file-manager-listview-border | +Null | +null |
+ null |
Description
+ The horizontal padding of the small FAB. | Description
The border color of the FileManager ListView. |
||||||
$kendo-fab-md-padding-x | +$kendo-file-manager-listview-item-padding-x | Number | -$kendo-fab-padding-x |
+ k-map-get( $kendo-spacing, 4 ) |
16px |
||
Description
+ The horizontal padding of the medium FAB. | Description
The horizontal padding of the FileManager ListView item. |
||||||
$kendo-fab-lg-padding-x | +$kendo-file-manager-listview-item-padding-y | Number | -( $kendo-fab-padding-x * 1.5 ) |
- 24px |
+ k-map-get( $kendo-spacing, 4 ) |
+ 16px |
|
Description
+ The horizontal padding of the large FAB. | Description
The vertical padding of the FileManager ListView item. |
||||||
$kendo-fab-padding-y | +$kendo-file-manager-listview-item-width | Number | -$kendo-fab-padding-x |
- 16px |
+ 120px |
+ 120px |
|
Description
+ The vertical padding of the FAB. | Description
The width of the FileManager ListView item. |
||||||
$kendo-fab-sm-padding-y | +$kendo-file-manager-listview-item-height | Number | -k-math-div( $kendo-fab-padding-y, 2 ) |
- 8px |
+ 120px |
+ 120px |
|
Description
+ The vertical padding of the small FAB. | Description
The height of the FileManager ListView item. |
||||||
$kendo-fab-md-padding-y | -Number | -$kendo-fab-padding-y |
- 16px |
+ $kendo-file-manager-listview-item-bg | +Null | +null |
+ null |
Description
+ The vertical padding of the medium FAB. | Description
The background color of the FileManager ListView item. |
||||||
$kendo-fab-lg-padding-y | -Number | -( $kendo-fab-padding-y * 1.5 ) |
- 24px |
+ $kendo-file-manager-listview-item-text | +Null | +null |
+ null |
Description
+ The vertical padding of the large FAB. | Description
The text color of the FileManager ListView item. |
||||||
$kendo-fab-icon-padding-x | -Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 2px |
+ $kendo-file-manager-listview-item-border | +Null | +null |
+ null |
Description
+ The horizontal padding of the FAB icon. | Description
The border color of the FileManager ListView item. |
||||||
$kendo-fab-icon-padding-y | -Number | -$kendo-fab-icon-padding-x |
- 2px |
+ $kendo-file-manager-listview-item-icon-bg | +Null | +null |
+ null |
Description
+ The vertical padding of the FAB icon. | Description
The background color of the FileManager ListView item icon. |
||||||
$kendo-fab-icon-spacing | -Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 2px |
+ $kendo-file-manager-listview-item-icon-text | +Color | +if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) |
+ #7e7e7e |
Description
+ The spacing of the FAB icon. | Description
The text color of the FileManager ListView item icon. |
||||||
$kendo-fab-items-padding-x | -Number | -0px |
- 0px |
+ $kendo-file-manager-listview-item-icon-border | +Null | +null |
+ null |
Description
+ The horizontal padding of the FAB items. | Description
The border color of the FileManager ListView item icon. |
||||||
$kendo-fab-items-padding-y | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-file-manager-listview-item-icon-selected-bg | +Null | +null |
+ null |
Description
+ The vertical padding of the FAB items. | Description
Background color of the FileManager selected ListView item icon. |
||||||
$kendo-fab-item-text-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-file-manager-listview-item-icon-selected-text | +String | +inherit |
+ inherit |
Description
+ The horizontal padding of the FAB item text. | Description
Text color of the FileManager selected ListView item icon. |
||||||
$kendo-fab-item-text-padding-y | -Number | -$kendo-fab-item-text-padding-x |
- 4px |
+ $kendo-file-manager-listview-item-icon-selected-border | +Null | +null |
+ null |
Description
+ The vertical padding of the FAB item text. | Description
Border color of the FileManager selected ListView item icon. |
||||||
$kendo-fab-item-text-border-width | -Number | -1px |
- 1px |
+ $kendo-file-manager-grid-bg | +Null | +null |
+ null |
Description
+ The width of the FAB item text border. | Description
The background color of the FileManager Grid. |
||||||
$kendo-fab-item-text-border-radius | -Number | -2px |
- 2px |
+ $kendo-file-manager-grid-text | +Null | +null |
+ null |
Description
+ The border radius of the FAB item text. | Description
The text color of the FileManager Grid. |
||||||
$kendo-fab-item-text-font-size | -Number | -$kendo-font-size-xs |
- 10px |
+ $kendo-file-manager-grid-border | +Null | +null |
+ null |
Description
+ The font size of the FAB item text. | Description
The border color of the FileManager Grid. |
||||||
$kendo-fab-item-text-line-height | +$kendo-file-manager-preview-padding-x | Number | -1.2 |
- 1.2 |
+ $kendo-file-manager-spacer |
+ 16px |
|
Description
+ The line height of the FAB item text. | Description
The horizontal padding of the FileManager preview. |
||||||
$kendo-fab-item-icon-padding-x | +$kendo-file-manager-preview-padding-y | Number | -k-map-get( $kendo-spacing, 2 ) + $kendo-fab-icon-padding-x |
- 10px |
+ $kendo-file-manager-spacer |
+ 16px |
|
Description
+ The horizontal padding of the FAB item icon. | Description
The vertical padding of the FileManager preview. |
||||||
$kendo-fab-item-icon-padding-y | +$kendo-file-manager-preview-width | Number | -$kendo-fab-item-icon-padding-x |
- 10px |
+ 20% |
+ 20% |
|
Description
+ The vertical padding of the FAB item icon. | Description
The width of the FileManager preview. |
||||||
$kendo-fab-item-icon-border-width | +$kendo-file-manager-preview-border-width | Number | -0 |
- 0 |
+ $kendo-file-manager-border-width |
+ 1px |
|
Description
+ The width of the FAB item icon border. | Description
The border width of the FileManager preview. |
||||||
$kendo-fab-item-icon-border-radius | +$kendo-file-manager-preview-spacing | Number | -50% |
- 50% |
+ $kendo-file-manager-spacer |
+ 16px |
|
Description
+ The border radius of the FAB item icon. | Description
The spacing of the FileManager preview. |
||||||
$kendo-fab-theme-colors | -Map | -$kendo-theme-colors |
- ("primary": #ff6358, "secondary": #666666, "tertiary": #03a9f4, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #ebebeb, "inverse": #424242) |
+ $kendo-file-manager-preview-column-gap | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The theme colors map for the FAB. | Description
The gap between the columns in the FileManager preview. |
||||||
$kendo-fab-sizes | -Map | -(
- sm: (
- padding-x: $kendo-fab-sm-padding-x,
- padding-y: $kendo-fab-sm-padding-y
- ),
- md: (
- padding-x: $kendo-fab-md-padding-x,
- padding-y: $kendo-fab-md-padding-y
- ),
- lg: (
- padding-x: $kendo-fab-lg-padding-x,
- padding-y: $kendo-fab-lg-padding-y
- )
-) |
- (sm: (padding-x: 8px, padding-y: 8px), md: (padding-x: 16px, padding-y: 16px), lg: (padding-x: 24px, padding-y: 24px)) |
+ $kendo-file-manager-preview-bg | +Null | +null |
+ null |
Description
+ The size map for the FAB. | Description
The background color of the FileManager preview. |
||||||
$kendo-fab-shadow | -String | -k-elevation(5) |
- var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-file-manager-preview-text | +Null | +null |
+ null |
Description
+ The base shadow of the FAB. | Description
The text color of the FileManager preview. |
||||||
$kendo-fab-disabled-shadow | -String | -k-elevation(5) |
- var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-file-manager-preview-border | +Null | +null |
+ null |
Description
+ The shadow of the disabled FAB. | Description
The border color of the FileManager preview. |
||||||
$kendo-fab-active-shadow | +$kendo-file-manager-preview-icon-bg | Null | null |
null |
|||
Description
+ The shadow of the active FAB. | Description
The background color of the FileManager preview icon. |
||||||
$kendo-fab-outline-style | -String | -solid |
- solid |
+ $kendo-file-manager-preview-icon-text | +Color | +if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) |
+ #7e7e7e |
Description
+ The outline style of the FAB. | Description
The text color of the FileManager preview icon. |
||||||
$kendo-fab-outline-width | -Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 2px |
+ $kendo-file-manager-preview-icon-border | +Null | +null |
+ null |
Description
+ The outline width of the FAB. | Description
The border color of the FileManager preview icon. |
||||||
$kendo-fab-item-text | -Color | -$kendo-component-text |
- #424242 |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-filter-padding-x | +Number | +$kendo-padding-md-x |
+ 8px |
||||
Description
+ The base text color of the FAB item. | Description
The horizontal padding of the Filter. |
||||||
$kendo-fab-item-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-filter-padding-y | +Number | +$kendo-padding-md-y |
+ 4px |
Description
+ The base background color of the FAB item. | Description
The vertical padding of the Filter. |
||||||
$kendo-fab-item-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-filter-bottom-margin | +Number | +30px |
+ 30px |
Description
+ The base border color of the FAB item. | Description
The bottom margin of the Filter. |
||||||
$kendo-fab-item-icon-text | -Color | -$kendo-button-text |
- #424242 |
+ $kendo-filter-line-size | +Number | +1px |
+ 1px |
Description
+ The base text color of the FAB item icon. | Description
The width of the line that connects the Filter items. |
||||||
$kendo-fab-item-icon-bg | -Color | -$kendo-button-bg |
- #f5f5f5 |
+ $kendo-filter-operator-dropdown-width | +Number | +15em |
+ 15em |
Description
+ The base background color of the FAB item icon. | Description
The width of the dropdown elements in the Filter items. |
||||||
$kendo-fab-item-icon-border | +$kendo-filter-preview-field-text | Color | -$kendo-button-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-color-primary |
+ #ff6358 |
|
Description
+ The base border color of the FAB item icon. | Description
The text color of the Filter preview field. |
||||||
$kendo-fab-item-shadow | -String | -$kendo-fab-shadow |
- var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-filter-preview-operator-text | +Color | +$kendo-subtle-text |
+ #666666 |
Description
+ The base shadow of the FAB item. | Description
The text color of the Filter preview operator. |
||||||
$kendo-fab-item-disabled-shadow | -String | -$kendo-fab-disabled-shadow |
- var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-filter-toolbar-focus-shadow | +List | +0 0 0 2px rgba(0, 0, 0, .08) |
+ 0 0 0 2px rgba(0, 0, 0, 0.08) |
Description
- The shadow of the disabled FAB item. |
-|||||||
$kendo-fab-item-active-shadow | -Null | -$kendo-fab-active-shadow |
- null |
-||||
Description
- The shadow of the active FAB item. |
-|||||||
$kendo-fab-item-outline-style | -String | -solid |
- solid |
-||||
Description
- The outline style of the FAB item. |
-|||||||
$kendo-fab-item-outline-width | -Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 2px |
-||||
Description
- The outline width of the FAB item. |
-|||||||
$kendo-fab-item-outline-color | -Color | -rgba(0, 0, 0, .08) |
- rgba(0, 0, 0, 0.08) |
-||||
Description
+ The outline color of the FAB item. | Description
The box shadow of the focused Filter toolbar. |
$kendo-floating-label-scale | +$kendo-fab-border-width | Number | -1 |
- 1 |
+ 1px |
+ 1px |
|
Description
+ The transformation scale of the Floating Label. | Description
The width of the border around the FAB. |
||||||
$kendo-floating-label-font-size | +$kendo-fab-border-radius | Number | -$kendo-input-font-size |
- 14px |
+ $kendo-border-radius-md |
+ 4px |
|
Description
+ The font size of the Floating Label. | Description
The border radius of the FAB. |
||||||
$kendo-floating-label-max-width | -Number | -90% |
- 90% |
+ $kendo-fab-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The maximum width of the Floating Label. | Description
The font family of the FAB. |
||||||
$kendo-floating-label-line-height | +$kendo-fab-font-size | Number | -$kendo-input-line-height |
- 1.4285714286 |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The line height of the Floating Label. | Description
The font size of the FAB. |
||||||
$kendo-floating-label-height | -Calculation | -calc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} ) |
- calc(1.4285714286 * 14px) |
+ $kendo-fab-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
Description
+ The height of the Floating Label. | Description
The line height of the FAB. |
||||||
$kendo-floating-label-offset-x | -Calculation | -calc( #{$kendo-input-padding-x} + #{$kendo-input-border-width} ) |
- calc(8px + 1px) |
+ $kendo-fab-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The horizontal offset of the Floating Label. | Description
The horizontal padding of the FAB. |
||||||
$kendo-floating-label-offset-y | -Calculation | -calc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-padding-y} ) |
- calc(calc(1.4285714286 * 14px) + 1px + 4px) |
+ $kendo-fab-sm-padding-x | +Number | +k-math-div( $kendo-fab-padding-x, 2 ) |
+ 8px |
Description
+ The vertical offset of the Floating Label. | Description
The horizontal padding of the small FAB. |
||||||
$kendo-floating-label-focus-scale | +$kendo-fab-md-padding-x | Number | -1 |
- 1 |
+ $kendo-fab-padding-x |
+ 16px |
|
Description
+ The transformation scale of the focused Floating Label. | Description
The horizontal padding of the medium FAB. |
||||||
$kendo-floating-label-focus-offset-x | +$kendo-fab-lg-padding-x | Number | -0 |
- 0 |
+ ( $kendo-fab-padding-x * 1.5 ) |
+ 24px |
|
Description
+ The horizontal offset of the focused Floating Label. | Description
The horizontal padding of the large FAB. |
||||||
$kendo-floating-label-focus-offset-y | +$kendo-fab-padding-y | Number | -0 |
- 0 |
+ $kendo-fab-padding-x |
+ 16px |
|
Description
+ The vertical offset of the focused Floating Label. | Description
The vertical padding of the FAB. |
||||||
$kendo-floating-label-transition | -List | -.2s ease-out |
- 0.2s ease-out |
+ $kendo-fab-sm-padding-y | +Number | +k-math-div( $kendo-fab-padding-y, 2 ) |
+ 8px |
Description
+ The transition of the Floating Label. | Description
The vertical padding of the small FAB. |
||||||
$kendo-floating-label-bg | -Null | -null |
- null |
+ $kendo-fab-md-padding-y | +Number | +$kendo-fab-padding-y |
+ 16px |
Description
+ The background color of the Floating Label. | Description
The vertical padding of the medium FAB. |
||||||
$kendo-floating-label-text | -Null | -null |
- null |
+ $kendo-fab-lg-padding-y | +Number | +( $kendo-fab-padding-y * 1.5 ) |
+ 24px |
Description
+ The text color of the Floating Label. | Description
The vertical padding of the large FAB. |
||||||
$kendo-floating-label-focus-bg | -Null | -null |
- null |
+ $kendo-fab-icon-padding-x | +Number | +k-map-get( $kendo-spacing, 0.5 ) |
+ 2px |
Description
+ The background color of the focused Floating Label. | Description
The horizontal padding of the FAB icon. |
||||||
$kendo-floating-label-focus-text | -Null | -null |
- null |
+ $kendo-fab-icon-padding-y | +Number | +$kendo-fab-icon-padding-x |
+ 2px |
Description
+ The text color of the focused Floating Label. | Description
The vertical padding of the FAB icon. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-form-spacer | +|||||||
$kendo-fab-icon-spacing | Number | -$kendo-padding-md-x * 2 |
- 16px |
+ k-map-get( $kendo-spacing, 0.5 ) |
+ 2px |
||
Description
+ The padding of the inline Form. | Description
The spacing of the FAB icon. |
||||||
$kendo-form-font-size | +$kendo-fab-items-padding-x | Number | -$kendo-font-size-md |
- 14px |
+ 0px |
+ 0px |
|
Description
+ The font size of the Form. | Description
The horizontal padding of the FAB items. |
||||||
$kendo-form-line-height | +$kendo-fab-items-padding-y | Number | -$kendo-line-height-md |
- 1.4285714286 |
+ k-map-get( $kendo-spacing, 4 ) |
+ 16px |
|
Description
+ The line height of the Form. | Description
The vertical padding of the FAB items. |
||||||
$kendo-form-line-height-em | -Calculation | -calc( #{$kendo-form-line-height} * 1em ) |
- calc(1.4285714286 * 1em) |
+ $kendo-fab-item-text-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The line height of the Form in em units. | Description
The horizontal padding of the FAB item text. |
||||||
$kendo-form-sm-line-height | +$kendo-fab-item-text-padding-y | Number | -$kendo-line-height-sm |
- 1.25 |
+ $kendo-fab-item-text-padding-x |
+ 4px |
|
Description
+ The line height of the small Form. | Description
The vertical padding of the FAB item text. |
||||||
$kendo-form-lg-line-height | +$kendo-fab-item-text-border-width | Number | -$kendo-line-height-lg |
- 1.5 |
+ 1px |
+ 1px |
|
Description
+ The line height of the large Form. | Description
The width of the FAB item text border. |
||||||
$kendo-form-fieldset-margin | -List | -2em 0 0 |
- 2em 0 0 |
+ $kendo-fab-item-text-border-radius | +Number | +2px |
+ 2px |
Description
+ The margin of the Form fieldset. | Description
The border radius of the FAB item text. |
||||||
$kendo-form-fieldset-padding | +$kendo-fab-item-text-font-size | Number | -0px |
- 0px |
-|||
Description
- The padding of the Form fieldset. |
-|||||||
$kendo-form-legend-margin | -List | -0 0 1em |
- 0 0 1em |
+ $kendo-font-size-xs |
+ 10px |
||
Description
+ The margin of the Form legend. | Description
The font size of the FAB item text. |
||||||
$kendo-form-legend-padding | +$kendo-fab-item-text-line-height | Number | -0px |
- 0px |
+ 1.2 |
+ 1.2 |
|
Description
+ The padding of the Form legend. | Description
The line height of the FAB item text. |
||||||
$kendo-form-legend-border-width | -List | -0 0 2px |
- 0 0 2px |
+ $kendo-fab-item-icon-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) + $kendo-fab-icon-padding-x |
+ 10px |
Description
+ The border width of the Form legend. | Description
The horizontal padding of the FAB item icon. |
||||||
$kendo-form-legend-border-style | -String | -solid |
- solid |
+ $kendo-fab-item-icon-padding-y | +Number | +$kendo-fab-item-icon-padding-x |
+ 10px |
Description
+ The border style of the Form legend. | Description
The vertical padding of the FAB item icon. |
||||||
$kendo-form-legend-border-color | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-fab-item-icon-border-width | +Number | +0 |
+ 0 |
Description
+ The border color of the Form legend. | Description
The width of the FAB item icon border. |
||||||
$kendo-form-legend-width | +$kendo-fab-item-icon-border-radius | Number | -100% |
- 100% |
+ 50% |
+ 50% |
|
Description
+ The width of the Form legend. | Description
The border radius of the FAB item icon. |
||||||
$kendo-form-legend-font-size | -Number | -14px |
- 14px |
+ $kendo-fab-theme-colors | +Map | +$kendo-theme-colors |
+ ("primary": #ff6358, "secondary": #666666, "tertiary": #03a9f4, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #ebebeb, "inverse": #424242) |
Description
+ The font size of the Form legend. | Description
The theme colors map for the FAB. |
||||||
$kendo-form-legend-text-transform | -String | -uppercase |
- uppercase |
+ $kendo-fab-sizes | +Map | +(
+ sm: (
+ padding-x: $kendo-fab-sm-padding-x,
+ padding-y: $kendo-fab-sm-padding-y
+ ),
+ md: (
+ padding-x: $kendo-fab-md-padding-x,
+ padding-y: $kendo-fab-md-padding-y
+ ),
+ lg: (
+ padding-x: $kendo-fab-lg-padding-x,
+ padding-y: $kendo-fab-lg-padding-y
+ )
+) |
+ (sm: (padding-x: 8px, padding-y: 8px), md: (padding-x: 16px, padding-y: 16px), lg: (padding-x: 24px, padding-y: 24px)) |
Description
+ The text capitalization of the Form legend. | Description
The size map for the FAB. |
||||||
$kendo-form-label-margin-bottom | -Number | -0px |
- 0px |
+ $kendo-fab-shadow | +String | +k-elevation(5) |
+ var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The bottom margin of the Form label. | Description
The base shadow of the FAB. |
||||||
$kendo-form-button-margin-x | -Number | -8px |
- 8px |
+ $kendo-fab-disabled-shadow | +String | +k-elevation(5) |
+ var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The horizontal margin of the Form buttons. | Description
The shadow of the disabled FAB. |
||||||
$kendo-form-hint-font-size | -Number | -12px |
- 12px |
+ $kendo-fab-active-shadow | +Null | +null |
+ null |
Description
+ The font size of the Form hint. | Description
The shadow of the active FAB. |
||||||
$kendo-form-hint-font-style | +$kendo-fab-outline-style | String | -italic |
- italic |
+ solid |
+ solid |
|
Description
+ The font style of the Form hint. | Description
The outline style of the FAB. |
||||||
$kendo-form-hint-margin-top | +$kendo-fab-outline-width | Number | -4px |
- 4px |
+ k-map-get( $kendo-spacing, 0.5 ) |
+ 2px |
|
Description
+ The top margin of the Form hint. | Description
The outline width of the FAB. |
||||||
$kendo-form-sm-rows-spacing | -Number | -k-map-get( $kendo-spacing, 2.5 ) |
- 10px |
+ $kendo-fab-item-text | +Color | +$kendo-component-text |
+ #424242 |
Description
+ The row spacing of the small Form. | Description
The base text color of the FAB item. |
||||||
$kendo-form-md-rows-spacing | -Number | -k-map-get( $kendo-spacing, 3.5 ) |
- 14px |
+ $kendo-fab-item-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The row spacing of the medium Form. | Description
The base background color of the FAB item. |
||||||
$kendo-form-lg-rows-spacing | -Number | -k-map-get( $kendo-spacing, 4.5 ) |
- 18px |
+ $kendo-fab-item-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The row spacing of the large Form. | Description
The base border color of the FAB item. |
||||||
$kendo-form-separator-margin | -List | -$kendo-form-md-rows-spacing 0 0 |
- 14px 0 0 |
+ $kendo-fab-item-icon-text | +Color | +$kendo-button-text |
+ #424242 |
Description
+ The margin of the Form separator. | Description
The base text color of the FAB item icon. |
||||||
$kendo-form-separator-border-color | +$kendo-fab-item-icon-bg | Color | -$kendo-form-legend-border-color |
- rgba(0, 0, 0, 0.08) |
+ $kendo-button-bg |
+ #f5f5f5 |
|
Description
+ The border color of the Form separator. | Description
The base background color of the FAB item icon. |
||||||
$kendo-horizontal-form-label-padding-top | -Number | -5px |
- 5px |
+ $kendo-fab-item-icon-border | +Color | +$kendo-button-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The top padding of the label in the horizontal Form. | Description
The base border color of the FAB item icon. |
||||||
$kendo-horizontal-form-label-margin-x | -Number | -10px |
- 10px |
+ $kendo-fab-item-shadow | +String | +$kendo-fab-shadow |
+ var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The horizontal margin of the label in the horizontal Form. | Description
The base shadow of the FAB item. |
||||||
$kendo-horizontal-form-label-width | -Number | -25% |
- 25% |
+ $kendo-fab-item-disabled-shadow | +String | +$kendo-fab-disabled-shadow |
+ var(--kendo-elevation-5, 0 10px 12px rgba(0, 0, 0, 0.16), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The width of the label in the horizontal Form. | Description
The shadow of the disabled FAB item. |
||||||
$kendo-horizontal-form-label-align | -String | -flex-end |
- flex-end |
+ $kendo-fab-item-active-shadow | +Null | +$kendo-fab-active-shadow |
+ null |
Description
+ The horizontal alignment of the label in the horizontal Form. | Description
The shadow of the active FAB item. |
||||||
$kendo-horizontal-form-field-wrap-max-width | -Calculation | -calc( ( 100% - #{$kendo-horizontal-form-label-width} ) - #{$kendo-horizontal-form-label-margin-x} ) |
- calc(100% - 25% - 10px) |
+ $kendo-fab-item-outline-style | +String | +solid |
+ solid |
Description
+ The maximum width of the field wrap in the horizontal Form. | Description
The outline style of the FAB item. |
||||||
$kendo-inline-form-element-width | +$kendo-fab-item-outline-width | Number | -25% |
- 25% |
+ k-map-get( $kendo-spacing, 0.5 ) |
+ 2px |
|
Description
+ The width of the inline Form element. | Description
The outline width of the FAB item. |
||||||
$kendo-forms-invalid-color | +$kendo-fab-item-outline-color | Color | -$kendo-color-error |
- #f31700 |
+ rgba(0, 0, 0, .08) |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ The invalid text color of the Form. | Description
The outline color of the FAB item. |
||||||
$kendo-label-optional-margin-x | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-floating-label-scale | Number | -6px |
- 6px |
+ 1 |
+ 1 |
||
Description
+ The horizontal margin of the optional label in the Form. | Description
The transformation scale of the Floating Label. |
||||||
$kendo-label-optional-font-size | +$kendo-floating-label-font-size | Number | -12px |
- 12px |
+ $kendo-input-font-size |
+ 14px |
|
Description
+ The font size of the optional label in the Form. | Description
The font size of the Floating Label. |
||||||
$kendo-label-optional-font-style | -String | -italic |
- italic |
+ $kendo-floating-label-max-width | +Number | +90% |
+ 90% |
Description
+ The font style of the optional label in the Form. | Description
The maximum width of the Floating Label. |
||||||
$kendo-fieldset-margin | +$kendo-floating-label-line-height | Number | -30px |
- 30px |
+ $kendo-input-line-height |
+ 1.4285714286 |
|
Description
+ The margin of the Form fieldset. | Description
The line height of the Floating Label. |
||||||
$kendo-fieldset-font-size | +$kendo-floating-label-height | +Calculation | +calc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} ) |
+ calc(1.4285714286 * 14px) |
+|||
Description
+ The height of the Floating Label. |
+|||||||
$kendo-floating-label-offset-x | +Calculation | +calc( #{$kendo-input-padding-x} + #{$kendo-input-border-width} ) |
+ calc(8px + 1px) |
+||||
Description
+ The horizontal offset of the Floating Label. |
+|||||||
$kendo-floating-label-offset-y | +Calculation | +calc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-padding-y} ) |
+ calc(calc(1.4285714286 * 14px) + 1px + 4px) |
+||||
Description
+ The vertical offset of the Floating Label. |
+|||||||
$kendo-floating-label-focus-scale | Number | -$kendo-h4-font-size |
- 22px |
+ 1 |
+ 1 |
||
Description
+ The font size of the Form fieldset. | Description
The transformation scale of the focused Floating Label. |
||||||
$kendo-fieldset-bg | -Null | -null |
- null |
+ $kendo-floating-label-focus-offset-x | +Number | +0 |
+ 0 |
Description
+ The background color of the Form fieldset. | Description
The horizontal offset of the focused Floating Label. |
||||||
$kendo-fieldset-text | -Null | -null |
- null |
+ $kendo-floating-label-focus-offset-y | +Number | +0 |
+ 0 |
Description
+ The text color of the Form fieldset. | Description
The vertical offset of the focused Floating Label. |
||||||
$kendo-fieldset-border | -Null | -null |
- null |
+ $kendo-floating-label-transition | +List | +.2s ease-out |
+ 0.2s ease-out |
Description
+ The border color of the Form fieldset. | Description
The transition of the Floating Label. |
||||||
$kendo-fieldset-legend-bg | +$kendo-floating-label-bg | Null | null |
null |
|||
Description
+ The background color of the Form legend. | Description
The background color of the Floating Label. |
||||||
$kendo-fieldset-legend-text | -Color | -if($kendo-enable-color-system, k-color( on-app-surface ), k-try-shade( $kendo-body-text, 2 )) |
- #373737 |
+ $kendo-floating-label-text | +Null | +null |
+ null |
Description
+ The text color of the Form legend. | Description
The text color of the Floating Label. |
||||||
$kendo-fieldset-legend-border | +$kendo-floating-label-focus-bg | Null | null |
null |
|||
Description
+ The border color of the Form legend. | Description
The background color of the focused Floating Label. |
||||||
$kendo-form-sizes | -Map | -(
- sm: (
- form-rows-spacing: $kendo-form-sm-rows-spacing
- ),
- md: (
- form-rows-spacing: $kendo-form-md-rows-spacing
- ),
- lg: (
- form-rows-spacing: $kendo-form-lg-rows-spacing
- )
-) |
- (sm: (form-rows-spacing: 10px), md: (form-rows-spacing: 14px), lg: (form-rows-spacing: 18px)) |
+ $kendo-floating-label-focus-text | +Null | +null |
+ null |
Description
+ The sizes map for the Form. | Description
The text color of the focused Floating Label. |
$kendo-grid-padding-x | +$kendo-form-spacer | Number | -$kendo-table-md-cell-padding-x |
- 12px |
+ $kendo-padding-md-x * 2 |
+ 16px |
|
Description
+ Horizontal padding of the grid. | Description
The padding of the inline Form. |
||||||
$kendo-grid-padding-y | +$kendo-form-font-size | Number | -$kendo-table-md-cell-padding-y |
- 8px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ Vertical padding of the grid. | Description
The font size of the Form. |
||||||
$kendo-grid-header-padding-x | +$kendo-form-line-height | Number | -$kendo-grid-padding-x |
- 12px |
+ $kendo-line-height-md |
+ 1.4285714286 |
|
Description
+ Horizontal padding of the grid header. | Description
The line height of the Form. |
||||||
$kendo-grid-header-padding-y | -Number | -$kendo-grid-padding-y |
- 8px |
+ $kendo-form-line-height-em | +Calculation | +calc( #{$kendo-form-line-height} * 1em ) |
+ calc(1.4285714286 * 1em) |
Description
+ Vertical padding of the grid header. | Description
The line height of the Form in em units. |
||||||
$kendo-grid-grouping-header-padding-x | +$kendo-form-sm-line-height | Number | -$kendo-grid-padding-y |
- 8px |
+ $kendo-line-height-sm |
+ 1.25 |
|
Description
+ Horizontal padding of the grid grouping header. | Description
The line height of the small Form. |
||||||
$kendo-grid-grouping-header-padding-y | +$kendo-form-lg-line-height | Number | -$kendo-grid-grouping-header-padding-x |
- 8px |
+ $kendo-line-height-lg |
+ 1.5 |
|
Description
+ Vertical padding of the grid grouping header. | Description
The line height of the large Form. |
||||||
$kendo-grid-cell-padding-x | -Number | -$kendo-grid-padding-x |
- 12px |
+ $kendo-form-fieldset-margin | +List | +2em 0 0 |
+ 2em 0 0 |
Description
+ Horizontal padding of the grid cell. | Description
The margin of the Form fieldset. |
||||||
$kendo-grid-cell-padding-y | +$kendo-form-fieldset-padding | Number | -$kendo-grid-padding-y |
- 8px |
+ 0px |
+ 0px |
|
Description
+ Vertical padding of the grid cell. | Description
The padding of the Form fieldset. |
||||||
$kendo-grid-filter-cell-padding-x | -Number | -$kendo-grid-padding-y |
- 8px |
+ $kendo-form-legend-margin | +List | +0 0 1em |
+ 0 0 1em |
Description
+ Horizontal padding of the grid filter cell. | Description
The margin of the Form legend. |
||||||
$kendo-grid-filter-cell-padding-y | +$kendo-form-legend-padding | Number | -$kendo-grid-filter-cell-padding-x |
- 8px |
+ 0px |
+ 0px |
|
Description
+ Vertical padding of the grid filter cell. | Description
The padding of the Form legend. |
||||||
$kendo-grid-edit-cell-padding-x | -Number | -$kendo-grid-cell-padding-x |
- 12px |
-||||
Description
+ Horizontal padding of the grid edit cell. | $kendo-form-legend-border-width | +List | +0 0 2px |
+ 0 0 2px |
+|||
Description
The border width of the Form legend. |
|||||||
$kendo-grid-edit-cell-padding-y | -Number | -3px |
- 3px |
+ $kendo-form-legend-border-style | +String | +solid |
+ solid |
Description
+ Vertical padding of the grid filter cell. | Description
The border style of the Form legend. |
||||||
$kendo-grid-bg | +$kendo-form-legend-border-color | Color | -$kendo-table-bg |
- #ffffff |
+ $kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ Background color of the grid component | Description
The border color of the Form legend. |
||||||
$kendo-grid-text | -Color | -$kendo-table-text |
- #424242 |
+ $kendo-form-legend-width | +Number | +100% |
+ 100% |
Description
+ Text color of the grid component | Description
The width of the Form legend. |
||||||
$kendo-grid-border | -Color | -$kendo-table-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-form-legend-font-size | +Number | +14px |
+ 14px |
Description
+ Border color of the grid component | Description
The font size of the Form legend. |
||||||
$kendo-grid-header-bg | -Color | -$kendo-table-header-bg |
- #fafafa |
+ $kendo-form-legend-text-transform | +String | +uppercase |
+ uppercase |
Description
+ Background color of grid header | Description
The text capitalization of the Form legend. |
||||||
$kendo-grid-header-text | -Color | -$kendo-table-header-text |
- #424242 |
+ $kendo-form-label-margin-bottom | +Number | +0px |
+ 0px |
Description
+ Text color of grid header | Description
The bottom margin of the Form label. |
||||||
$kendo-grid-header-border | -Color | -$kendo-table-header-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-form-button-margin-x | +Number | +8px |
+ 8px |
Description
+ Border color of grid header | Description
The horizontal margin of the Form buttons. |
||||||
$kendo-grid-header-gradient | -Null | -$kendo-table-header-gradient |
- null |
+ $kendo-form-hint-font-size | +Number | +12px |
+ 12px |
Description
+ Background gradient of grid header | Description
The font size of the Form hint. |
||||||
$kendo-grid-footer-bg | -Color | -$kendo-grid-header-bg |
- #fafafa |
+ $kendo-form-hint-font-style | +String | +italic |
+ italic |
Description
+ Background color of grid footer | Description
The font style of the Form hint. |
||||||
$kendo-grid-footer-text | -Color | -$kendo-grid-header-text |
- #424242 |
+ $kendo-form-hint-margin-top | +Number | +4px |
+ 4px |
Description
+ Text color of grid footer | Description
The top margin of the Form hint. |
||||||
$kendo-grid-footer-border | -Color | -$kendo-grid-header-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-form-sm-rows-spacing | +Number | +k-map-get( $kendo-spacing, 2.5 ) |
+ 10px |
Description
+ Border color of grid footer | Description
The row spacing of the small Form. |
||||||
$kendo-grid-alt-bg | -Color | -$kendo-table-alt-row-bg |
- rgba(0, 0, 0, 0.04) |
+ $kendo-form-md-rows-spacing | +Number | +k-map-get( $kendo-spacing, 3.5 ) |
+ 14px |
Description
+ Background color of alternating rows in grid | Description
The row spacing of the medium Form. |
||||||
$kendo-grid-alt-text | -Null | -$kendo-table-alt-row-text |
- null |
+ $kendo-form-lg-rows-spacing | +Number | +k-map-get( $kendo-spacing, 4.5 ) |
+ 18px |
Description
+ Text color of alternating rows in grid | Description
The row spacing of the large Form. |
||||||
$kendo-grid-alt-border | -Null | -$kendo-table-alt-row-border |
- null |
+ $kendo-form-separator-margin | +List | +$kendo-form-md-rows-spacing 0 0 |
+ 14px 0 0 |
Description
+ Border color of alternating rows in grid | Description
The margin of the Form separator. |
||||||
$kendo-grid-hover-bg | +$kendo-form-separator-border-color | Color | -$kendo-table-hover-bg |
- #ededed |
+ $kendo-form-legend-border-color |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ Background color of hovered rows in grid | Description
The border color of the Form separator. |
||||||
$kendo-grid-hover-text | -Null | -$kendo-table-hover-text |
- null |
+ $kendo-horizontal-form-label-padding-top | +Number | +5px |
+ 5px |
Description
+ Text color of hovered rows in grid | Description
The top padding of the label in the horizontal Form. |
||||||
$kendo-grid-hover-border | -Null | -$kendo-table-hover-border |
- null |
+ $kendo-horizontal-form-label-margin-x | +Number | +10px |
+ 10px |
Description
+ Border color of hovered rows in grid | Description
The horizontal margin of the label in the horizontal Form. |
||||||
$kendo-grid-selected-bg | -Color | -$kendo-table-selected-bg |
- rgba(255, 99, 88, 0.25) |
+ $kendo-horizontal-form-label-width | +Number | +25% |
+ 25% |
Description
+ Background color of selected rows in grid | Description
The width of the label in the horizontal Form. |
||||||
$kendo-grid-selected-text | -Null | -$kendo-table-selected-text |
- null |
+ $kendo-horizontal-form-label-align | +String | +flex-end |
+ flex-end |
Description
+ Text color of selected rows in grid | Description
The horizontal alignment of the label in the horizontal Form. |
||||||
$kendo-grid-selected-border | -Null | -$kendo-table-selected-border |
- null |
+ $kendo-horizontal-form-field-wrap-max-width | +Calculation | +calc( ( 100% - #{$kendo-horizontal-form-label-width} ) - #{$kendo-horizontal-form-label-margin-x} ) |
+ calc(100% - 25% - 10px) |
Description
+ Border color of selected rows in grid | Description
The maximum width of the field wrap in the horizontal Form. |
||||||
$kendo-grid-selection-aggregates-bg | -Color | -$kendo-grid-header-bg |
- #fafafa |
+ $kendo-inline-form-element-width | +Number | +25% |
+ 25% |
Description
+ Background color of the selection aggregates container | Description
The width of the inline Form element. |
||||||
$kendo-grid-selection-aggregates-text | +$kendo-forms-invalid-color | Color | -$kendo-grid-text |
- #424242 |
+ $kendo-color-error |
+ #f31700 |
|
Description
+ Text color of the selection aggregates container | Description
The invalid text color of the Form. |
||||||
$kendo-grid-selection-aggregates-border | -Color | -$kendo-grid-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-label-optional-margin-x | +Number | +6px |
+ 6px |
Description
+ Border color of the selection aggregates container | Description
The horizontal margin of the optional label in the Form. |
||||||
$kendo-grid-selection-aggregates-border-width | +$kendo-label-optional-font-size | Number | -$kendo-grid-border-width |
- 1px |
+ 12px |
+ 12px |
|
Description
+ Border width of the selection aggregates container | Description
The font size of the optional label in the Form. |
||||||
$kendo-grid-selection-aggregates-spacing | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-label-optional-font-style | +String | +italic |
+ italic |
Description
+ Spacing between the selection aggregates items | Description
The font style of the optional label in the Form. |
||||||
$kendo-grid-selection-aggregates-line-height | +$kendo-fieldset-margin | Number | -$kendo-grid-line-height |
- 1.4285714286 |
+ 30px |
+ 30px |
|
Description
+ Line height of the selection aggregates container | Description
The margin of the Form fieldset. |
||||||
$kendo-grid-selection-aggregates-font-weight | +$kendo-fieldset-font-size | Number | -$kendo-font-weight-bold |
- 700 |
+ $kendo-h4-font-size |
+ 22px |
|
Description
+ Font weight of the selection aggregates container | Description
The font size of the Form fieldset. |
||||||
$kendo-grid-row-resizer-hover-bg | -Color | -if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 )) |
- rgba(0, 0, 0, 0.12) |
+ $kendo-fieldset-bg | +Null | +null |
+ null |
Description
+ Background color of the grid row resize indicator | Description
The background color of the Form fieldset. |
||||||
$kendo-grid-row-resizer-active-bg | +$kendo-fieldset-text | +Null | +null |
+ null |
+|||
Description
+ The text color of the Form fieldset. |
+|||||||
$kendo-fieldset-border | +Null | +null |
+ null |
+||||
Description
+ The border color of the Form fieldset. |
+|||||||
$kendo-fieldset-legend-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the Form legend. |
+|||||||
$kendo-fieldset-legend-text | Color | -$kendo-color-primary |
- #ff6358 |
+ if($kendo-enable-color-system, k-color( on-app-surface ), k-try-shade( $kendo-body-text, 2 )) |
+ #373737 |
||
Description
+ Active background color of the grid row resize indicator | Description
The text color of the Form legend. |
||||||
$kendo-grid-row-resizer-height | -Number | -k-map-get( $kendo-spacing, .5 ) |
- 2px |
+ $kendo-fieldset-legend-border | +Null | +null |
+ null |
Description
+ Height of the grid row resize indicator | Description
+ The border color of the Form legend. |
+||||||
$kendo-form-sizes | +Map | +(
+ sm: (
+ form-rows-spacing: $kendo-form-sm-rows-spacing
+ ),
+ md: (
+ form-rows-spacing: $kendo-form-md-rows-spacing
+ ),
+ lg: (
+ form-rows-spacing: $kendo-form-lg-rows-spacing
+ )
+) |
+ (sm: (form-rows-spacing: 10px), md: (form-rows-spacing: 14px), lg: (form-rows-spacing: 18px)) |
+||||
Description
The sizes map for the Form. |
$kendo-input-default-width | +$kendo-grid-padding-x | Number | -100% |
- 100% |
+ $kendo-table-md-cell-padding-x |
+ 12px |
|
Description
+ The default width of the Input components. | Description
Horizontal padding of the grid. |
||||||
$kendo-input-border-width | +$kendo-grid-padding-y | Number | -1px |
- 1px |
+ $kendo-table-md-cell-padding-y |
+ 8px |
|
Description
+ The border width of the Input components. | Description
Vertical padding of the grid. |
||||||
$kendo-input-border-radius | -Null | -null |
- null |
+ $kendo-grid-header-padding-x | +Number | +$kendo-grid-padding-x |
+ 12px |
Description
+ The border radius of the Input components. | Description
Horizontal padding of the grid header. |
||||||
$kendo-input-padding-x | +$kendo-grid-header-padding-y | Number | -k-map-get( $kendo-spacing, 2 ) |
+ $kendo-grid-padding-y |
8px |
||
Description
+ The horizontal padding of the Input components. | Description
Vertical padding of the grid header. |
||||||
$kendo-input-sm-padding-x | +$kendo-grid-grouping-header-padding-x | Number | -k-map-get( $kendo-spacing, 2 ) |
+ $kendo-grid-padding-y |
8px |
||
Description
+ The horizontal padding of the small Input components. | Description
Horizontal padding of the grid grouping header. |
||||||
$kendo-input-md-padding-x | +$kendo-grid-grouping-header-padding-y | Number | -$kendo-input-padding-x |
+ $kendo-grid-grouping-header-padding-x |
8px |
||
Description
+ The horizontal padding of the medium Input components. | Description
Vertical padding of the grid grouping header. |
||||||
$kendo-input-lg-padding-x | +$kendo-grid-cell-padding-x | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-grid-padding-x |
+ 12px |
|
Description
+ The horizontal padding of the large Input components. | Description
Horizontal padding of the grid cell. |
||||||
$kendo-input-padding-y | +$kendo-grid-cell-padding-y | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-grid-padding-y |
+ 8px |
|
Description
+ The vertical padding of the Input components. | Description
Vertical padding of the grid cell. |
||||||
$kendo-input-sm-padding-y | +$kendo-grid-filter-cell-padding-x | Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 2px |
+ $kendo-grid-padding-y |
+ 8px |
|
Description
+ The vertical padding of the small Input components. | Description
Horizontal padding of the grid filter cell. |
||||||
$kendo-input-md-padding-y | +$kendo-grid-filter-cell-padding-y | Number | -$kendo-input-padding-y |
- 4px |
+ $kendo-grid-filter-cell-padding-x |
+ 8px |
|
Description
+ The vertical padding of the medium Input components. | Description
Vertical padding of the grid filter cell. |
||||||
$kendo-input-lg-padding-y | +$kendo-grid-edit-cell-padding-x | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-grid-cell-padding-x |
+ 12px |
|
Description
+ The vertical padding of the large Input components. | Description
Horizontal padding of the grid edit cell. |
||||||
$kendo-input-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-grid-edit-cell-padding-y | +Number | +3px |
+ 3px |
Description
+ The font family of the Input components. | Description
Vertical padding of the grid filter cell. |
||||||
$kendo-input-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-grid-bg | +Color | +$kendo-table-bg |
+ #ffffff |
Description
+ The font size of the Input components. | Description
Background color of the grid component |
||||||
$kendo-input-sm-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-grid-text | +Color | +$kendo-table-text |
+ #424242 |
Description
+ The font size of the small Input components. | Description
Text color of the grid component |
||||||
$kendo-input-md-font-size | -Number | -$kendo-input-font-size |
- 14px |
+ $kendo-grid-border | +Color | +$kendo-table-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The font size of the medium Input components. | Description
Border color of the grid component |
||||||
$kendo-input-lg-font-size | -Number | -$kendo-font-size-lg |
- 16px |
+ $kendo-grid-header-bg | +Color | +$kendo-table-header-bg |
+ #fafafa |
Description
+ The font size of the large Input components. | Description
Background color of grid header |
||||||
$kendo-input-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-grid-header-text | +Color | +$kendo-table-header-text |
+ #424242 |
Description
+ The line height of the Input components. | Description
Text color of grid header |
||||||
$kendo-input-sm-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-grid-header-border | +Color | +$kendo-table-header-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The line height of the small Input components. | Description
Border color of grid header |
||||||
$kendo-input-md-line-height | -Number | -$kendo-input-line-height |
- 1.4285714286 |
+ $kendo-grid-header-gradient | +Null | +$kendo-table-header-gradient |
+ null |
Description
+ The line height of the medium Input components. | Description
Background gradient of grid header |
||||||
$kendo-input-lg-line-height | -Number | -$kendo-line-height-lg |
- 1.5 |
-||||
Description
- The line height of the large Input components. |
-|||||||
$kendo-input-sizes | -Map | -(
- sm: (
- padding-x: $kendo-input-sm-padding-x,
- padding-y: $kendo-input-sm-padding-y,
- font-size: $kendo-input-sm-font-size,
- line-height: $kendo-input-sm-line-height,
- button-padding-x: $kendo-input-sm-padding-y,
- button-padding-y: $kendo-input-sm-padding-y
- ),
- md: (
- padding-x: $kendo-input-md-padding-x,
- padding-y: $kendo-input-md-padding-y,
- font-size: $kendo-input-md-font-size,
- line-height: $kendo-input-md-line-height,
- button-padding-x: $kendo-input-md-padding-y,
- button-padding-y: $kendo-input-md-padding-y
- ),
- lg: (
- padding-x: $kendo-input-lg-padding-x,
- padding-y: $kendo-input-lg-padding-y,
- font-size: $kendo-input-lg-font-size,
- line-height: $kendo-input-lg-line-height,
- button-padding-x: $kendo-input-lg-padding-y,
- button-padding-y: $kendo-input-lg-padding-y
- )
-) |
- (sm: (padding-x: 8px, padding-y: 2px, font-size: 14px, line-height: 1.4285714286, button-padding-x: 2px, button-padding-y: 2px), md: (padding-x: 8px, padding-y: 4px, font-size: 14px, line-height: 1.4285714286, button-padding-x: 4px, button-padding-y: 4px), lg: (padding-x: 8px, padding-y: 8px, font-size: 16px, line-height: 1.5, button-padding-x: 8px, button-padding-y: 8px)) |
-||||
Description
- The sizes map for the Input components. |
-|||||||
$kendo-input-bg | +$kendo-grid-footer-bg | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-grid-header-bg |
+ #fafafa |
|
Description
+ The background color of the Input components. | Description
Background color of grid footer |
||||||
$kendo-input-text | +$kendo-grid-footer-text | Color | -$kendo-component-text |
+ $kendo-grid-header-text |
#424242 |
||
Description
+ The text color of the Input components. | Description
Text color of grid footer |
||||||
$kendo-input-border | +$kendo-grid-footer-border | Color | -$kendo-component-border |
+ $kendo-grid-header-border |
rgba(0, 0, 0, 0.08) |
||
Description
+ The border color of the Input components. | Description
Border color of grid footer |
||||||
$kendo-input-shadow | -Null | -null |
- null |
+ $kendo-grid-alt-bg | +Color | +$kendo-table-alt-row-bg |
+ rgba(0, 0, 0, 0.04) |
Description
+ The shadow of the Input components. | Description
Background color of alternating rows in grid |
||||||
$kendo-input-hover-bg | +$kendo-grid-alt-text | Null | -null |
+ $kendo-table-alt-row-text |
null |
||
Description
+ The background color of the hovered Input components. | Description
Text color of alternating rows in grid |
||||||
$kendo-input-hover-text | +$kendo-grid-alt-border | Null | -null |
+ $kendo-table-alt-row-border |
null |
||
Description
+ The text color of the hovered Input components. | Description
Border color of alternating rows in grid |
||||||
$kendo-input-hover-border | +$kendo-grid-hover-bg | Color | -if($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-input-border, .16 )) |
- rgba(0, 0, 0, 0.16) |
-|||
Description
- The border color of the hovered Input components. |
-|||||||
$kendo-input-hover-shadow | -Null | -null |
- null |
+ $kendo-table-hover-bg |
+ #ededed |
||
Description
+ The shadow of the hovered Input components. | Description
Background color of hovered rows in grid |
||||||
$kendo-input-focus-bg | +$kendo-grid-hover-text | Null | -null |
+ $kendo-table-hover-text |
null |
||
Description
+ The background color of the focused Input components. | Description
Text color of hovered rows in grid |
||||||
$kendo-input-focus-text | +$kendo-grid-hover-border | Null | -null |
+ $kendo-table-hover-border |
null |
||
Description
+ The text color of the focused Input components. | Description
Border color of hovered rows in grid |
||||||
$kendo-input-focus-border | +$kendo-grid-selected-bg | Color | -$kendo-input-hover-border |
- rgba(0, 0, 0, 0.16) |
-|||
Description
- The border color of the focused Input components. |
-|||||||
$kendo-input-focus-shadow | -List | -0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( $kendo-input-focus-border, .08 )) |
- 0 0 0 2px rgba(0, 0, 0, 0.08) |
+ $kendo-table-selected-bg |
+ rgba(255, 99, 88, 0.25) |
||
Description
+ The shadow of the focused Input components. | Description
Background color of selected rows in grid |
||||||
$kendo-input-selected-bg | +$kendo-grid-selected-text | Null | -null |
+ $kendo-table-selected-text |
null |
||
Description
+ The background color of the selected Input components. | Description
Text color of selected rows in grid |
||||||
$kendo-input-selected-text | +$kendo-grid-selected-border | Null | -null |
+ $kendo-table-selected-border |
null |
||
Description
+ The text color of the selected Input components. | Description
Border color of selected rows in grid |
||||||
$kendo-input-disabled-bg | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-bg | +Color | +$kendo-grid-header-bg |
+ #fafafa |
Description
+ The background color of the disabled Input components. | Description
Background color of the selection aggregates container |
||||||
$kendo-input-disabled-text | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-text | +Color | +$kendo-grid-text |
+ #424242 |
Description
+ The text color of the disabled Input components. | Description
Text color of the selection aggregates container |
||||||
$kendo-input-disabled-border | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-border | +Color | +$kendo-grid-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The border color of the disabled Input components. | Description
Border color of the selection aggregates container |
||||||
$kendo-input-disabled-gradient | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-border-width | +Number | +$kendo-grid-border-width |
+ 1px |
Description
+ The gradient of the disabled Input components. | Description
Border width of the selection aggregates container |
||||||
$kendo-input-disabled-shadow | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-spacing | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The shadow of the disabled Input components. | Description
Spacing between the selection aggregates items |
||||||
$kendo-input-outline-bg | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-line-height | +Number | +$kendo-grid-line-height |
+ 1.4285714286 |
Description
+ The background color of the outline Input components. | Description
Line height of the selection aggregates container |
||||||
$kendo-input-outline-text | -Color | -$kendo-input-text |
- #424242 |
+ $kendo-grid-selection-aggregates-font-weight | +Number | +$kendo-font-weight-bold |
+ 700 |
Description
+ The text color of the outline Input components. | Description
Font weight of the selection aggregates container |
||||||
$kendo-input-outline-border | +$kendo-grid-row-resizer-hover-bg | Color | -if($kendo-enable-color-system, rgba( k-color( on-base, true ), .5 ), rgba( $kendo-button-text, .5)) |
- rgba(66, 66, 66, 0.5) |
-|||
Description
- The border color of the outline Input components. |
-|||||||
$kendo-input-outline-hover-bg | -Null | -null |
- null |
+ if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .12 )) |
+ rgba(0, 0, 0, 0.12) |
||
Description
+ The background color of the outline hovered Input components. | Description
Background color of the grid row resize indicator |
||||||
$kendo-input-outline-hover-text | -Null | -null |
- null |
+ $kendo-grid-row-resizer-active-bg | +Color | +$kendo-color-primary |
+ #ff6358 |
Description
+ The text color of the outline hovered Input components. | Description
Active background color of the grid row resize indicator |
||||||
$kendo-input-outline-hover-border | -Color | -if($kendo-enable-color-system, rgba( k-color( on-base, true ), .8 ), rgba( $kendo-button-text, .8)) |
- rgba(66, 66, 66, 0.8) |
+ $kendo-grid-row-resizer-height | +Number | +k-map-get( $kendo-spacing, .5 ) |
+ 2px |
Description
+ The border color of the outline hovered Input components. | Description
Height of the grid row resize indicator |
||||||
$kendo-input-outline-focus-bg | -Null | -null |
- null |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-input-default-width | +Number | +100% |
+ 100% |
||||
Description
+ The background color of the outline focused Input components. | Description
The default width of the Input components. |
||||||
$kendo-input-outline-focus-text | -Null | -null |
- null |
+ $kendo-input-border-width | +Number | +1px |
+ 1px |
Description
+ The text color of the outline focused Input components. | Description
The border width of the Input components. |
||||||
$kendo-input-outline-focus-border | +$kendo-input-border-radius | Null | null |
null |
|||
Description
+ The border color of the outline focused Input components. | Description
The border radius of the Input components. |
||||||
$kendo-input-outline-focus-shadow | -List | -$kendo-input-focus-shadow |
- 0 0 0 2px rgba(0, 0, 0, 0.08) |
+ $kendo-input-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The shadow of the outline focused Input components. | Description
The horizontal padding of the Input components. |
||||||
$kendo-input-flat-bg | -Null | -null |
- null |
+ $kendo-input-sm-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The background color of the flat Input components. | Description
The horizontal padding of the small Input components. |
||||||
$kendo-input-flat-text | -Color | -$kendo-input-text |
- #424242 |
+ $kendo-input-md-padding-x | +Number | +$kendo-input-padding-x |
+ 8px |
Description
+ The text color of the flat Input components. | Description
The horizontal padding of the medium Input components. |
||||||
$kendo-input-flat-border | -Color | -$kendo-input-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-input-lg-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The border color of the flat Input components. | Description
The horizontal padding of the large Input components. |
||||||
$kendo-input-flat-hover-bg | -Null | -null |
- null |
+ $kendo-input-padding-y | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The background color of the flat hovered Input components. | Description
The vertical padding of the Input components. |
||||||
$kendo-input-flat-hover-text | -Null | -null |
- null |
+ $kendo-input-sm-padding-y | +Number | +k-map-get( $kendo-spacing, 0.5 ) |
+ 2px |
Description
+ The text color of the flat hovered Input components. | Description
The vertical padding of the small Input components. |
||||||
$kendo-input-flat-hover-border | -Color | -$kendo-input-hover-border |
- rgba(0, 0, 0, 0.16) |
+ $kendo-input-md-padding-y | +Number | +$kendo-input-padding-y |
+ 4px |
Description
+ The border color of the flat hovered Input components. | Description
The vertical padding of the medium Input components. |
||||||
$kendo-input-flat-focus-bg | -Null | -null |
- null |
+ $kendo-input-lg-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The background color of the flat focused Input components. | Description
The vertical padding of the large Input components. |
||||||
$kendo-input-flat-focus-text | -Null | -null |
- null |
+ $kendo-input-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The text color of the flat focused Input components. | Description
The font family of the Input components. |
||||||
$kendo-input-flat-focus-border | -Null | -null |
- null |
+ $kendo-input-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The border color of the flat focused Input components. | Description
The font size of the Input components. |
||||||
$kendo-input-flat-focus-shadow | -List | -$kendo-input-focus-shadow |
- 0 0 0 2px rgba(0, 0, 0, 0.08) |
+ $kendo-input-sm-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The shadow of the flat focused Input components. | Description
The font size of the small Input components. |
||||||
$kendo-input-placeholder-text | -Color | -$kendo-subtle-text |
- #666666 |
+ $kendo-input-md-font-size | +Number | +$kendo-input-font-size |
+ 14px |
Description
+ The text color of the Input placeholder. | Description
The font size of the medium Input components. |
||||||
$kendo-input-placeholder-opacity | +$kendo-input-lg-font-size | Number | -1 |
- 1 |
+ $kendo-font-size-lg |
+ 16px |
|
Description
+ The opacity of the Input placeholder. | Description
The font size of the large Input components. |
||||||
$kendo-input-clear-value-text | -Null | -null |
- null |
+ $kendo-input-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
Description
+ The color of the Input clear value icon. | Description
The line height of the Input components. |
||||||
$kendo-input-clear-value-opacity | +$kendo-input-sm-line-height | Number | -.5 |
- 0.5 |
+ $kendo-line-height-md |
+ 1.4285714286 |
|
Description
+ The opacity of the Input clear value icon. | Description
The line height of the small Input components. |
||||||
$kendo-input-clear-value-hover-text | -Null | -null |
- null |
+ $kendo-input-md-line-height | +Number | +$kendo-input-line-height |
+ 1.4285714286 |
Description
+ The color of the hovered Input clear value icon. | Description
The line height of the medium Input components. |
||||||
$kendo-input-clear-value-hover-opacity | +$kendo-input-lg-line-height | Number | -1 |
- 1 |
+ $kendo-line-height-lg |
+ 1.5 |
|
Description
+ The opacity of the hovered Input clear value icon. | Description
The line height of the large Input components. |
||||||
$kendo-input-values-margin-y | -Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 2px |
+ $kendo-input-sizes | +Map | +(
+ sm: (
+ padding-x: $kendo-input-sm-padding-x,
+ padding-y: $kendo-input-sm-padding-y,
+ font-size: $kendo-input-sm-font-size,
+ line-height: $kendo-input-sm-line-height,
+ button-padding-x: $kendo-input-sm-padding-y,
+ button-padding-y: $kendo-input-sm-padding-y
+ ),
+ md: (
+ padding-x: $kendo-input-md-padding-x,
+ padding-y: $kendo-input-md-padding-y,
+ font-size: $kendo-input-md-font-size,
+ line-height: $kendo-input-md-line-height,
+ button-padding-x: $kendo-input-md-padding-y,
+ button-padding-y: $kendo-input-md-padding-y
+ ),
+ lg: (
+ padding-x: $kendo-input-lg-padding-x,
+ padding-y: $kendo-input-lg-padding-y,
+ font-size: $kendo-input-lg-font-size,
+ line-height: $kendo-input-lg-line-height,
+ button-padding-x: $kendo-input-lg-padding-y,
+ button-padding-y: $kendo-input-lg-padding-y
+ )
+) |
+ (sm: (padding-x: 8px, padding-y: 2px, font-size: 14px, line-height: 1.4285714286, button-padding-x: 2px, button-padding-y: 2px), md: (padding-x: 8px, padding-y: 4px, font-size: 14px, line-height: 1.4285714286, button-padding-x: 4px, button-padding-y: 4px), lg: (padding-x: 8px, padding-y: 8px, font-size: 16px, line-height: 1.5, button-padding-x: 8px, button-padding-y: 8px)) |
Description
+ The vertical margin of the clear value icon. | Description
The sizes map for the Input components. |
||||||
$kendo-input-values-margin-x | -Number | -$kendo-input-values-margin-y |
- 2px |
+ $kendo-input-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The horizontal margin of the clear value icon. | Description
The background color of the Input components. |
||||||
$kendo-input-button-width | -Calculation | -$kendo-button-inner-calc-size |
- calc(1.4285714286em + 8px) |
-||||
Description
- The width of the Input button. |
-|||||||
$kendo-input-button-border-width | -Number | -1px |
- 1px |
+ $kendo-input-text | +Color | +$kendo-component-text |
+ #424242 |
Description
+ The border width of the Input button. | Description
The text color of the Input components. |
||||||
$kendo-input-spinner-width | -Calculation | -$kendo-button-inner-calc-size |
- calc(1.4285714286em + 8px) |
+ $kendo-input-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The width of the Input spinner button. | Description
The border color of the Input components. |
||||||
$kendo-input-spinner-icon-offset | +$kendo-input-shadow | Null | null |
null |
|||
Description
+ The icon offset of the Input spinner button. | Description
The shadow of the Input components. |
||||||
$kendo-input-separator-text | -Color | -$kendo-input-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-input-hover-bg | +Null | +null |
+ null |
Description
+ The color of the Input separator. | Description
The background color of the hovered Input components. |
||||||
$kendo-input-separator-opacity | -Number | -.5 |
- 0.5 |
+ $kendo-input-hover-text | +Null | +null |
+ null |
Description
+ The opacity of the Input separator. | Description
The text color of the hovered Input components. |
||||||
$kendo-input-prefix-text | +$kendo-input-hover-border | Color | -$kendo-subtle-text |
- #666666 |
+ if($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-input-border, .16 )) |
+ rgba(0, 0, 0, 0.16) |
|
Description
+ The text color of the Input prefix. | Description
The border color of the hovered Input components. |
||||||
$kendo-input-suffix-text | -Color | -$kendo-subtle-text |
- #666666 |
+ $kendo-input-hover-shadow | +Null | +null |
+ null |
Description
+ The text color of the Input suffix. | Description
The shadow of the hovered Input components. |
||||||
$kendo-input-prefix-text | -Color | -$kendo-subtle-text |
- #666666 |
+ $kendo-input-focus-bg | +Null | +null |
+ null |
Description
+ The text color of the Input prefix. | Description
The background color of the focused Input components. |
||||||
$kendo-input-suffix-text | -Color | -$kendo-subtle-text |
- #666666 |
+ $kendo-input-focus-text | +Null | +null |
+ null |
Description
+ The text color of the Input suffix. | Description
The text color of the focused Input components. |
||||||
$kendo-input-invalid-border | +$kendo-input-focus-border | Color | -$kendo-invalid-border |
- #f31700 |
+ $kendo-input-hover-border |
+ rgba(0, 0, 0, 0.16) |
|
Description
+ The border color of the invalid Input components. | Description
The border color of the focused Input components. |
||||||
$kendo-input-invalid-shadow | -Null | -$kendo-invalid-shadow |
- null |
+ $kendo-input-focus-shadow | +List | +0 0 0 2px if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( $kendo-input-focus-border, .08 )) |
+ 0 0 0 2px rgba(0, 0, 0, 0.08) |
Description
+ The shadow of the invalid Input components. | Description
The shadow of the focused Input components. |
||||||
$kendo-input-valid-border | -Color | -$kendo-valid-border |
- #37b400 |
+ $kendo-input-selected-bg | +Null | +null |
+ null |
Description
+ The border color of the valid Input components. | Description
The background color of the selected Input components. |
||||||
$kendo-input-valid-shadow | +$kendo-input-selected-text | Null | -$kendo-valid-shadow |
+ null |
null |
||
Description
- The shadow of the valid Input components. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-list-font-family | -String | -$kendo-font-family |
- inherit |
-||||
Description
+ The font family of the List components. | Description
The text color of the selected Input components. |
||||||
$kendo-list-font-size | +$kendo-input-disabled-bg | Null | null |
null |
|||
Description
+ The font size of the List component, if no size is set. | Description
The background color of the disabled Input components. |
||||||
$kendo-list-line-height | +$kendo-input-disabled-text | Null | null |
null |
|||
Description
+ The line height of the List component, if no size is set. | Description
The text color of the disabled Input components. |
||||||
$kendo-list-header-padding-x | +$kendo-input-disabled-border | Null | null |
null |
|||
Description
+ The horizontal padding of the List header, if no size is set. | Description
The border color of the disabled Input components. |
||||||
$kendo-list-header-padding-y | +$kendo-input-disabled-gradient | Null | null |
null |
|||
Description
+ The vertical padding of the List header, if no size is set. | Description
The gradient of the disabled Input components. |
||||||
$kendo-list-header-border-width | -List | -0 0 1px |
- 0 0 1px |
+ $kendo-input-disabled-shadow | +Null | +null |
+ null |
Description
+ The border width of the List header. | Description
The shadow of the disabled Input components. |
||||||
$kendo-list-header-font-size | +$kendo-input-outline-bg | Null | null |
null |
|||
Description
+ The font size of the List header, if no size is set. | Description
The background color of the outline Input components. |
||||||
$kendo-list-header-line-height | -Null | -null |
- null |
+ $kendo-input-outline-text | +Color | +$kendo-input-text |
+ #424242 |
Description
+ The line height of the List header, if no size is set. | Description
The text color of the outline Input components. |
||||||
$kendo-list-header-font-weight | -Number | -$kendo-font-weight-bold |
- 700 |
+ $kendo-input-outline-border | +Color | +if($kendo-enable-color-system, rgba( k-color( on-base, true ), .5 ), rgba( $kendo-button-text, .5)) |
+ rgba(66, 66, 66, 0.5) |
Description
+ The font weight of the List header. | Description
The border color of the outline Input components. |
||||||
$kendo-list-item-padding-x | +$kendo-input-outline-hover-bg | Null | null |
null |
|||
Description
+ The horizontal padding of the List items, when no size is set. | Description
The background color of the outline hovered Input components. |
||||||
$kendo-list-item-padding-y | +$kendo-input-outline-hover-text | Null | null |
null |
|||
Description
+ The vertical padding of the List items, when no size is set. | Description
The text color of the outline hovered Input components. |
||||||
$kendo-list-item-font-size | -Null | -null |
- null |
+ $kendo-input-outline-hover-border | +Color | +if($kendo-enable-color-system, rgba( k-color( on-base, true ), .8 ), rgba( $kendo-button-text, .8)) |
+ rgba(66, 66, 66, 0.8) |
Description
+ The font size of the List items, if no size is set. | Description
The border color of the outline hovered Input components. |
||||||
$kendo-list-item-line-height | +$kendo-input-outline-focus-bg | Null | null |
null |
|||
Description
+ The line height of the List items, if no size is set. | Description
The background color of the outline focused Input components. |
||||||
$kendo-list-group-item-padding-x | +$kendo-input-outline-focus-text | Null | null |
null |
|||
Description
+ The horizontal padding of the List group items, when no size is set. | Description
The text color of the outline focused Input components. |
||||||
$kendo-list-group-item-padding-y | +$kendo-input-outline-focus-border | Null | null |
null |
|||
Description
+ The vertical padding of the List group items, when no size is set. | Description
The border color of the outline focused Input components. |
||||||
$kendo-list-group-item-border-width | +$kendo-input-outline-focus-shadow | List | -1px 0 0 |
- 1px 0 0 |
+ $kendo-input-focus-shadow |
+ 0 0 0 2px rgba(0, 0, 0, 0.08) |
|
Description
+ The border width of the List group items. | Description
The shadow of the outline focused Input components. |
||||||
$kendo-list-group-item-font-size | +$kendo-input-flat-bg | Null | null |
null |
|||
Description
+ The font size of the List group items, if no size is set. | Description
The background color of the flat Input components. |
||||||
$kendo-list-group-item-line-height | -Null | -null |
- null |
+ $kendo-input-flat-text | +Color | +$kendo-input-text |
+ #424242 |
Description
+ The line height of the List group items, if no size is set. | Description
The text color of the flat Input components. |
||||||
$kendo-list-group-item-font-weight | -Number | -$kendo-font-weight-bold |
- 700 |
+ $kendo-input-flat-border | +Color | +$kendo-input-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The font weight of a List group item. | Description
The border color of the flat Input components. |
||||||
$kendo-list-sizes | -Map | -(
- sm: (
- font-size: $kendo-list-sm-font-size,
- line-height: $kendo-list-sm-line-height,
- header-padding-x: $kendo-list-sm-header-padding-x,
- header-padding-y: $kendo-list-sm-header-padding-y,
- header-font-size: null,
- header-line-height: null,
- item-padding-x: $kendo-list-sm-item-padding-x,
- item-padding-y: $kendo-list-sm-item-padding-y,
- item-font-size: null,
- item-line-height: null,
- group-item-padding-x: $kendo-list-sm-group-item-padding-x,
- group-item-padding-y: $kendo-list-sm-group-item-padding-y,
- group-item-font-size: null,
- group-item-line-height: null
- ),
- md: (
- font-size: $kendo-list-md-font-size,
- line-height: $kendo-list-md-line-height,
- header-padding-x: $kendo-list-md-header-padding-x,
- header-padding-y: $kendo-list-md-header-padding-y,
- header-font-size: null,
- header-line-height: null,
- item-padding-x: $kendo-list-md-item-padding-x,
- item-padding-y: $kendo-list-md-item-padding-y,
- item-font-size: null,
- item-line-height: null,
- group-item-padding-x: $kendo-list-md-group-item-padding-x,
- group-item-padding-y: $kendo-list-md-group-item-padding-y,
- group-item-font-size: null,
- group-item-line-height: null
- ),
- lg: (
- font-size: $kendo-list-lg-font-size,
- line-height: $kendo-list-lg-line-height,
- header-padding-x: $kendo-list-lg-header-padding-x,
- header-padding-y: $kendo-list-lg-header-padding-y,
- header-font-size: null,
- header-line-height: null,
- item-padding-x: $kendo-list-lg-item-padding-x,
- item-padding-y: $kendo-list-lg-item-padding-y,
- item-font-size: null,
- item-line-height: null,
- group-item-padding-x: $kendo-list-lg-group-item-padding-x,
- group-item-padding-y: $kendo-list-lg-group-item-padding-y,
- group-item-font-size: null,
- group-item-line-height: null
- )
-) |
- (sm: (font-size: 14px, line-height: 1.4285714286, header-padding-x: 8px, header-padding-y: 2px, header-font-size: null, header-line-height: null, item-padding-x: 8px, item-padding-y: 2px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 2px, group-item-font-size: null, group-item-line-height: null), md: (font-size: 14px, line-height: 1.4285714286, header-padding-x: 8px, header-padding-y: 4px, header-font-size: null, header-line-height: null, item-padding-x: 8px, item-padding-y: 4px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 4px, group-item-font-size: null, group-item-line-height: null), lg: (font-size: 16px, line-height: 1.5, header-padding-x: 8px, header-padding-y: 6px, header-font-size: null, header-line-height: null, item-padding-x: 8px, item-padding-y: 8px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 6px, group-item-font-size: null, group-item-line-height: null)) |
+ $kendo-input-flat-hover-bg | +Null | +null |
+ null |
Description
+ The map with the sizes of the List. | Description
The background color of the flat hovered Input components. |
||||||
$kendo-list-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-input-flat-hover-text | +Null | +null |
+ null |
Description
+ The background color of the List component. | Description
The text color of the flat hovered Input components. |
||||||
$kendo-list-text | +$kendo-input-flat-hover-border | Color | -$kendo-component-text |
- #424242 |
+ $kendo-input-hover-border |
+ rgba(0, 0, 0, 0.16) |
|
Description
+ The text color of the List component. | Description
The border color of the flat hovered Input components. |
||||||
$kendo-list-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-input-flat-focus-bg | +Null | +null |
+ null |
Description
+ The border color of the List component. | Description
The background color of the flat focused Input components. |
||||||
$kendo-list-header-bg | +$kendo-input-flat-focus-text | Null | null |
null |
|||
Description
+ The background color of the List header. | Description
The text color of the flat focused Input components. |
||||||
$kendo-list-header-text | +$kendo-input-flat-focus-border | Null | null |
null |
|||
Description
+ The text color of the List header. | Description
The border color of the flat focused Input components. |
||||||
$kendo-list-header-border | -String | -inherit |
- inherit |
+ $kendo-input-flat-focus-shadow | +List | +$kendo-input-focus-shadow |
+ 0 0 0 2px rgba(0, 0, 0, 0.08) |
Description
+ The border color of the List header. | Description
The shadow of the flat focused Input components. |
||||||
$kendo-list-header-shadow | -String | -k-elevation(2) |
- var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-input-placeholder-text | +Color | +$kendo-subtle-text |
+ #666666 |
Description
+ The box shadow of the List header. | Description
The text color of the Input placeholder. |
||||||
$kendo-list-item-bg | -Null | -null |
- null |
+ $kendo-input-placeholder-opacity | +Number | +1 |
+ 1 |
Description
+ The background color of the List items. | Description
The opacity of the Input placeholder. |
||||||
$kendo-list-item-text | +$kendo-input-clear-value-text | Null | null |
null |
|||
Description
+ The text color of the List items. | Description
The color of the Input clear value icon. |
||||||
$kendo-list-item-hover-bg | -Color | -$kendo-hover-bg |
- #f0f0f0 |
+ $kendo-input-clear-value-opacity | +Number | +.5 |
+ 0.5 |
Description
+ The background color of the hovered List items. | Description
The opacity of the Input clear value icon. |
||||||
$kendo-list-item-hover-text | -Color | -$kendo-hover-text |
- #424242 |
+ $kendo-input-clear-value-hover-text | +Null | +null |
+ null |
Description
+ The text color of the hovered List items. | Description
The color of the hovered Input clear value icon. |
||||||
$kendo-list-item-focus-bg | -Null | -null |
- null |
+ $kendo-input-clear-value-hover-opacity | +Number | +1 |
+ 1 |
Description
+ The background color of the focused List items. | Description
The opacity of the hovered Input clear value icon. |
||||||
$kendo-list-item-focus-text | -Null | -null |
- null |
+ $kendo-input-values-margin-y | +Number | +k-map-get( $kendo-spacing, 0.5 ) |
+ 2px |
Description
+ The text color of the focused List items. | Description
The vertical margin of the clear value icon. |
||||||
$kendo-list-item-focus-shadow | -List | -inset 0 0 0 2px rgba(0, 0, 0, .12) |
- inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
+ $kendo-input-values-margin-x | +Number | +$kendo-input-values-margin-y |
+ 2px |
Description
+ The box shadow of the focused List items. | Description
The horizontal margin of the clear value icon. |
||||||
$kendo-list-item-selected-bg | -Color | -$kendo-selected-bg |
- #ff6358 |
+ $kendo-input-button-width | +Calculation | +$kendo-button-inner-calc-size |
+ calc(1.4285714286em + 8px) |
Description
+ The background color of the selected List items. | Description
The width of the Input button. |
||||||
$kendo-list-item-selected-text | -Color | -$kendo-selected-text |
- white |
+ $kendo-input-button-border-width | +Number | +1px |
+ 1px |
Description
+ The text color of the selected List items. | Description
The border width of the Input button. |
||||||
$kendo-list-group-item-bg | -Null | -null |
- null |
+ $kendo-input-spinner-width | +Calculation | +$kendo-button-inner-calc-size |
+ calc(1.4285714286em + 8px) |
Description
+ The background color of the List group items. | Description
The width of the Input spinner button. |
||||||
$kendo-list-group-item-text | +$kendo-input-spinner-icon-offset | Null | null |
null |
|||
Description
+ The text color of the List group items. | Description
The icon offset of the Input spinner button. |
||||||
$kendo-list-group-item-border | -String | -inherit |
- inherit |
+ $kendo-input-separator-text | +Color | +$kendo-input-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The border color of the List group items. | Description
The color of the Input separator. |
||||||
$kendo-list-group-item-shadow | -Null | -null |
- null |
+ $kendo-input-separator-opacity | +Number | +.5 |
+ 0.5 |
Description
+ The base shadow of the List group items. | Description
The opacity of the Input separator. |
||||||
$kendo-list-no-data-text | +$kendo-input-prefix-text | Color | $kendo-subtle-text |
#666666 |
|||
Description
+ The color of the 'No Data' text. | Description
The text color of the Input prefix. |
||||||
$kendo-list-option-label-text | +$kendo-input-suffix-text | Color | $kendo-subtle-text |
#666666 |
|||
Description
+ The color of the 'Option Label' text. | Description
The text color of the Input suffix. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-listbox-spacing | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+||||
$kendo-input-prefix-text | +Color | +$kendo-subtle-text |
+ #666666 |
||||
Description
+ The spacing between the ListBox elements. | Description
The text color of the Input prefix. |
||||||
$kendo-listbox-button-spacing | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-input-suffix-text | +Color | +$kendo-subtle-text |
+ #666666 |
Description
+ The spacing between the ListBox buttons. | Description
The text color of the Input suffix. |
||||||
$kendo-listbox-width | -Number | -10em |
- 10em |
+ $kendo-input-invalid-border | +Color | +$kendo-invalid-border |
+ #f31700 |
Description
+ The width of the ListBox. | Description
The border color of the invalid Input components. |
||||||
$kendo-listbox-default-height | -Number | -200px |
- 200px |
+ $kendo-input-invalid-shadow | +Null | +$kendo-invalid-shadow |
+ null |
Description
+ The height of the ListBox. | Description
The shadow of the invalid Input components. |
||||||
$kendo-listbox-border-width | -Number | -1px |
- 1px |
+ $kendo-input-valid-border | +Color | +$kendo-valid-border |
+ #37b400 |
Description
+ The width of the border around the ListBox. | Description
The border color of the valid Input components. |
||||||
$kendo-listbox-font-family | +$kendo-input-valid-shadow | +Null | +$kendo-valid-shadow |
+ null |
+|||
Description
+ The shadow of the valid Input components. |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-list-font-family | String | $kendo-font-family |
inherit |
||||
Description
+ The font family of the ListBox. | Description
The font family of the List components. |
||||||
$kendo-listbox-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-list-font-size | +Null | +null |
+ null |
Description
+ The font size of the ListBox. | Description
The font size of the List component, if no size is set. |
||||||
$kendo-listbox-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-list-line-height | +Null | +null |
+ null |
Description
+ The line height of the ListBox. | Description
The line height of the List component, if no size is set. |
||||||
$kendo-listbox-text | -Color | -$kendo-component-text |
- #424242 |
+ $kendo-list-header-padding-x | +Null | +null |
+ null |
Description
+ The text color of the ListBox. | Description
The horizontal padding of the List header, if no size is set. |
||||||
$kendo-listbox-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-list-header-padding-y | +Null | +null |
+ null |
Description
+ The background color of the ListBox. | Description
The vertical padding of the List header, if no size is set. |
||||||
$kendo-listbox-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-list-header-border-width | +List | +0 0 1px |
+ 0 0 1px |
Description
+ The border color of the ListBox. | Description
The border width of the List header. |
||||||
$kendo-listbox-item-padding-x | +$kendo-list-header-font-size | Null | null |
null |
|||
Description
+ The inline padding of the ListBox item. | Description
The font size of the List header, if no size is set. |
||||||
$kendo-listbox-item-padding-y | +$kendo-list-header-line-height | Null | null |
null |
|||
Description
+ The block padding of the ListBox item. | Description
The line height of the List header, if no size is set. |
||||||
$kendo-listbox-drop-hint-width | +$kendo-list-header-font-weight | Number | -1px |
- 1px |
+ $kendo-font-weight-bold |
+ 700 |
|
Description
+ The width of the ListBox drop hint. | Description
The font weight of the List header. |
||||||
$kendo-listbox-drop-hint-border-width | +$kendo-list-item-padding-x | Null | null |
null |
|||
Description
+ The width of the border around the ListBox drop hint. | Description
The horizontal padding of the List items, when no size is set. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-listview-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+||||
$kendo-list-item-padding-y | +Null | +null |
+ null |
||||
Description
+ The horizontal padding of the ListView. | Description
The vertical padding of the List items, when no size is set. |
||||||
$kendo-listview-padding-y | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-list-item-font-size | +Null | +null |
+ null |
Description
+ The vertical padding of the ListView. | Description
The font size of the List items, if no size is set. |
||||||
$kendo-listview-border-width | -Number | -1px |
- 1px |
+ $kendo-list-item-line-height | +Null | +null |
+ null |
Description
+ The width of the border around bordered ListView. | Description
The line height of the List items, if no size is set. |
||||||
$kendo-listview-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-list-group-item-padding-x | +Null | +null |
+ null |
Description
+ The font family of the ListView. | Description
The horizontal padding of the List group items, when no size is set. |
||||||
$kendo-listview-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-list-group-item-padding-y | +Null | +null |
+ null |
Description
+ The font size of the ListView. | Description
The vertical padding of the List group items, when no size is set. |
||||||
$kendo-listview-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-list-group-item-border-width | +List | +1px 0 0 |
+ 1px 0 0 |
Description
+ The line height of the ListView. | Description
The border width of the List group items. |
||||||
$kendo-listview-text | -Color | -$kendo-component-text |
- #424242 |
-||||
$kendo-list-group-item-font-size | +Null | +null |
+ null |
+||||
Description
+ The font size of the List group items, if no size is set. |
+|||||||
$kendo-list-group-item-line-height | +Null | +null |
+ null |
+||||
Description
+ The line height of the List group items, if no size is set. |
+|||||||
$kendo-list-group-item-font-weight | +Number | +$kendo-font-weight-bold |
+ 700 |
+||||
Description
+ The font weight of a List group item. |
+|||||||
$kendo-list-sizes | +Map | +(
+ sm: (
+ font-size: $kendo-list-sm-font-size,
+ line-height: $kendo-list-sm-line-height,
+ header-padding-x: $kendo-list-sm-header-padding-x,
+ header-padding-y: $kendo-list-sm-header-padding-y,
+ header-font-size: null,
+ header-line-height: null,
+ item-padding-x: $kendo-list-sm-item-padding-x,
+ item-padding-y: $kendo-list-sm-item-padding-y,
+ item-font-size: null,
+ item-line-height: null,
+ group-item-padding-x: $kendo-list-sm-group-item-padding-x,
+ group-item-padding-y: $kendo-list-sm-group-item-padding-y,
+ group-item-font-size: null,
+ group-item-line-height: null
+ ),
+ md: (
+ font-size: $kendo-list-md-font-size,
+ line-height: $kendo-list-md-line-height,
+ header-padding-x: $kendo-list-md-header-padding-x,
+ header-padding-y: $kendo-list-md-header-padding-y,
+ header-font-size: null,
+ header-line-height: null,
+ item-padding-x: $kendo-list-md-item-padding-x,
+ item-padding-y: $kendo-list-md-item-padding-y,
+ item-font-size: null,
+ item-line-height: null,
+ group-item-padding-x: $kendo-list-md-group-item-padding-x,
+ group-item-padding-y: $kendo-list-md-group-item-padding-y,
+ group-item-font-size: null,
+ group-item-line-height: null
+ ),
+ lg: (
+ font-size: $kendo-list-lg-font-size,
+ line-height: $kendo-list-lg-line-height,
+ header-padding-x: $kendo-list-lg-header-padding-x,
+ header-padding-y: $kendo-list-lg-header-padding-y,
+ header-font-size: null,
+ header-line-height: null,
+ item-padding-x: $kendo-list-lg-item-padding-x,
+ item-padding-y: $kendo-list-lg-item-padding-y,
+ item-font-size: null,
+ item-line-height: null,
+ group-item-padding-x: $kendo-list-lg-group-item-padding-x,
+ group-item-padding-y: $kendo-list-lg-group-item-padding-y,
+ group-item-font-size: null,
+ group-item-line-height: null
+ )
+) |
+ (sm: (font-size: 14px, line-height: 1.4285714286, header-padding-x: 8px, header-padding-y: 2px, header-font-size: null, header-line-height: null, item-padding-x: 8px, item-padding-y: 2px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 2px, group-item-font-size: null, group-item-line-height: null), md: (font-size: 14px, line-height: 1.4285714286, header-padding-x: 8px, header-padding-y: 4px, header-font-size: null, header-line-height: null, item-padding-x: 8px, item-padding-y: 4px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 4px, group-item-font-size: null, group-item-line-height: null), lg: (font-size: 16px, line-height: 1.5, header-padding-x: 8px, header-padding-y: 6px, header-font-size: null, header-line-height: null, item-padding-x: 8px, item-padding-y: 8px, item-font-size: null, item-line-height: null, group-item-padding-x: 8px, group-item-padding-y: 6px, group-item-font-size: null, group-item-line-height: null)) |
+||||
Description
+ The map with the sizes of the List. |
+|||||||
$kendo-list-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+||||
Description
+ The background color of the List component. |
+|||||||
$kendo-list-text | +Color | +$kendo-component-text |
+ #424242 |
+||||
Description
+ The text color of the List component. |
+|||||||
$kendo-list-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
+||||
Description
+ The border color of the List component. |
+|||||||
$kendo-list-header-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the List header. |
+|||||||
$kendo-list-header-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the List header. |
+|||||||
$kendo-list-header-border | +String | +inherit |
+ inherit |
+||||
Description
+ The border color of the List header. |
+|||||||
$kendo-list-header-shadow | +String | +k-elevation(2) |
+ var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+||||
Description
+ The box shadow of the List header. |
+|||||||
$kendo-list-item-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the List items. |
+|||||||
$kendo-list-item-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the List items. |
+|||||||
$kendo-list-item-hover-bg | +Color | +$kendo-hover-bg |
+ #f0f0f0 |
+||||
Description
+ The background color of the hovered List items. |
+|||||||
$kendo-list-item-hover-text | +Color | +$kendo-hover-text |
+ #424242 |
+||||
Description
+ The text color of the hovered List items. |
+|||||||
$kendo-list-item-focus-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the focused List items. |
+|||||||
$kendo-list-item-focus-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the focused List items. |
+|||||||
$kendo-list-item-focus-shadow | +List | +inset 0 0 0 2px rgba(0, 0, 0, .12) |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
+||||
Description
+ The box shadow of the focused List items. |
+|||||||
$kendo-list-item-selected-bg | +Color | +$kendo-selected-bg |
+ #ff6358 |
+||||
Description
+ The background color of the selected List items. |
+|||||||
$kendo-list-item-selected-text | +Color | +$kendo-selected-text |
+ white |
+||||
Description
+ The text color of the selected List items. |
+|||||||
$kendo-list-group-item-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the List group items. |
+|||||||
$kendo-list-group-item-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the List group items. |
+|||||||
$kendo-list-group-item-border | +String | +inherit |
+ inherit |
+||||
Description
+ The border color of the List group items. |
+|||||||
$kendo-list-group-item-shadow | +Null | +null |
+ null |
+||||
Description
+ The base shadow of the List group items. |
+|||||||
$kendo-list-no-data-text | +Color | +$kendo-subtle-text |
+ #666666 |
+||||
Description
+ The color of the 'No Data' text. |
+|||||||
$kendo-list-option-label-text | +Color | +$kendo-subtle-text |
+ #666666 |
+||||
Description
+ The color of the 'Option Label' text. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-listbox-spacing | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+
Description
+ The spacing between the ListBox elements. |
+|||
$kendo-listbox-button-spacing | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+
Description
+ The spacing between the ListBox buttons. |
+|||
$kendo-listbox-width | +Number | +10em |
+ 10em |
+
Description
+ The width of the ListBox. |
+|||
$kendo-listbox-default-height | +Number | +200px |
+ 200px |
+
Description
+ The height of the ListBox. |
+|||
$kendo-listbox-border-width | +Number | +1px |
+ 1px |
+
Description
+ The width of the border around the ListBox. |
+|||
$kendo-listbox-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the ListBox. |
+|||
$kendo-listbox-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the ListBox. |
+|||
$kendo-listbox-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the ListBox. |
+|||
$kendo-listbox-text | +Color | +$kendo-component-text |
+ #424242 |
+
Description
+ The text color of the ListBox. |
+|||
$kendo-listbox-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the ListBox. |
+|||
$kendo-listbox-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The border color of the ListBox. |
+|||
$kendo-listbox-item-padding-x | +Null | +null |
+ null |
+
Description
+ The inline padding of the ListBox item. |
+|||
$kendo-listbox-item-padding-y | +Null | +null |
+ null |
+
Description
+ The block padding of the ListBox item. |
+|||
$kendo-listbox-drop-hint-width | +Number | +1px |
+ 1px |
+
Description
+ The width of the ListBox drop hint. |
+|||
$kendo-listbox-drop-hint-border-width | +Null | +null |
+ null |
+
Description
+ The width of the border around the ListBox drop hint. |
+
Name | +Type | +Default value | +Computed value | +|
---|---|---|---|---|
$kendo-listview-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
+|
Description
+ The horizontal padding of the ListView. |
+||||
$kendo-listview-padding-y | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
+|
Description
+ The vertical padding of the ListView. |
+||||
$kendo-listview-border-width | +Number | +1px |
+ 1px |
+|
Description
+ The width of the border around bordered ListView. |
+||||
$kendo-listview-font-family | +String | +$kendo-font-family |
+ inherit |
+|
Description
+ The font family of the ListView. |
+||||
$kendo-listview-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+|
Description
+ The font size of the ListView. |
+||||
$kendo-listview-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+|
Description
+ The line height of the ListView. |
+||||
$kendo-listview-text | +Color | +$kendo-component-text |
+ #424242 |
+|
Description
The text color of the ListView. |
||||
$kendo-listview-bg | +$kendo-listview-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the ListView. |
+||||
$kendo-listview-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
+|
Description
+ The border color of the ListView. |
+||||
$kendo-listview-item-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
+|
Description
+ The horizontal padding of the ListView items. |
+||||
$kendo-listview-item-padding-y | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
+|
Description
+ The vertical padding of the ListView items. |
+||||
$kendo-listview-item-selected-text | +Null | +null |
+ null |
+|
Description
+ The text color of the selected ListView items. |
+||||
$kendo-listview-item-selected-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25)) |
+ rgba(255, 99, 88, 0.25) |
+|
Description
+ The background color of the selected ListView items. |
+||||
$kendo-listview-item-selected-border | +Null | +null |
+ null |
+|
Description
+ The border color of the selected ListView items. |
+||||
$kendo-listview-item-focus-text | +Null | +null |
+ null |
+|
Description
+ The text color of the focused ListView items. |
+||||
$kendo-listview-item-focus-bg | +Null | +null |
+ null |
+|
Description
+ The background color of the focused ListView items. |
+||||
$kendo-listview-item-focus-border | +Null | +null |
+ null |
+|
Description
+ The border color of the focused ListView items. |
+||||
$kendo-listview-item-focus-shadow | +List | +inset 0 0 0 2px rgba(0, 0, 0, .13) |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.13) |
+|
Description
+ The box shadow of the focused ListView items. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-loader-segment-border-radius | +Number | +50% |
+ 50% |
+
Description
+ The border radius of the Loader segment. |
+|||
$kendo-loader-sm-segment-size | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
+
Description
+ The size of the small Loader segment. |
+|||
$kendo-loader-md-segment-size | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+
Description
+ The size of the medium Loader segment. |
+|||
$kendo-loader-lg-segment-size | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+
Description
+ The size of the large Loader segment. |
+|||
$kendo-loader-sm-padding | +Number | +k-math-div( $kendo-loader-sm-segment-size, 2 ) |
+ 2px |
+
Description
+ The padding of the small Loader. |
+|||
$kendo-loader-md-padding | +Number | +k-math-div( $kendo-loader-md-segment-size, 2 ) |
+ 4px |
+
Description
+ The padding of the medium Loader. |
+|||
$kendo-loader-lg-padding | +Number | +k-math-div( $kendo-loader-lg-segment-size, 2 ) |
+ 8px |
+
Description
+ The padding of the large Loader. |
+|||
$kendo-loader-sm-spinner-3-width | +Number | +( $kendo-loader-sm-segment-size * 4 ) |
+ 16px |
+
Description
+ The width of the small spinner-3 Loader. |
+|||
$kendo-loader-md-spinner-3-width | +Number | +( $kendo-loader-md-segment-size * 4 ) |
+ 32px |
+
Description
+ The width of the medium spinner-3 Loader. |
+|||
$kendo-loader-lg-spinner-3-width | +Number | +( $kendo-loader-lg-segment-size * 4 ) |
+ 64px |
+
Description
+ The width of the large spinner-3 Loader. |
+|||
$kendo-loader-sm-spinner-3-height | +Number | +( $kendo-loader-sm-spinner-3-width * $equilateral-height ) |
+ 13.8564064608px |
+
Description
+ The height of the small spinner-3 Loader. |
+|||
$kendo-loader-md-spinner-3-height | +Number | +( $kendo-loader-md-spinner-3-width * $equilateral-height ) |
+ 27.7128129216px |
+
Description
+ The height of the medium spinner-3 Loader. |
+|||
$kendo-loader-lg-spinner-3-height | +Number | +( $kendo-loader-lg-spinner-3-width * $equilateral-height ) |
+ 55.4256258432px |
+
Description
+ The height of the large spinner-3 Loader. |
+|||
$kendo-loader-sm-spinner-4-width | +Number | +$kendo-loader-sm-segment-size * 4 |
+ 16px |
+
Description
+ The width of the small spinner-4 Loader. |
+|||
$kendo-loader-md-spinner-4-width | +Number | +$kendo-loader-md-segment-size * 4 |
+ 32px |
+
Description
+ The width of the medium spinner-4 Loader. |
+|||
$kendo-loader-lg-spinner-4-width | +Number | +$kendo-loader-lg-segment-size * 4 |
+ 64px |
+
Description
+ The width of the large spinner-4 Loader. |
+|||
$kendo-loader-sm-spinner-4-height | +Number | +$kendo-loader-sm-spinner-4-width |
+ 16px |
+
Description
+ The height of the small spinner-4 Loader. |
+|||
$kendo-loader-md-spinner-4-height | +Number | +$kendo-loader-md-spinner-4-width |
+ 32px |
+
Description
+ The height of the medium spinner-4 Loader. |
+|||
$kendo-loader-lg-spinner-4-height | +Number | +$kendo-loader-lg-spinner-4-width |
+ 64px |
+
Description
+ The height of the large spinner-4 Loader. |
+|||
$kendo-loader-secondary-bg | +Color | +#656565 |
+ #656565 |
+
Description
+ The color of the Loader based on the secondary theme color. |
+|||
$kendo-loader-container-panel-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the container panel. |
+|||
$kendo-loader-container-panel-border-style | +String | +solid |
+ solid |
+
Description
+ The border style of the container panel. |
+|||
$kendo-loader-container-panel-border-color | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The border color of the container panel. |
+|||
$kendo-loader-container-panel-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
+
Description
+ The border radius of the container panel. |
+|||
$kendo-loader-container-panel-bg | +Color | +$kendo-color-white |
+ #ffffff |
+
Description
+ The background color of the container panel. |
+|||
$kendo-loader-sm-container-padding | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+
Description
+ The padding of the small Loader container. |
+|||
$kendo-loader-md-container-padding | +Number | +k-map-get( $kendo-spacing, 5 ) |
+ 20px |
+
Description
+ The padding of the medium Loader container. |
+|||
$kendo-loader-lg-container-padding | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 24px |
+
Description
+ The padding of the large Loader container. |
+|||
$kendo-loader-sm-container-gap | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
+
Description
+ The gap of the small Loader container. |
+|||
$kendo-loader-md-container-gap | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+
Description
+ The gap of the medium Loader container. |
+|||
$kendo-loader-lg-container-gap | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
+
Description
+ The gap of the large Loader container. |
+|||
$kendo-loader-sm-container-font-size | +Number | +$kendo-font-size-sm |
+ 12px |
+
Description
+ The font size of the small Loader container. |
+|||
$kendo-loader-md-container-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the medium Loader container. |
+|||
$kendo-loader-lg-container-font-size | +Number | +$kendo-font-size-lg |
+ 16px |
+
Description
+ The font size of the large Loader container. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-loading-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Loading indicator. |
+|||
$kendo-loading-text | +String | +currentColor |
+ currentColor |
+
Description
+ The text color of the Loading indicator. |
+|||
$kendo-loading-opacity | +Number | +.3 |
+ 0.3 |
+
Description
+ The opacity of the Loading indicator. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-menu-popup-padding-x | +Null | +null |
+ null |
+
Description
+ Horizontal padding of the menu popup. |
+|||
$kendo-menu-popup-padding-y | +Null | +null |
+ null |
+
Description
+ Vertical padding of the menu popup. |
+|||
$kendo-menu-popup-border-width | +Number | +$kendo-popup-border-width |
+ 1px |
+
Description
+ Width of the border around the menu popup. |
+|||
$kendo-menu-popup-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ Font sizes of the menu popup. |
+|||
$kendo-menu-popup-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ Line heights used along with $kendo-font-size. |
+|||
$kendo-menu-popup-bg | +Color | +$kendo-popup-bg |
+ #ffffff |
+
Description
+ The background of the menu popup. |
+|||
$kendo-menu-popup-text | +Color | +$kendo-popup-text |
+ #424242 |
+
Description
+ The text color of the menu popup. |
+|||
$kendo-menu-popup-border | +Color | +$kendo-popup-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The border color of the menu popup. |
+|||
$kendo-menu-popup-gradient | +Null | +null |
+ null |
+
Description
+ The background gradient of the menu popup. |
+|||
$kendo-menu-popup-item-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+
Description
+ Horizontal padding of the menu item in popup. |
+|||
$kendo-menu-popup-item-padding-y | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
+
Description
+ Vertical padding of the menu item in popup. |
+|||
$kendo-menu-popup-item-padding-end | +Calculation | +calc( #{$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-start | +Number | +$kendo-menu-popup-sm-item-padding-x |
+ 8px |
+
Description
+ The start margin of the menu item expand icon. |
+|||
$kendo-menu-popup-sm-item-icon-margin-end | +Calculation | +calc( -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-spacing | +Number | +0px |
+ 0px |
+
Description
+ The spacing between the menu items in popup. |
+|||
$kendo-menu-popup-item-bg | +Null | +null |
+ null |
+
Description
+ The background of the menu item in popup. |
+|||
$kendo-menu-popup-item-text | +Null | +null |
+ null |
+
Description
+ The text color of the menu item in popup. |
+|||
$kendo-menu-popup-item-border | +Null | +null |
+ null |
+
Description
+ The border color of the menu item in popup. |
+|||
$kendo-menu-popup-item-gradient | +Null | +null |
+ null |
+
Description
+ The background gradient of the menu item in popup. |
+|||
$kendo-menu-popup-item-hover-bg | +Color | +$kendo-list-item-hover-bg |
+ #f0f0f0 |
+
Description
+ The background of hovered menu item in popup. |
+|||
$kendo-menu-popup-item-hover-text | +Color | +$kendo-list-item-hover-text |
+ #424242 |
+
Description
+ The text color of hovered menu item in popup. |
+|||
$kendo-menu-popup-item-hover-border | +Null | +null |
+ null |
+
Description
+ The border color of hovered menu item in popup. |
+|||
$kendo-menu-popup-item-hover-gradient | +Null | +null |
+ null |
+
Description
+ The background gradient of hovered menu item in popup. |
+|||
$kendo-menu-popup-item-expanded-bg | +Color | +$kendo-list-item-selected-bg |
+ #ff6358 |
+
Description
+ The background of expanded menu item in popup. |
+|||
$kendo-menu-popup-item-expanded-text | +Color | +$kendo-list-item-selected-text |
+ white |
+
Description
+ The text color of expanded menu item in popup. |
+|||
$kendo-menu-popup-item-expanded-border | +Null | +null |
+ null |
+
Description
+ The border color of expanded menu item in popup. |
+|||
$kendo-menu-popup-item-expanded-gradient | +Null | +null |
+ null |
+
Description
+ The background gradient of expanded menu item in popup. |
+|||
$kendo-menu-popup-item-focus-shadow | +List | +$kendo-menu-item-focus-shadow |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
+
Description
+ The base shadow of focused menu item in popup. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-menu-button-arrow-padding-x | +Number | +$kendo-button-padding-y |
+ 4px |
+
Description
+ The horizontal padding of the button arrow in the Menu Button.. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-notification-group-gap | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+
Description
+ The row-gap between the elements in the Notification group. |
+|||
$kendo-notification-padding-x | +Number | +8px |
+ 8px |
+
Description
+ The horizontal padding of the Notification. |
+|||
$kendo-notification-padding-y | +Number | +4px |
+ 4px |
+
Description
+ The vertical padding of the Notification. |
+|||
$kendo-notification-border-width | +Number | +1px |
+ 1px |
+
Description
+ The width of the border around the Notification. |
+|||
$kendo-notification-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
+
Description
+ The border radius of the Notification. |
+|||
$kendo-notification-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the Notification. |
+|||
$kendo-notification-font-size | +Number | +$kendo-font-size-sm |
+ 12px |
+
Description
+ The font size of the Notification. |
+|||
$kendo-notification-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the Notification. |
+|||
$kendo-notification-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Notification. |
+|||
$kendo-notification-text | +Color | +$kendo-component-text |
+ #424242 |
+
Description
+ The text color of the Notification. |
+|||
$kendo-notification-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The border color of the Notification. |
+|||
$kendo-notification-shadow | +String | +$kendo-popup-shadow |
+ var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The box shadow of the Notification. |
+|||
$kendo-notification-icon-spacing | +Number | +$kendo-icon-spacing |
+ 4px |
+
Description
+ The horizontal spacing of the Notification icon. |
+|||
$kendo-notification-theme-colors | +Map | +$kendo-theme-colors |
+ ("primary": #ff6358, "secondary": #666666, "tertiary": #03a9f4, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #ebebeb, "inverse": #424242) |
+
Description
+ The theme colors map for the Notification. |
+|||
$kendo-notification-theme | +Map | +notification-theme( $kendo-notification-theme-colors ) |
+ ("inverse": (color: white, background-color: #424242, border: #424242), "light": (color: black, background-color: #ebebeb, border: #ebebeb), "dark": (color: white, background-color: #424242, border: #424242), "error": (color: white, background-color: #f31700, border: #f31700), "warning": (color: black, background-color: #ffc000, border: #ffc000), "success": (color: white, background-color: #37b400, border: #37b400), "info": (color: white, background-color: #0058e9, border: #0058e9), "tertiary": (color: white, background-color: #03a9f4, border: #03a9f4), "secondary": (color: white, background-color: #666666, border: #666666), "primary": (color: white, background-color: #ff6358, border: #ff6358)) |
+
Description
+ The generated theme colors map for the Notification. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-orgchart-spacer | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 24px |
+
Description
+ The spacing index of the OrgChart. |
+|||
$kendo-orgchart-padding-y | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The vertical padding of the OrgChart. |
+|||
$kendo-orgchart-padding-x | +Number | +$kendo-orgchart-padding-y |
+ 24px |
+
Description
+ The horizontal padding of the OrgChart. |
+|||
$kendo-orgchart-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the OrgChart. |
+|||
$kendo-orgchart-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the OrgChart. |
+|||
$kendo-orgchart-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the OrgChart. |
+|||
$kendo-orgchart-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the OrgChart. |
+|||
$kendo-orgchart-text | +Color | +$kendo-component-text |
+ #424242 |
+
Description
+ The text color of the OrgChart. |
+|||
$kendo-orgchart-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The border color of the OrgChart. |
+|||
$kendo-orgchart-node-gap | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The spacing of the OrgChart node. |
+|||
$kendo-orgchart-group-gap | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The spacing of the OrgChart group. |
+|||
$kendo-orgchart-node-container-gap | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The spacing of the OrgChart node container. |
+|||
$kendo-orgchart-node-group-padding-y | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The vertical padding of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-padding-x | +Number | +$kendo-orgchart-node-group-padding-y |
+ 24px |
+
Description
+ The horizontal padding of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
+
Description
+ The border radius of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-bg | +Color | +$kendo-base-bg |
+ #fafafa |
+
Description
+ The background color of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-text | +Color | +$kendo-base-text |
+ #424242 |
+
Description
+ The text color of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-border | +Color | +$kendo-base-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The border color of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-focus-border | +Color | +$kendo-card-focus-border |
+ rgba(0, 0, 0, 0.15) |
+
Description
+ The border color of the focused OrgChart node group. |
+|||
$kendo-orgchart-node-group-focus-shadow | +String | +k-elevation(1) |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the focused OrgChart node group. |
+|||
$kendo-orgchart-node-group-title-font-size | +Number | +$kendo-font-size-lg |
+ 16px |
+
Description
+ The font size of the OrgChart node group title. |
+|||
$kendo-orgchart-node-group-title-margin-bottom | +Number | +k-math-div( $kendo-orgchart-spacer, 3 ) |
+ 8px |
+
Description
+ The bottom margin of the OrgChart node group title. |
+|||
$kendo-orgchart-node-group-title-line-height | +Number | +$kendo-line-height-sm |
+ 1.25 |
+
Description
+ The line height of the OrgChart node group title. |
+|||
$kendo-orgchart-node-group-subtitle-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the OrgChart node group subtitle. |
+|||
$kendo-orgchart-node-group-subtitle-margin-bottom | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The bottom margin of the OrgChart node group subtitle. |
+|||
$kendo-orgchart-node-group-subtitle-text | +Color | +$kendo-subtle-text |
+ #666666 |
+
Description
+ The line height of the OrgChart node group subtitle. |
+|||
$kendo-orgchart-card-width | +Number | +300px |
+ 300px |
+
Description
+ The width of the OrgChart Card. |
+|||
$kendo-orgchart-card-padding-y | +Number | +$kendo-card-padding-y |
+ 12px |
+
Description
+ The vertical padding of the OrgChart Card. |
+|||
$kendo-orgchart-card-padding-x | +Number | +$kendo-orgchart-card-padding-y |
+ 12px |
+
Description
+ The horizontal padding of the OrgChart Card. |
+|||
$kendo-orgchart-card-border-width | +Number | +$kendo-card-border-width |
+ 1px |
+
Description
+ The border width of the OrgChart Card. |
+|||
$kendo-orgchart-card-shadow | +Null | +$kendo-card-shadow |
+ null |
+
Description
+ The shadow of the OrgChart Card. |
+|||
$kendo-orgchart-card-focus-shadow | +String | +k-elevation(1) |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+
Description
+ The shadow of the focused OrgChart Card. |
+|||
$kendo-orgchart-card-title-margin-bottom | +Number | +0px |
+ 0px |
+
Description
+ The bottom margin of the OrgChart Card title. |
+|||
$kendo-orgchart-card-title-font-size | +Null | +null |
+ null |
+
Description
+ The font size of the OrgChart Card title. |
+|||
$kendo-orgchart-card-subtitle-margin-bottom | +Number | +0px |
+ 0px |
+
Description
+ The bottom margin of the OrgChart Card subtitle. |
+|||
$kendo-orgchart-card-subtitle-font-size | +Null | +null |
+ null |
+
Description
+ The font size of the OrgChart Card subtitle. |
+|||
$kendo-orgchart-card-body-border-width | +List | +2px 0 0 |
+ 2px 0 0 |
+
Description
+ The border width of the OrgChart Card body. |
+|||
$kendo-orgchart-card-body-border-color | +Color | +transparent |
+ transparent |
+
Description
+ The border color of the OrgChart Card body. |
+|||
$kendo-orgchart-card-body-vbox-margin-right | +Number | +k-math-div( $kendo-orgchart-spacer, 2 ) |
+ 12px |
+
Description
+ The right margin of the OrgChart Card body title wrap. |
+|||
$kendo-orgchart-card-body-vbox-min-height | +Number | +$kendo-card-avatar-size |
+ 45px |
+
Description
+ The min height of the OrgChart Card body title wrap. |
+|||
$kendo-orgchart-line-size | +Number | +1px |
+ 1px |
+
Description
+ The size of the OrgChart connecting line. |
+|||
$kendo-orgchart-line-fill | +Color | +$kendo-base-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The fill color of the OrgChart connecting line. |
+|||
$kendo-orgchart-line-v-height | +Number | +25px |
+ 25px |
+
Description
+ The height of the OrgChart connecting line. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-pager-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+
Description
+ The horizontal padding of the Pager. |
+|||
$kendo-pager-sm-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
+
Description
+ The horizontal padding of the small Pager. |
+|||
$kendo-pager-md-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+
Description
+ The horizontal padding of the medium Pager. |
+|||
$kendo-pager-lg-padding-x | +Number | +k-map-get( $kendo-spacing, 2.5 ) |
+ 10px |
+
Description
+ The horizontal padding of the large Pager. |
+|||
$kendo-pager-padding-y | +Number | +$kendo-pager-padding-x |
+ 8px |
+
Description
+ The vertical padding of the Pager. |
+|||
$kendo-pager-sm-padding-y | +Number | +$kendo-pager-sm-padding-x |
+ 4px |
+
Description
+ The vertical padding of the small Pager. |
+|||
$kendo-pager-md-padding-y | +Number | +$kendo-pager-md-padding-x |
+ 8px |
+
Description
+ The vertical padding of the medium Pager. |
+|||
$kendo-pager-lg-padding-y | +Number | +$kendo-pager-lg-padding-x |
+ 10px |
+
Description
+ The vertical padding of the large Pager. |
+|||
$kendo-pager-sm-item-min-width | +Calculation | +$kendo-button-sm-calc-size |
+ calc(1.4285714286em + 4px + 2px) |
+
Description
+ The minimum width of the items in the small Pager. |
+|||
$kendo-pager-md-item-min-width | +Calculation | +$kendo-button-md-calc-size |
+ calc(1.4285714286em + 8px + 2px) |
+
Description
+ The minimum width of the items in the medium Pagers. |
+|||
$kendo-pager-lg-item-min-width | +Calculation | +$kendo-button-lg-calc-size |
+ calc(1.5em + 16px + 2px) |
+
Description
+ The minimum width of the items in the large Pagers. |
+|||
$kendo-pager-sm-item-group-spacing | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
+
Description
+ The margin between the item groups in the small Pager. |
+|||
$kendo-pager-md-item-group-spacing | +Number | +k-map-get( $kendo-spacing, 3.5 ) |
+ 14px |
+
Description
+ The margin between the item groups in the medium Pager. |
+|||
$kendo-pager-lg-item-group-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+
Description
+ The margin between the item groups in the large Pager. |
+|||
$kendo-pager-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the Pager. |
+|||
$kendo-pager-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the Pager. |
+|||
$kendo-pager-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the Pager. |
+|||
$kendo-pager-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the Pager. |
+|||
$kendo-pager-bg | +Color | +$kendo-component-header-bg |
+ #fafafa |
+
Description
+ The background color of the Pager. |
+|||
$kendo-pager-text | +Color | +$kendo-component-header-text |
+ #424242 |
+
Description
+ The text color of the Pager. |
+|||
$kendo-pager-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The border color of the Pager. |
+|||
$kendo-pager-focus-bg | +Null | +null |
+ null |
+
Description
+ The background color of the focused Pager. |
+|||
$kendo-pager-focus-shadow | +List | +$kendo-focus-shadow |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.13) |
+
Description
+ The box shadow of the focused Pager. |
+|||
$kendo-pager-item-border-width | +Number | +0px |
+ 0px |
+
Description
+ The border width of the Pager items. |
+|||
$kendo-pager-item-border-radius | +Null | +null |
+ null |
+
Description
+ The border radius of the Pager items. |
+|||
$kendo-pager-item-spacing | +Null | +null |
+ null |
+
Description
+ The spacing around the Pager items. |
+|||
$kendo-pager-item-bg | +Null | +null |
+ null |
+
Description
+ The background color of the Pager items. |
+|||
$kendo-pager-item-text | +Null | +null |
+ null |
+
Description
+ The text color of the Pager items. |
+|||
$kendo-pager-item-border | +Null | +null |
+ null |
+
Description
+ The border color of the Pager items. |
+|||
$kendo-pager-item-hover-bg | +Color | +$kendo-list-item-hover-bg |
+ #f0f0f0 |
+
Description
+ The background color of the hovered Pager items. |
+|||
$kendo-pager-item-hover-text | +Color | +$kendo-list-item-hover-text |
+ #424242 |
+
Description
+ The text color of the hovered Pager items. |
+|||
$kendo-pager-item-hover-border | +Null | +null |
+ null |
+
Description
+ The border color of the hovered Pager items. |
+|||
$kendo-pager-item-selected-bg | +Color | +$kendo-list-item-selected-bg |
+ #ff6358 |
+
Description
+ The background color of the selected Pager items. |
+|||
$kendo-pager-item-selected-text | +Color | +$kendo-list-item-selected-text |
+ white |
+
Description
+ The text color of the selected Pager items. |
+|||
$kendo-pager-item-selected-border | +Null | +null |
+ null |
+
Description
+ The border color of the selected Pager items. |
+|||
$kendo-pager-item-focus-opacity | +Null | +null |
+ null |
+
Description
+ The opacity of the focused Pager items. |
+|||
$kendo-pager-item-focus-bg | +Color | +transparent |
+ transparent |
+
Description
+ The background color of the focused Pager items. |
+|||
$kendo-pager-item-focus-shadow | +List | +$kendo-list-item-focus-shadow |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
+
Description
+ The box shadow of the focused Pager items. |
+|||
$kendo-pager-number-border-radius | +Null | +null |
+ null |
+
Description
+ The border radius of the Pager numbers. |
+|||
$kendo-pager-input-width | +Number | +5em |
+ 5em |
+
Description
+ The width of the Inputs in the Pager. |
+|||
$kendo-pager-sm-dropdown-width | +Number | +5em |
+ 5em |
+
Description
+ The width of the DropDowns in the small Pager. |
+|||
$kendo-pager-md-dropdown-width | +Number | +5em |
+ 5em |
+
Description
+ The width of the DropDowns in the medium Pager. |
+|||
$kendo-pager-lg-dropdown-width | +Number | +5em |
+ 5em |
+
Description
+ The width of the DropDowns in the large Pager. |
+|||
$kendo-pager-sizes | +Map | +(
+ 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
+ The sizes map of the Pager. |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-pdf-viewer-border-width | +Number | +1px |
+ 1px |
+||||
Description
+ The border width of the PDFViewer. |
+|||||||
$kendo-pdf-viewer-font-family | +String | +$kendo-font-family |
+ inherit |
+||||
Description
+ The font family of the PDFViewer. |
+|||||||
$kendo-pdf-viewer-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+||||
Description
+ The font size of the PDFViewer. |
+|||||||
$kendo-pdf-viewer-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+||||
Description
+ The line height of the PDFViewer. |
+|||||||
$kendo-pdf-viewer-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+||||
Description
+ The background color of the PDFViewer. |
+|||||||
$kendo-pdf-viewer-text | +Color | +$kendo-component-text |
+ #424242 |
+||||
Description
+ The text color of the PDFViewer. |
+|||||||
$kendo-pdf-viewer-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
+||||
Description
+ The border color of the PDFViewer. |
+|||||||
$kendo-pdf-viewer-toolbar-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the PDFViewer Toolbar. |
+|||||||
$kendo-pdf-viewer-toolbar-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the PDFViewer Toolbar. |
+|||||||
$kendo-pdf-viewer-toolbar-border | +Null | +null |
+ null |
+||||
Description
+ The border color of the PDFViewer Toolbar. |
+|||||||
$kendo-pdf-viewer-toolbar-gradient | +Null | +null |
+ null |
+||||
Description
+ The gradient of the PDFViewer Toolbar. |
+|||||||
$kendo-pdf-viewer-canvas-bg | +Color | +$kendo-app-bg |
+ #fafafa |
+||||
Description
+ The background color of the PDFViewer canvas. |
+|||||||
$kendo-pdf-viewer-canvas-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the PDFViewer canvas. |
+|||||||
$kendo-pdf-viewer-canvas-border | +Null | +null |
+ null |
+||||
Description
+ The border color of the PDFViewer canvas. |
+|||||||
$kendo-pdf-viewer-page-spacing | +Number | +30px |
+ 30px |
+||||
Description
+ The spacing of the PDFViewer page. |
+|||||||
$kendo-pdf-viewer-page-bg | +Color | +white |
+ white |
+||||
Description
+ The background color of the PDFViewer page. |
+|||||||
$kendo-pdf-viewer-page-text | +Color | +$kendo-component-text |
+ #424242 |
+||||
Description
+ The text color of the PDFViewer page. |
+|||||||
$kendo-pdf-viewer-page-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
+||||
Description
+ The border color of the PDFViewer page. |
+|||||||
$kendo-pdf-viewer-page-shadow | +String | +k-elevation(3) |
+ var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+||||
Description
+ The shadow of the PDFViewer page. |
+|||||||
$kendo-pdf-viewer-search-panel-padding-x | +Number | +$kendo-toolbar-md-padding-x |
+ 8px |
+||||
Description
+ The horizontal padding of the PDFViewer search panel. |
+|||||||
$kendo-pdf-viewer-search-panel-padding-y | +Calculation | +calc( #{$kendo-toolbar-md-padding-x} * 2 ) |
+ calc(8px * 2) |
+||||
Description
+ The vertical padding of the PDFViewer search panel. |
+|||||||
$kendo-pdf-viewer-search-panel-spacing | +Number | +$kendo-toolbar-md-spacing |
+ 8px |
+||||
Description
+ The spacing of the PDFViewer search panel. |
+|||||||
$kendo-pdf-viewer-search-panel-border-width | +Number | +1px |
+ 1px |
+||||
Description
+ The border width of the PDFViewer search panel. |
+|||||||
$kendo-pdf-viewer-search-panel-border-radius | +Number | +0 |
+ 0 |
+||||
Description
+ The border radius of the PDFViewer search panel. |
+|||||||
$kendo-pdf-viewer-search-panel-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+||||
Description
+ The background color of the PDFViewer search panel. |
+|||||||
$kendo-pdf-viewer-search-panel-text | +Color | +$kendo-component-text |
+ #424242 |
+||||
Description
+ The text color of the PDFViewer search panel. |
+|||||||
$kendo-pdf-viewer-search-panel-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
+||||
Description
+ The border color of the PDFViewer search panel. |
+|||||||
$kendo-pdf-viewer-search-panel-shadow | +String | +$kendo-window-shadow |
+ var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+||||
Description
+ The shadow of the PDFViewer search panel. |
+|||||||
$kendo-pdf-viewer-search-panel-matches-spacing | +Number | +$kendo-padding-sm-x |
+ 4px |
+||||
Description
+ The spacing of the matches container in the PDFViewer search panel. |
+|||||||
$kendo-pdf-viewer-selection-line-height | +Number | +$kendo-line-height-sm |
+ 1.25 |
+||||
Description
+ The line height of the PDFViewer selection. |
+|||||||
$kendo-pdf-viewer-search-highlight-bg | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-body-text |
+ #424242 |
||
Description
+ The background color of the ListView. | Description
The background color of the PDFViewer highlight. |
||||||
$kendo-listview-border | +$kendo-pdf-viewer-search-highlight-mark-bg | Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ yellow |
+ yellow |
|
Description
+ The border color of the ListView. | Description
The background color of the PDFViewer highlight mark. |
||||||
$kendo-listview-item-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-pdf-viewer-icon-text | +Color | +$kendo-dropzone-icon-text |
+ #7e7e7e |
Description
+ The horizontal padding of the ListView items. | Description
The text color of the PDFViewer icon. |
||||||
$kendo-listview-item-padding-y | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-picker-bg | +Color | +$kendo-button-bg |
+ #f5f5f5 |
||||
Description
+ The vertical padding of the ListView items. | Description
The background color of the Picker components. |
||||||
$kendo-listview-item-selected-text | -Null | -null |
- null |
+ $kendo-picker-text | +Color | +$kendo-button-text |
+ #424242 |
Description
+ The text color of the selected ListView items. | Description
The text color of the Picker components. |
||||||
$kendo-listview-item-selected-bg | +$kendo-picker-border | Color | -if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25)) |
- rgba(255, 99, 88, 0.25) |
+ $kendo-button-border |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ The background color of the selected ListView items. | Description
The border color of the Picker components. |
||||||
$kendo-listview-item-selected-border | -Null | -null |
- null |
+ $kendo-picker-gradient | +List | +$kendo-button-gradient |
+ rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02) |
Description
+ The border color of the selected ListView items. | Description
The gradient of the Picker components. |
||||||
$kendo-listview-item-focus-text | +$kendo-picker-shadow | Null | -null |
+ $kendo-button-shadow |
null |
||
Description
+ The text color of the focused ListView items. | Description
The shadow of the Picker components. |
||||||
$kendo-listview-item-focus-bg | +$kendo-picker-hover-bg | +Color | +$kendo-button-hover-bg |
+ #ebebeb |
+|||
Description
+ The background color of the hovered Picker components. |
+|||||||
$kendo-picker-hover-text | Null | -null |
+ $kendo-button-hover-text |
null |
|||
Description
+ The background color of the focused ListView items. | Description
The text color of the hovered Picker components. |
||||||
$kendo-listview-item-focus-border | +$kendo-picker-hover-border | Null | -null |
+ $kendo-button-hover-border |
null |
||
Description
+ The border color of the focused ListView items. | Description
The border color of the hovered Picker components. |
||||||
$kendo-listview-item-focus-shadow | -List | -inset 0 0 0 2px rgba(0, 0, 0, .13) |
- inset 0 0 0 2px rgba(0, 0, 0, 0.13) |
+ $kendo-picker-hover-gradient | +Null | +$kendo-button-hover-gradient |
+ null |
Description
+ The box shadow of the focused ListView items. | Description
The gradient of the hovered Picker components. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-loader-segment-border-radius | -Number | -50% |
- 50% |
+||||
$kendo-picker-hover-shadow | +Null | +$kendo-button-hover-shadow |
+ null |
||||
Description
+ The border radius of the Loader segment. | Description
The shadow of the hovered Picker components. |
||||||
$kendo-loader-sm-segment-size | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-picker-focus-bg | +Null | +$kendo-button-focus-bg |
+ null |
Description
+ The size of the small Loader segment. | Description
The background color of the focused Picker components. |
||||||
$kendo-loader-md-segment-size | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-picker-focus-text | +Null | +$kendo-button-focus-text |
+ null |
Description
+ The size of the medium Loader segment. | Description
The text color of the focused Picker components. |
||||||
$kendo-loader-lg-segment-size | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-picker-focus-border | +Null | +$kendo-button-focus-border |
+ null |
Description
+ The size of the large Loader segment. | Description
The border color of the focused Picker components. |
||||||
$kendo-loader-sm-padding | -Number | -k-math-div( $kendo-loader-sm-segment-size, 2 ) |
- 2px |
+ $kendo-picker-focus-gradient | +Null | +$kendo-button-focus-gradient |
+ null |
Description
+ The padding of the small Loader. | Description
The gradient of the focused Picker components. |
||||||
$kendo-loader-md-padding | -Number | -k-math-div( $kendo-loader-md-segment-size, 2 ) |
- 4px |
+ $kendo-picker-focus-shadow | +List | +$kendo-button-focus-shadow |
+ 0 0 0 2px rgba(0, 0, 0, 0.08) |
Description
+ The padding of the medium Loader. | Description
The shadow of the focused Picker components. |
||||||
$kendo-loader-lg-padding | -Number | -k-math-div( $kendo-loader-lg-segment-size, 2 ) |
- 8px |
+ $kendo-picker-disabled-bg | +Null | +null |
+ null |
Description
+ The padding of the large Loader. | Description
The background color of the disabled Picker components. |
||||||
$kendo-loader-sm-spinner-3-width | -Number | -( $kendo-loader-sm-segment-size * 4 ) |
- 16px |
+ $kendo-picker-disabled-text | +Null | +null |
+ null |
Description
+ The width of the small spinner-3 Loader. | Description
The text color of the disabled Picker components. |
||||||
$kendo-loader-md-spinner-3-width | -Number | -( $kendo-loader-md-segment-size * 4 ) |
- 32px |
+ $kendo-picker-disabled-border | +Null | +null |
+ null |
Description
+ The width of the medium spinner-3 Loader. | Description
The border color of the disabled Picker components. |
||||||
$kendo-loader-lg-spinner-3-width | -Number | -( $kendo-loader-lg-segment-size * 4 ) |
- 64px |
+ $kendo-picker-disabled-gradient | +Null | +null |
+ null |
Description
+ The width of the large spinner-3 Loader. | Description
The gradient of the disabled Picker components. |
||||||
$kendo-loader-sm-spinner-3-height | -Number | -( $kendo-loader-sm-spinner-3-width * $equilateral-height ) |
- 13.8564064608px |
+ $kendo-picker-disabled-shadow | +Null | +null |
+ null |
Description
+ The height of the small spinner-3 Loader. | Description
The shadow of the disabled Picker components. |
||||||
$kendo-loader-md-spinner-3-height | -Number | -( $kendo-loader-md-spinner-3-width * $equilateral-height ) |
- 27.7128129216px |
+ $kendo-picker-outline-bg | +Null | +null |
+ null |
Description
+ The height of the medium spinner-3 Loader. | Description
The background color of the outline Picker components. |
||||||
$kendo-loader-lg-spinner-3-height | -Number | -( $kendo-loader-lg-spinner-3-width * $equilateral-height ) |
- 55.4256258432px |
+ $kendo-picker-outline-text | +Color | +$kendo-button-text |
+ #424242 |
Description
+ The height of the large spinner-3 Loader. | Description
The text color of the outline Picker components. |
||||||
$kendo-loader-sm-spinner-4-width | -Number | -$kendo-loader-sm-segment-size * 4 |
- 16px |
+ $kendo-picker-outline-border | +Color | +if($kendo-enable-color-system, rgba( k-color( on-base, true ), .5 ), rgba( $kendo-picker-outline-text, .5)) |
+ rgba(66, 66, 66, 0.5) |
Description
+ The width of the small spinner-4 Loader. | Description
The border color of the outline Picker components. |
||||||
$kendo-loader-md-spinner-4-width | -Number | -$kendo-loader-md-segment-size * 4 |
- 32px |
+ $kendo-picker-outline-hover-bg | +Color | +$kendo-picker-outline-text |
+ #424242 |
Description
+ The width of the medium spinner-4 Loader. | Description
The background color of the outline hovered Picker components. |
||||||
$kendo-loader-lg-spinner-4-width | -Number | -$kendo-loader-lg-segment-size * 4 |
- 64px |
+ $kendo-picker-outline-hover-text | +Color | +if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-picker-outline-hover-bg )) |
+ white |
Description
+ The width of the large spinner-4 Loader. | Description
The text color of the outline hovered Picker components. |
||||||
$kendo-loader-sm-spinner-4-height | -Number | -$kendo-loader-sm-spinner-4-width |
- 16px |
+ $kendo-picker-outline-hover-border | +Color | +$kendo-picker-outline-hover-bg |
+ #424242 |
Description
+ The height of the small spinner-4 Loader. | Description
The border color of the outline hovered Picker components. |
||||||
$kendo-loader-md-spinner-4-height | -Number | -$kendo-loader-md-spinner-4-width |
- 32px |
+ $kendo-picker-outline-focus-bg | +Null | +null |
+ null |
Description
+ The height of the medium spinner-4 Loader. | Description
The background color of the outline focused Picker components. |
||||||
$kendo-loader-lg-spinner-4-height | -Number | -$kendo-loader-lg-spinner-4-width |
- 64px |
+ $kendo-picker-outline-focus-text | +Null | +null |
+ null |
Description
+ The height of the large spinner-4 Loader. | Description
The text color of the outline focused Picker components. |
||||||
$kendo-loader-secondary-bg | -Color | -#656565 |
- #656565 |
+ $kendo-picker-outline-focus-border | +Null | +null |
+ null |
Description
+ The color of the Loader based on the secondary theme color. | Description
The border color of the outline focused Picker components. |
||||||
$kendo-loader-container-panel-border-width | -Number | -1px |
- 1px |
+ $kendo-picker-outline-focus-shadow | +List | +$kendo-picker-focus-shadow |
+ 0 0 0 2px rgba(0, 0, 0, 0.08) |
Description
+ The border width of the container panel. | Description
The shadow of the outline focused Picker components. |
||||||
$kendo-loader-container-panel-border-style | -String | -solid |
- solid |
+ $kendo-picker-outline-hover-focus-bg | +Null | +null |
+ null |
Description
+ The border style of the container panel. | Description
The background color of the outline hovered and focused Picker components. |
||||||
$kendo-loader-container-panel-border-color | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-picker-outline-hover-focus-text | +Null | +null |
+ null |
Description
+ The border color of the container panel. | Description
The text color of the outline hovered and focused Picker components. |
||||||
$kendo-loader-container-panel-border-radius | -Number | -$kendo-border-radius-md |
- 4px |
+ $kendo-picker-outline-hover-focus-border | +Null | +null |
+ null |
Description
+ The border radius of the container panel. | Description
The border color of the outline hovered and focused Picker components. |
||||||
$kendo-loader-container-panel-bg | -Color | -$kendo-color-white |
- #ffffff |
+ $kendo-picker-flat-bg | +Null | +null |
+ null |
Description
+ The background color of the container panel. | Description
The background color of the flat Picker components. |
||||||
$kendo-loader-sm-container-padding | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-picker-flat-text | +Color | +$kendo-button-text |
+ #424242 |
Description
+ The padding of the small Loader container. | Description
The text color of the flat Picker components. |
||||||
$kendo-loader-md-container-padding | -Number | -k-map-get( $kendo-spacing, 5 ) |
- 20px |
+ $kendo-picker-flat-border | +Color | +$kendo-button-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The padding of the medium Loader container. | Description
The border color of the flat Picker components. |
||||||
$kendo-loader-lg-container-padding | -Number | -k-map-get( $kendo-spacing, 6 ) |
- 24px |
+ $kendo-picker-flat-hover-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( on-base, true ), .04 ), rgba( $kendo-button-text, .04 )) |
+ rgba(66, 66, 66, 0.04) |
Description
+ The padding of the large Loader container. | Description
The background color of the flat hovered Picker components. |
||||||
$kendo-loader-sm-container-gap | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-picker-flat-hover-text | +Null | +null |
+ null |
Description
+ The gap of the small Loader container. | Description
The text color of the flat hovered Picker components. |
||||||
$kendo-loader-md-container-gap | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-picker-flat-hover-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-button-border, .16 )) |
+ rgba(0, 0, 0, 0.16) |
Description
+ The gap of the medium Loader container. | Description
The border color of the flat hovered Picker components. |
||||||
$kendo-loader-lg-container-gap | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+ $kendo-picker-flat-focus-bg | +Null | +null |
+ null |
Description
+ The gap of the large Loader container. | Description
The background color of the flat focused Picker components. |
||||||
$kendo-loader-sm-container-font-size | -Number | -$kendo-font-size-sm |
- 12px |
+ $kendo-picker-flat-focus-text | +Null | +null |
+ null |
Description
+ The font size of the small Loader container. | Description
The text color of the flat focused Picker components. |
||||||
$kendo-loader-md-container-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-picker-flat-focus-border | +Null | +null |
+ null |
Description
+ The font size of the medium Loader container. | Description
The border color of the flat focused Picker components. |
||||||
$kendo-loader-lg-container-font-size | -Number | -$kendo-font-size-lg |
- 16px |
+ $kendo-picker-flat-focus-shadow | +List | +$kendo-picker-focus-shadow |
+ 0 0 0 2px rgba(0, 0, 0, 0.08) |
Description
+ The font size of the large Loader container. | Description
The shadow of the flat focused Picker components. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-loading-bg | -Color | -$kendo-component-bg |
- #ffffff |
+||||
$kendo-picker-flat-hover-focus-bg | +Null | +null |
+ null |
||||
Description
+ The background color of the Loading indicator. | Description
The background color of the flat hovered and focused Picker components. |
||||||
$kendo-loading-text | -String | -currentColor |
- currentColor |
+ $kendo-picker-flat-hover-focus-text | +Null | +null |
+ null |
Description
+ The text color of the Loading indicator. | Description
The text color of the flat hovered and focused Picker components. |
||||||
$kendo-loading-opacity | -Number | -.3 |
- 0.3 |
+ $kendo-picker-flat-hover-focus-border | +Null | +null |
+ null |
Description
+ The opacity of the Loading indicator. | Description
The border color of the flat hovered and focused Picker components. |
$kendo-menu-popup-padding-x | -Null | -null |
- null |
+ $kendo-popover-border-width | +Number | +$kendo-card-border-width |
+ 1px |
Description
+ Horizontal padding of the menu popup. | Description
The width of the border around the Popover. |
||||||
$kendo-menu-popup-padding-y | -Null | -null |
- null |
+ $kendo-popover-border-style | +String | +solid |
+ solid |
Description
+ Vertical padding of the menu popup. | Description
The style of the border around the Popover. |
||||||
$kendo-menu-popup-border-width | +$kendo-popover-border-radius | Number | -$kendo-popup-border-width |
- 1px |
+ $kendo-card-border-radius |
+ 6px |
|
Description
+ Width of the border around the menu popup. | Description
The radius of the border around the Popover. |
||||||
$kendo-menu-popup-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-popover-font-family | +String | +$kendo-card-font-family |
+ inherit |
Description
+ Font sizes of the menu popup. | Description
The font family of the Popover. |
||||||
$kendo-menu-popup-line-height | +$kendo-popover-font-size | Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-card-font-size |
+ 14px |
|
Description
+ Line heights used along with $kendo-font-size. | Description
The font size of the Popover. |
||||||
$kendo-menu-popup-bg | -Color | -$kendo-popup-bg |
- #ffffff |
+ $kendo-popover-line-height | +Number | +$kendo-card-line-height |
+ 1.4285714286 |
Description
+ The background of the menu popup. | Description
The line height of the Popover. |
||||||
$kendo-menu-popup-text | +$kendo-popover-text | Color | -$kendo-popup-text |
+ $kendo-component-text |
#424242 |
||
Description
+ The text color of the menu popup. | Description
The text color of the Popover. |
||||||
$kendo-menu-popup-border | +$kendo-popover-bg | Color | -$kendo-popup-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The border color of the menu popup. | Description
The background color of the Popover. |
||||||
$kendo-menu-popup-gradient | -Null | -null |
- null |
+ $kendo-popover-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The background gradient of the menu popup. | Description
The border color of the Popover. |
||||||
$kendo-menu-popup-item-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-popover-shadow | +String | +$kendo-popup-shadow |
+ var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ Horizontal padding of the menu item in popup. | Description
The box shadow of the Popover. |
||||||
$kendo-menu-popup-item-padding-y | +$kendo-popover-header-padding-x | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
-|||
Description
- Vertical padding of the menu item in popup. |
-|||||||
$kendo-menu-popup-item-padding-end | -Calculation | -calc( #{$kendo-menu-popup-item-padding-x * 2} + #{$kendo-icon-size} ) |
- calc(16px + 16px) |
+ $kendo-card-header-padding-x |
+ 16px |
||
Description
+ The end padding of the menu item in popup. | Description
The horizontal padding of the Popover header. |
||||||
$kendo-menu-popup-sm-item-icon-margin-start | +$kendo-popover-header-padding-y | Number | -$kendo-menu-popup-sm-item-padding-x |
- 8px |
-|||
Description
- The start margin of the menu item expand icon. |
-|||||||
$kendo-menu-popup-sm-item-icon-margin-end | -Calculation | -calc( -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)) |
+ $kendo-card-header-padding-y |
+ 12px |
||
Description
+ The end margin of the menu item expand icon. | Description
The vertical padding of the Popover header. |
||||||
$kendo-menu-popup-item-spacing | +$kendo-popover-header-border-width | Number | -0px |
- 0px |
-|||
Description
- The spacing between the menu items in popup. |
-|||||||
$kendo-menu-popup-item-bg | -Null | -null |
- null |
+ $kendo-card-header-border-width |
+ 1px |
||
Description
+ The background of the menu item in popup. | Description
The border width of the Popover header. |
||||||
$kendo-menu-popup-item-text | -Null | -null |
- null |
+ $kendo-popover-header-border-style | +String | +$kendo-popover-border-style |
+ solid |
Description
+ The text color of the menu item in popup. | Description
The border style of the Popover header. |
||||||
$kendo-menu-popup-item-border | -Null | -null |
- null |
+ $kendo-popover-header-text | +Color | +$kendo-card-header-text |
+ #424242 |
Description
+ The border color of the menu item in popup. | Description
The text color of the Popover header. |
||||||
$kendo-menu-popup-item-gradient | +$kendo-popover-header-bg | Null | -null |
+ $kendo-card-header-bg |
null |
||
Description
+ The background gradient of the menu item in popup. | Description
The background color of the Popover header. |
||||||
$kendo-menu-popup-item-hover-bg | +$kendo-popover-header-border | Color | -$kendo-list-item-hover-bg |
- #f0f0f0 |
+ $kendo-card-header-border |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ The background of hovered menu item in popup. | Description
The border color of the Popover header. |
||||||
$kendo-menu-popup-item-hover-text | -Color | -$kendo-list-item-hover-text |
- #424242 |
+ $kendo-popover-body-padding-x | +Number | +$kendo-card-body-padding-x |
+ 16px |
Description
+ The text color of hovered menu item in popup. | Description
The horizontal padding of the Popover body. |
||||||
$kendo-menu-popup-item-hover-border | -Null | -null |
- null |
+ $kendo-popover-body-padding-y | +Number | +$kendo-card-body-padding-y |
+ 16px |
Description
+ The border color of hovered menu item in popup. | Description
The vertical padding of the Popover body. |
||||||
$kendo-menu-popup-item-hover-gradient | -Null | -null |
- null |
+ $kendo-popover-actions-border-width | +Number | +$kendo-popover-border-width |
+ 1px |
Description
+ The background gradient of hovered menu item in popup. | Description
The border width of the Popover actions. |
||||||
$kendo-menu-popup-item-expanded-bg | -Color | -$kendo-list-item-selected-bg |
- #ff6358 |
+ $kendo-popover-callout-width | +Number | +$kendo-card-callout-width |
+ 20px |
Description
+ The background of expanded menu item in popup. | Description
The width of the Popover callout. |
||||||
$kendo-menu-popup-item-expanded-text | -Color | -$kendo-list-item-selected-text |
- white |
+ $kendo-popover-callout-height | +Number | +$kendo-card-callout-height |
+ 20px |
Description
+ The text color of expanded menu item in popup. | Description
The height of the Popover callout. |
||||||
$kendo-menu-popup-item-expanded-border | -Null | -null |
- null |
+ $kendo-popover-callout-border-width | +Number | +$kendo-popover-border-width |
+ 1px |
Description
+ The border color of expanded menu item in popup. | Description
The border width of the Popover callout. |
||||||
$kendo-menu-popup-item-expanded-gradient | -Null | -null |
- null |
+ $kendo-popover-callout-border-style | +String | +$kendo-popover-border-style |
+ solid |
Description
+ The background gradient of expanded menu item in popup. | Description
The border style of the Popover callout. |
||||||
$kendo-menu-popup-item-focus-shadow | -List | -$kendo-menu-item-focus-shadow |
- inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
+ $kendo-popover-callout-bg | +Color | +$kendo-popover-bg |
+ #ffffff |
Description
+ The base shadow of focused menu item in popup. | Description
The background color of the Popover callout. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-menu-button-arrow-padding-x | -Number | -$kendo-button-padding-y |
- 4px |
+||||
$kendo-popover-callout-border | +Color | +$kendo-popover-border |
+ rgba(0, 0, 0, 0.08) |
||||
Description
+ The horizontal padding of the button arrow in the Menu Button.. | Description
The border color of the Popover callout. |
$kendo-notification-group-gap | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-popup-padding-x | +Null | +null |
+ null |
Description
+ The row-gap between the elements in the Notification group. | Description
Horizontal padding of the popup. |
||||||
$kendo-notification-padding-x | -Number | -8px |
- 8px |
+ $kendo-popup-padding-y | +Null | +null |
+ null |
Description
+ The horizontal padding of the Notification. | Description
Vertical padding of the popup. |
||||||
$kendo-notification-padding-y | +$kendo-popup-border-width | Number | -4px |
- 4px |
+ 1px |
+ 1px |
|
Description
+ The vertical padding of the Notification. | Description
Width of the border around the popup. |
||||||
$kendo-notification-border-width | -Number | -1px |
- 1px |
+ $kendo-popup-border-radius | +Null | +null |
+ null |
Description
+ The width of the border around the Notification. | Description
Border radius of the popup. |
||||||
$kendo-notification-border-radius | +$kendo-popup-font-size | Number | -$kendo-border-radius-md |
- 4px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The border radius of the Notification. | Description
Font size of the popup. |
||||||
$kendo-notification-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-popup-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
Description
+ The font family of the Notification. | Description
Line height of the popup. |
||||||
$kendo-notification-font-size | +$kendo-popup-content-padding-x | Number | -$kendo-font-size-sm |
- 12px |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
|
Description
+ The font size of the Notification. | Description
Horizontal padding of the popup content. |
||||||
$kendo-notification-line-height | +$kendo-popup-content-padding-y | Number | -$kendo-line-height-md |
- 1.4285714286 |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
|
Description
+ The line height of the Notification. | Description
Vertical padding of the popup content. |
||||||
$kendo-notification-bg | +$kendo-popup-bg | Color | $kendo-component-bg |
#ffffff |
|||
Description
+ The background color of the Notification. | Description
Background color of the popup. |
||||||
$kendo-notification-text | +$kendo-popup-text | Color | $kendo-component-text |
#424242 |
|||
Description
+ The text color of the Notification. | Description
Text color of the popup. |
||||||
$kendo-notification-border | +$kendo-popup-border | Color | $kendo-component-border |
rgba(0, 0, 0, 0.08) |
|||
Description
+ The border color of the Notification. | Description
Border color of the popup. |
||||||
$kendo-notification-shadow | +$kendo-popup-shadow | String | -$kendo-popup-shadow |
+ k-elevation(4) |
var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)) |
||
Description
- The box shadow of the Notification. |
-|||||||
$kendo-notification-icon-spacing | -Number | -$kendo-icon-spacing |
- 4px |
-||||
Description
- The horizontal spacing of the Notification icon. |
-|||||||
$kendo-notification-theme-colors | -Map | -$kendo-theme-colors |
- ("primary": #ff6358, "secondary": #666666, "tertiary": #03a9f4, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #ebebeb, "inverse": #424242) |
-||||
Description
- The theme colors map for the Notification. |
-|||||||
$kendo-notification-theme | -Map | -notification-theme( $kendo-notification-theme-colors ) |
- ("inverse": (color: white, background-color: #424242, border: #424242), "light": (color: black, background-color: #ebebeb, border: #ebebeb), "dark": (color: white, background-color: #424242, border: #424242), "error": (color: white, background-color: #f31700, border: #f31700), "warning": (color: black, background-color: #ffc000, border: #ffc000), "success": (color: white, background-color: #37b400, border: #37b400), "info": (color: white, background-color: #0058e9, border: #0058e9), "tertiary": (color: white, background-color: #03a9f4, border: #03a9f4), "secondary": (color: white, background-color: #666666, border: #666666), "primary": (color: white, background-color: #ff6358, border: #ff6358)) |
-||||
Description
+ The generated theme colors map for the Notification. | Description
Box shadow of the popup. |
$kendo-pager-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
-||||
Description
- The horizontal padding of the Pager. |
-|||||||
$kendo-pager-sm-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
-||||
Description
- The horizontal padding of the small Pager. |
-|||||||
$kendo-pager-md-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
-||||
Description
- The horizontal padding of the medium Pager. |
-|||||||
$kendo-pager-lg-padding-x | +$kendo-progressbar-height | Number | -k-map-get( $kendo-spacing, 2.5 ) |
- 10px |
+ 22px |
+ 22px |
|
Description
+ The horizontal padding of the large Pager. | Description
The height of the ProgressBar. |
||||||
$kendo-pager-padding-y | +$kendo-progressbar-horizontal-width | Number | -$kendo-pager-padding-x |
- 8px |
+ 100% |
+ 100% |
|
Description
+ The vertical padding of the Pager. | Description
The horizontal width of the ProgressBar. |
||||||
$kendo-pager-sm-padding-y | -Number | -$kendo-pager-sm-padding-x |
- 4px |
+ $kendo-progressbar-animation-timing | +List | +1s linear infinite |
+ 1s linear infinite |
Description
+ The vertical padding of the small Pager. | Description
The animation timing of the ProgressBar. |
||||||
$kendo-pager-md-padding-y | +$kendo-progressbar-border-width | Number | -$kendo-pager-md-padding-x |
- 8px |
+ 0px |
+ 0px |
|
Description
+ The vertical padding of the medium Pager. | Description
The width of the border around the ProgressBar. |
||||||
$kendo-pager-lg-padding-y | -Number | -$kendo-pager-lg-padding-x |
- 10px |
+||||
$kendo-progressbar-font-family | +String | +$kendo-font-family |
+ inherit |
||||
Description
+ The vertical padding of the large Pager. | Description
The font family of the ProgressBar. |
||||||
$kendo-pager-sm-item-min-width | -Calculation | -$kendo-button-sm-calc-size |
- calc(1.4285714286em + 4px + 2px) |
+ $kendo-progressbar-font-size | +Number | +$kendo-font-size-sm |
+ 12px |
Description
+ The minimum width of the items in the small Pager. | Description
The font size of the ProgressBar. |
||||||
$kendo-pager-md-item-min-width | -Calculation | -$kendo-button-md-calc-size |
- calc(1.4285714286em + 8px + 2px) |
+ $kendo-progressbar-line-height | +Number | +1 |
+ 1 |
Description
+ The minimum width of the items in the medium Pagers. | Description
The line height of the ProgressBar. |
||||||
$kendo-pager-lg-item-min-width | -Calculation | -$kendo-button-lg-calc-size |
- calc(1.5em + 16px + 2px) |
+ $kendo-progressbar-bg | +Color | +if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-component-bg, 1 )) |
+ #ebebeb |
Description
+ The minimum width of the items in the large Pagers. | Description
The background color of the ProgressBar. |
||||||
$kendo-pager-sm-item-group-spacing | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+ $kendo-progressbar-text | +Color | +$kendo-component-text |
+ #424242 |
Description
+ The margin between the item groups in the small Pager. | Description
The text color of the ProgressBar. |
||||||
$kendo-pager-md-item-group-spacing | -Number | -k-map-get( $kendo-spacing, 3.5 ) |
- 14px |
+ $kendo-progressbar-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The margin between the item groups in the medium Pager. | Description
The border color of the ProgressBar. |
||||||
$kendo-pager-lg-item-group-spacing | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-progressbar-gradient | +Null | +null |
+ null |
Description
+ The margin between the item groups in the large Pager. | Description
The background gradient of the ProgressBar. |
||||||
$kendo-pager-border-width | -Number | -1px |
- 1px |
+ $kendo-progressbar-value-bg | +Color | +$kendo-color-primary |
+ #ff6358 |
Description
+ The border width of the Pager. | Description
The progress background color of the ProgressBar. |
||||||
$kendo-pager-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-progressbar-value-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg )) |
+ white |
Description
+ The font family of the Pager. | Description
The progress text color of the ProgressBar. |
||||||
$kendo-pager-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-progressbar-value-border | +Color | +if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg )) |
+ #eb5b51 |
Description
+ The font size of the Pager. | Description
The progress border color of the ProgressBar. |
||||||
$kendo-pager-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-progressbar-value-gradient | +Null | +null |
+ null |
Description
+ The line height of the Pager. | Description
The progress background gradient of the ProgressBar. |
||||||
$kendo-pager-bg | +$kendo-progressbar-indeterminate-bg | Color | -$kendo-component-header-bg |
- #fafafa |
+ $kendo-progressbar-bg |
+ #ebebeb |
|
Description
+ The background color of the Pager. | Description
The background color of the indeterminate ProgressBar. |
||||||
$kendo-pager-text | +$kendo-progressbar-indeterminate-text | Color | -$kendo-component-header-text |
+ $kendo-progressbar-text |
#424242 |
||
Description
+ The text color of the Pager. | Description
The text color of the indeterminate ProgressBar. |
||||||
$kendo-pager-border | +$kendo-progressbar-indeterminate-border | Color | -$kendo-component-border |
+ $kendo-progressbar-border |
rgba(0, 0, 0, 0.08) |
||
Description
+ The border color of the Pager. | Description
The border color of the indeterminate ProgressBar. |
||||||
$kendo-pager-focus-bg | +$kendo-progressbar-indeterminate-gradient | Null | null |
null |
|||
Description
+ The background color of the focused Pager. | Description
The background gradient of the indeterminate ProgressBar. |
||||||
$kendo-pager-focus-shadow | -List | -$kendo-focus-shadow |
- inset 0 0 0 2px rgba(0, 0, 0, 0.13) |
+ $kendo-progressbar-chunk-border | +Color | +$kendo-body-bg |
+ #ffffff |
Description
+ The box shadow of the focused Pager. | Description
The border color of the chunk ProgressBar. |
||||||
$kendo-pager-item-border-width | -Number | -0px |
- 0px |
+ $kendo-circular-progressbar-arc-stroke | +Color | +$kendo-color-primary |
+ #ff6358 |
Description
+ The border width of the Pager items. | Description
The arc stroke color of the circular ProgressBar. |
||||||
$kendo-pager-item-border-radius | -Null | -null |
- null |
+ $kendo-circular-progressbar-scale-stroke | +Color | +$kendo-progressbar-bg |
+ #ebebeb |
Description
+ The border radius of the Pager items. | Description
The scale stroke background color of the circular ProgressBar. |
||||||
$kendo-pager-item-spacing | -Null | -null |
- null |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-prompt-text | +Color | +$kendo-component-text |
+ #424242 |
||||
Description
+ The spacing around the Pager items. | Description
The text color of the Prompt. |
||||||
$kendo-pager-item-bg | -Null | -null |
- null |
+ $kendo-prompt-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The background color of the Pager items. | Description
The background color of the Prompt. |
||||||
$kendo-pager-item-text | -Null | -null |
- null |
+ $kendo-prompt-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The text color of the Pager items. | Description
The border color of the Prompt. |
||||||
$kendo-pager-item-border | -Null | -null |
- null |
+ $kendo-prompt-header-text | +Color | +$kendo-component-header-text |
+ #424242 |
Description
+ The border color of the Pager items. | Description
The text color of the Prompt header. |
||||||
$kendo-pager-item-hover-bg | +$kendo-prompt-header-bg | Color | -$kendo-list-item-hover-bg |
- #f0f0f0 |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The background color of the hovered Pager items. | Description
The background color of the Prompt header. |
||||||
$kendo-pager-item-hover-text | +$kendo-prompt-header-border | Color | -$kendo-list-item-hover-text |
- #424242 |
+ $kendo-component-header-border |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ The text color of the hovered Pager items. | Description
The border color of the Prompt header. |
||||||
$kendo-pager-item-hover-border | -Null | -null |
- null |
+ $kendo-prompt-content-padding-y | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+
Description
+ The vertical padding of the Prompt content. |
+|||||||
$kendo-prompt-content-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
||||
Description
+ The border color of the hovered Pager items. | Description
The horizontal padding of the Prompt content. |
||||||
$kendo-pager-item-selected-bg | -Color | -$kendo-list-item-selected-bg |
- #ff6358 |
+ $kendo-prompt-content-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The background color of the selected Pager items. | Description
The spacing between the items of the Prompt content. |
||||||
$kendo-pager-item-selected-text | +$kendo-prompt-content-text | Color | -$kendo-list-item-selected-text |
- white |
+ $kendo-component-header-text |
+ #424242 |
|
Description
+ The text color of the selected Pager items. | Description
The text color of the Prompt content. |
||||||
$kendo-pager-item-selected-border | -Null | -null |
- null |
+ $kendo-prompt-content-bg | +Color | +$kendo-component-header-bg |
+ #fafafa |
Description
+ The border color of the selected Pager items. | Description
The background color of the Prompt content. |
||||||
$kendo-pager-item-focus-opacity | -Null | -null |
- null |
+ $kendo-prompt-content-border | +Color | +$kendo-component-header-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The opacity of the focused Pager items. | Description
The text border of the Prompt content. |
||||||
$kendo-pager-item-focus-bg | -Color | -transparent |
- transparent |
+ $kendo-prompt-expander-spacing | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The background color of the focused Pager items. | Description
The spacing between the items of the Prompt content expander. |
||||||
$kendo-pager-item-focus-shadow | -List | -$kendo-list-item-focus-shadow |
- inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
+ $kendo-prompt-suggestion-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The box shadow of the focused Pager items. | Description
The vertical padding of the Prompt suggestion container. |
||||||
$kendo-pager-number-border-radius | -Null | -null |
- null |
+ $kendo-prompt-suggestion-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The border radius of the Pager numbers. | Description
The horizontal padding of the Prompt suggestion container. |
||||||
$kendo-pager-input-width | +$kendo-prompt-suggestion-border-radius | Number | -5em |
- 5em |
+ $kendo-border-radius-md |
+ 4px |
|
Description
+ The width of the Inputs in the Pager. | Description
The border radius of the Prompt suggestion container. |
||||||
$kendo-pager-sm-dropdown-width | -Number | -5em |
- 5em |
+ $kendo-prompt-suggestion-text | +Color | +$kendo-component-text |
+ #424242 |
Description
+ The width of the DropDowns in the small Pager. | Description
The text color of the Prompt suggestion container. |
||||||
$kendo-pager-md-dropdown-width | -Number | -5em |
- 5em |
+ $kendo-prompt-suggestion-bg | +Color | +$kendo-body-bg |
+ #ffffff |
Description
+ The width of the DropDowns in the medium Pager. | Description
The background color of the Prompt suggestion container. |
||||||
$kendo-pager-lg-dropdown-width | -Number | -5em |
- 5em |
+ $kendo-prompt-suggestion-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The width of the DropDowns in the large Pager. | Description
The border color of the Prompt suggestion container. |
||||||
$kendo-pager-sizes | -Map | -(
- 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)) |
+ $kendo-prompt-suggestion-shadow | +String | +k-elevation(1) |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The sizes map of the Pager. | Description
The elevation of the Prompt suggestion container. |
$kendo-pdf-viewer-border-width | +$kendo-radio-radius | Number | -1px |
- 1px |
-|||
Description
- The border width of the PDFViewer. |
-|||||||
$kendo-pdf-viewer-font-family | -String | -$kendo-font-family |
- inherit |
+ 50% |
+ 50% |
||
Description
+ The font family of the PDFViewer. | Description
The border radius of the RadioButton. |
||||||
$kendo-pdf-viewer-font-size | +$kendo-radio-border-width | Number | -$kendo-font-size-md |
- 14px |
+ 1px |
+ 1px |
|
Description
+ The font size of the PDFViewer. | Description
The border width of the RadioButton. |
||||||
$kendo-pdf-viewer-line-height | +$kendo-radio-sm-size | Number | -$kendo-line-height-md |
- 1.4285714286 |
-|||
Description
- The line height of the PDFViewer. |
-|||||||
$kendo-pdf-viewer-bg | -Color | -$kendo-component-bg |
- #ffffff |
-||||
Description
- The background color of the PDFViewer. |
-|||||||
$kendo-pdf-viewer-text | -Color | -$kendo-component-text |
- #424242 |
+ k-map-get( $kendo-spacing, 3 ) |
+ 12px |
||
Description
+ The text color of the PDFViewer. | Description
The size of a small RadioButton. |
||||||
$kendo-pdf-viewer-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-radio-md-size | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The border color of the PDFViewer. | Description
The size of a medium RadioButton. |
||||||
$kendo-pdf-viewer-toolbar-bg | -Null | -null |
- null |
+ $kendo-radio-lg-size | +Number | +k-map-get( $kendo-spacing, 5 ) |
+ 20px |
Description
+ The background color of the PDFViewer Toolbar. | Description
The size of a large RadioButton. |
||||||
$kendo-pdf-viewer-toolbar-text | -Null | -null |
- null |
+ $kendo-radio-sm-glyph-size | +Number | +k-map-get( $kendo-spacing, 2.5 ) |
+ 10px |
Description
+ The text color of the PDFViewer Toolbar. | Description
The glyph size of a small RadioButton. |
||||||
$kendo-pdf-viewer-toolbar-border | -Null | -null |
- null |
+ $kendo-radio-md-glyph-size | +Number | +k-map-get( $kendo-spacing, 3.5 ) |
+ 14px |
Description
+ The border color of the PDFViewer Toolbar. | Description
The glyph size of a medium RadioButton. |
||||||
$kendo-pdf-viewer-toolbar-gradient | -Null | -null |
- null |
+ $kendo-radio-lg-glyph-size | +Number | +k-map-get( $kendo-spacing, 4.5 ) |
+ 18px |
Description
+ The gradient of the PDFViewer Toolbar. | Description
The glyph size of a large RadioButton. |
||||||
$kendo-pdf-viewer-canvas-bg | -Color | -$kendo-app-bg |
- #fafafa |
+ $kendo-radio-sm-ripple-size | +Number | +300% |
+ 300% |
Description
+ The background color of the PDFViewer canvas. | Description
The ripple size of a small RadioButton. |
||||||
$kendo-pdf-viewer-canvas-text | -Null | -null |
- null |
+ $kendo-radio-md-ripple-size | +Number | +300% |
+ 300% |
Description
+ The text color of the PDFViewer canvas. | Description
The ripple size of a medium RadioButton. |
||||||
$kendo-pdf-viewer-canvas-border | -Null | -null |
- null |
+ $kendo-radio-lg-ripple-size | +Number | +300% |
+ 300% |
Description
+ The border color of the PDFViewer canvas. | Description
The ripple size of a large RadioButton. |
||||||
$kendo-pdf-viewer-page-spacing | -Number | -30px |
- 30px |
+ $kendo-radio-sizes | +Map | +(
+ sm: (
+ size: $kendo-radio-sm-size,
+ glyph-size: $kendo-radio-sm-glyph-size,
+ ripple-size: $kendo-radio-sm-ripple-size
+ ),
+ md: (
+ size: $kendo-radio-md-size,
+ glyph-size: $kendo-radio-md-glyph-size,
+ ripple-size: $kendo-radio-md-ripple-size
+ ),
+ lg: (
+ size: $kendo-radio-lg-size,
+ glyph-size: $kendo-radio-lg-glyph-size,
+ ripple-size: $kendo-radio-lg-ripple-size
+ )
+) |
+ (sm: (size: 12px, glyph-size: 10px, ripple-size: 300%), md: (size: 16px, glyph-size: 14px, ripple-size: 300%), lg: (size: 20px, glyph-size: 18px, ripple-size: 300%)) |
Description
+ The spacing of the PDFViewer page. | Description
The map with the different RadioButton sizes. |
||||||
$kendo-pdf-viewer-page-bg | +$kendo-radio-bg | Color | -white |
- white |
+ $kendo-checkbox-bg |
+ #ffffff |
|
Description
+ The background color of the PDFViewer page. | Description
The background color of the RadioButton. |
||||||
$kendo-pdf-viewer-page-text | -Color | -$kendo-component-text |
- #424242 |
+ $kendo-radio-text | +Null | +$kendo-checkbox-text |
+ null |
Description
+ The text color of the PDFViewer page. | Description
The color of the RadioButton. |
||||||
$kendo-pdf-viewer-page-border | +$kendo-radio-border | Color | -$kendo-component-border |
+ $kendo-checkbox-border |
rgba(0, 0, 0, 0.08) |
||
Description
+ The border color of the PDFViewer page. | Description
The border color of the RadioButton. |
||||||
$kendo-pdf-viewer-page-shadow | -String | -k-elevation(3) |
- var(--kendo-elevation-3, 0 6px 8px rgba(0, 0, 0, 0.08), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-radio-hover-bg | +Null | +$kendo-checkbox-hover-bg |
+ null |
Description
+ The shadow of the PDFViewer page. | Description
The background color of the hovered RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-padding-x | -Number | -$kendo-toolbar-md-padding-x |
- 8px |
+ $kendo-radio-hover-text | +Null | +$kendo-checkbox-hover-text |
+ null |
Description
+ The horizontal padding of the PDFViewer search panel. | Description
The color of the hovered RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-padding-y | -Calculation | -calc( #{$kendo-toolbar-md-padding-x} * 2 ) |
- calc(8px * 2) |
+ $kendo-radio-hover-border | +Null | +$kendo-checkbox-hover-border |
+ null |
Description
+ The vertical padding of the PDFViewer search panel. | Description
The border color of the hovered RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-spacing | -Number | -$kendo-toolbar-md-spacing |
- 8px |
+ $kendo-radio-checked-bg | +Color | +$kendo-checkbox-checked-bg |
+ #ff6358 |
Description
+ The spacing of the PDFViewer search panel. | Description
The background color of the checked RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-border-width | -Number | -1px |
- 1px |
+ $kendo-radio-checked-text | +Color | +$kendo-checkbox-checked-text |
+ white |
Description
+ The border width of the PDFViewer search panel. | Description
The color of the checked RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-border-radius | -Number | -0 |
- 0 |
+ $kendo-radio-checked-border | +Color | +$kendo-checkbox-checked-border |
+ #ff6358 |
Description
+ The border radius of the PDFViewer search panel. | Description
The border color of the checked RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-radio-focus-border | +Null | +$kendo-checkbox-focus-border |
+ null |
Description
+ The background color of the PDFViewer search panel. | Description
The border color of the focused RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-text | -Color | -$kendo-component-text |
- #424242 |
+ $kendo-radio-focus-shadow | +List | +$kendo-checkbox-focus-shadow |
+ 0 0 0 2px rgba(0, 0, 0, 0.06) |
Description
+ The text color of the PDFViewer search panel. | Description
The box shadow of the focused RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-radio-focus-checked-border | +Null | +$kendo-checkbox-focus-checked-border |
+ null |
Description
+ The border color of the PDFViewer search panel. | Description
The border color of the focused and checked RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-shadow | -String | -$kendo-window-shadow |
- var(--kendo-elevation-8, 0 16px 18px rgba(0, 0, 0, 0.28), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-radio-focus-checked-shadow | +List | +$kendo-checkbox-focus-checked-shadow |
+ 0 0 0 2px rgba(255, 99, 88, 0.3) |
Description
+ The shadow of the PDFViewer search panel. | Description
The box shadow of the focused and checked RadioButton. |
||||||
$kendo-pdf-viewer-search-panel-matches-spacing | -Number | -$kendo-padding-sm-x |
- 4px |
+ $kendo-radio-disabled-bg | +Null | +$kendo-checkbox-disabled-bg |
+ null |
Description
+ The spacing of the matches container in the PDFViewer search panel. | Description
The background color of the disabled RadioButton. |
||||||
$kendo-pdf-viewer-selection-line-height | -Number | -$kendo-line-height-sm |
- 1.25 |
+ $kendo-radio-disabled-text | +Null | +$kendo-checkbox-disabled-text |
+ null |
Description
+ The line height of the PDFViewer selection. | Description
The color of the disabled RadioButton. |
||||||
$kendo-pdf-viewer-search-highlight-bg | -Color | -$kendo-body-text |
- #424242 |
+ $kendo-radio-disabled-border | +Null | +$kendo-checkbox-disabled-border |
+ null |
Description
+ The background color of the PDFViewer highlight. | Description
The border color of the disabled RadioButton. |
||||||
$kendo-pdf-viewer-search-highlight-mark-bg | -Color | -yellow |
- yellow |
+ $kendo-radio-disabled-checked-bg | +Null | +$kendo-checkbox-disabled-checked-bg |
+ null |
Description
+ The background color of the PDFViewer highlight mark. | Description
The background color of the disabled and checked RadioButton. |
||||||
$kendo-pdf-viewer-icon-text | -Color | -$kendo-dropzone-icon-text |
- #7e7e7e |
+ $kendo-radio-disabled-checked-text | +Null | +$kendo-checkbox-disabled-checked-text |
+ null |
Description
+ The text color of the PDFViewer icon. | Description
The color of the disabled and checked RadioButton. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-picker-bg | -Color | -$kendo-button-bg |
- #f5f5f5 |
+||||
$kendo-radio-disabled-checked-border | +Null | +$kendo-checkbox-disabled-checked-border |
+ null |
+||||
Description
+ The border color of disabled and checked RadioButton. |
+|||||||
$kendo-radio-invalid-bg | +Null | +$kendo-checkbox-invalid-bg |
+ null |
||||
Description
+ The background color of the Picker components. | Description
The background color of the invalid RadioButton. |
||||||
$kendo-picker-text | +$kendo-radio-invalid-text | Color | -$kendo-button-text |
- #424242 |
+ $kendo-checkbox-invalid-text |
+ #f31700 |
|
Description
+ The text color of the Picker components. | Description
The color of the invalid RadioButton. |
||||||
$kendo-picker-border | +$kendo-radio-invalid-border | Color | -$kendo-button-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-checkbox-invalid-border |
+ #f31700 |
|
Description
+ The border color of the Picker components. | Description
The border color of the invalid RadioButton. |
||||||
$kendo-picker-gradient | -List | -$kendo-button-gradient |
- rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02) |
+ $kendo-radio-indicator-type | +String | +image |
+ image |
Description
+ The gradient of the Picker components. | Description
The type of the RadioButton indicator. |
||||||
$kendo-picker-shadow | -Null | -$kendo-button-shadow |
- null |
+ $kendo-radio-glyph-font-family | +List | +"WebComponentsIcons", monospace |
+ "WebComponentsIcons", monospace |
Description
+ The shadow of the Picker components. | Description
The font family of the RadioButton indicator glyph. |
||||||
$kendo-picker-hover-bg | -Color | -$kendo-button-hover-bg |
- #ebebeb |
+ $kendo-radio-checked-glyph | +String | +"\e308" |
+ "\e308" |
Description
+ The background color of the hovered Picker components. | Description
The glyph of the RadioButton indicator. |
||||||
$kendo-picker-hover-text | -Null | -$kendo-button-hover-text |
- null |
+ $kendo-radio-checked-image | +String | +k-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
+ The text color of the hovered Picker components. | Description
The image of the checked RadioButton indicator. |
||||||
$kendo-picker-hover-border | +$kendo-radio-disabled-checked-image | Null | -$kendo-button-hover-border |
+ null |
null |
||
Description
+ The border color of the hovered Picker components. | Description
The image of the disabled and checked RadioButton indicator. |
||||||
$kendo-picker-hover-gradient | -Null | -$kendo-button-hover-gradient |
- null |
+ $kendo-radio-label-margin-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The gradient of the hovered Picker components. | Description
The horizontal margin of the RadioButton inside of a label. |
||||||
$kendo-picker-hover-shadow | -Null | -$kendo-button-hover-shadow |
- null |
+ $kendo-radio-list-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The shadow of the hovered Picker components. | Description
The horizontal list item margin of the RadioButton. |
||||||
$kendo-picker-focus-bg | -Null | -$kendo-button-focus-bg |
- null |
+ $kendo-radio-list-item-padding-x | +Number | +0px |
+ 0px |
Description
+ The background color of the focused Picker components. | Description
The horizontal list item padding of the RadioButton. |
||||||
$kendo-picker-focus-text | -Null | -$kendo-button-focus-text |
- null |
+ $kendo-radio-list-item-padding-y | +Number | +$kendo-list-md-item-padding-y |
+ 4px |
Description
+ The text color of the focused Picker components. | Description
The vertical list item padding of the RadioButton. |
||||||
$kendo-picker-focus-border | -Null | -$kendo-button-focus-border |
- null |
+ $kendo-radio-ripple-bg | +Color | +$kendo-radio-checked-bg |
+ #ff6358 |
Description
+ The border color of the focused Picker components. | Description
The background color of the RadioButton ripple. |
||||||
$kendo-picker-focus-gradient | -Null | -$kendo-button-focus-gradient |
- null |
+ $kendo-radio-ripple-opacity | +Number | +.25 |
+ 0.25 |
Description
+ The gradient of the focused Picker components. | Description
The opacity of the RadioButton ripple. |
||||||
$kendo-picker-focus-shadow | -List | -$kendo-button-focus-shadow |
- 0 0 0 2px rgba(0, 0, 0, 0.08) |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-rating-font-family | +String | +$kendo-font-family |
+ inherit |
||||
Description
+ The shadow of the focused Picker components. | Description
The font family of the Rating. |
||||||
$kendo-picker-disabled-bg | -Null | -null |
- null |
+ $kendo-rating-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The background color of the disabled Picker components. | Description
The font size of the Rating. |
||||||
$kendo-picker-disabled-text | -Null | -null |
- null |
+ $kendo-rating-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
Description
+ The text color of the disabled Picker components. | Description
The line height of the Rating. |
||||||
$kendo-picker-disabled-border | -Null | -null |
- null |
+ $kendo-rating-container-margin-x | +Number | +$kendo-padding-sm-x |
+ 4px |
Description
+ The border color of the disabled Picker components. | Description
The horizontal margin of the Rating container. |
||||||
$kendo-picker-disabled-gradient | -Null | -null |
- null |
+ $kendo-rating-item-padding-x | +Number | +$kendo-padding-sm-x |
+ 4px |
Description
+ The gradient of the disabled Picker components. | Description
The horizontal padding of the Rating item. |
||||||
$kendo-picker-disabled-shadow | -Null | -null |
- null |
+ $kendo-rating-item-padding-y | +Number | +$kendo-padding-md-y |
+ 4px |
Description
+ The shadow of the disabled Picker components. | Description
The vertical padding of the Rating item. |
||||||
$kendo-picker-outline-bg | -Null | -null |
- null |
+ $kendo-rating-label-margin-x | +Number | +$kendo-padding-md-x |
+ 8px |
Description
+ The background color of the outline Picker components. | Description
The horizontal margin of the Rating label. |
||||||
$kendo-picker-outline-text | -Color | -$kendo-button-text |
- #424242 |
+ $kendo-rating-label-margin-y | +Number | +$kendo-padding-md-y |
+ 4px |
Description
+ The text color of the outline Picker components. | Description
The vertical margin of the Rating label. |
||||||
$kendo-picker-outline-border | -Color | -if($kendo-enable-color-system, rgba( k-color( on-base, true ), .5 ), rgba( $kendo-picker-outline-text, .5)) |
- rgba(66, 66, 66, 0.5) |
+ $kendo-rating-label-line-height | +Number | +$kendo-line-height-lg |
+ 1.5 |
Description
+ The border color of the outline Picker components. | Description
The line height of the Rating label. |
||||||
$kendo-picker-outline-hover-bg | -Color | -$kendo-picker-outline-text |
- #424242 |
+ $kendo-rating-icon-size | +Number | +($kendo-icon-size * 1.5) |
+ 24px |
Description
+ The background color of the outline hovered Picker components. | Description
The size of the Rating icon. |
||||||
$kendo-picker-outline-hover-text | -Color | -if($kendo-enable-color-system, k-color( base ), k-contrast-legacy( $kendo-picker-outline-hover-bg )) |
- white |
+ $kendo-rating-icon-text | +Color | +$kendo-component-text |
+ #424242 |
Description
+ The text color of the outline hovered Picker components. | Description
The text color of the Rating icon. |
||||||
$kendo-picker-outline-hover-border | +$kendo-rating-icon-selected-text | Color | -$kendo-picker-outline-hover-bg |
- #424242 |
+ $kendo-selected-bg |
+ #ff6358 |
|
Description
+ The border color of the outline hovered Picker components. | Description
The text color of the selected Rating icon. |
||||||
$kendo-picker-outline-focus-bg | -Null | -null |
- null |
+ $kendo-rating-icon-hover-text | +Color | +$kendo-selected-bg |
+ #ff6358 |
Description
+ The background color of the outline focused Picker components. | Description
The text color of the hovered Rating icon. |
||||||
$kendo-picker-outline-focus-text | -Null | -null |
- null |
+ $kendo-rating-icon-focus-text | +Color | +$kendo-selected-bg |
+ #ff6358 |
Description
+ The text color of the outline focused Picker components. | Description
The text color of the focused Rating icon. |
||||||
$kendo-picker-outline-focus-border | -Null | -null |
- null |
+ $kendo-rating-icon-focus-shadow | +String | +k-elevation(1) |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The border color of the outline focused Picker components. | Description
The shadow of the focused Rating icon. |
||||||
$kendo-picker-outline-focus-shadow | -List | -$kendo-picker-focus-shadow |
- 0 0 0 2px rgba(0, 0, 0, 0.08) |
+ $kendo-rating-icon-focus-selected-shadow | +String | +k-elevation(1) |
+ var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
+ The shadow of the outline focused Picker components. | Description
The shadow of the focused and selected Rating icon. |
||||||
$kendo-picker-outline-hover-focus-bg | -Null | -null |
- null |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-scrollview-border-width | +Number | +1px |
+ 1px |
||||
Description
+ The background color of the outline hovered and focused Picker components. | Description
The width of the border around the ScrollView. |
||||||
$kendo-picker-outline-hover-focus-text | -Null | -null |
- null |
+ $kendo-scrollview-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The text color of the outline hovered and focused Picker components. | Description
The font family of the ScrollView. |
||||||
$kendo-picker-outline-hover-focus-border | -Null | -null |
- null |
+ $kendo-scrollview-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The border color of the outline hovered and focused Picker components. | Description
The font size of the ScrollView. |
||||||
$kendo-picker-flat-bg | -Null | -null |
- null |
+ $kendo-scrollview-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
Description
+ The background color of the flat Picker components. | Description
The line height of the ScrollView. |
||||||
$kendo-picker-flat-text | +$kendo-scrollview-text | Color | -$kendo-button-text |
+ $kendo-component-text |
#424242 |
||
Description
+ The text color of the flat Picker components. | Description
The text color of the ScrollView. |
||||||
$kendo-picker-flat-border | +$kendo-scrollview-bg | Color | -$kendo-button-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The border color of the flat Picker components. | Description
The background color of the ScrollView. |
||||||
$kendo-picker-flat-hover-bg | +$kendo-scrollview-border | Color | -if($kendo-enable-color-system, rgba( k-color( on-base, true ), .04 ), rgba( $kendo-button-text, .04 )) |
- rgba(66, 66, 66, 0.04) |
+ $kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ The background color of the flat hovered Picker components. | Description
The border color of the ScrollView. |
||||||
$kendo-picker-flat-hover-text | -Null | -null |
- null |
+ $kendo-scrollview-pagebutton-size | +Number | +10px |
+ 10px |
Description
+ The text color of the flat hovered Picker components. | Description
The size of the ScrollView page button. |
||||||
$kendo-picker-flat-hover-border | +$kendo-scrollview-pagebutton-bg | Color | -if($kendo-enable-color-system, k-color( border-alt ), rgba( $kendo-button-border, .16 )) |
- rgba(0, 0, 0, 0.16) |
+ $kendo-button-bg |
+ #f5f5f5 |
|
Description
+ The border color of the flat hovered Picker components. | Description
The background color of the ScrollView page button. |
||||||
$kendo-picker-flat-focus-bg | -Null | -null |
- null |
+ $kendo-scrollview-pagebutton-border | +Color | +$kendo-button-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The background color of the flat focused Picker components. | Description
The border color of the ScrollView page button. |
||||||
$kendo-picker-flat-focus-text | -Null | -null |
- null |
+ $kendo-scrollview-pagebutton-primary-bg | +Color | +$kendo-color-primary |
+ #ff6358 |
Description
+ The text color of the flat focused Picker components. | Description
The primary background color of the ScrollView page button. |
||||||
$kendo-picker-flat-focus-border | -Null | -null |
- null |
+ $kendo-scrollview-pagebutton-primary-border | +Color | +$kendo-color-primary |
+ #ff6358 |
Description
+ The border color of the flat focused Picker components. | Description
The primary border color of the ScrollView page button. |
||||||
$kendo-picker-flat-focus-shadow | +$kendo-scrollview-pagebutton-shadow | List | -$kendo-picker-focus-shadow |
- 0 0 0 2px rgba(0, 0, 0, 0.08) |
-|||
Description
- The shadow of the flat focused Picker components. |
-|||||||
$kendo-picker-flat-hover-focus-bg | -Null | -null |
- null |
+ 0 0 0 2px rgba(0, 0, 0, .13) |
+ 0 0 0 2px rgba(0, 0, 0, 0.13) |
||
Description
+ The background color of the flat hovered and focused Picker components. | Description
The box shadow of the ScrollView page button. |
||||||
$kendo-picker-flat-hover-focus-text | -Null | -null |
- null |
+ $kendo-scrollview-pager-offset | +Number | +0 |
+ 0 |
Description
+ The text color of the flat hovered and focused Picker components. | Description
The offset of the ScrollView pager. |
||||||
$kendo-picker-flat-hover-focus-border | -Null | -null |
- null |
-||||
Description
- The border color of the flat hovered and focused Picker components. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-popover-border-width | +$kendo-scrollview-pager-item-spacing | Number | -$kendo-card-border-width |
- 1px |
+ 20px |
+ 20px |
|
Description
+ The width of the border around the Popover. | Description
The spacing between the ScrollView pager items. |
||||||
$kendo-popover-border-style | -String | -solid |
- solid |
+||||
$kendo-scrollview-pager-item-border-width | +Number | +0px |
+ 0px |
||||
Description
+ The style of the border around the Popover. | Description
The border width of the ScrollView pager items. |
||||||
$kendo-popover-border-radius | -Number | -$kendo-card-border-radius |
- 6px |
+ $kendo-scrollview-pager-height | +Calculation | +calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + #{$kendo-scrollview-pager-item-spacing * 2} ) |
+ calc(10px + 0px + 40px) |
Description
+ The radius of the border around the Popover. | Description
The height of the ScrollView pager. |
||||||
$kendo-popover-font-family | -String | -$kendo-card-font-family |
- inherit |
+ $kendo-scrollview-arrow-tap-highlight-color | +Color | +$kendo-color-rgba-transparent |
+ rgba(0, 0, 0, 0) |
Description
+ The font family of the Popover. | Description
The text color of the highlight over the tapped ScrollView navigation arrows. |
||||||
$kendo-popover-font-size | -Number | -$kendo-card-font-size |
- 14px |
+ $kendo-scrollview-navigation-color | +Color | +white |
+ white |
Description
+ The font size of the Popover. | Description
The color of the ScrollView navigation arrows. |
||||||
$kendo-popover-line-height | -Number | -$kendo-card-line-height |
- 1.4285714286 |
+ $kendo-scrollview-navigation-icon-shadow | +List | +rgba(0, 0, 0, .3) 0 0 15px |
+ rgba(0, 0, 0, 0.3) 0 0 15px |
Description
+ The line height of the Popover. | Description
The box shadow of the ScrollView navigation arrows. |
||||||
$kendo-popover-text | +$kendo-scrollview-navigation-bg | Color | -$kendo-component-text |
- #424242 |
+ rgba(0, 0, 0, 0) |
+ rgba(0, 0, 0, 0) |
|
Description
+ The text color of the Popover. | Description
The background color of the ScrollView navigation. |
||||||
$kendo-popover-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-scrollview-navigation-default-opacity | +Number | +.7 |
+ 0.7 |
Description
+ The background color of the Popover. | Description
The opacity of the ScrollView navigation. |
||||||
$kendo-popover-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-scrollview-navigation-hover-opacity | +Number | +1 |
+ 1 |
Description
+ The border color of the Popover. | Description
The hover opacity of the ScrollView navigation. |
||||||
$kendo-popover-shadow | -String | -$kendo-popup-shadow |
- var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-scrollview-navigation-hover-span-bg | +Null | +null |
+ null |
Description
+ The box shadow of the Popover. | Description
The hover background color of the ScrollView navigation arrows. |
||||||
$kendo-popover-header-padding-x | -Number | -$kendo-card-header-padding-x |
- 16px |
+ $kendo-scrollview-light-bg | +Color | +rgba(255, 255, 255, .4) |
+ rgba(255, 255, 255, 0.4) |
Description
+ The horizontal padding of the Popover header. | Description
The background color of the ScrollView pager in light mode. |
||||||
$kendo-popover-header-padding-y | -Number | -$kendo-card-header-padding-y |
- 12px |
+ $kendo-scrollview-dark-bg | +Color | +rgba(0, 0, 0, .4) |
+ rgba(0, 0, 0, 0.4) |
Description
+ The vertical padding of the Popover header. | Description
The background color of the ScrollView pager in dark mode. |
||||||
$kendo-popover-header-border-width | +$kendo-scrollview-transition-duration | Number | -$kendo-card-header-border-width |
- 1px |
+ .3s |
+ 0.3s |
|
Description
+ The border width of the Popover header. | Description
The duration of the ScrollView transition. |
||||||
$kendo-popover-header-border-style | +$kendo-scrollview-transition-timing-function | String | -$kendo-popover-border-style |
- solid |
+ ease-in-out |
+ ease-in-out |
|
Description
+ The border style of the Popover header. | Description
The timing function of the ScrollView transition. |
||||||
$kendo-popover-header-text | -Color | -$kendo-card-header-text |
- #424242 |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-skeleton-text-transform | +String | +scale( 1, .6 ) |
+ scale(1, 0.6) |
||||
Description
+ The text color of the Popover header. | Description
The transform scale of the Skeleton text. |
||||||
$kendo-popover-header-bg | -Null | -$kendo-card-header-bg |
- null |
+ $kendo-skeleton-text-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
Description
+ The background color of the Popover header. | Description
The border radius of the Skeleton text. |
||||||
$kendo-popover-header-border | -Color | -$kendo-card-header-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-skeleton-rect-border-radius | +Number | +0 |
+ 0 |
Description
+ The border color of the Popover header. | Description
The border radius of the rectangular Skeleton. |
||||||
$kendo-popover-body-padding-x | +$kendo-skeleton-circle-border-radius | Number | -$kendo-card-body-padding-x |
- 16px |
+ 9999px |
+ 9999px |
|
Description
+ The horizontal padding of the Popover body. | Description
+ The border radius of the circular Skeleton. |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-split-button-focus-shadow | +List | +$kendo-button-focus-shadow |
+ 0 0 0 2px rgba(0, 0, 0, 0.08) |
+||||
Description
The focus shadow of the SplitButton. |
|||||||
$kendo-popover-body-padding-y | +$kendo-split-button-arrow-padding-x | Number | -$kendo-card-body-padding-y |
- 16px |
+ $kendo-button-padding-y |
+ 4px |
|
Description
+ The vertical padding of the Popover body. | Description
The horizontal padding of the arrow Button. |
||||||
$kendo-popover-actions-border-width | +$kendo-split-button-sm-arrow-padding-x | Number | -$kendo-popover-border-width |
- 1px |
+ $kendo-button-sm-padding-y |
+ 2px |
|
Description
+ The border width of the Popover actions. | Description
The horizontal padding of the small arrow Button. |
||||||
$kendo-popover-callout-width | +$kendo-split-button-md-arrow-padding-x | Number | -$kendo-card-callout-width |
- 20px |
+ $kendo-button-md-padding-y |
+ 4px |
|
Description
+ The width of the Popover callout. | Description
The horizontal padding of the medium arrow Button. |
||||||
$kendo-popover-callout-height | +$kendo-split-button-lg-arrow-padding-x | Number | -$kendo-card-callout-height |
- 20px |
+ $kendo-button-lg-padding-y |
+ 8px |
|
Description
+ The height of the Popover callout. | Description
The horizontal padding of the large arrow Button. |
||||||
$kendo-popover-callout-border-width | +$kendo-split-button-arrow-padding-y | Number | -$kendo-popover-border-width |
- 1px |
+ $kendo-button-padding-y |
+ 4px |
|
Description
+ The border width of the Popover callout. | Description
The vertical padding of the arrow Button. |
||||||
$kendo-popover-callout-border-style | -String | -$kendo-popover-border-style |
- solid |
+||||
$kendo-split-button-sm-arrow-padding-y | +Number | +$kendo-button-sm-padding-y |
+ 2px |
||||
Description
+ The border style of the Popover callout. | Description
The vertical padding of the small arrow Button. |
||||||
$kendo-popover-callout-bg | -Color | -$kendo-popover-bg |
- #ffffff |
+ $kendo-split-button-md-arrow-padding-y | +Number | +$kendo-button-md-padding-y |
+ 4px |
Description
+ The background color of the Popover callout. | Description
The vertical padding of the medium arrow Button. |
||||||
$kendo-popover-callout-border | -Color | -$kendo-popover-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-split-button-lg-arrow-padding-y | +Number | +$kendo-button-lg-padding-y |
+ 8px |
Description
+ The border color of the Popover callout. | Description
The vertical padding of the large arrow Button. |
$kendo-popup-padding-x | -Null | -null |
- null |
-||||
Description
- Horizontal padding of the popup. |
-|||||||
$kendo-popup-padding-y | -Null | -null |
- null |
-||||
Description
- Vertical padding of the popup. |
-|||||||
$kendo-popup-border-width | +$kendo-splitter-border-width | Number | 1px |
1px |
|||
Description
+ Width of the border around the popup. | Description
The width of the border around the Splitter. |
||||||
$kendo-popup-border-radius | -Null | -null |
- null |
+ $kendo-splitter-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ Border radius of the popup. | Description
The font family of the Splitter. |
||||||
$kendo-popup-font-size | +$kendo-splitter-font-size | Number | $kendo-font-size-md |
14px |
|||
Description
+ Font size of the popup. | Description
The font size of the Splitter. |
||||||
$kendo-popup-line-height | +$kendo-splitter-line-height | Number | $kendo-line-height-md |
1.4285714286 |
|||
Description
- Line height of the popup. |
-|||||||
$kendo-popup-content-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
-||||
Description
- Horizontal padding of the popup content. |
-|||||||
$kendo-popup-content-padding-y | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
-||||
Description
+ Vertical padding of the popup content. | Description
The line height of the Splitter. |
||||||
$kendo-popup-bg | +$kendo-splitter-bg | Color | $kendo-component-bg |
#ffffff |
|||
Description
+ Background color of the popup. | Description
The background color of the Splitter. |
||||||
$kendo-popup-text | +$kendo-splitter-text | Color | $kendo-component-text |
#424242 |
|||
Description
+ Text color of the popup. | Description
The text color of the Splitter. |
||||||
$kendo-popup-border | +$kendo-splitter-border | Color | $kendo-component-border |
rgba(0, 0, 0, 0.08) |
|||
Description
+ Border color of the popup. | Description
The border color of the Splitter. |
||||||
$kendo-popup-shadow | -String | -k-elevation(4) |
- var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-splitter-splitbar-size | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
Description
+ Box shadow of the popup. | Description
The size of the Splitter splitbar. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-progressbar-height | +|||||||
$kendo-splitter-drag-handle-length | Number | -22px |
- 22px |
+ 20px |
+ 20px |
||
Description
+ The height of the ProgressBar. | Description
The length of the Splitter drag handle. |
||||||
$kendo-progressbar-horizontal-width | +$kendo-splitter-drag-handle-thickness | Number | -100% |
- 100% |
+ 2px |
+ 2px |
|
Description
+ The horizontal width of the ProgressBar. | Description
The thickness of the Splitter drag handle. |
||||||
$kendo-progressbar-animation-timing | -List | -1s linear infinite |
- 1s linear infinite |
+ $kendo-splitter-drag-icon-margin | +Number | +7px |
+ 7px |
Description
+ The animation timing of the ProgressBar. | Description
The margin of the Splitter drag handle icon. |
||||||
$kendo-progressbar-border-width | -Number | -0px |
- 0px |
+ $kendo-splitter-collapse-icon-padding-x | +Null | +null |
+ null |
Description
+ The width of the border around the ProgressBar. | Description
The horizontal padding of the collapse icon in the Splitter. |
||||||
$kendo-progressbar-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-splitter-collapse-icon-padding-y | +Number | +k-map-get( $kendo-spacing, .5 ) |
+ 2px |
Description
+ The font family of the ProgressBar. | Description
The vertical padding of the collapse icon in the Splitter. |
||||||
$kendo-progressbar-font-size | -Number | -$kendo-font-size-sm |
- 12px |
+ $kendo-splitbar-bg | +Color | +$kendo-base-bg |
+ #fafafa |
Description
+ The font size of the ProgressBar. | Description
The background color of the Splitter splitbar. |
||||||
$kendo-progressbar-line-height | -Number | -1 |
- 1 |
+ $kendo-splitbar-text | +Color | +$kendo-base-text |
+ #424242 |
Description
+ The line height of the ProgressBar. | Description
The text color of the Splitter splitbar. |
||||||
$kendo-progressbar-bg | +$kendo-splitbar-hover-bg | Color | -if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-component-bg, 1 )) |
- #ebebeb |
+ if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-splitbar-bg, .5 )) |
+ #f0f0f0 |
|
Description
+ The background color of the ProgressBar. | Description
The hover background color of the Splitter splitbar. |
||||||
$kendo-progressbar-text | +$kendo-splitbar-hover-text | Color | -$kendo-component-text |
+ $kendo-splitbar-text |
#424242 |
||
Description
+ The text color of the ProgressBar. | Description
The hover text color of the Splitter splitbar. |
||||||
$kendo-progressbar-border | +$kendo-splitbar-selected-bg | Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-selected-bg |
+ #ff6358 |
|
Description
+ The border color of the ProgressBar. | Description
The selected background color of the Splitter splitbar. |
||||||
$kendo-progressbar-gradient | +$kendo-splitbar-selected-text | +Color | +$kendo-selected-text |
+ white |
+|||
Description
+ The selected text color of the Splitter splitbar. |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-stepper-margin-x | Null | null |
null |
||||
Description
+ The background gradient of the ProgressBar. | Description
The horizontal margin the Stepper. |
||||||
$kendo-progressbar-value-bg | -Color | -$kendo-color-primary |
- #ff6358 |
+ $kendo-stepper-margin-y | +Null | +null |
+ null |
Description
+ The progress background color of the ProgressBar. | Description
The vertical margin the Stepper. |
||||||
$kendo-progressbar-value-text | -Color | -if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-progressbar-value-bg )) |
- white |
+ $kendo-stepper-padding-x | +Null | +null |
+ null |
Description
+ The progress text color of the ProgressBar. | Description
The horizontal padding the Stepper. |
||||||
$kendo-progressbar-value-border | -Color | -if($kendo-enable-color-system, k-color( primary-active ), k-try-shade( $kendo-progressbar-value-bg )) |
- #eb5b51 |
+ $kendo-stepper-padding-y | +Null | +null |
+ null |
Description
+ The progress border color of the ProgressBar. | Description
The vertical padding the Stepper. |
||||||
$kendo-progressbar-value-gradient | -Null | -null |
- null |
+ $kendo-stepper-label-margin-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal margin the Stepper label. |
+|||||||
$kendo-stepper-label-padding-x | +Number | +12px |
+ 12px |
+||||
Description
+ The horizontal padding the Stepper label. |
+|||||||
$kendo-stepper-label-padding-y | +Number | +5px |
+ 5px |
||||
Description
+ The progress background gradient of the ProgressBar. | Description
The vertical padding the Stepper label. |
||||||
$kendo-progressbar-indeterminate-bg | -Color | -$kendo-progressbar-bg |
- #ebebeb |
+ $kendo-stepper-border-width | +Number | +0px |
+ 0px |
Description
+ The background color of the indeterminate ProgressBar. | Description
The width of the border around the Stepper. |
||||||
$kendo-progressbar-indeterminate-text | -Color | -$kendo-progressbar-text |
- #424242 |
+ $kendo-stepper-inline-content-padding-x | +Number | +20px |
+ 20px |
Description
+ The text color of the indeterminate ProgressBar. | Description
The horizontal padding the Stepper content. |
||||||
$kendo-progressbar-indeterminate-border | -Color | -$kendo-progressbar-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-stepper-inline-content-padding-y | +Number | +10px |
+ 10px |
Description
+ The border color of the indeterminate ProgressBar. | Description
The vertical padding the Stepper content. |
||||||
$kendo-progressbar-indeterminate-gradient | -Null | -null |
- null |
+ $kendo-stepper-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The background gradient of the indeterminate ProgressBar. | |||||||
$kendo-progressbar-chunk-border | -Color | -$kendo-body-bg |
- #ffffff |
+ $kendo-stepper-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
Description
+ The border color of the chunk ProgressBar. | |||||||
$kendo-circular-progressbar-arc-stroke | -Color | -$kendo-color-primary |
- #ff6358 |
+ $kendo-stepper-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The arc stroke color of the circular ProgressBar. | |||||||
$kendo-circular-progressbar-scale-stroke | -Color | -$kendo-progressbar-bg |
- #ebebeb |
+ $kendo-stepper-bg | +Null | +null |
+ null |
Description
+ The scale stroke background color of the circular ProgressBar. | Description
The background color of the Stepper. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-prompt-text | +|||||||
$kendo-stepper-text | Color | $kendo-component-text |
#424242 |
||||
Description
+ The text color of the Prompt. | Description
The text color of the Stepper. |
||||||
$kendo-prompt-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-stepper-border | +Null | +null |
+ null |
Description
+ The background color of the Prompt. | Description
The border color of the Stepper. |
||||||
$kendo-prompt-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-stepper-indicator-width | +Number | +28px |
+ 28px |
Description
+ The border color of the Prompt. | Description
The width of the Stepper indicator. |
||||||
$kendo-prompt-header-text | -Color | -$kendo-component-header-text |
- #424242 |
+ $kendo-stepper-indicator-height | +Number | +$kendo-stepper-indicator-width |
+ 28px |
Description
+ The text color of the Prompt header. | Description
The height of the Stepper indicator. |
||||||
$kendo-prompt-header-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-stepper-indicator-border-width | +Number | +1px |
+ 1px |
Description
+ The background color of the Prompt header. | Description
The border width of the Stepper indicator. |
||||||
$kendo-prompt-header-border | -Color | -$kendo-component-header-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-stepper-indicator-border-radius | +Number | +50% |
+ 50% |
Description
+ The border color of the Prompt header. | Description
The border radius of the Stepper indicator. |
||||||
$kendo-prompt-content-padding-y | +$kendo-stepper-indicator-focus-border-width | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ 1px |
+ 1px |
|
Description
+ The vertical padding of the Prompt content. | Description
The border width of the focused Stepper indicator. |
||||||
$kendo-prompt-content-padding-x | +$kendo-stepper-indicator-focus-size | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ 2px |
+ 2px |
|
Description
+ The horizontal padding of the Prompt content. | Description
The size of the focused Stepper indicator. |
||||||
$kendo-prompt-content-spacing | +$kendo-stepper-indicator-focus-offset | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ 3px |
+ 3px |
|
Description
+ The spacing between the items of the Prompt content. | Description
The offset of the Stepper focused indicator. |
||||||
$kendo-prompt-content-text | -Color | -$kendo-component-header-text |
- #424242 |
+ $kendo-stepper-indicator-focus-calc-offset | +Calculation | +calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} ) |
+ calc(1px + 3px) |
Description
+ The text color of the Prompt content. | Description
The calculated offset of the focused Stepper indicator. |
||||||
$kendo-prompt-content-bg | +$kendo-stepper-indicator-bg | Color | -$kendo-component-header-bg |
- #fafafa |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The background color of the Prompt content. | Description
The background color of the Stepper indicator. |
||||||
$kendo-prompt-content-border | +$kendo-stepper-indicator-text | Color | -$kendo-component-header-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-component-text |
+ #424242 |
|
Description
+ The text border of the Prompt content. | Description
The text color of the Stepper indicator. |
||||||
$kendo-prompt-expander-spacing | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-stepper-indicator-border | +Color | +#cccccc |
+ #cccccc |
Description
+ The spacing between the items of the Prompt content expander. | Description
The border color of the Stepper indicator. |
||||||
$kendo-prompt-suggestion-padding-y | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-stepper-indicator-hover-bg | +Color | +if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg )) |
+ #ebebeb |
Description
+ The vertical padding of the Prompt suggestion container. | Description
The background color of the hovered Stepper indicator. |
||||||
$kendo-prompt-suggestion-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-stepper-indicator-hover-text | +Null | +null |
+ null |
Description
+ The horizontal padding of the Prompt suggestion container. | Description
The text color of the hovered Stepper indicator. |
||||||
$kendo-prompt-suggestion-border-radius | -Number | -$kendo-border-radius-md |
- 4px |
+ $kendo-stepper-indicator-hover-border | +Null | +null |
+ null |
Description
+ The border radius of the Prompt suggestion container. | Description
The border color of the hovered Stepper indicator. |
||||||
$kendo-prompt-suggestion-text | -Color | -$kendo-component-text |
- #424242 |
+ $kendo-stepper-indicator-disabled-bg | +Null | +null |
+ null |
Description
+ The text color of the Prompt suggestion container. | Description
The background color of the disabled Stepper indicator. |
||||||
$kendo-prompt-suggestion-bg | +$kendo-stepper-indicator-disabled-text | Color | -$kendo-body-bg |
- #ffffff |
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text) |
+ #8f8f8f |
|
Description
+ The background color of the Prompt suggestion container. | Description
The text color of the disabled Stepper indicator. |
||||||
$kendo-prompt-suggestion-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-stepper-indicator-disabled-border | +Null | +null |
+ null |
Description
+ The border color of the Prompt suggestion container. | Description
The border color of the disabled Stepper indicator. |
||||||
$kendo-prompt-suggestion-shadow | -String | -k-elevation(1) |
- var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
-||||
Description
- The elevation of the Prompt suggestion container. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-radio-radius | -Number | -50% |
- 50% |
+ $kendo-stepper-indicator-done-bg | +Color | +$kendo-color-primary |
+ #ff6358 |
Description
+ The border radius of the RadioButton. | Description
The background color of the Stepper done indicator. |
||||||
$kendo-radio-border-width | -Number | -1px |
- 1px |
+ $kendo-stepper-indicator-done-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) |
+ white |
Description
+ The border width of the RadioButton. | Description
The text color of the Stepper done indicator. |
||||||
$kendo-radio-sm-size | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+ $kendo-stepper-indicator-done-border | +Color | +$kendo-stepper-indicator-done-bg |
+ #ff6358 |
Description
+ The size of a small RadioButton. | Description
The border color of the Stepper done indicator. |
||||||
$kendo-radio-md-size | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-stepper-indicator-done-hover-bg | +Color | +if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg )) |
+ #eb5b51 |
Description
+ The size of a medium RadioButton. | Description
The background color of the hovered Stepper done indicator. |
||||||
$kendo-radio-lg-size | -Number | -k-map-get( $kendo-spacing, 5 ) |
- 20px |
+ $kendo-stepper-indicator-done-hover-text | +Null | +null |
+ null |
Description
+ The size of a large RadioButton. | Description
The text color of the hovered Stepper done indicator. |
||||||
$kendo-radio-sm-glyph-size | -Number | -k-map-get( $kendo-spacing, 2.5 ) |
- 10px |
+ $kendo-stepper-indicator-done-hover-border | +Null | +null |
+ null |
Description
+ The glyph size of a small RadioButton. | Description
The border color of the hovered Stepper done indicator. |
||||||
$kendo-radio-md-glyph-size | -Number | -k-map-get( $kendo-spacing, 3.5 ) |
- 14px |
+ $kendo-stepper-indicator-done-disabled-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( primary, true ), .6 ), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%)) |
+ #ffa19b |
Description
+ The glyph size of a medium RadioButton. | Description
The background color of the disabled Stepper done indicator. |
||||||
$kendo-radio-lg-glyph-size | -Number | -k-map-get( $kendo-spacing, 4.5 ) |
- 18px |
+ $kendo-stepper-indicator-done-disabled-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-stepper-indicator-done-bg )) |
+ white |
Description
+ The glyph size of a large RadioButton. | Description
The text color of the disabled Stepper done indicator. |
||||||
$kendo-radio-sm-ripple-size | -Number | -300% |
- 300% |
+ $kendo-stepper-indicator-done-disabled-border | +Color | +$kendo-stepper-indicator-done-disabled-bg |
+ #ffa19b |
Description
+ The ripple size of a small RadioButton. | Description
The border color of the disabled Stepper done indicator. |
||||||
$kendo-radio-md-ripple-size | -Number | -300% |
- 300% |
+ $kendo-stepper-indicator-current-bg | +Color | +$kendo-stepper-indicator-done-bg |
+ #ff6358 |
Description
+ The ripple size of a medium RadioButton. | Description
The background color of the Stepper current indicator. |
||||||
$kendo-radio-lg-ripple-size | -Number | -300% |
- 300% |
+ $kendo-stepper-indicator-current-text | +Color | +$kendo-stepper-indicator-done-text |
+ white |
Description
+ The ripple size of a large RadioButton. | Description
The text color of the Stepper current indicator. |
||||||
$kendo-radio-sizes | -Map | -(
- sm: (
- size: $kendo-radio-sm-size,
- glyph-size: $kendo-radio-sm-glyph-size,
- ripple-size: $kendo-radio-sm-ripple-size
- ),
- md: (
- size: $kendo-radio-md-size,
- glyph-size: $kendo-radio-md-glyph-size,
- ripple-size: $kendo-radio-md-ripple-size
- ),
- lg: (
- size: $kendo-radio-lg-size,
- glyph-size: $kendo-radio-lg-glyph-size,
- ripple-size: $kendo-radio-lg-ripple-size
- )
-) |
- (sm: (size: 12px, glyph-size: 10px, ripple-size: 300%), md: (size: 16px, glyph-size: 14px, ripple-size: 300%), lg: (size: 20px, glyph-size: 18px, ripple-size: 300%)) |
+ $kendo-stepper-indicator-current-border | +Color | +$kendo-stepper-indicator-done-border |
+ #ff6358 |
Description
+ The map with the different RadioButton sizes. | Description
The border color of the Stepper current indicator. |
||||||
$kendo-radio-bg | +$kendo-stepper-indicator-current-hover-bg | Color | -$kendo-checkbox-bg |
- #ffffff |
+ $kendo-stepper-indicator-done-hover-bg |
+ #eb5b51 |
|
Description
+ The background color of the RadioButton. | Description
The background color of the hovered Stepper current indicator. |
||||||
$kendo-radio-text | +$kendo-stepper-indicator-current-hover-text | Null | -$kendo-checkbox-text |
+ $kendo-stepper-indicator-done-hover-text |
null |
||
Description
+ The color of the RadioButton. | Description
The text color of the hovered Stepper current indicator. |
||||||
$kendo-radio-border | +$kendo-stepper-indicator-current-hover-border | +Null | +$kendo-stepper-indicator-done-hover-border |
+ null |
+|||
Description
+ The border color of the hovered Stepper current indicator. |
+|||||||
$kendo-stepper-indicator-current-disabled-bg | Color | -$kendo-checkbox-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-stepper-indicator-done-disabled-bg |
+ #ffa19b |
||
Description
+ The border color of the RadioButton. | Description
The background color of the disabled Stepper current indicator. |
||||||
$kendo-radio-hover-bg | -Null | -$kendo-checkbox-hover-bg |
- null |
+ $kendo-stepper-indicator-current-disabled-text | +Color | +$kendo-stepper-indicator-done-disabled-text |
+ white |
Description
+ The background color of the hovered RadioButton. | Description
The text color of the disabled Stepper current indicator. |
||||||
$kendo-radio-hover-text | -Null | -$kendo-checkbox-hover-text |
- null |
+ $kendo-stepper-indicator-current-disabled-border | +Color | +$kendo-stepper-indicator-done-disabled-border |
+ #ffa19b |
Description
+ The color of the hovered RadioButton. | Description
The border color of the disabled Stepper current indicator. |
||||||
$kendo-radio-hover-border | +$kendo-stepper-label-text | Null | -$kendo-checkbox-hover-border |
+ null |
null |
||
Description
+ The border color of the hovered RadioButton. | Description
The text color of the Stepper label. |
||||||
$kendo-radio-checked-bg | +$kendo-stepper-label-success-text | Color | -$kendo-checkbox-checked-bg |
- #ff6358 |
+ $kendo-color-success |
+ #37b400 |
|
Description
+ The background color of the checked RadioButton. | Description
The success text color of the Stepper label. |
||||||
$kendo-radio-checked-text | +$kendo-stepper-label-error-text | Color | -$kendo-checkbox-checked-text |
- white |
+ $kendo-color-error |
+ #f31700 |
|
Description
+ The color of the checked RadioButton. | Description
The error text color of the Stepper label. |
||||||
$kendo-radio-checked-border | +$kendo-stepper-label-hover-text | Color | -$kendo-checkbox-checked-border |
- #ff6358 |
+ if($kendo-enable-color-system, k-color( on-base ), k-try-shade( $kendo-stepper-text, 2 )) |
+ #373737 |
|
Description
+ The border color of the checked RadioButton. | Description
The text color of the hovered Stepper label. |
||||||
$kendo-radio-focus-border | -Null | -$kendo-checkbox-focus-border |
- null |
+ $kendo-stepper-label-disabled-text | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .6 ), $kendo-disabled-text) |
+ #8f8f8f |
Description
+ The border color of the focused RadioButton. | Description
The text color of the disabled Stepper label. |
||||||
$kendo-radio-focus-shadow | -List | -$kendo-checkbox-focus-shadow |
- 0 0 0 2px rgba(0, 0, 0, 0.06) |
+ $kendo-stepper-optional-label-text | +Color | +$kendo-subtle-text |
+ #666666 |
Description
+ The box shadow of the focused RadioButton. | Description
The text color of the Stepper optional label. |
||||||
$kendo-radio-focus-checked-border | +$kendo-stepper-optional-label-opacity | Null | -$kendo-checkbox-focus-checked-border |
+ null |
null |
||
Description
+ The border color of the focused and checked RadioButton. | Description
The opacity of the Stepper optional label. |
||||||
$kendo-radio-focus-checked-shadow | -List | -$kendo-checkbox-focus-checked-shadow |
- 0 0 0 2px rgba(255, 99, 88, 0.3) |
+ $kendo-stepper-optional-label-font-size | +Null | +null |
+ null |
Description
+ The box shadow of the focused and checked RadioButton. | Description
The font size of the Stepper optional label. |
||||||
$kendo-radio-disabled-bg | -Null | -$kendo-checkbox-disabled-bg |
- null |
+ $kendo-stepper-optional-label-font-style | +String | +italic |
+ italic |
Description
+ The background color of the disabled RadioButton. | Description
The font style of the Stepper optional label. |
||||||
$kendo-radio-disabled-text | -Null | -$kendo-checkbox-disabled-text |
- null |
+ $kendo-stepper-progressbar-size | +Number | +2px |
+ 2px |
Description
+ The color of the disabled RadioButton. | Description
The size of the Stepper ProgressBar. |
||||||
$kendo-radio-disabled-border | +$kendo-stepper-progressbar-bg | Null | -$kendo-checkbox-disabled-border |
+ null |
null |
||
Description
+ The border color of the disabled RadioButton. | Description
The background color of the Stepper ProgressBar. |
||||||
$kendo-radio-disabled-checked-bg | +$kendo-stepper-progressbar-text | Null | -$kendo-checkbox-disabled-checked-bg |
+ null |
null |
||
Description
+ The background color of the disabled and checked RadioButton. | Description
The text color of the Stepper ProgressBar. |
||||||
$kendo-radio-disabled-checked-text | +$kendo-stepper-progressbar-fill-bg | Null | -$kendo-checkbox-disabled-checked-text |
+ null |
null |
||
Description
+ The color of the disabled and checked RadioButton. | Description
The background color of the selected Stepper ProgressBar. |
||||||
$kendo-radio-disabled-checked-border | +$kendo-stepper-progressbar-fill-text | Null | -$kendo-checkbox-disabled-checked-border |
+ null |
null |
||
Description
+ The border color of disabled and checked RadioButton. | Description
The text color of the selected Stepper ProgressBar. |
||||||
$kendo-radio-invalid-bg | -Null | -$kendo-checkbox-invalid-bg |
- null |
+ $kendo-stepper-content-transition-property | +String | +height |
+ height |
Description
+ The background color of the invalid RadioButton. | Description
The property name of the Stepper transition. |
||||||
$kendo-radio-invalid-text | -Color | -$kendo-checkbox-invalid-text |
- #f31700 |
+ $kendo-stepper-content-transition-duration | +Number | +300ms |
+ 300ms |
Description
+ The color of the invalid RadioButton. | Description
The duration of the Stepper transition. |
||||||
$kendo-radio-invalid-border | -Color | -$kendo-checkbox-invalid-border |
- #f31700 |
+ $kendo-stepper-content-transition-timing-function | +List | +cubic-bezier(.4, 0, .2, 1) 0ms |
+ cubic-bezier(0.4, 0, 0.2, 1) 0ms |
Description
+ The border color of the invalid RadioButton. | Description
+ The timing function of the Stepper transition. |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-switch-font-family | +Null | +null |
+ null |
+||||
Description
The font family of the Switch. |
|||||||
$kendo-radio-indicator-type | -String | -image |
- image |
+ $kendo-switch-track-border-width | +Number | +1px |
+ 1px |
Description
+ The type of the RadioButton indicator. | Description
The border width of the Switch track. |
||||||
$kendo-radio-glyph-font-family | -List | -"WebComponentsIcons", monospace |
- "WebComponentsIcons", monospace |
+ $kendo-switch-thumb-border-width | +Number | +1px |
+ 1px |
Description
+ The font family of the RadioButton indicator glyph. | Description
The border width of the Switch thumb. |
||||||
$kendo-radio-checked-glyph | +$kendo-switch-label-text-transform | String | -"\e308" |
- "\e308" |
+ uppercase |
+ uppercase |
|
Description
+ The glyph of the RadioButton indicator. | Description
The text transform of the Switch label. |
||||||
$kendo-radio-checked-image | +$kendo-switch-label-display | String | -k-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") |
+ inline |
+ inline |
|
Description
+ The image of the checked RadioButton indicator. | Description
The display of the Switch label. |
||||||
$kendo-radio-disabled-checked-image | -Null | -null |
- null |
+ $kendo-switch-sizes | +Map | +(
+ sm: ( font-size: 10px, track-width: 52px, track-height: 26px, thumb-width: 26px, thumb-height: 26px, thumb-offset: 0px, label-offset: 4px ),
+ md: ( font-size: 10px, track-width: 60px, track-height: 30px, thumb-width: 30px, thumb-height: 30px, thumb-offset: 0px, label-offset: 6px ),
+ lg: ( font-size: 10px, track-width: 68px, track-height: 34px, thumb-width: 34px, thumb-height: 34px, thumb-offset: 0px, label-offset: 8px )
+) |
+ (sm: (font-size: 10px, track-width: 52px, track-height: 26px, thumb-width: 26px, thumb-height: 26px, thumb-offset: 0px, label-offset: 4px), md: (font-size: 10px, track-width: 60px, track-height: 30px, thumb-width: 30px, thumb-height: 30px, thumb-offset: 0px, label-offset: 6px), lg: (font-size: 10px, track-width: 68px, track-height: 34px, thumb-width: 34px, thumb-height: 34px, thumb-offset: 0px, label-offset: 8px)) |
Description
+ The image of the disabled and checked RadioButton indicator. | Description
The map with the different Switch sizes. |
||||||
$kendo-radio-label-margin-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-switch-off-track-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The horizontal margin of the RadioButton inside of a label. | Description
The background of the track when the Switch is not checked. |
||||||
$kendo-radio-list-spacing | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-switch-off-track-text | +Color | +$kendo-component-text |
+ #424242 |
Description
+ The horizontal list item margin of the RadioButton. | Description
The text color of the track when the Switch is not checked. |
||||||
$kendo-radio-list-item-padding-x | -Number | -0px |
- 0px |
+ $kendo-switch-off-track-border | +Color | +if($kendo-enable-color-system, k-color( border ), k-try-shade( $kendo-switch-off-track-bg, 8% )) |
+ #ebebeb |
Description
+ The horizontal list item padding of the RadioButton. | Description
The border color of the track when the Switch is not checked. |
||||||
$kendo-radio-list-item-padding-y | -Number | -$kendo-list-md-item-padding-y |
- 4px |
+ $kendo-switch-off-track-gradient | +Null | +null |
+ null |
Description
+ The vertical list item padding of the RadioButton. | Description
The background gradient of the track when the Switch is not checked. |
||||||
$kendo-radio-ripple-bg | -Color | -$kendo-radio-checked-bg |
- #ff6358 |
+ $kendo-switch-off-track-hover-bg | +Null | +null |
+ null |
Description
+ The background color of the RadioButton ripple. | Description
The background of the track when the hovered Switch is not checked. |
||||||
$kendo-radio-ripple-opacity | -Number | -.25 |
- 0.25 |
+ $kendo-switch-off-track-hover-text | +Null | +null |
+ null |
Description
+ The opacity of the RadioButton ripple. | Description
The text color of the track when the hovered Switch is not checked. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-rating-font-family | -String | -$kendo-font-family |
- inherit |
+||||
$kendo-switch-off-track-hover-border | +Null | +null |
+ null |
||||
Description
+ The font family of the Rating. | Description
The border color of the track when the hovered Switch is not checked. |
||||||
$kendo-rating-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-switch-off-track-hover-gradient | +Null | +null |
+ null |
Description
+ The font size of the Rating. | Description
The background gradient of the track when the hovered Switch is not checked. |
||||||
$kendo-rating-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-switch-off-track-focus-bg | +Null | +null |
+ null |
Description
+ The line height of the Rating. | Description
The background of the track when the focused Switch is not checked. |
||||||
$kendo-rating-container-margin-x | -Number | -$kendo-padding-sm-x |
- 4px |
+ $kendo-switch-off-track-focus-text | +Null | +null |
+ null |
Description
+ The horizontal margin of the Rating container. | Description
The text color of the track when the focused Switch is not checked. |
||||||
$kendo-rating-item-padding-x | -Number | -$kendo-padding-sm-x |
- 4px |
+ $kendo-switch-off-track-focus-border | +Null | +null |
+ null |
Description
+ The horizontal padding of the Rating item. | Description
The border color of the track when the focused Switch is not checked. |
||||||
$kendo-rating-item-padding-y | -Number | -$kendo-padding-md-y |
- 4px |
+ $kendo-switch-off-track-focus-gradient | +Null | +null |
+ null |
Description
+ The vertical padding of the Rating item. | Description
The background gradient of the track when the focused Switch is not checked. |
||||||
$kendo-rating-label-margin-x | -Number | -$kendo-padding-md-x |
- 8px |
+ $kendo-switch-off-track-focus-ring | +List | +2px solid if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) , .08 )) |
+ 2px solid rgba(0, 0, 0, 0.08) |
Description
+ The horizontal margin of the Rating label. | Description
The ring around the track when the focused Switch is not checked. |
||||||
$kendo-rating-label-margin-y | -Number | -$kendo-padding-md-y |
- 4px |
+ $kendo-switch-off-track-disabled-bg | +Null | +null |
+ null |
Description
+ The vertical margin of the Rating label. | Description
The background of the track when the disabled Switch is not checked. |
||||||
$kendo-rating-label-line-height | -Number | -$kendo-line-height-lg |
- 1.5 |
+ $kendo-switch-off-track-disabled-text | +Null | +null |
+ null |
Description
+ The line height of the Rating label. | Description
The text color of the track when the disabled Switch is not checked. |
||||||
$kendo-rating-icon-size | -Number | -($kendo-icon-size * 1.5) |
- 24px |
+ $kendo-switch-off-track-disabled-border | +Null | +null |
+ null |
Description
+ The size of the Rating icon. | Description
The border color of the track when the disabled Switch is not checked. |
||||||
$kendo-rating-icon-text | -Color | -$kendo-component-text |
- #424242 |
+ $kendo-switch-off-track-disabled-gradient | +Null | +null |
+ null |
Description
+ The text color of the Rating icon. | Description
The background gradient of the track when the disabled Switch is not checked. |
||||||
$kendo-rating-icon-selected-text | +$kendo-switch-off-thumb-bg | Color | -$kendo-selected-bg |
- #ff6358 |
+ $kendo-base-bg |
+ #fafafa |
|
Description
+ The text color of the selected Rating icon. | Description
The background of the thumb when the Switch is not checked. |
||||||
$kendo-rating-icon-hover-text | +$kendo-switch-off-thumb-text | Color | -$kendo-selected-bg |
- #ff6358 |
+ $kendo-base-text |
+ #424242 |
|
Description
+ The text color of the hovered Rating icon. | Description
The text color of the thumb when the Switch is not checked. |
||||||
$kendo-rating-icon-focus-text | +$kendo-switch-off-thumb-border | Color | -$kendo-selected-bg |
- #ff6358 |
+ $kendo-base-border |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ The text color of the focused Rating icon. | Description
The border color of the thumb when the Switch is not checked. |
||||||
$kendo-rating-icon-focus-shadow | -String | -k-elevation(1) |
- var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-switch-off-thumb-gradient | +Null | +null |
+ null |
Description
+ The shadow of the focused Rating icon. | Description
The background gradient of the thumb when the Switch is not checked. |
||||||
$kendo-rating-icon-focus-selected-shadow | -String | -k-elevation(1) |
- var(--kendo-elevation-1, 0 2px 3px rgba(0, 0, 0, 0.04), 0 4px 16px rgba(0, 0, 0, 0.12)) |
+ $kendo-switch-off-thumb-hover-bg | +Null | +null |
+ null |
Description
+ The shadow of the focused and selected Rating icon. | Description
The background of the thumb when the hovered Switch is not checked. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-scrollview-border-width | -Number | -1px |
- 1px |
+||||
$kendo-switch-off-thumb-hover-text | +Null | +null |
+ null |
||||
Description
+ The width of the border around the ScrollView. | Description
The text color of the thumb when the hovered Switch is not checked. |
||||||
$kendo-scrollview-font-family | -String | -$kendo-font-family |
- inherit |
+ $kendo-switch-off-thumb-hover-border | +Null | +null |
+ null |
Description
+ The font family of the ScrollView. | Description
The border color of the thumb when the hovered Switch is not checked. |
||||||
$kendo-scrollview-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-switch-off-thumb-hover-gradient | +Null | +null |
+ null |
Description
+ The font size of the ScrollView. | Description
The background gradient of the thumb when the hovered Switch is not checked. |
||||||
$kendo-scrollview-line-height | -Number | -$kendo-line-height-md |
- 1.4285714286 |
+ $kendo-switch-on-track-bg | +Color | +$kendo-color-primary |
+ #ff6358 |
Description
+ The line height of the ScrollView. | Description
The background of the track when the Switch is checked. |
||||||
$kendo-scrollview-text | +$kendo-switch-on-track-text | Color | -$kendo-component-text |
- #424242 |
+ if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-switch-on-track-bg )) |
+ white |
|
Description
+ The text color of the ScrollView. | Description
The text color of the track when the Switch is checked. |
||||||
$kendo-scrollview-bg | +$kendo-switch-on-track-border | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-switch-on-track-bg |
+ #ff6358 |
|
Description
+ The background color of the ScrollView. | Description
The border color of the track when the Switch is checked. |
||||||
$kendo-scrollview-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-switch-on-track-gradient | +Null | +null |
+ null |
Description
+ The border color of the ScrollView. | Description
The background gradient of the track when the Switch is checked. |
||||||
$kendo-scrollview-pagebutton-size | -Number | -10px |
- 10px |
+ $kendo-switch-on-track-hover-bg | +Null | +null |
+ null |
Description
+ The size of the ScrollView page button. | Description
The background of the track when the hovered Switch is checked. |
||||||
$kendo-scrollview-pagebutton-bg | -Color | -$kendo-button-bg |
- #f5f5f5 |
+ $kendo-switch-on-track-hover-text | +Null | +null |
+ null |
Description
+ The background color of the ScrollView page button. | Description
The text color of the track when the hovered Switch is checked. |
||||||
$kendo-scrollview-pagebutton-border | -Color | -$kendo-button-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-switch-on-track-hover-border | +Null | +null |
+ null |
Description
+ The border color of the ScrollView page button. | Description
The border color of the track when the hovered Switch is checked. |
||||||
$kendo-scrollview-pagebutton-primary-bg | -Color | -$kendo-color-primary |
- #ff6358 |
+ $kendo-switch-on-track-hover-gradient | +Null | +null |
+ null |
Description
+ The primary background color of the ScrollView page button. | Description
The background gradient of the track when the hovered Switch is checked. |
||||||
$kendo-scrollview-pagebutton-primary-border | -Color | -$kendo-color-primary |
- #ff6358 |
+ $kendo-switch-on-track-focus-bg | +Null | +null |
+ null |
Description
+ The primary border color of the ScrollView page button. | Description
The background of the track when the focused Switch is checked. |
||||||
$kendo-scrollview-pagebutton-shadow | -List | -0 0 0 2px rgba(0, 0, 0, .13) |
- 0 0 0 2px rgba(0, 0, 0, 0.13) |
+ $kendo-switch-on-track-focus-text | +Null | +null |
+ null |
Description
+ The box shadow of the ScrollView page button. | Description
The text color of the track when the focused Switch is checked. |
||||||
$kendo-scrollview-pager-offset | -Number | -0 |
- 0 |
+ $kendo-switch-on-track-focus-border | +Null | +null |
+ null |
Description
+ The offset of the ScrollView pager. | Description
The border color of the track when the focused Switch is checked. |
||||||
$kendo-scrollview-pager-item-spacing | -Number | -20px |
- 20px |
+ $kendo-switch-on-track-focus-gradient | +Null | +null |
+ null |
Description
+ The spacing between the ScrollView pager items. | Description
The background gradient of the track when the focused Switch is checked. |
||||||
$kendo-scrollview-pager-item-border-width | -Number | -0px |
- 0px |
+ $kendo-switch-on-track-focus-ring | +List | +2px solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-switch-on-track-border, .25 )) |
+ 2px solid rgba(255, 99, 88, 0.25) |
Description
+ The border width of the ScrollView pager items. | Description
The ring around the track when the focused Switch is checked. |
||||||
$kendo-scrollview-pager-height | -Calculation | -calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + #{$kendo-scrollview-pager-item-spacing * 2} ) |
- calc(10px + 0px + 40px) |
+ $kendo-switch-on-track-disabled-bg | +Null | +null |
+ null |
Description
+ The height of the ScrollView pager. | Description
The background of the track when the disabled Switch is checked. |
||||||
$kendo-scrollview-arrow-tap-highlight-color | -Color | -$kendo-color-rgba-transparent |
- rgba(0, 0, 0, 0) |
+ $kendo-switch-on-track-disabled-text | +Null | +null |
+ null |
Description
+ The text color of the highlight over the tapped ScrollView navigation arrows. | Description
The text color of the track when the disabled Switch is checked. |
||||||
$kendo-scrollview-navigation-color | -Color | -white |
- white |
+ $kendo-switch-on-track-disabled-border | +Null | +null |
+ null |
Description
+ The color of the ScrollView navigation arrows. | Description
The border color of the track when the disabled Switch is checked. |
||||||
$kendo-scrollview-navigation-icon-shadow | -List | -rgba(0, 0, 0, .3) 0 0 15px |
- rgba(0, 0, 0, 0.3) 0 0 15px |
+ $kendo-switch-on-track-disabled-gradient | +Null | +null |
+ null |
Description
+ The box shadow of the ScrollView navigation arrows. | Description
The background gradient of the track when the disabled Switch is checked. |
||||||
$kendo-scrollview-navigation-bg | +$kendo-switch-on-thumb-bg | Color | -rgba(0, 0, 0, 0) |
- rgba(0, 0, 0, 0) |
+ $kendo-base-bg |
+ #fafafa |
|
Description
+ The background color of the ScrollView navigation. | Description
The background of the thumb when the Switch is checked. |
||||||
$kendo-scrollview-navigation-default-opacity | -Number | -.7 |
- 0.7 |
+ $kendo-switch-on-thumb-text | +Color | +$kendo-base-text |
+ #424242 |
Description
+ The opacity of the ScrollView navigation. | Description
The text color of the thumb when the Switch is checked. |
||||||
$kendo-scrollview-navigation-hover-opacity | -Number | -1 |
- 1 |
-||||
Description
+ The hover opacity of the ScrollView navigation. | $kendo-switch-on-thumb-border | +Color | +$kendo-base-border |
+ rgba(0, 0, 0, 0.08) |
+|||
Description
The border color of the thumb when the Switch is checked. |
|||||||
$kendo-scrollview-navigation-hover-span-bg | +$kendo-switch-on-thumb-gradient | Null | null |
null |
|||
Description
+ The hover background color of the ScrollView navigation arrows. | Description
The background gradient of the thumb when the Switch is checked. |
||||||
$kendo-scrollview-light-bg | -Color | -rgba(255, 255, 255, .4) |
- rgba(255, 255, 255, 0.4) |
+ $kendo-switch-on-thumb-hover-bg | +Null | +null |
+ null |
Description
+ The background color of the ScrollView pager in light mode. | Description
The background of the thumb when the hovered Switch is checked. |
||||||
$kendo-scrollview-dark-bg | -Color | -rgba(0, 0, 0, .4) |
- rgba(0, 0, 0, 0.4) |
+ $kendo-switch-on-thumb-hover-text | +Null | +null |
+ null |
Description
+ The background color of the ScrollView pager in dark mode. | Description
The text color of the thumb when the hovered Switch is checked. |
||||||
$kendo-scrollview-transition-duration | -Number | -.3s |
- 0.3s |
+ $kendo-switch-on-thumb-hover-border | +Null | +null |
+ null |
Description
+ The duration of the ScrollView transition. | Description
The border color of the thumb when the hovered Switch is checked. |
||||||
$kendo-scrollview-transition-timing-function | -String | -ease-in-out |
- ease-in-out |
+ $kendo-switch-on-thumb-hover-gradient | +Null | +null |
+ null |
Description
+ The timing function of the ScrollView transition. | Description
The background gradient of the thumb when the hovered Switch is checked. |
$kendo-skeleton-text-transform | -String | -scale( 1, .6 ) |
- scale(1, 0.6) |
-||||
Description
- The transform scale of the Skeleton text. |
-|||||||
$kendo-skeleton-text-border-radius | +$kendo-table-border-width | Number | -$kendo-border-radius-md |
- 4px |
+ 1px |
+ 1px |
|
Description
+ The border radius of the Skeleton text. | Description
The width of the table border. |
||||||
$kendo-skeleton-rect-border-radius | +$kendo-table-cell-vertical-border-width | Number | -0 |
- 0 |
+ 1px |
+ 1px |
|
Description
+ The border radius of the rectangular Skeleton. | Description
The width of vertical border of table cells. |
||||||
$kendo-skeleton-circle-border-radius | +$kendo-table-cell-horizontal-border-width | Number | -9999px |
- 9999px |
+ 0px |
+ 0px |
|
Description
+ The border radius of the circular Skeleton. | Description
The width of horizontal border of table cells. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-split-button-focus-shadow | -List | -$kendo-button-focus-shadow |
- 0 0 0 2px rgba(0, 0, 0, 0.08) |
+||||
$kendo-table-font-size | +Null | +null |
+ null |
||||
Description
+ The focus shadow of the SplitButton. | Description
The font size of the table if no size is specified. |
||||||
$kendo-split-button-arrow-padding-x | -Number | -$kendo-button-padding-y |
- 4px |
+ $kendo-table-line-height | +Null | +null |
+ null |
Description
+ The horizontal padding of the arrow Button. | Description
The line-height of the table if no size is specified. |
||||||
$kendo-split-button-sm-arrow-padding-x | -Number | -$kendo-button-sm-padding-y |
- 2px |
+ $kendo-table-cell-padding-x | +Null | +null |
+ null |
Description
+ The horizontal padding of the small arrow Button. | Description
The horizontal padding of the cells in the table if no size is specified. |
||||||
$kendo-split-button-md-arrow-padding-x | -Number | -$kendo-button-md-padding-y |
- 4px |
+ $kendo-table-cell-padding-y | +Null | +null |
+ null |
Description
+ The horizontal padding of the medium arrow Button. | Description
The vertical padding of the cells in the table if no size is specified. |
||||||
$kendo-split-button-lg-arrow-padding-x | -Number | -$kendo-button-lg-padding-y |
- 8px |
+ $kendo-table-sizes | +Map | +(
+ 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 horizontal padding of the large arrow Button. | Description
The sizes of the table. |
||||||
$kendo-split-button-arrow-padding-y | -Number | -$kendo-button-padding-y |
- 4px |
+ $kendo-table-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The vertical padding of the arrow Button. | Description
Background color of tables. |
||||||
$kendo-split-button-sm-arrow-padding-y | -Number | -$kendo-button-sm-padding-y |
- 2px |
+ $kendo-table-text | +Color | +$kendo-component-text |
+ #424242 |
Description
+ The vertical padding of the small arrow Button. | Description
Text color of tables. |
||||||
$kendo-split-button-md-arrow-padding-y | -Number | -$kendo-button-md-padding-y |
- 4px |
+ $kendo-table-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The vertical padding of the medium arrow Button. | Description
Border color of tables. |
||||||
$kendo-split-button-lg-arrow-padding-y | -Number | -$kendo-button-lg-padding-y |
- 8px |
+ $kendo-table-header-bg | +Color | +$kendo-component-header-bg |
+ #fafafa |
Description
+ The vertical padding of the large arrow Button. | Description
Background color of table headers. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-switch-font-family | -Null | -null |
- null |
+||||
$kendo-table-header-text | +Color | +$kendo-component-header-text |
+ #424242 |
||||
Description
+ The font family of the Switch. | Description
Text color of table headers. |
||||||
$kendo-switch-track-border-width | -Number | -1px |
- 1px |
+ $kendo-table-header-border | +Color | +$kendo-component-header-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The border width of the Switch track. | Description
Border color of table headers. |
||||||
$kendo-switch-thumb-border-width | -Number | -1px |
- 1px |
+ $kendo-table-header-gradient | +Null | +$kendo-component-header-gradient |
+ null |
Description
+ The border width of the Switch thumb. | Description
Gradient of table headers. |
||||||
$kendo-switch-label-text-transform | -String | -uppercase |
- uppercase |
+ $kendo-table-footer-bg | +Color | +$kendo-table-header-bg |
+ #fafafa |
Description
+ The text transform of the Switch label. | Description
Background color of table footers. |
||||||
$kendo-switch-label-display | -String | -inline |
- inline |
+ $kendo-table-footer-text | +Color | +$kendo-table-header-text |
+ #424242 |
Description
+ The display of the Switch label. | Description
Text color of table footers. |
||||||
$kendo-switch-sizes | -Map | -(
- 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)) |
+ $kendo-table-footer-border | +Color | +$kendo-table-header-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The map with the different Switch sizes. | Description
Border color of table footers. |
||||||
$kendo-switch-off-track-bg | +$kendo-table-group-row-bg | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-table-header-bg |
+ #fafafa |
|
Description
+ The background of the track when the Switch is not checked. | Description
Background color of group rows in table. |
||||||
$kendo-switch-off-track-text | +$kendo-table-group-row-text | Color | -$kendo-component-text |
+ $kendo-table-header-text |
#424242 |
||
Description
+ The text color of the track when the Switch is not checked. | Description
Text color of group rows in table. |
||||||
$kendo-switch-off-track-border | +$kendo-table-group-row-border | Color | -if($kendo-enable-color-system, k-color( border ), k-try-shade( $kendo-switch-off-track-bg, 8% )) |
- #ebebeb |
+ $kendo-table-header-border |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ The border color of the track when the Switch is not checked. | Description
Border color of group rows in table. |
||||||
$kendo-switch-off-track-gradient | -Null | -null |
- null |
+ $kendo-table-alt-row-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), rgba( k-contrast-legacy( $kendo-table-bg ), .04 )) |
+ rgba(0, 0, 0, 0.04) |
Description
+ The background gradient of the track when the Switch is not checked. | Description
Background color of alternating rows in table. |
||||||
$kendo-switch-off-track-hover-bg | +$kendo-table-alt-row-text | Null | null |
null |
|||
Description
+ The background of the track when the hovered Switch is not checked. | Description
Text color of alternating rows in table. |
||||||
$kendo-switch-off-track-hover-text | +$kendo-table-alt-row-border | Null | null |
null |
|||
Description
+ The text color of the track when the hovered Switch is not checked. | Description
Border color of alternating rows in table. |
||||||
$kendo-switch-off-track-hover-border | -Null | -null |
- null |
+ $kendo-table-hover-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .11 ), k-color-darken($kendo-table-bg, 7%)) |
+ #ededed |
Description
+ The border color of the track when the hovered Switch is not checked. | Description
Background color of hovered rows in table. |
||||||
$kendo-switch-off-track-hover-gradient | +$kendo-table-hover-text | Null | null |
null |
|||
Description
+ The background gradient of the track when the hovered Switch is not checked. | Description
Text color of hovered rows in table. |
||||||
$kendo-switch-off-track-focus-bg | +$kendo-table-hover-border | Null | null |
null |
|||
Description
+ The background of the track when the focused Switch is not checked. | Description
Border color of hovered rows in table. |
||||||
$kendo-switch-off-track-focus-text | +$kendo-table-focus-bg | Null | null |
null |
|||
Description
+ The text color of the track when the focused Switch is not checked. | Description
Background color of focused rows in table. |
||||||
$kendo-switch-off-track-focus-border | +$kendo-table-focus-text | Null | null |
null |
|||
Description
+ The border color of the track when the focused Switch is not checked. | Description
Text color of focused rows in table. |
||||||
$kendo-switch-off-track-focus-gradient | +$kendo-table-focus-border | Null | null |
null |
|||
Description
+ The background gradient of the track when the focused Switch is not checked. | Description
Border color of focused rows in table. |
||||||
$kendo-switch-off-track-focus-ring | +$kendo-table-focus-shadow | List | -2px solid if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black ) , .08 )) |
- 2px solid rgba(0, 0, 0, 0.08) |
+ $kendo-list-item-focus-shadow |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
|
Description
+ The ring around the track when the focused Switch is not checked. | Description
Box shadow of focused rows in table. |
||||||
$kendo-switch-off-track-disabled-bg | -Null | -null |
- null |
+ $kendo-table-selected-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25)) |
+ rgba(255, 99, 88, 0.25) |
Description
+ The background of the track when the disabled Switch is not checked. | Description
Background color of selected rows in table. |
||||||
$kendo-switch-off-track-disabled-text | +$kendo-table-selected-text | Null | null |
null |
|||
Description
+ The text color of the track when the disabled Switch is not checked. | Description
Text color of selected rows in table. |
||||||
$kendo-switch-off-track-disabled-border | +$kendo-table-selected-border | Null | null |
null |
|||
Description
+ The border color of the track when the disabled Switch is not checked. | Description
Border color of selected rows in table. |
||||||
$kendo-switch-off-track-disabled-gradient | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-tabstrip-bg | Null | null |
null |
||||
Description
+ The background gradient of the track when the disabled Switch is not checked. | Description
Background color of tabstrip component |
||||||
$kendo-switch-off-thumb-bg | +$kendo-tabstrip-text | Color | -$kendo-base-bg |
- #fafafa |
+ $kendo-component-text |
+ #424242 |
|
Description
+ The background of the thumb when the Switch is not checked. | Description
Text color of tabstrip component |
||||||
$kendo-switch-off-thumb-text | +$kendo-tabstrip-border | Color | -$kendo-base-text |
- #424242 |
+ $kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ The text color of the thumb when the Switch is not checked. | Description
Border color of tabstrip component |
||||||
$kendo-switch-off-thumb-border | +$kendo-tabstrip-item-padding-x | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
+|||
Description
+ Horizontal padding of tabs |
+|||||||
$kendo-tabstrip-item-padding-y | +Number | +k-map-get( $kendo-spacing, 1.5 ) |
+ 6px |
+||||
Description
+ Vertical padding of tabs |
+|||||||
$kendo-tabstrip-item-border-width | +Number | +1px |
+ 1px |
+||||
Description
+ Width of border around tabs |
+|||||||
$kendo-tabstrip-item-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
+||||
Description
+ Border radius of tabs |
+|||||||
$kendo-tabstrip-item-gap | +Number | +0 |
+ 0 |
+||||
Description
+ Spacing between tabs |
+|||||||
$kendo-tabstrip-item-bg | +Null | +null |
+ null |
+||||
Description
+ Background color of tabs |
+|||||||
$kendo-tabstrip-item-text | Color | -$kendo-base-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-link-text |
+ #ff6358 |
||
Description
+ The border color of the thumb when the Switch is not checked. | Description
Text color of tabs |
||||||
$kendo-switch-off-thumb-gradient | +$kendo-tabstrip-item-border | Null | null |
null |
|||
Description
+ The background gradient of the thumb when the Switch is not checked. | Description
Border color of tabs |
||||||
$kendo-switch-off-thumb-hover-bg | +$kendo-tabstrip-item-gradient | Null | null |
null |
|||
Description
+ The background of the thumb when the hovered Switch is not checked. | Description
Background gradient of tabs |
||||||
$kendo-switch-off-thumb-hover-text | +$kendo-tabstrip-item-hover-bg | Null | null |
null |
|||
Description
+ The text color of the thumb when the hovered Switch is not checked. | Description
Background color of hovered tabs |
||||||
$kendo-switch-off-thumb-hover-border | -Null | -null |
- null |
+ $kendo-tabstrip-item-hover-text | +Color | +$kendo-link-hover-text |
+ #d6534a |
Description
+ The border color of the thumb when the hovered Switch is not checked. | Description
Text color of hovered tabs |
||||||
$kendo-switch-off-thumb-hover-gradient | +$kendo-tabstrip-item-hover-border | Null | null |
null |
|||
Description
+ The background gradient of the thumb when the hovered Switch is not checked. | Description
Border color of hovered tabs |
||||||
$kendo-switch-on-track-bg | -Color | -$kendo-color-primary |
- #ff6358 |
+ $kendo-tabstrip-item-hover-gradient | +Null | +null |
+ null |
Description
+ The background of the track when the Switch is checked. | Description
Background gradient of hovered tabs |
||||||
$kendo-switch-on-track-text | +$kendo-tabstrip-item-selected-bg | Color | -if($kendo-enable-color-system, k-color( on-primary ), k-contrast-legacy( $kendo-switch-on-track-bg )) |
- white |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The text color of the track when the Switch is checked. | Description
Background color of selected tabs |
||||||
$kendo-switch-on-track-border | +$kendo-tabstrip-item-selected-text | Color | -$kendo-switch-on-track-bg |
- #ff6358 |
+ $kendo-component-text |
+ #424242 |
|
Description
+ The border color of the track when the Switch is checked. | Description
Text color of selected tabs |
||||||
$kendo-switch-on-track-gradient | -Null | -null |
- null |
+ $kendo-tabstrip-item-selected-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The background gradient of the track when the Switch is checked. | Description
Border color of selected tabs |
||||||
$kendo-switch-on-track-hover-bg | +$kendo-tabstrip-item-selected-gradient | Null | null |
null |
|||
Description
+ The background of the track when the hovered Switch is checked. | Description
Background gradient of selected tabs |
||||||
$kendo-switch-on-track-hover-text | -Null | -null |
- null |
+ $kendo-tabstrip-content-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The text color of the track when the hovered Switch is checked. | Description
Horizontal padding of tabstrip content |
||||||
$kendo-switch-on-track-hover-border | -Null | -null |
- null |
+ $kendo-tabstrip-content-padding-y | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The border color of the track when the hovered Switch is checked. | Description
Vertical padding of tabstrip content |
||||||
$kendo-switch-on-track-hover-gradient | -Null | -null |
- null |
+ $kendo-tabstrip-content-border-width | +Number | +1px |
+ 1px |
Description
+ The background gradient of the track when the hovered Switch is checked. | Description
Width of border around tabstrip content |
||||||
$kendo-switch-on-track-focus-bg | -Null | -null |
- null |
+ $kendo-tabstrip-content-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The background of the track when the focused Switch is checked. | Description
Background color of tabstrip content |
||||||
$kendo-switch-on-track-focus-text | -Null | -null |
- null |
+ $kendo-tabstrip-content-text | +Color | +$kendo-component-text |
+ #424242 |
Description
+ The text color of the track when the focused Switch is checked. | Description
Text color of tabstrip content |
||||||
$kendo-switch-on-track-focus-border | -Null | -null |
- null |
+ $kendo-tabstrip-content-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The border color of the track when the focused Switch is checked. | Description
Border color of tabstrip content |
||||||
$kendo-switch-on-track-focus-gradient | -Null | -null |
- null |
+ $kendo-tabstrip-content-focus-border | +Color | +$kendo-component-text |
+ #424242 |
Description
+ The background gradient of the track when the focused Switch is checked. | Description
Border color of tabstrip focused content |
||||||
$kendo-switch-on-track-focus-ring | -List | -2px solid if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba( $kendo-switch-on-track-border, .25 )) |
- 2px solid rgba(255, 99, 88, 0.25) |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-taskboard-spacer | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
||||
Description
+ The ring around the track when the focused Switch is checked. | Description
The spacing index of the TaskBoard. |
||||||
$kendo-switch-on-track-disabled-bg | +$kendo-taskboard-padding-y | Null | null |
null |
|||
Description
+ The background of the track when the disabled Switch is checked. | Description
The vertical padding of the TaskBoard. |
||||||
$kendo-switch-on-track-disabled-text | +$kendo-taskboard-padding-x | Null | null |
null |
|||
Description
+ The text color of the track when the disabled Switch is checked. | Description
The horizontal of the TaskBoard. |
||||||
$kendo-switch-on-track-disabled-border | -Null | -null |
- null |
+ $kendo-taskboard-font-family | +String | +$kendo-font-family |
+ inherit |
Description
+ The border color of the track when the disabled Switch is checked. | Description
The font family of the TaskBoard. |
||||||
$kendo-switch-on-track-disabled-gradient | -Null | -null |
- null |
+ $kendo-taskboard-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The background gradient of the track when the disabled Switch is checked. | Description
The font size of the TaskBoard. |
||||||
$kendo-switch-on-thumb-bg | -Color | -$kendo-base-bg |
- #fafafa |
+ $kendo-taskboard-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
Description
+ The background of the thumb when the Switch is checked. | Description
The line height of the TaskBoard. |
||||||
$kendo-switch-on-thumb-text | -Color | -$kendo-base-text |
- #424242 |
+ $kendo-taskboard-bg | +Null | +null |
+ null |
Description
+ The text color of the thumb when the Switch is checked. | Description
The background color of the TaskBoard. |
||||||
$kendo-switch-on-thumb-border | -Color | -$kendo-base-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-taskboard-text | +Null | +null |
+ null |
Description
+ The border color of the thumb when the Switch is checked. | Description
The text color of the TaskBoard. |
||||||
$kendo-switch-on-thumb-gradient | +$kendo-taskboard-border | Null | null |
null |
|||
Description
+ The background gradient of the thumb when the Switch is checked. | Description
The border color of the TaskBoard. |
||||||
$kendo-switch-on-thumb-hover-bg | -Null | -null |
- null |
+ $kendo-taskboard-toolbar-padding-y | +Number | +$kendo-taskboard-spacer |
+ 16px |
Description
+ The background of the thumb when the hovered Switch is checked. | Description
The vertical padding of the TaskBoard Toolbar. |
||||||
$kendo-switch-on-thumb-hover-text | +$kendo-taskboard-toolbar-padding-x | +Number | +$kendo-taskboard-toolbar-padding-y |
+ 16px |
+|||
Description
+ The horizontal padding of the TaskBoard Toolbar. |
+|||||||
$kendo-taskboard-toolbar-bg | Null | null |
null |
||||
Description
+ The text color of the thumb when the hovered Switch is checked. | Description
The background color of the TaskBoard Toolbar. |
||||||
$kendo-switch-on-thumb-hover-border | +$kendo-taskboard-toolbar-text | Null | null |
null |
|||
Description
+ The border color of the thumb when the hovered Switch is checked. | Description
The text color of the TaskBoard Toolbar. |
||||||
$kendo-switch-on-thumb-hover-gradient | +$kendo-taskboard-toolbar-border | Null | null |
null |
|||
Description
+ The background gradient of the thumb when the hovered Switch is checked. | Description
The border color of the TaskBoard Toolbar. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-table-border-width | -Number | -1px |
- 1px |
-||||
Description
+ The width of the table border. | $kendo-taskboard-toolbar-gradient | +Null | +null |
+ null |
+|||
Description
The gradient of the TaskBoard Toolbar. |
|||||||
$kendo-table-cell-vertical-border-width | +$kendo-taskboard-content-padding-y | Number | -1px |
- 1px |
+ $kendo-taskboard-spacer |
+ 16px |
|
Description
+ The width of vertical border of table cells. | Description
The vertical padding of the TaskBoard content. |
||||||
$kendo-table-cell-horizontal-border-width | +$kendo-taskboard-content-padding-x | Number | -0px |
- 0px |
+ $kendo-taskboard-content-padding-y |
+ 16px |
|
Description
+ The width of horizontal border of table cells. | Description
The horizontal padding of the TaskBoard content. |
||||||
$kendo-table-font-size | -Null | -null |
- null |
+ $kendo-taskboard-column-container-spacing-y | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
Description
+ The font size of the table if no size is specified. | Description
The vertical spacing of the TaskBoard column container. |
||||||
$kendo-table-line-height | -Null | -null |
- null |
+ $kendo-taskboard-column-container-padding-y | +Number | +0px |
+ 0px |
Description
+ The line-height of the table if no size is specified. | Description
The vertical padding of the TaskBoard column container. |
||||||
$kendo-table-cell-padding-x | -Null | -null |
- null |
+ $kendo-taskboard-column-container-padding-x | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
Description
+ The horizontal padding of the cells in the table if no size is specified. | Description
The horizontal padding of the TaskBoard column container. |
||||||
$kendo-table-cell-padding-y | -Null | -null |
- null |
+ $kendo-taskboard-columns-container-gap | +Number | +$kendo-taskboard-spacer |
+ 16px |
Description
+ The vertical padding of the cells in the table if no size is specified. | Description
The spacing of the TaskBoard columns container. |
||||||
$kendo-table-sizes | -Map | -(
- 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)) |
+ $kendo-taskboard-column-width | +Number | +320px |
+ 320px |
Description
+ The sizes of the table. | Description
The default width of the TaskBoard column. |
||||||
$kendo-table-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-taskboard-column-border-width | +Number | +1px |
+ 1px |
Description
+ Background color of tables. | Description
The border width of the TaskBoard column. |
||||||
$kendo-table-text | -Color | -$kendo-component-text |
- #424242 |
+ $kendo-taskboard-column-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
Description
+ Text color of tables. | Description
The border radius of the TaskBoard column. |
||||||
$kendo-table-border | +$kendo-taskboard-column-bg | Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-base-bg |
+ #fafafa |
|
Description
+ Border color of tables. | Description
The background color of the TaskBoard column. |
||||||
$kendo-table-header-bg | -Color | -$kendo-component-header-bg |
- #fafafa |
+ $kendo-taskboard-column-text | +Null | +null |
+ null |
Description
+ Background color of table headers. | Description
The text color of the TaskBoard column. |
||||||
$kendo-table-header-text | +$kendo-taskboard-column-border | Color | -$kendo-component-header-text |
- #424242 |
+ transparent |
+ transparent |
|
Description
+ Text color of table headers. | Description
The border color of the TaskBoard column. |
||||||
$kendo-table-header-border | -Color | -$kendo-component-header-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-taskboard-column-focus-bg | +Null | +null |
+ null |
Description
+ Border color of table headers. | Description
The background color of the focused TaskBoard column. |
||||||
$kendo-table-header-gradient | +$kendo-taskboard-column-focus-text | Null | -$kendo-component-header-gradient |
+ null |
null |
||
Description
+ Gradient of table headers. | Description
The text color of the focused TaskBoard column. |
||||||
$kendo-table-footer-bg | +$kendo-taskboard-column-focus-border | Color | -$kendo-table-header-bg |
- #fafafa |
+ if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-base-border, 2.5 )) |
+ rgba(0, 0, 0, 0.264) |
|
Description
+ Background color of table footers. | Description
The border color of the focused TaskBoard column. |
||||||
$kendo-table-footer-text | -Color | -$kendo-table-header-text |
- #424242 |
+ $kendo-taskboard-column-header-padding-y | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
Description
+ Text color of table footers. | Description
The vertical padding of the TaskBoard column header. |
||||||
$kendo-table-footer-border | -Color | -$kendo-table-header-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-taskboard-column-header-padding-x | +Number | +$kendo-taskboard-column-header-padding-y |
+ 8px |
Description
+ Border color of table footers. | Description
The horizontal padding of the TaskBoard column header. |
||||||
$kendo-table-group-row-bg | -Color | -$kendo-table-header-bg |
- #fafafa |
+ $kendo-taskboard-column-header-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 4 ) |
+ 4px |
Description
+ Background color of group rows in table. | Description
The spacing of the TaskBoard column header. |
||||||
$kendo-table-group-row-text | -Color | -$kendo-table-header-text |
- #424242 |
+ $kendo-taskboard-column-header-actions-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
Description
+ Text color of group rows in table. | Description
The spacing of the TaskBoard column header actions. |
||||||
$kendo-table-group-row-border | -Color | -$kendo-table-header-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-taskboard-column-header-font-weight | +Number | +500 |
+ 500 |
Description
+ Border color of group rows in table. | Description
The font weight of the TaskBoard column header. |
||||||
$kendo-table-alt-row-bg | +$kendo-taskboard-column-header-text | Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .05 ), rgba( k-contrast-legacy( $kendo-table-bg ), .04 )) |
- rgba(0, 0, 0, 0.04) |
+ $kendo-component-header-text |
+ #424242 |
|
Description
+ Background color of alternating rows in table. | Description
The text color of the TaskBoard column header. |
||||||
$kendo-table-alt-row-text | +$kendo-taskboard-column-cards-padding-y | Null | null |
null |
|||
Description
+ Text color of alternating rows in table. | Description
The vertical padding of the TaskBoard column Card wrapper. |
||||||
$kendo-table-alt-row-border | +$kendo-taskboard-column-cards-padding-x | Null | null |
null |
|||
Description
+ Border color of alternating rows in table. | Description
The horizontal padding of the TaskBoard column Card wrapper. |
||||||
$kendo-table-hover-bg | -Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .11 ), k-color-darken($kendo-table-bg, 7%)) |
- #ededed |
+ $kendo-taskboard-column-cards-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
Description
+ Background color of hovered rows in table. | Description
The spacing of the TaskBoard column Card wrapper. |
||||||
$kendo-table-hover-text | -Null | -null |
- null |
+ $kendo-taskboard-pane-width | +Number | +$kendo-taskboard-column-width |
+ 320px |
Description
+ Text color of hovered rows in table. | Description
The default width of the TaskBoard pane. |
||||||
$kendo-table-hover-border | +$kendo-taskboard-pane-padding-y | Null | null |
null |
|||
Description
+ Border color of hovered rows in table. | Description
The vertical padding of the TaskBoard pane. |
||||||
$kendo-table-focus-bg | +$kendo-taskboard-pane-padding-x | Null | null |
null |
|||
Description
+ Background color of focused rows in table. | Description
The horizontal padding of the TaskBoard pane. |
||||||
$kendo-table-focus-text | -Null | -null |
- null |
+ $kendo-taskboard-pane-border-width | +Number | +1px |
+ 1px |
Description
+ Text color of focused rows in table. | Description
The border width of the TaskBoard pane. |
||||||
$kendo-table-focus-border | -Null | -null |
- null |
+ $kendo-taskboard-pane-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ Border color of focused rows in table. | Description
The background color of the TaskBoard pane. |
||||||
$kendo-table-focus-shadow | -List | -$kendo-list-item-focus-shadow |
- inset 0 0 0 2px rgba(0, 0, 0, 0.12) |
+ $kendo-taskboard-pane-text | +Color | +$kendo-component-text |
+ #424242 |
Description
+ Box shadow of focused rows in table. | Description
The text color of the TaskBoard pane. |
||||||
$kendo-table-selected-bg | +$kendo-taskboard-pane-border | Color | -if($kendo-enable-color-system, rgba( k-color( primary, true ), .25 ), rgba($kendo-selected-bg, .25)) |
- rgba(255, 99, 88, 0.25) |
+ $kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ Background color of selected rows in table. | Description
The border color of the TaskBoard pane. |
||||||
$kendo-table-selected-text | -Null | -null |
- null |
+ $kendo-taskboard-pane-header-padding-y | +Number | +( $kendo-taskboard-spacer * .75 ) |
+ 12px |
Description
+ Text color of selected rows in table. | Description
The vertical padding of the TaskBoard pane header. |
||||||
$kendo-table-selected-border | -Null | -null |
- null |
+ $kendo-taskboard-pane-header-padding-x | +Number | +$kendo-taskboard-spacer |
+ 16px |
Description
+ Border color of selected rows in table. | Description
The horizontal padding of the TaskBoard pane header. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-tabstrip-bg | -Null | -null |
- null |
+||||
$kendo-taskboard-pane-header-font-weight | +Number | +500 |
+ 500 |
||||
Description
+ Background color of tabstrip component | Description
The font weight of the TaskBoard pane header. |
||||||
$kendo-tabstrip-text | +$kendo-taskboard-pane-header-text | Color | -$kendo-component-text |
+ $kendo-component-header-text |
#424242 |
||
Description
+ Text color of tabstrip component | Description
The text color of the TaskBoard pane header. |
||||||
$kendo-tabstrip-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-taskboard-pane-content-padding-y | +Number | +0px |
+ 0px |
Description
+ Border color of tabstrip component | Description
The vertical padding of the TaskBoard pane content. |
||||||
$kendo-tabstrip-item-padding-x | +$kendo-taskboard-pane-content-padding-x | Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+ $kendo-taskboard-spacer |
+ 16px |
|
Description
+ Horizontal padding of tabs | Description
The horizontal padding of the TaskBoard pane content. |
||||||
$kendo-tabstrip-item-padding-y | +$kendo-taskboard-pane-actions-padding-y | Number | -k-map-get( $kendo-spacing, 1.5 ) |
- 6px |
+ ( $kendo-taskboard-spacer * .75 ) |
+ 12px |
|
Description
+ Vertical padding of tabs | Description
The vertical padding of the TaskBoard pane actions. |
||||||
$kendo-tabstrip-item-border-width | +$kendo-taskboard-pane-actions-padding-x | Number | -1px |
- 1px |
+ $kendo-taskboard-spacer |
+ 16px |
|
Description
+ Width of border around tabs | Description
The horizontal padding of the TaskBoard pane actions. |
||||||
$kendo-tabstrip-item-border-radius | +$kendo-taskboard-card-padding-y | Number | -$kendo-border-radius-md |
- 4px |
+ $kendo-taskboard-spacer |
+ 16px |
|
Description
+ Border radius of tabs | Description
The vertical padding of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-gap | +$kendo-taskboard-card-padding-x | Number | -0 |
- 0 |
+ $kendo-taskboard-card-padding-y |
+ 16px |
|
Description
+ Spacing between tabs | Description
The horizontal padding of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-bg | -Null | -null |
- null |
+ $kendo-taskboard-card-border-width | +Number | +$kendo-card-border-width |
+ 1px |
Description
+ Background color of tabs | Description
The border width of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-text | -Color | -$kendo-link-text |
- #ff6358 |
+ $kendo-taskboard-card-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
Description
+ Text color of tabs | Description
The border radius of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-border | +$kendo-taskboard-card-shadow | Null | -null |
+ $kendo-card-shadow |
null |
||
Description
+ Border color of tabs | Description
The shadow of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-gradient | -Null | -null |
- null |
+ $kendo-taskboard-card-bg | +Color | +$kendo-card-bg |
+ #ffffff |
Description
+ Background gradient of tabs | Description
The background color of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-hover-bg | -Null | -null |
- null |
+ $kendo-taskboard-card-text | +Color | +$kendo-card-text |
+ #424242 |
Description
+ Background color of hovered tabs | Description
The text color of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-hover-text | +$kendo-taskboard-card-border | Color | -$kendo-link-hover-text |
- #d6534a |
+ $kendo-card-border |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ Text color of hovered tabs | Description
The border color of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-hover-border | -Null | -null |
- null |
+ $kendo-taskboard-card-category-border-width | +Number | +4px |
+ 4px |
Description
+ Border color of hovered tabs | Description
The border width of the TaskBoard Card category. |
||||||
$kendo-tabstrip-item-hover-gradient | -Null | -null |
- null |
+ $kendo-taskboard-card-hover-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 10% )) |
+ rgba(0, 0, 0, 0.172) |
Description
+ Background gradient of hovered tabs | Description
The border color of the hovered TaskBoard Card. |
||||||
$kendo-tabstrip-item-selected-bg | +$kendo-taskboard-card-focus-border | Color | -$kendo-component-bg |
- #ffffff |
+ if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 18% )) |
+ rgba(0, 0, 0, 0.2456) |
|
Description
+ Background color of selected tabs | Description
The border color of the focused TaskBoard Card. |
||||||
$kendo-tabstrip-item-selected-text | -Color | -$kendo-component-text |
- #424242 |
+ $kendo-taskboard-card-focus-shadow | +String | +none |
+ none |
Description
+ Text color of selected tabs | Description
The shadow of the focused TaskBoard Card. |
||||||
$kendo-tabstrip-item-selected-border | +$kendo-taskboard-card-selected-border | Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ if($kendo-enable-color-system, k-color( primary-emphasis ), k-color-tint( $kendo-color-primary-lighter, 5 )) |
+ #ffb0ab |
|
Description
+ Border color of selected tabs | Description
The border of the selected TaskBoard Card. |
||||||
$kendo-tabstrip-item-selected-gradient | -Null | -null |
- null |
+ $kendo-taskboard-card-selected-shadow | +String | +none |
+ none |
Description
+ Background gradient of selected tabs | Description
The shadow of the selected TaskBoard Card. |
||||||
$kendo-tabstrip-content-padding-x | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-taskboard-card-header-text | +Color | +$kendo-color-primary |
+ #ff6358 |
Description
+ Horizontal padding of tabstrip content | Description
The text color of the TaskBoard Card header text. |
||||||
$kendo-tabstrip-content-padding-y | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-taskboard-card-header-hover-text | +Color | +if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker) |
+ #d6534a |
Description
+ Vertical padding of tabstrip content | Description
The text color of the hovered TaskBoard Card header text. |
||||||
$kendo-tabstrip-content-border-width | -Number | -1px |
- 1px |
+ $kendo-taskboard-card-header-focus-text | +Color | +if($kendo-enable-color-system, k-color( primary-hover ), $kendo-color-primary-darker) |
+ #d6534a |
Description
+ Width of border around tabstrip content | Description
The text color of the focused TaskBoard Card header text. |
||||||
$kendo-tabstrip-content-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-taskboard-drag-placeholder-border-width | +Number | +1px |
+ 1px |
Description
+ Background color of tabstrip content | Description
The border width of the TaskBoard Card placeholder. |
||||||
$kendo-tabstrip-content-text | -Color | -$kendo-component-text |
- #424242 |
+ $kendo-taskboard-drag-placeholder-border-radius | +Number | +$kendo-taskboard-card-border-radius |
+ 4px |
Description
+ Text color of tabstrip content | Description
The border radius of the TaskBoard Card placeholder. |
||||||
$kendo-tabstrip-content-border | +$kendo-taskboard-drag-placeholder-bg | Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.08) |
+ rgba(255, 255, 255, .2) |
+ rgba(255, 255, 255, 0.2) |
|
Description
+ Border color of tabstrip content | Description
The background color of the TaskBoard Card placeholder. |
||||||
$kendo-tabstrip-content-focus-border | +$kendo-taskboard-drag-placeholder-border | Color | -$kendo-component-text |
- #424242 |
+ $kendo-component-border |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ Border color of tabstrip focused content | Description
The border color of the TaskBoard Card placeholder. |
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-wizard-padding-x | +Number | +$kendo-padding-md-x * 2.5 |
+ 20px |
+
Description
+ The horizontal padding of the Wizard. |
+|||
$kendo-wizard-padding-y | +Number | +$kendo-wizard-padding-x |
+ 20px |
+
Description
+ The vertical padding of the Wizard. |
+|||
$kendo-wizard-content-padding-x | +Number | +$kendo-padding-md-x * 4 |
+ 32px |
+
Description
+ The horizontal padding of the Wizard content. |
+|||
$kendo-wizard-content-padding-y | +Number | +$kendo-padding-md-y * 8 |
+ 32px |
+
Description
+ The vertical padding of the Wizard content. |
+|||
$kendo-wizard-buttons-margin-x | +Number | +10px |
+ 10px |
+
Description
+ The horizontal margin of the Wizard Button container. |
+|||
$kendo-wizard-border-width | +Number | +0px |
+ 0px |
+
Description
+ The border width of the Wizard. |
+|||
$kendo-wizard-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the Wizard. |
+|||
$kendo-wizard-line-height | +Number | +$kendo-line-height-md |
+ 1.4285714286 |
+
Description
+ The line height of the Wizard. |
+|||
$kendo-wizard-font-family | +String | +$kendo-font-family |
+ inherit |
+
Description
+ The font family of the Wizard. |
+|||
$kendo-wizard-step-focus-border | +Color | +#656565 |
+ #656565 |
+
Description
+ The outline of the focused Wizard step. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-chat-padding-x | +Number | +16px |
+ 16px |
+
Description
+ The horizontal padding of the Chat. |
+|||
$kendo-chat-padding-y | +Number | +16px |
+ 16px |
+
Description
+ The vertical padding of the Chat. |
+|||
$kendo-chat-width | +Number | +500px |
+ 500px |
+
Description
+ The width of the Chat. |
+|||
$kendo-chat-height | +Number | +600px |
+ 600px |
+
Description
+ The height of the Chat. |
+|||
$kendo-chat-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the Chat. |
+|||
$kendo-chat-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
+
Description
+ The font family of the Chat. |
+|||
$kendo-chat-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the Chat. |
+|||
$kendo-chat-line-height | +Number | +$kendo-line-height-md |
+ 2 |
+
Description
+ The line height of the Chat. |
+|||
$kendo-chat-item-spacing-x | +Number | +8px |
+ 8px |
+
Description
+ The horizontal spacing between items of the Chat. |
+|||
$kendo-chat-item-spacing-y | +Number | +16px |
+ 16px |
+
Description
+ The vertical spacing between items of the Chat. |
+|||
$kendo-chat-message-list-padding-x | +Number | +$kendo-chat-padding-x |
+ 16px |
+
Description
+ The horizontal padding of the Chat message list. |
+|||
$kendo-chat-message-list-padding-y | +Number | +$kendo-chat-padding-y |
+ 16px |
+
Description
+ The vertical padding of the Chat message list. |
+|||
$kendo-chat-message-list-spacing | +Number | +$kendo-chat-item-spacing-y |
+ 16px |
+
Description
+ The spacing of the Chat message list. |
+|||
$kendo-chat-timestamp-font-size | +String | +smaller |
+ smaller |
+
Description
+ The font size of the Chat timestamp. |
+|||
$kendo-chat-timestamp-line-height | +Null | +null |
+ null |
+
Description
+ The line height of the Chat timestamp. |
+|||
$kendo-chat-timestamp-transform | +String | +uppercase |
+ uppercase |
+
Description
+ The text transform of the Chat timestamp. |
+|||
$kendo-chat-timestamp-text | +Color | +$kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
+
Description
+ The text color of the Chat timestamp. |
+|||
$kendo-chat-timestamp-bg | +Null | +null |
+ null |
+
Description
+ The background color of the Chat timestamp. |
+|||
$kendo-chat-bubble-padding-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal padding of the Chat bubble message. |
+|||
$kendo-chat-bubble-padding-y | +Number | +8px |
+ 8px |
+
Description
+ The vertical padding of the Chat bubble message. |
+|||
$kendo-chat-bubble-spacing | +Number | +2px |
+ 2px |
+
Description
+ The spacing of the Chat bubble message. |
+|||
$kendo-chat-bubble-line-height | +Number | +1.25 |
+ 1.25 |
+
Description
+ The line height of the Chat bubble message. |
+|||
$kendo-chat-bubble-border-radius | +Number | +12px |
+ 12px |
+
Description
+ The border radius of the Chat bubble message. |
+|||
$kendo-chat-bubble-border-radius-sm | +Number | +2px |
+ 2px |
+
Description
+ The border radius of the Chat small bubble message |
+|||
$kendo-chat-avatar-size | +Number | +32px |
+ 32px |
+
Description
+ The size of the Chat Avatar. |
+|||
$kendo-chat-avatar-spacing | +Number | +$kendo-chat-item-spacing-x |
+ 8px |
+
Description
+ The spacing of the Chat Avatar. |
+|||
$kendo-chat-toolbar-padding-x | +Number | +$kendo-toolbar-md-padding-x |
+ 8px |
+
Description
+ The horizontal padding of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-padding-y | +Number | +$kendo-toolbar-md-padding-y |
+ 8px |
+
Description
+ The vertical padding of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-spacing | +Number | +$kendo-toolbar-md-spacing |
+ 8px |
+
Description
+ The spacing of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-bg | +Color | +if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .5 )) |
+ whitesmoke |
+
Description
+ The background color of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-text | +Color | +$kendo-toolbar-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the Chat Toolbar. |
+|||
$kendo-chat-toolbar-border | +String | +inherit |
+ inherit |
+
Description
+ The border color of the Chat Toolbar. |
+|||
$kendo-chat-quick-reply-padding-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal padding of the Chat quick reply. |
+|||
$kendo-chat-quick-reply-padding-y | +Number | +8px |
+ 8px |
+
Description
+ The vertical padding of the Chat quick reply. |
+|||
$kendo-chat-quick-reply-spacing | +Number | +8px |
+ 8px |
+
Description
+ The spacing of the Chat quick reply. |
+|||
$kendo-chat-quick-reply-line-height | +Number | +$kendo-chat-bubble-line-height |
+ 1.25 |
+
Description
+ The line height of the Chat quick reply. |
+|||
$kendo-chat-bg | +Color | +$kendo-app-bg |
+ #ffffff |
+
Description
+ The background color of the Chat. |
+|||
$kendo-chat-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the Chat. |
+|||
$kendo-chat-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
+
Description
+ The border color of the Chat. |
+|||
$kendo-chat-bubble-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Chat bubble. |
+|||
$kendo-chat-bubble-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the Chat bubble. |
+|||
$kendo-chat-bubble-border | +Color | +$kendo-chat-bubble-bg |
+ #ffffff |
+
Description
+ The border color of the Chat bubble. |
+|||
$kendo-chat-bubble-shadow | +String | +$box-shadow-depth-1 |
+ var(--kendo-elevation-1, 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)) |
+
Description
+ The box shadow of the Chat bubble. |
+|||
$kendo-chat-bubble-hover-shadow | +String | +$box-shadow-depth-2 |
+ var(--kendo-elevation-2, 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14)) |
+
Description
+ The shadow of the hovered Chat bubble. |
+|||
$kendo-chat-bubble-selected-shadow | +String | +$box-shadow-depth-3 |
+ var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14)) |
+
Description
+ The shadow of the selected Chat bubble. |
+|||
$kendo-chat-alt-bubble-bg | +Color | +$kendo-color-primary |
+ #3f51b5 |
+
Description
+ The background color of the Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-chat-alt-bubble-bg )) |
+ white |
+
Description
+ The text color of the Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-border | +Color | +$kendo-chat-alt-bubble-bg |
+ #3f51b5 |
+
Description
+ The border color of the Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-shadow | +String | +$box-shadow-depth-1 |
+ var(--kendo-elevation-1, 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)) |
+
Description
+ The shadow of the Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-hover-shadow | +String | +$box-shadow-depth-2 |
+ var(--kendo-elevation-2, 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14)) |
+
Description
+ The shadow of the hovered Chat alt bubble. |
+|||
$kendo-chat-alt-bubble-selected-shadow | +String | +$box-shadow-depth-3 |
+ var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14)) |
+
Description
+ The shadow of the selected Chat alt bubble. |
+|||
$kendo-chat-quick-reply-bg | +Color | +transparent |
+ transparent |
+
Description
+ The background color of Chat quick reply. |
+|||
$kendo-chat-quick-reply-text | +Color | +$kendo-color-primary |
+ #3f51b5 |
+
Description
+ The text color of Chat quick reply. |
+|||
$kendo-chat-quick-reply-border | +Color | +$kendo-color-primary |
+ #3f51b5 |
+
Description
+ The border color of Chat quick reply. |
+|||
$kendo-chat-quick-reply-hover-bg | +Color | +$kendo-color-primary |
+ #3f51b5 |
+
Description
+ The background color of the hovered Chat quick reply. |
+|||
$kendo-chat-quick-reply-hover-text | +Color | +$kendo-color-primary-contrast |
+ white |
+
Description
+ The text color of the Chat quick reply. |
+|||
$kendo-chat-quick-reply-hover-border | +Color | +$kendo-color-primary |
+ #3f51b5 |
+
Description
+ The border color of the hovered Chat quick reply. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-orgchart-spacer | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 24px |
+
Description
+ The spacing index of the OrgChart. |
+|||
$kendo-orgchart-padding-y | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The vertical padding of the OrgChart. |
+|||
$kendo-orgchart-padding-x | +Number | +$kendo-orgchart-padding-y |
+ 24px |
+
Description
+ The horizontal padding of the OrgChart. |
+|||
$kendo-orgchart-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
+
Description
+ The font family of the OrgChart. |
+|||
$kendo-orgchart-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the OrgChart. |
+|||
$kendo-orgchart-line-height | +Number | +$kendo-line-height-md |
+ 2 |
+
Description
+ The line height of the OrgChart. |
+|||
$kendo-orgchart-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the OrgChart. |
+|||
$kendo-orgchart-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the OrgChart. |
+|||
$kendo-orgchart-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
+
Description
+ The border color of the OrgChart. |
+|||
$kendo-orgchart-node-gap | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The spacing of the OrgChart node. |
+|||
$kendo-orgchart-group-gap | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The spacing of the OrgChart group. |
+|||
$kendo-orgchart-node-container-gap | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The spacing of the OrgChart node container. |
+|||
$kendo-orgchart-node-group-padding-y | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The vertical padding of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-padding-x | +Number | +$kendo-orgchart-node-group-padding-y |
+ 24px |
+
Description
+ The horizontal padding of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
+
Description
+ The border radius of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-bg | +Color | +if($kendo-enable-color-system, k-color( surface ), if( $kendo-is-dark-theme, $kendo-color-dark, $kendo-color-light)) |
+ #f5f5f5 |
+
Description
+ The background color of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-text | +Color | +$kendo-base-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-border | +Color | +$kendo-base-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The border color of the OrgChart node group. |
+|||
$kendo-orgchart-node-group-focus-border | +Null | +$kendo-card-focus-border |
+ null |
+
Description
+ The border color of the focused OrgChart node group. |
+|||
$kendo-orgchart-node-group-focus-shadow | +List | +0 2px 4px -1px rgba( if($kendo-enable-color-system, k-color( on-light, true ), $elevation), .2 ), 0 4px 5px 0 rgba( if($kendo-enable-color-system, k-color( on-light, true ), $elevation), .14 ), 0 1px 10px 0 rgba( if($kendo-enable-color-system, k-color( on-light, true ), $elevation), .12 ) |
+ 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) |
+
Description
+ The shadow of the focused OrgChart node group. |
+|||
$kendo-orgchart-node-group-title-font-size | +Number | +$kendo-font-size-xl |
+ 20px |
+
Description
+ The font size of the OrgChart node group title. |
+|||
$kendo-orgchart-node-group-title-margin-bottom | +Number | +k-math-div( $kendo-orgchart-spacer, 4 ) |
+ 6px |
+
Description
+ The bottom margin of the OrgChart node group title. |
+|||
$kendo-orgchart-node-group-title-line-height | +Number | +$kendo-line-height-sm |
+ 1.2 |
+
Description
+ The line height of the OrgChart node group title. |
+|||
$kendo-orgchart-node-group-subtitle-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the OrgChart node group subtitle. |
+|||
$kendo-orgchart-node-group-subtitle-margin-bottom | +Number | +$kendo-orgchart-spacer |
+ 24px |
+
Description
+ The bottom margin of the OrgChart node group subtitle. |
+|||
$kendo-orgchart-node-group-subtitle-text | +Color | +rgba( black, .54 ) |
+ rgba(0, 0, 0, 0.54) |
+
Description
+ The line height of the OrgChart node group subtitle. |
+|||
$kendo-orgchart-card-width | +Number | +300px |
+ 300px |
+
Description
+ The width of the OrgChart Card. |
+|||
$kendo-orgchart-card-padding-y | +Number | +$kendo-card-padding-y |
+ 12px |
+
Description
+ The vertical padding of the OrgChart Card. |
+|||
$kendo-orgchart-card-padding-x | +Number | +$kendo-orgchart-card-padding-y |
+ 12px |
+
Description
+ The horizontal padding of the OrgChart Card. |
+|||
$kendo-orgchart-card-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the OrgChart Card. |
+|||
$kendo-orgchart-card-shadow | +String | +none |
+ none |
+
Description
+ The shadow of the OrgChart Card. |
+|||
$kendo-orgchart-card-focus-shadow | +List | +$kendo-orgchart-node-group-focus-shadow |
+ 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) |
+
Description
+ The shadow of the focused OrgChart Card. |
+|||
$kendo-orgchart-card-title-margin-bottom | +Number | +0px |
+ 0px |
+
Description
+ The bottom margin of the OrgChart Card title. |
+|||
$kendo-orgchart-card-title-font-size | +Null | +null |
+ null |
+
Description
+ The font size of the OrgChart Card title. |
+|||
$kendo-orgchart-card-subtitle-margin-bottom | +Number | +0px |
+ 0px |
+
Description
+ The bottom margin of the OrgChart Card subtitle. |
+|||
$kendo-orgchart-card-subtitle-font-size | +Null | +null |
+ null |
+
Description
+ The font size of the OrgChart Card subtitle. |
+|||
$kendo-orgchart-card-body-border-width | +List | +2px 0 0 |
+ 2px 0 0 |
+
Description
+ The border width of the OrgChart Card body. |
+|||
$kendo-orgchart-card-body-border-color | +Color | +transparent |
+ transparent |
+
Description
+ The border color of the OrgChart Card body. |
+|||
$kendo-orgchart-card-body-vbox-margin-right | +Number | +k-math-div( $kendo-orgchart-spacer, 2 ) |
+ 12px |
+
Description
+ The right margin of the OrgChart Card body title wrap. |
+|||
$kendo-orgchart-card-body-vbox-min-height | +Number | +$kendo-card-avatar-size |
+ 45px |
+
Description
+ The min height of the OrgChart Card body title wrap. |
+|||
$kendo-orgchart-line-size | +Number | +1px |
+ 1px |
+
Description
+ The size of the OrgChart connecting line. |
+|||
$kendo-orgchart-line-fill | +Color | +$kendo-base-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The fill color of the OrgChart connecting line. |
+|||
$kendo-orgchart-line-v-height | +Number | +25px |
+ 25px |
+
Description
+ The height of the OrgChart connecting line. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-splitter-border-width | +Number | +1px |
+ 1px |
+
Description
+ The width of the border around the Splitter. |
+|||
$kendo-splitter-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
+
Description
+ The font family of the Splitter. |
+|||
$kendo-splitter-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the Splitter. |
+|||
$kendo-splitter-line-height | +Number | +$kendo-line-height-md |
+ 2 |
+
Description
+ The line height of the Splitter. |
+|||
$kendo-splitter-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Splitter. |
+|||
$kendo-splitter-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the Splitter. |
+|||
$kendo-splitter-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
+
Description
+ The border color of the Splitter. |
+|||
$kendo-splitter-splitbar-size | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
+
Description
+ The size of the Splitter splitbar. |
+|||
$kendo-splitter-drag-handle-length | +Number | +20px |
+ 20px |
+
Description
+ The length of the Splitter drag handle. |
+|||
$kendo-splitter-drag-handle-thickness | +Number | +2px |
+ 2px |
+
Description
+ The thickness of the Splitter drag handle. |
+|||
$kendo-splitter-drag-icon-margin | +Number | +7px |
+ 7px |
+
Description
+ The margin of the Splitter drag handle icon. |
+|||
$kendo-splitter-collapse-icon-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding of the collapse icon in the Splitter. |
+|||
$kendo-splitter-collapse-icon-padding-y | +Number | +k-map-get( $kendo-spacing, .5 ) |
+ 2px |
+
Description
+ The vertical padding of the collapse icon in the Splitter. |
+|||
$kendo-splitbar-bg | +Color | +if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-splitter-bg, 1 )) |
+ #ebebeb |
+
Description
+ The background color of the Splitter splitbar. |
+|||
$kendo-splitbar-text | +Color | +$kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
+
Description
+ The text color of the Splitter splitbar. |
+|||
$kendo-splitbar-hover-bg | +Color | +if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-splitbar-bg, .5 )) |
+ #e2e2e2 |
+
Description
+ The hover background color of the Splitter splitbar. |
+|||
$kendo-splitbar-hover-text | +Color | +$kendo-splitbar-text |
+ rgba(0, 0, 0, 0.54) |
+
Description
+ The hover text color of the Splitter splitbar. |
+|||
$kendo-splitbar-selected-bg | +Color | +$kendo-color-primary |
+ #3f51b5 |
+
Description
+ The selected background color of the Splitter splitbar. |
+|||
$kendo-splitbar-selected-text | +Color | +$kendo-color-primary-contrast |
+ white |
+
Description
+ The selected text color of the Splitter splitbar. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-stepper-margin-x | +Null | +null |
+ null |
+
Description
+ The horizontal margin the Stepper. |
+|||
$kendo-stepper-margin-y | +Null | +null |
+ null |
+
Description
+ The vertical margin the Stepper. |
+|||
$kendo-stepper-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding the Stepper. |
+|||
$kendo-stepper-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding the Stepper. |
+|||
$kendo-stepper-label-margin-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal margin the Stepper label. |
+|||
$kendo-stepper-label-padding-x | +Number | +12px |
+ 12px |
+
Description
+ The horizontal padding the Stepper label. |
+|||
$kendo-stepper-label-padding-y | +Number | +5px |
+ 5px |
+
Description
+ The vertical padding the Stepper label. |
+|||
$kendo-stepper-border-width | +Number | +0px |
+ 0px |
+
Description
+ The width of the border around the Stepper. |
+|||
$kendo-stepper-inline-content-padding-x | +Number | +20px |
+ 20px |
+
Description
+ The horizontal padding the Stepper content. |
+|||
$kendo-stepper-inline-content-padding-y | +Number | +10px |
+ 10px |
+
Description
+ The vertical padding the Stepper content. |
+|||
$kendo-stepper-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
+ | +|||
$kendo-stepper-line-height | +Number | +k-math-div( 20, 14 ) |
+ 1.4285714286 |
+
+ | +|||
$kendo-stepper-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
+
+ | +|||
$kendo-stepper-bg | +Null | +null |
+ null |
+
Description
+ The background color of the Stepper. |
+|||
$kendo-stepper-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the Stepper. |
+|||
$kendo-stepper-border | +Null | +null |
+ null |
+
Description
+ The border color of the Stepper. |
+|||
$kendo-stepper-indicator-width | +Number | +28px |
+ 28px |
+
Description
+ The width of the Stepper indicator. |
+|||
$kendo-stepper-indicator-height | +Number | +$kendo-stepper-indicator-width |
+ 28px |
+
Description
+ The height of the Stepper indicator. |
+|||
$kendo-stepper-indicator-border-radius | +Number | +50% |
+ 50% |
+
Description
+ The border radius of the Stepper indicator. |
+|||
$kendo-stepper-indicator-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the Stepper indicator. |
+|||
$kendo-stepper-indicator-focus-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the focused Stepper indicator. |
+|||
$kendo-stepper-indicator-focus-size | +Number | +2px |
+ 2px |
+
Description
+ The size of the focused Stepper indicator. |
+|||
$kendo-stepper-indicator-focus-offset | +Number | +3px |
+ 3px |
+
Description
+ The offset of the Stepper focused indicator. |
+|||
$kendo-stepper-indicator-focus-calc-offset | +Calculation | +calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} ) |
+ calc(1px + 3px) |
+
Description
+ The calculated offset of the focused Stepper indicator. |
+|||
$kendo-stepper-indicator-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Stepper indicator. |
+|||
$kendo-stepper-indicator-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the Stepper indicator. |
+|||
$kendo-stepper-indicator-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
+
Description
+ The border color of the Stepper indicator. |
+|||
$kendo-stepper-indicator-hover-bg | +Color | +if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg )) |
+ #ebebeb |
+
Description
+ The background color of the hovered Stepper indicator. |
+|||
$kendo-stepper-indicator-hover-text | +Null | +null |
+ null |
+
Description
+ The text color of the hovered Stepper indicator. |
+|||
$kendo-stepper-indicator-hover-border | +Null | +null |
+ null |
+
Description
+ The border color of the hovered Stepper indicator. |
+|||
$kendo-stepper-indicator-disabled-bg | +Null | +null |
+ null |
+
Description
+ The background color of the disabled Stepper indicator. |
+|||
$kendo-stepper-indicator-disabled-text | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .32 ), $kendo-disabled-text) |
+ rgba(0, 0, 0, 0.38) |
+
Description
+ The text color of the disabled Stepper indicator. |
+|||
$kendo-stepper-indicator-disabled-border | +Null | +null |
+ null |
+
Description
+ The border color of the disabled Stepper indicator. |
+|||
$kendo-stepper-indicator-done-bg | +Color | +$kendo-color-primary |
+ #3f51b5 |
+
Description
+ The background color of the Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg )) |
+ white |
+
Description
+ The text color of the Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-border | +Color | +$kendo-stepper-indicator-done-bg |
+ #3f51b5 |
+
Description
+ The border color of the Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-hover-bg | +Color | +if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg )) |
+ #3a4ba7 |
+
Description
+ The background color of the hovered Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-hover-text | +Null | +null |
+ null |
+
Description
+ The text color of the hovered Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-hover-border | +Null | +null |
+ null |
+
Description
+ The border color of the hovered Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-disabled-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( primary, true ), .6 ), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%)) |
+ #8c97d3 |
+
Description
+ The background color of the disabled Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-disabled-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg )) |
+ white |
+
Description
+ The text color of the disabled Stepper done indicator. |
+|||
$kendo-stepper-indicator-done-disabled-border | +Color | +$kendo-stepper-indicator-done-disabled-bg |
+ #8c97d3 |
+
Description
+ The border color of the disabled Stepper done indicator. |
+|||
$kendo-stepper-indicator-current-bg | +Color | +$kendo-stepper-indicator-done-bg |
+ #3f51b5 |
+
Description
+ The background color of the Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-text | +Color | +$kendo-stepper-indicator-done-text |
+ white |
+
Description
+ The text color of the Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-border | +Color | +$kendo-stepper-indicator-done-border |
+ #3f51b5 |
+
Description
+ The border color of the Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-hover-bg | +Color | +$kendo-stepper-indicator-done-hover-bg |
+ #3a4ba7 |
+
Description
+ The background color of the hovered Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-hover-text | +Null | +$kendo-stepper-indicator-done-hover-text |
+ null |
+
Description
+ The text color of the hovered Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-hover-border | +Null | +$kendo-stepper-indicator-done-hover-border |
+ null |
+
Description
+ The border color of the hovered Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-disabled-bg | +Color | +$kendo-stepper-indicator-done-disabled-bg |
+ #8c97d3 |
+
Description
+ The background color of the disabled Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-disabled-text | +Color | +$kendo-stepper-indicator-done-disabled-text |
+ white |
+
Description
+ The text color of the disabled Stepper current indicator. |
+|||
$kendo-stepper-indicator-current-disabled-border | +Color | +$kendo-stepper-indicator-done-disabled-border |
+ #8c97d3 |
+
Description
+ The border color of the disabled Stepper current indicator. |
+|||
$kendo-stepper-label-text | +Null | +null |
+ null |
+
Description
+ The text color of the Stepper label. |
+|||
$kendo-stepper-label-success-text | +Color | +$kendo-color-success |
+ #37b400 |
+
Description
+ The success text color of the Stepper label. |
+|||
$kendo-stepper-label-error-text | +Color | +$kendo-color-error |
+ #f31700 |
+
Description
+ The error text color of the Stepper label. |
+|||
$kendo-stepper-label-hover-text | +Null | +null |
+ null |
+
Description
+ The text color of the hovered Stepper label. |
+|||
$kendo-stepper-label-disabled-text | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .32 ), k-map-get( $theme, disabled-text )) |
+ rgba(0, 0, 0, 0.38) |
+
Description
+ The text color of the disabled Stepper label. |
+|||
$kendo-stepper-optional-label-text | +Color | +$kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
+
Description
+ The text color of the Stepper optional label. |
+|||
$kendo-stepper-optional-label-opacity | +Null | +null |
+ null |
+
Description
+ The opacity of the Stepper optional label. |
+|||
$kendo-stepper-optional-label-font-size | +Number | +$kendo-font-size-sm |
+ 12px |
+
Description
+ The font size of the Stepper optional label. |
+|||
$kendo-stepper-optional-label-font-style | +Null | +null |
+ null |
+
Description
+ The font style of the Stepper optional label. |
+|||
$kendo-stepper-progressbar-size | +Number | +2px |
+ 2px |
+
Description
+ The size of the Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-bg | +Null | +null |
+ null |
+
Description
+ The background color of the Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-text | +Null | +null |
+ null |
+
Description
+ The text color of the Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-fill-bg | +Null | +null |
+ null |
+
Description
+ The background color of the selected Stepper ProgressBar. |
+|||
$kendo-stepper-progressbar-fill-text | +Null | +null |
+ null |
+
Description
+ The text color of the selected Stepper ProgressBar. |
+|||
$kendo-stepper-content-transition-property | +String | +height |
+ height |
+
Description
+ The property name of the Stepper transition. |
+|||
$kendo-stepper-content-transition-duration | +Number | +300ms |
+ 300ms |
+
Description
+ The duration of the Stepper transition. |
+|||
$kendo-stepper-content-transition-timing-function | +List | +cubic-bezier(.4, 0, .2, 1) 0ms |
+ cubic-bezier(0.4, 0, 0.2, 1) 0ms |
+
Description
+ The timing function of the Stepper transition. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-taskboard-spacer | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+
Description
+ The spacing index of the TaskBoard. |
+|||
$kendo-taskboard-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding of the TaskBoard. |
+|||
$kendo-taskboard-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal of the TaskBoard. |
+|||
$kendo-taskboard-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
+
Description
+ The font family of the TaskBoard. |
+|||
$kendo-taskboard-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the TaskBoard. |
+|||
$kendo-taskboard-line-height | +Number | +$kendo-line-height-md |
+ 2 |
+
Description
+ The line height of the TaskBoard. |
+|||
$kendo-taskboard-bg | +Null | +null |
+ null |
+
Description
+ The background color of the TaskBoard. |
+|||
$kendo-taskboard-text | +Null | +null |
+ null |
+
Description
+ The text color of the TaskBoard. |
+|||
$kendo-taskboard-border | +Null | +null |
+ null |
+
Description
+ The border color of the TaskBoard. |
+|||
$kendo-taskboard-toolbar-padding-y | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The vertical padding of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-padding-x | +Number | +$kendo-taskboard-toolbar-padding-y |
+ 16px |
+
Description
+ The horizontal padding of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-bg | +Null | +null |
+ null |
+
Description
+ The background color of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-text | +Null | +null |
+ null |
+
Description
+ The text color of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-border | +Null | +null |
+ null |
+
Description
+ The border color of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-toolbar-gradient | +Null | +null |
+ null |
+
Description
+ The gradient of the TaskBoard Toolbar. |
+|||
$kendo-taskboard-content-padding-y | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The vertical padding of the TaskBoard content. |
+|||
$kendo-taskboard-content-padding-x | +Number | +$kendo-taskboard-content-padding-y |
+ 16px |
+
Description
+ The horizontal padding of the TaskBoard content. |
+|||
$kendo-taskboard-column-container-spacing-y | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
+
Description
+ The vertical spacing of the TaskBoard column container. |
+|||
$kendo-taskboard-column-container-padding-y | +Number | +0px |
+ 0px |
+
Description
+ The vertical padding of the TaskBoard column container. |
+|||
$kendo-taskboard-column-container-padding-x | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
+
Description
+ The horizontal padding of the TaskBoard column container. |
+|||
$kendo-taskboard-columns-container-gap | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The spacing of the TaskBoard columns container. |
+|||
$kendo-taskboard-column-width | +Number | +320px |
+ 320px |
+
Description
+ The default width of the TaskBoard column. |
+|||
$kendo-taskboard-column-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the TaskBoard column. |
+|||
$kendo-taskboard-column-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
+
Description
+ The border radius of the TaskBoard column. |
+|||
$kendo-taskboard-column-bg | +Color | +if($kendo-enable-color-system, k-color( surface ), if( $kendo-is-dark-theme, $kendo-color-dark, $kendo-color-light)) |
+ #f5f5f5 |
+
Description
+ The background color of the TaskBoard column. |
+|||
$kendo-taskboard-column-text | +Null | +null |
+ null |
+
Description
+ The text color of the TaskBoard column. |
+|||
$kendo-taskboard-column-border | +Color | +transparent |
+ transparent |
+
Description
+ The border color of the TaskBoard column. |
+|||
$kendo-taskboard-column-focus-bg | +Null | +null |
+ null |
+
Description
+ The background color of the focused TaskBoard column. |
+|||
$kendo-taskboard-column-focus-text | +Null | +null |
+ null |
+
Description
+ The text color of the focused TaskBoard column. |
+|||
$kendo-taskboard-column-focus-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-base-border, 2.5 )) |
+ rgba(0, 0, 0, 0.264) |
+
Description
+ The border color of the focused TaskBoard column. |
+|||
$kendo-taskboard-column-header-padding-y | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
+
Description
+ The vertical padding of the TaskBoard column header. |
+|||
$kendo-taskboard-column-header-padding-x | +Number | +$kendo-taskboard-column-header-padding-y |
+ 8px |
+
Description
+ The horizontal padding of the TaskBoard column header. |
+|||
$kendo-taskboard-column-header-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 4 ) |
+ 4px |
+
Description
+ The spacing of the TaskBoard column header. |
+|||
$kendo-taskboard-column-header-actions-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
+
Description
+ The spacing of the TaskBoard column header actions. |
+|||
$kendo-taskboard-column-header-font-weight | +Number | +500 |
+ 500 |
+
Description
+ The font weight of the TaskBoard column header. |
+|||
$kendo-taskboard-column-header-text | +Color | +$kendo-component-header-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the TaskBoard column header. |
+|||
$kendo-taskboard-column-cards-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding of the TaskBoard column Card wrapper. |
+|||
$kendo-taskboard-column-cards-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding of the TaskBoard column Card wrapper. |
+|||
$kendo-taskboard-column-cards-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
+
Description
+ The spacing of the TaskBoard column Card wrapper. |
+|||
$kendo-taskboard-pane-width | +Number | +$kendo-taskboard-column-width |
+ 320px |
+
Description
+ The default width of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-padding-y | +Null | +null |
+ null |
+
Description
+ The vertical padding of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-padding-x | +Null | +null |
+ null |
+
Description
+ The horizontal padding of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
+
Description
+ The border color of the TaskBoard pane. |
+|||
$kendo-taskboard-pane-header-padding-y | +Number | +( $kendo-taskboard-spacer * .75 ) |
+ 12px |
+
Description
+ The vertical padding of the TaskBoard pane header. |
+|||
$kendo-taskboard-pane-header-padding-x | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The horizontal padding of the TaskBoard pane header. |
+|||
$kendo-taskboard-pane-header-font-weight | +Number | +500 |
+ 500 |
+
Description
+ The font weight of the TaskBoard pane header. |
+|||
$kendo-taskboard-pane-header-text | +Color | +$kendo-component-header-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the TaskBoard pane header. |
+|||
$kendo-taskboard-pane-content-padding-y | +Number | +0px |
+ 0px |
+
Description
+ The vertical padding of the TaskBoard pane content. |
+|||
$kendo-taskboard-pane-content-padding-x | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The horizontal padding of the TaskBoard pane content. |
+|||
$kendo-taskboard-pane-actions-padding-y | +Number | +( $kendo-taskboard-spacer * .75 ) |
+ 12px |
+
Description
+ The vertical padding of the TaskBoard pane actions. |
+|||
$kendo-taskboard-pane-actions-padding-x | +Number | +$kendo-taskboard-spacer |
+ 16px |
+
Description
+ The horizontal padding of the TaskBoard pane actions. |
+|||
$kendo-taskboard-card-padding-y | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
+
Description
+ The vertical padding of the TaskBoard Card. |
+|||
$kendo-taskboard-card-padding-x | +Number | +$kendo-taskboard-card-padding-y |
+ 8px |
+
Description
+ The horizontal padding of the TaskBoard Card. |
+|||
$kendo-taskboard-card-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the TaskBoard Card. |
+|||
$kendo-taskboard-card-border-radius | +Number | +$kendo-card-border-radius |
+ 4px |
+
Description
+ The border radius of the TaskBoard Card. |
+|||
$kendo-taskboard-card-bg | +Color | +$kendo-card-bg |
+ #ffffff |
+
Description
+ The background color of the TaskBoard Card. |
+|||
$kendo-taskboard-card-text | +Color | +$kendo-card-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the TaskBoard Card. |
+|||
$kendo-taskboard-card-border | +Color | +$kendo-base-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The border color of the TaskBoard Card. |
+|||
$kendo-taskboard-card-shadow | +String | +none |
+ none |
+
Description
+ The shadow of the TaskBoard Card. |
+|||
$kendo-taskboard-card-category-border-width | +Number | +4px |
+ 4px |
+
Description
+ The border width of the TaskBoard Card category. |
+|||
$kendo-taskboard-card-hover-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 10% )) |
+ rgba(0, 0, 0, 0.172) |
+
Description
+ The border color of the hovered TaskBoard Card. |
+|||
$kendo-taskboard-card-focus-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 9% )) |
+ rgba(0, 0, 0, 0.1628) |
+
Description
+ The border color of the focused TaskBoard Card. |
+|||
$kendo-taskboard-card-focus-shadow | +String | +none |
+ none |
+
Description
+ The shadow of the focused TaskBoard Card. |
+|||
$kendo-taskboard-card-selected-border | +Color | +$kendo-color-primary-lighter |
+ #7986cb |
+
Description
+ The border of the selected TaskBoard Card. |
+|||
$kendo-taskboard-card-selected-shadow | +String | +none |
+ none |
+
Description
+ The shadow of the selected TaskBoard Card. |
+|||
$kendo-taskboard-card-header-text | +Color | +$kendo-color-primary |
+ #3f51b5 |
+
Description
+ The text color of the TaskBoard Card header text. |
+|||
$kendo-taskboard-card-header-focus-text | +Color | +$kendo-color-primary-darker |
+ #303f9f |
+
Description
+ The text color of the hovered TaskBoard Card header text. |
+|||
$kendo-taskboard-card-header-hover-text | +Color | +$kendo-color-primary-darker |
+ #303f9f |
+
Description
+ The text color of the focused TaskBoard Card header text. |
+|||
$kendo-taskboard-drag-placeholder-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the TaskBoard Card placeholder. |
+|||
$kendo-taskboard-drag-placeholder-border-radius | +Number | +$kendo-taskboard-card-border-radius |
+ 4px |
+
Description
+ The border radius of the TaskBoard Card placeholder. |
+|||
$kendo-taskboard-drag-placeholder-bg | +Color | +rgba( white, .2 ) |
+ rgba(255, 255, 255, 0.2) |
+
Description
+ The background color of the TaskBoard Card placeholder. |
+|||
$kendo-taskboard-drag-placeholder-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
+
Description
+ The border color of the TaskBoard Card placeholder. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-wizard-padding-x | +Number | +$kendo-padding-md-x * 1.25 |
+ 20px |
+
Description
+ The horizontal padding of the Wizard. |
+|||
$kendo-wizard-padding-y | +Number | +$kendo-wizard-padding-x |
+ 20px |
+
Description
+ The vertical padding of the Wizard. |
+|||
$kendo-wizard-content-padding-x | +Number | +$kendo-padding-md-x * 2 |
+ 32px |
+
Description
+ The horizontal padding of the Wizard content. |
+|||
$kendo-wizard-content-padding-y | +Number | +$kendo-padding-md-y * 8 |
+ 32px |
+
Description
+ The vertical padding of the Wizard content. |
+|||
$kendo-wizard-buttons-margin-x | +Number | +10px |
+ 10px |
+
Description
+ The horizontal margin of the Wizard Button container. |
+|||
$kendo-wizard-border-width | +Number | +0px |
+ 0px |
+
Description
+ The border width of the Wizard. |
+|||
$kendo-wizard-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the Wizard. |
+|||
$kendo-wizard-line-height | +Number | +$kendo-line-height-md |
+ 2 |
+
Description
+ The line height of the Wizard. |
+|||
$kendo-wizard-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
+
Description
+ The font family of the Wizard. |
+|||
$kendo-wizard-step-focus-border | +Color | +#656565 |
+ #656565 |
+
Description
+ The outline of the focused Wizard step. |
+
$kendo-checkbox-border-width | +$kendo-chat-padding-x | Number | -2px |
- 2px |
+ 16px |
+ 16px |
|
Description
+ The border width of the CheckBox. | Description
The horizontal padding of the Chat. |
||||||
$kendo-checkbox-sm-size | +$kendo-chat-padding-y | Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+ 16px |
+ 16px |
|
Description
+ The size of a small CheckBox. | Description
The vertical padding of the Chat. |
||||||
$kendo-checkbox-md-size | +$kendo-chat-width | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ 500px |
+ 500px |
|
Description
+ The size of a medium CheckBox. | Description
The width of the Chat. |
||||||
$kendo-checkbox-lg-size | +$kendo-chat-height | Number | -k-map-get( $kendo-spacing, 5 ) |
- 20px |
+ 600px |
+ 600px |
|
Description
+ The size of a large CheckBox. | Description
The height of the Chat. |
||||||
$kendo-checkbox-sm-glyph-size | +$kendo-chat-border-width | Number | -k-map-get( $kendo-spacing, 2.5 ) |
- 10px |
+ 1px |
+ 1px |
|
Description
+ The glyph size of a small CheckBox. | Description
The border width of the Chat. |
||||||
$kendo-checkbox-md-glyph-size | -Number | -k-map-get( $kendo-spacing, 3.5 ) |
- 14px |
+ $kendo-chat-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
Description
+ The glyph size of a medium CheckBox. | Description
The font family of the Chat. |
||||||
$kendo-checkbox-lg-glyph-size | +$kendo-chat-font-size | Number | -k-map-get( $kendo-spacing, 4.5 ) |
- 18px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The glyph size of a large CheckBox. | Description
The font size of the Chat. |
||||||
$kendo-checkbox-sm-ripple-size | +$kendo-chat-line-height | Number | -300% |
- 300% |
+ $kendo-line-height-md |
+ 2 |
|
Description
+ The ripple size of a small CheckBox. | Description
The line height of the Chat. |
||||||
$kendo-checkbox-md-ripple-size | +$kendo-chat-item-spacing-x | Number | -300% |
- 300% |
+ 8px |
+ 8px |
|
Description
+ The ripple size of a medium CheckBox. | Description
The horizontal spacing between items of the Chat. |
||||||
$kendo-checkbox-lg-ripple-size | +$kendo-chat-item-spacing-y | Number | -300% |
- 300% |
+ 16px |
+ 16px |
|
Description
+ The ripple size of a large CheckBox. | Description
The vertical spacing between items of the Chat. |
||||||
$kendo-checkbox-bg | -Null | -null |
- null |
+ $kendo-chat-message-list-padding-x | +Number | +$kendo-chat-padding-x |
+ 16px |
Description
+ The background color of the CheckBox. | Description
The horizontal padding of the Chat message list. |
||||||
$kendo-checkbox-text | -Null | -null |
- null |
+ $kendo-chat-message-list-padding-y | +Number | +$kendo-chat-padding-y |
+ 16px |
Description
+ The text color of the CheckBox. | Description
The vertical padding of the Chat message list. |
||||||
$kendo-checkbox-border | -Color | -rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .54 ) |
- rgba(0, 0, 0, 0.54) |
+ $kendo-chat-message-list-spacing | +Number | +$kendo-chat-item-spacing-y |
+ 16px |
Description
+ The border color of the CheckBox. | Description
The spacing of the Chat message list. |
||||||
$kendo-checkbox-hover-bg | -Null | -null |
- null |
+ $kendo-chat-timestamp-font-size | +String | +smaller |
+ smaller |
Description
+ The background color of the hovered CheckBox. | Description
The font size of the Chat timestamp. |
||||||
$kendo-checkbox-hover-text | +$kendo-chat-timestamp-line-height | Null | null |
null |
|||
Description
+ The text color of the hovered CheckBox. | Description
The line height of the Chat timestamp. |
||||||
$kendo-checkbox-hover-border | -Null | -null |
- null |
+ $kendo-chat-timestamp-transform | +String | +uppercase |
+ uppercase |
Description
+ The border color of the hovered CheckBox. | Description
The text transform of the Chat timestamp. |
||||||
$kendo-checkbox-checked-bg | +$kendo-chat-timestamp-text | Color | -$kendo-color-primary |
- #3f51b5 |
+ $kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
|
Description
+ The background color of the checked CheckBox. | Description
The text color of the Chat timestamp. |
||||||
$kendo-checkbox-checked-text | -Color | -if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-checkbox-checked-bg )) |
- white |
+ $kendo-chat-timestamp-bg | +Null | +null |
+ null |
Description
+ The text color of the checked CheckBox. | Description
The background color of the Chat timestamp. |
||||||
$kendo-checkbox-checked-border | -Color | -$kendo-checkbox-checked-bg |
- #3f51b5 |
+ $kendo-chat-bubble-padding-x | +Number | +12px |
+ 12px |
Description
+ The border color of the checked CheckBox. | Description
The horizontal padding of the Chat bubble message. |
||||||
$kendo-checkbox-indeterminate-bg | -Color | -$kendo-checkbox-checked-bg |
- #3f51b5 |
+ $kendo-chat-bubble-padding-y | +Number | +8px |
+ 8px |
Description
+ The background color of the indeterminate CheckBox. | Description
The vertical padding of the Chat bubble message. |
||||||
$kendo-checkbox-indeterminate-text | -Color | -$kendo-checkbox-checked-text |
- white |
+ $kendo-chat-bubble-spacing | +Number | +2px |
+ 2px |
Description
+ The text color of the indeterminate CheckBox. | Description
The spacing of the Chat bubble message. |
||||||
$kendo-checkbox-indeterminate-border | -Color | -$kendo-checkbox-checked-border |
- #3f51b5 |
+ $kendo-chat-bubble-line-height | +Number | +1.25 |
+ 1.25 |
Description
+ The border color of the indeterminate CheckBox. | Description
The line height of the Chat bubble message. |
||||||
$kendo-checkbox-focus-border | -Null | -null |
- null |
+ $kendo-chat-bubble-border-radius | +Number | +12px |
+ 12px |
Description
+ The border color of the focused CheckBox. | Description
The border radius of the Chat bubble message. |
||||||
$kendo-checkbox-focus-shadow | -Null | -null |
- null |
+ $kendo-chat-bubble-border-radius-sm | +Number | +2px |
+ 2px |
Description
+ The box shadow of the focused CheckBox. | Description
The border radius of the Chat small bubble message |
||||||
$kendo-checkbox-focus-checked-border | -Null | -null |
- null |
+ $kendo-chat-avatar-size | +Number | +32px |
+ 32px |
Description
+ The border color of the focused and checked CheckBox. | Description
The size of the Chat Avatar. |
||||||
$kendo-checkbox-focus-checked-shadow | -Null | -null |
- null |
+ $kendo-chat-avatar-spacing | +Number | +$kendo-chat-item-spacing-x |
+ 8px |
Description
+ The box shadow of the focused and checked CheckBox. | Description
The spacing of the Chat Avatar. |
||||||
$kendo-checkbox-disabled-bg | -Null | -null |
- null |
+ $kendo-chat-toolbar-padding-x | +Number | +$kendo-toolbar-md-padding-x |
+ 8px |
Description
+ The background color of the disabled CheckBox. | Description
The horizontal padding of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-text | -Null | -null |
- null |
+ $kendo-chat-toolbar-padding-y | +Number | +$kendo-toolbar-md-padding-y |
+ 8px |
Description
+ The text color of the disabled CheckBox. | Description
The vertical padding of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-border | -Color | -if($kendo-enable-color-system, k-color( base-emphasis ), k-try-shade( $kendo-component-bg, 4 )) |
- #adadad |
+ $kendo-chat-toolbar-spacing | +Number | +$kendo-toolbar-md-spacing |
+ 8px |
Description
+ The border color of the disabled CheckBox. | Description
The spacing of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-checked-bg | +$kendo-chat-toolbar-bg | Color | -$kendo-checkbox-disabled-border |
- #adadad |
+ if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .5 )) |
+ whitesmoke |
|
Description
+ The background color of the disabled and checked CheckBox. | Description
The background color of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-checked-text | +$kendo-chat-toolbar-text | Color | -if($kendo-enable-color-system, k-color( on-base ), k-contrast-color( $kendo-checkbox-disabled-checked-bg )) |
- black |
+ $kendo-toolbar-text |
+ rgba(0, 0, 0, 0.87) |
|
Description
+ The text color of the disabled and checked CheckBox. | Description
The text color of the Chat Toolbar. |
||||||
$kendo-checkbox-disabled-checked-border | -Color | -$kendo-checkbox-disabled-checked-bg |
- #adadad |
+ $kendo-chat-toolbar-border | +String | +inherit |
+ inherit |
Description
+ The border color of the disabled and checked CheckBox. | Description
The border color of the Chat Toolbar. |
||||||
$kendo-checkbox-invalid-bg | -Null | -null |
- null |
+ $kendo-chat-quick-reply-padding-x | +Number | +12px |
+ 12px |
Description
+ The background color of an invalid CheckBox. | Description
The horizontal padding of the Chat quick reply. |
||||||
$kendo-checkbox-invalid-text | -Color | -$kendo-invalid-text |
- #f31700 |
+ $kendo-chat-quick-reply-padding-y | +Number | +8px |
+ 8px |
Description
+ The text color of an invalid CheckBox. | Description
The vertical padding of the Chat quick reply. |
||||||
$kendo-checkbox-invalid-border | -Color | -$kendo-invalid-border |
- #f31700 |
+ $kendo-chat-quick-reply-spacing | +Number | +8px |
+ 8px |
Description
+ The border color of an invalid CheckBox. | Description
The spacing of the Chat quick reply. |
||||||
$kendo-checkbox-indicator-type | -String | -image |
- image |
+ $kendo-chat-quick-reply-line-height | +Number | +$kendo-chat-bubble-line-height |
+ 1.25 |
Description
+ The type of the CheckBox indicator. | Description
The line height of the Chat quick reply. |
||||||
$kendo-checkbox-glyph-font-family | -List | -"WebComponentsIcons", monospace |
- "WebComponentsIcons", monospace |
+ $kendo-chat-bg | +Color | +$kendo-app-bg |
+ #ffffff |
Description
+ The font family of the CheckBox indicator glyph. | Description
The background color of the Chat. |
||||||
$kendo-checkbox-checked-glyph | -String | -"\e118" |
- "\e118" |
+ $kendo-chat-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The glyph of the CheckBox indicator. | Description
The text color of the Chat. |
||||||
$kendo-checkbox-indeterminate-glyph | +$kendo-chat-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
+|||
Description
+ The border color of the Chat. |
+|||||||
$kendo-chat-bubble-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+||||
Description
+ The background color of the Chat bubble. |
+|||||||
$kendo-chat-bubble-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
+||||
Description
+ The text color of the Chat bubble. |
+|||||||
$kendo-chat-bubble-border | +Color | +$kendo-chat-bubble-bg |
+ #ffffff |
+||||
Description
+ The border color of the Chat bubble. |
+|||||||
$kendo-chat-bubble-shadow | String | -"\e121" |
- "\e121" |
+ $box-shadow-depth-1 |
+ var(--kendo-elevation-1, 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)) |
||
Description
+ The glyph of the indeterminate CheckBox indicator. | Description
The box shadow of the Chat bubble. |
||||||
$kendo-checkbox-checked-image | +$kendo-chat-bubble-hover-shadow | String | -k-escape-svg( url("data:image/svg+xml,") ) |
- url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='white' stroke-width='3' d='M4.1,12.7 9,17.6 20.3,6.3'/%3e%3c/svg%3e") |
+ $box-shadow-depth-2 |
+ var(--kendo-elevation-2, 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14)) |
|
Description
+ The image for a checked CheckBox indicator. | Description
The shadow of the hovered Chat bubble. |
||||||
$kendo-checkbox-indeterminate-image | +$kendo-chat-bubble-selected-shadow | String | -k-escape-svg( url("data:image/svg+xml,") ) |
- url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-width='3' d='M4 10h12'/%3e%3c/svg%3e") |
+ $box-shadow-depth-3 |
+ var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14)) |
|
Description
+ The image for a indeterminate CheckBox indicator. | Description
The shadow of the selected Chat bubble. |
||||||
$kendo-checkbox-label-margin-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-chat-alt-bubble-bg | +Color | +$kendo-color-primary |
+ #3f51b5 |
Description
+ The horizontal margin of the CheckBox inside a label. | Description
The background color of the Chat alt bubble. |
||||||
$kendo-checkbox-list-spacing | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-chat-alt-bubble-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-chat-alt-bubble-bg )) |
+ white |
Description
+ The spacing between the items in a horizontal CheckBox list. | Description
The text color of the Chat alt bubble. |
||||||
$kendo-checkbox-list-item-padding-x | -Number | -0px |
- 0px |
+ $kendo-chat-alt-bubble-border | +Color | +$kendo-chat-alt-bubble-bg |
+ #3f51b5 |
Description
+ The horizontal padding of the CheckBox list items. | Description
The border color of the Chat alt bubble. |
||||||
$kendo-checkbox-list-item-padding-y | -Number | -$kendo-list-md-item-padding-y |
- 8px |
+ $kendo-chat-alt-bubble-shadow | +String | +$box-shadow-depth-1 |
+ var(--kendo-elevation-1, 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)) |
Description
+ The vertical padding of the CheckBox list items. | Description
The shadow of the Chat alt bubble. |
||||||
$kendo-checkbox-ripple-bg | +$kendo-chat-alt-bubble-hover-shadow | +String | +$box-shadow-depth-2 |
+ var(--kendo-elevation-2, 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14)) |
+|||
Description
+ The shadow of the hovered Chat alt bubble. |
+|||||||
$kendo-chat-alt-bubble-selected-shadow | +String | +$box-shadow-depth-3 |
+ var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14)) |
+||||
Description
+ The shadow of the selected Chat alt bubble. |
+|||||||
$kendo-chat-quick-reply-bg | +Color | +transparent |
+ transparent |
+||||
Description
+ The background color of Chat quick reply. |
+|||||||
$kendo-chat-quick-reply-text | Color | $kendo-color-primary |
#3f51b5 |
||||
Description
+ The background color of the CheckBox' ripple. | Description
The text color of Chat quick reply. |
||||||
$kendo-checkbox-ripple-opacity | -Number | -.2 |
- 0.2 |
+ $kendo-chat-quick-reply-border | +Color | +$kendo-color-primary |
+ #3f51b5 |
Description
+ The opacity of the CheckBox' ripple. | Description
+ The border color of Chat quick reply. |
+||||||
$kendo-chat-quick-reply-hover-bg | +Color | +$kendo-color-primary |
+ #3f51b5 |
+||||
Description
+ The background color of the hovered Chat quick reply. |
+|||||||
$kendo-chat-quick-reply-hover-text | +Color | +$kendo-color-primary-contrast |
+ white |
+||||
Description
+ The text color of the Chat quick reply. |
+|||||||
$kendo-chat-quick-reply-hover-border | +Color | +$kendo-color-primary |
+ #3f51b5 |
+||||
Description
The border color of the hovered Chat quick reply. |
$kendo-chip-border-width | +$kendo-checkbox-border-width | Number | -1px |
- 1px |
+ 2px |
+ 2px |
|
Description
+ The width of the border around the Chip. | Description
The border width of the CheckBox. |
||||||
$kendo-chip-spacing | +$kendo-checkbox-sm-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 3 ) |
+ 12px |
|
Description
+ The spacing between the text and the icons of the Chip. | Description
The size of a small CheckBox. |
||||||
$kendo-chip-padding-x | +$kendo-checkbox-md-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 4 ) |
+ 16px |
|
Description
+ The horizontal padding of the Chip. | Description
The size of a medium CheckBox. |
||||||
$kendo-chip-sm-padding-x | +$kendo-checkbox-lg-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 5 ) |
+ 20px |
|
Description
+ The horizontal padding of the small Chip. | Description
The size of a large CheckBox. |
||||||
$kendo-chip-md-padding-x | +$kendo-checkbox-sm-glyph-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 2.5 ) |
+ 10px |
|
Description
+ The horizontal padding of the medium Chip. | Description
The glyph size of a small CheckBox. |
||||||
$kendo-chip-lg-padding-x | +$kendo-checkbox-md-glyph-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 3.5 ) |
+ 14px |
|
Description
+ The horizontal padding of the large Chip. | Description
The glyph size of a medium CheckBox. |
||||||
$kendo-chip-padding-y | +$kendo-checkbox-lg-glyph-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 4.5 ) |
+ 18px |
|
Description
+ The vertical padding of the Chip. | Description
The glyph size of a large CheckBox. |
||||||
$kendo-chip-sm-padding-y | +$kendo-checkbox-sm-ripple-size | Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 2px |
+ 300% |
+ 300% |
|
Description
+ The vertical padding of the small Chip. | Description
The ripple size of a small CheckBox. |
||||||
$kendo-chip-md-padding-y | +$kendo-checkbox-md-ripple-size | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ 300% |
+ 300% |
|
Description
+ The vertical padding of the medium Chip. | Description
The ripple size of a medium CheckBox. |
||||||
$kendo-chip-lg-padding-y | +$kendo-checkbox-lg-ripple-size | Number | -k-map-get( $kendo-spacing, 1.5 ) |
- 6px |
+ 300% |
+ 300% |
|
Description
+ The vertical padding of the large Chip. | Description
The ripple size of a large CheckBox. |
||||||
$kendo-chip-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-checkbox-bg | +Null | +null |
+ null |
Description
+ The font size of the Chip. | Description
The background color of the CheckBox. |
||||||
$kendo-chip-sm-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-checkbox-text | +Null | +null |
+ null |
Description
+ The font size of the small Chip. | Description
The text color of the CheckBox. |
||||||
$kendo-chip-md-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-checkbox-border | +Color | +rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .54 ) |
+ rgba(0, 0, 0, 0.54) |
Description
+ The font size of the medium Chip. | Description
The border color of the CheckBox. |
||||||
$kendo-chip-lg-font-size | -Number | -$kendo-font-size-md |
- 14px |
-||||
Description
- The font size of the large Chip. |
-|||||||
$kendo-chip-line-height | -Number | -k-math-div( 18, 14 ) |
- 1.2857142857 |
-||||
Description
- The Chip's line height that is related to the $kendo-font-size. |
-|||||||
$kendo-chip-sm-line-height | -Number | -$kendo-chip-line-height |
- 1.2857142857 |
-||||
Description
- The small Chip's line height that is related to the $kendo-font-size. |
-|||||||
$kendo-chip-md-line-height | -Number | -$kendo-chip-line-height |
- 1.2857142857 |
+ $kendo-checkbox-hover-bg | +Null | +null |
+ null |
Description
+ The medium Chip's line height that is related to the $kendo-font-size. | Description
The background color of the hovered CheckBox. |
||||||
$kendo-chip-lg-line-height | -Number | -$kendo-chip-line-height |
- 1.2857142857 |
+ $kendo-checkbox-hover-text | +Null | +null |
+ null |
Description
+ The large Chip's line height that is related to the $kendo-font-size. | Description
The text color of the hovered CheckBox. |
||||||
$kendo-chip-calc-size | -Calculation | -calc( #{$kendo-chip-line-height * 1em} + #{$kendo-chip-padding-y * 2} + #{$kendo-chip-border-width * 2} ) |
- calc(1.2857142857em + 8px + 2px) |
+ $kendo-checkbox-hover-border | +Null | +null |
+ null |
Description
+ The calculated height of the Chip. | Description
The border color of the hovered CheckBox. |
||||||
$kendo-chip-sizes | -Map | -(
- 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.2857142857), md: (padding-x: 4px, padding-y: 4px, font-size: 14px, line-height: 1.2857142857), lg: (padding-x: 4px, padding-y: 6px, font-size: 14px, line-height: 1.2857142857)) |
+ $kendo-checkbox-checked-bg | +Color | +$kendo-color-primary |
+ #3f51b5 |
Description
+ The map with the sizes of the Chip. | Description
The background color of the checked CheckBox. |
||||||
$kendo-chip-base-bg | +$kendo-checkbox-checked-text | Color | -if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black)) |
- #000000 |
+ if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-checkbox-checked-bg )) |
+ white |
|
Description
+ The base background of the Chip. | Description
The text color of the checked CheckBox. |
||||||
$kendo-chip-theme-colors | -Map | -(
- "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": #000000, "error": #f31700, "info": #0058e9, "warning": #ffc000, "success": #37b400) |
+ $kendo-checkbox-checked-border | +Color | +$kendo-checkbox-checked-bg |
+ #3f51b5 |
Description
+ The theme colors map for the Chip. | Description
The border color of the checked CheckBox. |
||||||
$kendo-chip-solid-bg | +$kendo-checkbox-indeterminate-bg | Color | -if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $kendo-button-bg, k-try-tint( $kendo-chip-base-bg, 92% ))) |
- #ebebeb |
+ $kendo-checkbox-checked-bg |
+ #3f51b5 |
|
Description
+ The base background color of the solid Chip. | Description
The background color of the indeterminate CheckBox. |
||||||
$kendo-chip-solid-text | +$kendo-checkbox-indeterminate-text | Color | -$kendo-button-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-checkbox-checked-text |
+ white |
|
Description
+ The base text color of the solid Chip. | Description
The text color of the indeterminate CheckBox. |
||||||
$kendo-chip-solid-border | +$kendo-checkbox-indeterminate-border | Color | -$kendo-chip-solid-bg |
- #ebebeb |
+ $kendo-checkbox-checked-border |
+ #3f51b5 |
|
Description
+ The base border color of the solid Chip. | Description
The border color of the indeterminate CheckBox. |
||||||
$kendo-chip-solid-shadow | +$kendo-checkbox-focus-border | Null | null |
null |
|||
Description
+ The base shadow of the solid Chip. | Description
The border color of the focused CheckBox. |
||||||
$kendo-chip-solid-gradient | +$kendo-checkbox-focus-shadow | Null | -$kendo-button-gradient |
+ null |
null |
||
Description
+ The base gradient of the solid Chip. | Description
The box shadow of the focused CheckBox. |
||||||
$kendo-chip-solid-focus-bg | -Color | -if($kendo-enable-color-system, k-color( base-subtle-active ), k-try-tint( $kendo-chip-base-bg, 80% )) |
- #cccccc |
+ $kendo-checkbox-focus-checked-border | +Null | +null |
+ null |
Description
+ The base background color of the focused solid Chip. | Description
The border color of the focused and checked CheckBox. |
||||||
$kendo-chip-solid-focus-text | +$kendo-checkbox-focus-checked-shadow | Null | null |
null |
|||
Description
+ The base text color of the focused solid Chip. | Description
The box shadow of the focused and checked CheckBox. |
||||||
$kendo-chip-solid-hover-bg | -Color | -if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-tint( $kendo-chip-base-bg, 84% )) |
- #d6d6d6 |
+ $kendo-checkbox-disabled-bg | +Null | +null |
+ null |
Description
+ The base background color of the hovered solid Chip. | Description
The background color of the disabled CheckBox. |
||||||
$kendo-chip-solid-hover-text | +$kendo-checkbox-disabled-text | Null | null |
null |
|||
Description
+ The base text color of the hovered solid Chip. | Description
The text color of the disabled CheckBox. |
||||||
$kendo-chip-solid-selected-bg | +$kendo-checkbox-disabled-border | Color | -if($kendo-enable-color-system, k-color( base-subtle-active ), k-try-tint( $kendo-chip-base-bg, 76% )) |
- #c2c2c2 |
-|||
Description
- The base background color of the selected solid Chip. |
-|||||||
$kendo-chip-solid-selected-text | -Null | -null |
- null |
+ if($kendo-enable-color-system, k-color( base-emphasis ), k-try-shade( $kendo-component-bg, 4 )) |
+ #adadad |
||
Description
+ The base text color of the selected solid Chip. | Description
The border color of the disabled CheckBox. |
||||||
$kendo-chip-outline-bg | +$kendo-checkbox-disabled-checked-bg | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-checkbox-disabled-border |
+ #adadad |
|
Description
+ The base background color of the outline Chip. | Description
The background color of the disabled and checked CheckBox. |
||||||
$kendo-chip-outline-text | +$kendo-checkbox-disabled-checked-text | Color | -$kendo-chip-solid-text |
- rgba(0, 0, 0, 0.87) |
+ if($kendo-enable-color-system, k-color( on-base ), k-contrast-color( $kendo-checkbox-disabled-checked-bg )) |
+ black |
|
Description
+ The base text color of the outline Chip. | Description
The text color of the disabled and checked CheckBox. |
||||||
$kendo-chip-outline-border | +$kendo-checkbox-disabled-checked-border | Color | -$kendo-chip-outline-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-checkbox-disabled-checked-bg |
+ #adadad |
|
Description
+ The base border color of the outline Chip. | Description
The border color of the disabled and checked CheckBox. |
||||||
$kendo-chip-outline-shadow | +$kendo-checkbox-invalid-bg | Null | null |
null |
|||
Description
+ The base shadow of the outline Chip. | Description
The background color of an invalid CheckBox. |
||||||
$kendo-chip-outline-hover-bg | +$kendo-checkbox-invalid-text | Color | -if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-tint( $kendo-chip-base-bg, 92% )) |
- #ebebeb |
+ $kendo-invalid-text |
+ #f31700 |
|
Description
+ The base background color of the hovered outline Chip. | Description
The text color of an invalid CheckBox. |
||||||
$kendo-chip-outline-hover-text | +$kendo-checkbox-invalid-border | Color | -if($kendo-enable-color-system, k-color( base-on-subtle ), k-contrast-color( $kendo-chip-outline-hover-bg )) |
- black |
+ $kendo-invalid-border |
+ #f31700 |
|
Description
+ The base text color of the hovered outline Chip. | Description
The border color of an invalid CheckBox. |
||||||
$kendo-chip-outline-selected-bg | -Color | -if($kendo-enable-color-system, k-color( base-subtle-active ), k-try-tint( $kendo-chip-base-bg, 84% )) |
- #d6d6d6 |
+ $kendo-checkbox-indicator-type | +String | +image |
+ image |
Description
+ The base background color of the selected outline Chip. | Description
The type of the CheckBox indicator. |
||||||
$kendo-chip-outline-selected-text | -Color | -$kendo-chip-outline-hover-text |
- black |
+ $kendo-checkbox-glyph-font-family | +List | +"WebComponentsIcons", monospace |
+ "WebComponentsIcons", monospace |
Description
+ The base text color of the selected outline Chip. | Description
The font family of the CheckBox indicator glyph. |
||||||
$kendo-chip-list-sizes | -Map | -(
- 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) |
+ $kendo-checkbox-checked-glyph | +String | +"\e118" |
+ "\e118" |
Description
+ The sizes of the Chip list. | Description
The glyph of the CheckBox indicator. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-color-gradient-spacer | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+||||
$kendo-checkbox-indeterminate-glyph | +String | +"\e121" |
+ "\e121" |
||||
Description
+ The spacer of the ColorGradient. | Description
The glyph of the indeterminate CheckBox indicator. |
||||||
$kendo-color-gradient-width | -Number | -294px |
- 294px |
+ $kendo-checkbox-checked-image | +String | +k-escape-svg( url("data:image/svg+xml,") ) |
+ url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='none' stroke='white' stroke-width='3' d='M4.1,12.7 9,17.6 20.3,6.3'/%3e%3c/svg%3e") |
Description
+ The width of the ColorGradient. | Description
The image for a checked CheckBox indicator. |
||||||
$kendo-color-gradient-border-width | -Number | -1px |
- 1px |
+ $kendo-checkbox-indeterminate-image | +String | +k-escape-svg( url("data:image/svg+xml,") ) |
+ url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-width='3' d='M4 10h12'/%3e%3c/svg%3e") |
Description
+ The width of the border around the ColorGradient. | Description
The image for a indeterminate CheckBox indicator. |
||||||
$kendo-color-gradient-border-radius | +$kendo-checkbox-label-margin-x | Number | -$kendo-border-radius-md |
+ k-map-get( $kendo-spacing, 1 ) |
4px |
||
Description
+ The border radius of the ColorGradient. | Description
The horizontal margin of the CheckBox inside a label. |
||||||
$kendo-color-gradient-padding-y | +$kendo-checkbox-list-spacing | Number | -$kendo-color-gradient-spacer |
- 12px |
+ k-map-get( $kendo-spacing, 4 ) |
+ 16px |
|
Description
+ The vertical padding of the ColorGradient. | Description
The spacing between the items in a horizontal CheckBox list. |
||||||
$kendo-color-gradient-padding-x | +$kendo-checkbox-list-item-padding-x | Number | -$kendo-color-gradient-padding-y |
- 12px |
+ 0px |
+ 0px |
|
Description
+ The horizontal padding of the ColorGradient. | Description
The horizontal padding of the CheckBox list items. |
||||||
$kendo-color-gradient-gap | +$kendo-checkbox-list-item-padding-y | Number | -$kendo-color-gradient-spacer |
- 12px |
+ $kendo-list-md-item-padding-y |
+ 8px |
|
Description
+ The spacing between the sections of the ColorGradient. | Description
The vertical padding of the CheckBox list items. |
||||||
$kendo-color-gradient-font-family | -List | -$kendo-font-family |
- Roboto, "Helvetica Neue", sans-serif |
+ $kendo-checkbox-ripple-bg | +Color | +$kendo-color-primary |
+ #3f51b5 |
Description
+ The font family of the ColorGradient. | Description
The background color of the CheckBox' ripple. |
||||||
$kendo-color-gradient-font-size | +$kendo-checkbox-ripple-opacity | Number | -$kendo-font-size-md |
- 14px |
+ .2 |
+ 0.2 |
|
Description
+ The font size of the ColorGradient. | Description
The opacity of the CheckBox' ripple. |
||||||
$kendo-color-gradient-line-height | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-chip-border-width | Number | -$kendo-line-height-md |
- 2 |
+ 1px |
+ 1px |
||
Description
+ The line height of the ColorGradient. | Description
The width of the border around the Chip. |
||||||
$kendo-color-gradient-text | -Color | -$kendo-component-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-chip-spacing | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The text color of the ColorGradient. | Description
The spacing between the text and the icons of the Chip. |
||||||
$kendo-color-gradient-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-chip-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The background color of the ColorGradient. | Description
The horizontal padding of the Chip. |
||||||
$kendo-color-gradient-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-chip-sm-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The border color of the ColorGradient. | Description
The horizontal padding of the small Chip. |
||||||
$kendo-color-gradient-focus-border | -Color | -$kendo-hover-border |
- rgba(0, 0, 0, 0.15) |
+ $kendo-chip-md-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The border color of the focused ColorGradient. | Description
The horizontal padding of the medium Chip. |
||||||
$kendo-color-gradient-focus-shadow | -String | -$box-shadow-depth-3 |
- var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14)) |
+ $kendo-chip-lg-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The box shadow of the focused ColorGradient. | Description
The horizontal padding of the large Chip. |
||||||
$kendo-color-gradient-canvas-border-radius | +$kendo-chip-padding-y | Number | -$kendo-border-radius-md |
+ k-map-get( $kendo-spacing, 1 ) |
4px |
||
Description
+ The border radius of the ColorGradient canvas. | Description
The vertical padding of the Chip. |
||||||
$kendo-color-gradient-canvas-gap | +$kendo-chip-sm-padding-y | Number | -$kendo-color-gradient-spacer |
- 12px |
+ k-map-get( $kendo-spacing, 0.5 ) |
+ 2px |
|
Description
+ The spacing between the items of the ColorGradient canvas. | Description
The vertical padding of the small Chip. |
||||||
$kendo-color-gradient-canvas-rectangle-height | +$kendo-chip-md-padding-y | Number | -180px |
- 180px |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ The height the ColorGradient canvas hsv rectangle. | Description
The vertical padding of the medium Chip. |
||||||
$kendo-color-gradient-slider-track-size | +$kendo-chip-lg-padding-y | Number | -10px |
- 10px |
+ k-map-get( $kendo-spacing, 1.5 ) |
+ 6px |
|
Description
+ The width of the ColorGradient slider. | Description
The vertical padding of the large Chip. |
||||||
$kendo-color-gradient-slider-border-radius | +$kendo-chip-font-size | Number | -10px |
- 10px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The border radius of the ColorGradient slider. | Description
The font size of the Chip. |
||||||
$kendo-color-gradient-slider-draghandle-border-width | +$kendo-chip-sm-font-size | Number | -3px |
- 3px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The width of the border around the ColorGradient slider drag handle. | Description
The font size of the small Chip. |
||||||
$kendo-color-gradient-slider-vertical-size | +$kendo-chip-md-font-size | Number | -180px |
- 180px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The height of the ColorGradient vertical slider. | Description
The font size of the medium Chip. |
||||||
$kendo-color-gradient-slider-horizontal-size | +$kendo-chip-lg-font-size | Number | -100% |
- 100% |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The width of the ColorGradient horizontal slider. | Description
The font size of the large Chip. |
||||||
$kendo-color-gradient-draghandle-width | +$kendo-chip-line-height | Number | -14px |
- 14px |
+ k-math-div( 18, 14 ) |
+ 1.2857142857 |
|
Description
+ The width of the ColorGradient canvas drag handle. | Description
The Chip's line height that is related to the $kendo-font-size. |
||||||
$kendo-color-gradient-draghandle-height | +$kendo-chip-sm-line-height | Number | -14px |
- 14px |
+ $kendo-chip-line-height |
+ 1.2857142857 |
|
Description
+ The height of the ColorGradient canvas drag handle. | Description
The small Chip's line height that is related to the $kendo-font-size. |
||||||
$kendo-color-gradient-draghandle-border-width | +$kendo-chip-md-line-height | Number | -1px |
- 1px |
+ $kendo-chip-line-height |
+ 1.2857142857 |
|
Description
+ The width of the border around the ColorGradient canvas drag handle. | Description
The medium Chip's line height that is related to the $kendo-font-size. |
||||||
$kendo-color-gradient-draghandle-outline-width | +$kendo-chip-lg-line-height | Number | -1px |
- 1px |
+ $kendo-chip-line-height |
+ 1.2857142857 |
|
Description
+ The width of the outline around the ColorGradient canvas drag handle. | Description
The large Chip's line height that is related to the $kendo-font-size. |
||||||
$kendo-color-gradient-draghandle-border-radius | -Number | -50% |
- 50% |
+ $kendo-chip-calc-size | +Calculation | +calc( #{$kendo-chip-line-height * 1em} + #{$kendo-chip-padding-y * 2} + #{$kendo-chip-border-width * 2} ) |
+ calc(1.2857142857em + 8px + 2px) |
Description
+ The border radius of the ColorGradient canvas drag handle. | Description
The calculated height of the Chip. |
||||||
$kendo-color-gradient-draghandle-text | -Null | -null |
- null |
+ $kendo-chip-sizes | +Map | +(
+ 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.2857142857), md: (padding-x: 4px, padding-y: 4px, font-size: 14px, line-height: 1.2857142857), lg: (padding-x: 4px, padding-y: 6px, font-size: 14px, line-height: 1.2857142857)) |
Description
+ The text color of the ColorGradient canvas drag handle. | Description
The map with the sizes of the Chip. |
||||||
$kendo-color-gradient-draghandle-bg | +$kendo-chip-base-bg | Color | -transparent |
- transparent |
+ if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black)) |
+ #000000 |
|
Description
+ The background color of the ColorGradient canvas drag handle. | Description
The base background of the Chip. |
||||||
$kendo-color-gradient-draghandle-border | -Color | -rgba( white, .8 ) |
- rgba(255, 255, 255, 0.8) |
+ $kendo-chip-theme-colors | +Map | +(
+ "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": #000000, "error": #f31700, "info": #0058e9, "warning": #ffc000, "success": #37b400) |
Description
+ The color of the border around the ColorGradient canvas drag handle. | Description
The theme colors map for the Chip. |
||||||
$kendo-color-gradient-draghandle-shadow | +$kendo-chip-solid-bg | Color | -rgba( $kendo-color-black, .5) |
- rgba(0, 0, 0, 0.5) |
+ if($kendo-enable-color-system, k-color( base-subtle ), if( $kendo-is-dark-theme, $kendo-button-bg, k-try-tint( $kendo-chip-base-bg, 92% ))) |
+ #ebebeb |
|
Description
+ The color of the outline around the ColorGradient canvas drag handle. | Description
The base background color of the solid Chip. |
||||||
$kendo-color-gradient-draghandle-focus-shadow | +$kendo-chip-solid-text | Color | -$kendo-color-black |
- #000000 |
+ $kendo-button-text |
+ rgba(0, 0, 0, 0.87) |
|
Description
+ The focus color of the outline around the ColorGradient canvas drag handle. | Description
The base text color of the solid Chip. |
||||||
$kendo-color-gradient-draghandle-hover-shadow | +$kendo-chip-solid-border | Color | -$kendo-color-black |
- #000000 |
+ $kendo-chip-solid-bg |
+ #ebebeb |
|
Description
+ The outline color of the outline around the ColorGradient canvas drag handle. | Description
The base border color of the solid Chip. |
||||||
$kendo-color-gradient-draghandle-shadow | -Color | -k-elevation(2) |
- rgba(0, 0, 0, 0.5) |
+ $kendo-chip-solid-shadow | +Null | +null |
+ null |
Description
+ The box shadow of the ColorGradient canvas drag handle. | Description
The base shadow of the solid Chip. |
||||||
$kendo-color-gradient-canvas-draghandle-margin-y | -Number | -- k-math-div( $kendo-color-gradient-draghandle-height, 2 ) |
- -7px |
+ $kendo-chip-solid-gradient | +Null | +$kendo-button-gradient |
+ null |
Description
+ The vertical margin of the ColorGradient canvas drag handle. | Description
The base gradient of the solid Chip. |
||||||
$kendo-color-gradient-canvas-draghandle-margin-x | -Number | -- k-math-div( $kendo-color-gradient-draghandle-width, 2 ) |
- -7px |
+ $kendo-chip-solid-focus-bg | +Color | +if($kendo-enable-color-system, k-color( base-subtle-active ), k-try-tint( $kendo-chip-base-bg, 80% )) |
+ #cccccc |
Description
+ The horizontal margin of the ColorGradient canvas drag handle. | Description
The base background color of the focused solid Chip. |
||||||
$kendo-color-gradient-input-width | -Number | -50px |
- 50px |
+ $kendo-chip-solid-focus-text | +Null | +null |
+ null |
Description
+ The width of the ColorGradient input. | Description
The base text color of the focused solid Chip. |
||||||
$kendo-color-gradient-input-gap | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-chip-solid-hover-bg | +Color | +if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-tint( $kendo-chip-base-bg, 84% )) |
+ #d6d6d6 |
Description
+ The spacing between the ColorGradient inputs. | Description
The base background color of the hovered solid Chip. |
||||||
$kendo-color-gradient-input-label-gap | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-chip-solid-hover-text | +Null | +null |
+ null |
Description
+ The spacing between the ColorGradient inputs and their labels. | Description
The base text color of the hovered solid Chip. |
||||||
$kendo-color-gradient-input-label-text | +$kendo-chip-solid-selected-bg | Color | -$kendo-subtle-text |
- rgba(0, 0, 0, 0.54) |
+ if($kendo-enable-color-system, k-color( base-subtle-active ), k-try-tint( $kendo-chip-base-bg, 76% )) |
+ #c2c2c2 |
|
Description
+ The text color of the ColorGradient input labels. | Description
The base background color of the selected solid Chip. |
||||||
$kendo-color-gradient-contrast-ratio-font-weight | -Number | -$kendo-font-weight-medium |
- 500 |
+ $kendo-chip-solid-selected-text | +Null | +null |
+ null |
Description
+ The font weight of the ColorGradient contrast ratio text. | Description
The base text color of the selected solid Chip. |
||||||
$kendo-color-gradient-contrast-spacer | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
-||||
Description
- The spacing between the items in the ColorGradient contrast tool. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-colors | -Map | -$_default-colors |
- (app-surface: #ffffff, on-app-surface: #212121, subtle: #757575, surface: #f5f5f5, surface-alt: #ffffff, border: rgba(0, 0, 0, 0.12), border-alt: rgba(0, 0, 0, 0.15), base-subtle: #ebebeb, base-subtle-hover: #d6d6d6, base-subtle-active: #c2c2c2, base: #ffffff, base-hover: #ebebeb, base-active: #d6d6d6, base-emphasis: #adadad, base-on-subtle: #212121, on-base: #212121, base-on-surface: #212121, primary-subtle: #d1d5ee, primary-subtle-hover: #c5cae8, primary-subtle-active: #b5bde3, primary: #3f51b5, primary-hover: #3a4ba7, primary-active: #354498, primary-emphasis: #97a0d7, primary-on-subtle: #161c3f, on-primary: #ffffff, primary-on-surface: #3f51b5, secondary-subtle: #fbcdd9, secondary-subtle-hover: #f9afc3, secondary-subtle-active: #f79bb3, secondary: #e51a5f, secondary-hover: #d31857, secondary-active: #c01650, secondary-emphasis: #f58da9, secondary-on-subtle: #500c22, on-secondary: #ffffff, secondary-on-surface: #ae1549, tertiary-subtle: #c9dbd8, tertiary-subtle-hover: #a9c6c1, tertiary-subtle-active: #92b8b1, tertiary: #00695c, tertiary-hover: #006155, tertiary-active: #00584d, tertiary-emphasis: #84aea7, tertiary-on-subtle: #002520, on-tertiary: #ffffff, tertiary-on-surface: #054f46, info-subtle: #c8d7fb, info-subtle-hover: #a7c0f7, info-subtle-active: #8fb0f6, info: #0058e9, info-hover: #0251d6, info-active: #034ac3, info-emphasis: #80a5f4, info-on-subtle: #071f51, on-info: #ffffff, info-on-surface: #0443b0, success-subtle: #d7f0cc, success-subtle-hover: #bae2ad, success-subtle-active: #a7db97, success: #37b400, success-hover: #33a600, success-active: #2e9704, success-emphasis: #93d775, success-on-subtle: #163f09, on-success: #ffffff, success-on-surface: #2b8906, warning-subtle: #fff0ce, warning-subtle-hover: #ffe7b0, warning-subtle-active: #ffe19c, warning: #ffc000, warning-hover: #ebb201, warning-active: #d6a202, warning-emphasis: #ffdd8f, warning-on-subtle: #59430a, on-warning: #000000, warning-on-surface: #ffc000, error-subtle: #fcc7c2, error-subtle-hover: #feafa8, error-subtle-active: #fe9a91, error: #f31700, error-hover: #e01701, error-active: #cc1505, error-emphasis: #fc8d83, error-on-subtle: #550c07, on-error: #ffffff, error-on-surface: #b91406, light-subtle: #fafafa, light-subtle-hover: #f5f5f5, light-subtle-active: #eeeeee, light: #f5f5f5, light-hover: #ebebeb, light-active: #d6d6d6, light-emphasis: #e0e0e0, light-on-subtle: #212121, on-light: #000000, light-on-surface: #616161, dark-subtle: #c7c7c7, dark-subtle-hover: #c2c2c2, dark-subtle-active: #bdbdbd, dark: #424242, dark-hover: #212121, dark-active: #000000, dark-emphasis: #9e9e9e, dark-on-subtle: #212121, on-dark: #ffffff, dark-on-surface: #616161, inverse-subtle: #c7c7c7, inverse-subtle-hover: #c2c2c2, inverse-subtle-active: #bdbdbd, inverse: #424242, inverse-hover: #212121, inverse-active: #000000, inverse-emphasis: #9e9e9e, inverse-on-subtle: #212121, on-inverse: #ffffff, inverse-on-surface: #616161, series-a: #9c27b0, series-a-bold: #751d84, series-a-bolder: #4e1458, series-a-subtle: #b55dc4, series-a-subtler: #cd93d7, series-b: #2196f3, series-b-bold: #1971b6, series-b-bolder: #114b7a, series-b-subtle: #59b0f6, series-b-subtler: #90cbf9, series-c: #009688, series-c-bold: #007166, series-c-bolder: #004b44, series-c-subtle: #40b0a6, series-c-subtler: #80cbc4, series-d: #ffeb3b, series-d-bold: #bfb02c, series-d-bolder: #80761e, series-d-subtle: #fff06c, series-d-subtler: #fff59d, series-e: #f44336, series-e-bold: #b73229, series-e-bolder: #7a221b, series-e-subtle: #f77268, series-e-subtler: #faa19b, series-f: #4caf50, series-f-bold: #39833c, series-f-bolder: #265828, series-f-subtle: #79c37c, series-f-subtler: #a6d7a8) |
+ $kendo-chip-outline-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The global default Colors map. | Description
The base background color of the outline Chip. |
||||||
$kendo-color-primary | +$kendo-chip-outline-text | Color | -material-color( $primary-palette, main ) |
- #3f51b5 |
+ $kendo-chip-solid-text |
+ rgba(0, 0, 0, 0.87) |
|
Description
+ The color that focuses the user attention. Used for primary buttons and for elements of primary importance across the theme. | Description
The base text color of the outline Chip. |
||||||
$kendo-color-primary-contrast | +$kendo-chip-outline-border | Color | -material-color( $primary-palette, main-contrast ) |
- white |
+ $kendo-chip-outline-text |
+ rgba(0, 0, 0, 0.87) |
|
Description
+ The color used along with the primary color denoted by $kendo-color-primary. Used to provide contrast between the background and foreground colors. | Description
The base border color of the outline Chip. |
||||||
$kendo-color-secondary | -Color | -material-color( $secondary-palette, main ) |
- #e51a5f |
-||||
Description
- The secondary color of the theme. |
-|||||||
$kendo-color-secondary-contrast | -Color | -material-color( $secondary-palette, main-contrast ) |
- 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-tertiary | -Color | -material-color($tertiary-palette, main) |
- #00695c |
-||||
Description
- The tertiary color of the theme. |
-|||||||
$kendo-color-tertiary-contrast | -Color | -material-color($tertiary-palette, main-contrast) |
- 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-info | -Color | -#0058e9 |
- #0058e9 |
-||||
Description
- The color for informational messages and states. |
-|||||||
$kendo-color-success | -Color | -#37b400 |
- #37b400 |
+ $kendo-chip-outline-shadow | +Null | +null |
+ null |
Description
+ The color for success messages and states. | Description
The base shadow of the outline Chip. |
||||||
$kendo-color-warning | +$kendo-chip-outline-hover-bg | Color | -#ffc000 |
- #ffc000 |
+ if($kendo-enable-color-system, k-color( base-subtle-hover ), k-try-tint( $kendo-chip-base-bg, 92% )) |
+ #ebebeb |
|
Description
+ The color for warning messages and states. | Description
The base background color of the hovered outline Chip. |
||||||
$kendo-color-error | +$kendo-chip-outline-hover-text | Color | -#f31700 |
- #f31700 |
+ if($kendo-enable-color-system, k-color( base-on-subtle ), k-contrast-color( $kendo-chip-outline-hover-bg )) |
+ black |
|
Description
+ The color for error messages and states. | Description
The base text color of the hovered outline Chip. |
||||||
$kendo-color-dark | +$kendo-chip-outline-selected-bg | Color | -get-base-hue( gray, 800 ) |
- #424242 |
+ if($kendo-enable-color-system, k-color( base-subtle-active ), k-try-tint( $kendo-chip-base-bg, 84% )) |
+ #d6d6d6 |
|
Description
+ The dark color of the theme. | Description
The base background color of the selected outline Chip. |
||||||
$kendo-color-light | +$kendo-chip-outline-selected-text | Color | -get-base-hue( gray, 100 ) |
- #f5f5f5 |
+ $kendo-chip-outline-hover-text |
+ black |
|
Description
+ The light color of the theme. | Description
The base text color of the selected outline Chip. |
||||||
$kendo-color-inverse | -Color | -if( $kendo-is-dark-theme, $kendo-color-light, $kendo-color-dark ) |
- #424242 |
+ $kendo-chip-list-sizes | +Map | +(
+ 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
+ Inverse color of the theme. Depending on the theme luminance dark or light, it will be light or dark | Description
The sizes of the Chip list. |
$kendo-color-editor-spacer | +$kendo-color-gradient-spacer | Number | k-map-get( $kendo-spacing, 3 ) |
12px |
|||
Description
+ The spacer of the ColorEditor. | Description
The spacer of the ColorGradient. |
||||||
$kendo-color-editor-min-width | +$kendo-color-gradient-width | Number | 294px |
294px |
|||
Description
+ The minimum width of the ColorEditor. | Description
The width of the ColorGradient. |
||||||
$kendo-color-editor-border-width | +$kendo-color-gradient-border-width | Number | 1px |
1px |
|||
Description
+ The width of the border around the ColorEditor. | Description
The width of the border around the ColorGradient. |
||||||
$kendo-color-editor-border-radius | +$kendo-color-gradient-border-radius | Number | $kendo-border-radius-md |
4px |
|||
Description
+ The border radius of the ColorEditor. | Description
The border radius of the ColorGradient. |
||||||
$kendo-color-editor-font-family | +$kendo-color-gradient-padding-y | +Number | +$kendo-color-gradient-spacer |
+ 12px |
+|||
Description
+ The vertical padding of the ColorGradient. |
+|||||||
$kendo-color-gradient-padding-x | +Number | +$kendo-color-gradient-padding-y |
+ 12px |
+||||
Description
+ The horizontal padding of the ColorGradient. |
+|||||||
$kendo-color-gradient-gap | +Number | +$kendo-color-gradient-spacer |
+ 12px |
+||||
Description
+ The spacing between the sections of the ColorGradient. |
+|||||||
$kendo-color-gradient-font-family | List | $kendo-font-family |
Roboto, "Helvetica Neue", sans-serif |
||||
Description
+ The font family of the ColorEditor. | Description
The font family of the ColorGradient. |
||||||
$kendo-color-editor-font-size | +$kendo-color-gradient-font-size | Number | $kendo-font-size-md |
14px |
|||
Description
+ The font size of the ColorEditor. | Description
The font size of the ColorGradient. |
||||||
$kendo-color-editor-line-height | +$kendo-color-gradient-line-height | Number | $kendo-line-height-md |
2 |
|||
Description
+ The line height of the ColorEditor. | Description
The line height of the ColorGradient. |
||||||
$kendo-color-editor-text | +$kendo-color-gradient-text | Color | $kendo-component-text |
rgba(0, 0, 0, 0.87) |
|||
Description
+ The text color of the ColorEditor. | Description
The text color of the ColorGradient. |
||||||
$kendo-color-editor-bg | +$kendo-color-gradient-bg | Color | $kendo-component-bg |
#ffffff |
|||
Description
+ The background color of the ColorEditor. | Description
The background color of the ColorGradient. |
||||||
$kendo-color-editor-border | +$kendo-color-gradient-border | Color | $kendo-component-border |
rgba(0, 0, 0, 0.12) |
|||
Description
+ The border color of the ColorEditor. | Description
The border color of the ColorGradient. |
||||||
$kendo-color-editor-focus-border | +$kendo-color-gradient-focus-border | Color | $kendo-hover-border |
rgba(0, 0, 0, 0.15) |
|||
Description
+ The border color of the focused ColorEditor. | Description
The border color of the focused ColorGradient. |
||||||
$kendo-color-editor-focus-shadow | +$kendo-color-gradient-focus-shadow | String | $box-shadow-depth-3 |
var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14)) |
|||
Description
+ The box shadow of the focused ColorEditor. | Description
The box shadow of the focused ColorGradient. |
||||||
$kendo-color-editor-header-padding-y | +$kendo-color-gradient-canvas-border-radius | Number | -$kendo-color-editor-spacer |
- 12px |
+ $kendo-border-radius-md |
+ 4px |
|
Description
+ The vertical padding of the ColorEditor header. | Description
The border radius of the ColorGradient canvas. |
||||||
$kendo-color-editor-header-padding-x | +$kendo-color-gradient-canvas-gap | Number | -$kendo-color-editor-header-padding-y |
+ $kendo-color-gradient-spacer |
12px |
||
Description
+ The horizontal padding of the ColorEditor header. | Description
The spacing between the items of the ColorGradient canvas. |
||||||
$kendo-color-editor-header-actions-gap | +$kendo-color-gradient-canvas-rectangle-height | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ 180px |
+ 180px |
|
Description
+ The spacing between the ColorEditor header actions. | Description
The height the ColorGradient canvas hsv rectangle. |
||||||
$kendo-color-editor-color-preview-width | +$kendo-color-gradient-slider-track-size | Number | -32px |
- 32px |
+ 10px |
+ 10px |
|
Description
+ The width of the ColorEditor preview. | Description
The width of the ColorGradient slider. |
||||||
$kendo-color-editor-color-preview-height | +$kendo-color-gradient-slider-border-radius | Number | -12px |
- 12px |
+ 10px |
+ 10px |
|
Description
+ The height of the ColorEditor preview. | Description
The border radius of the ColorGradient slider. |
||||||
$kendo-color-editor-preview-gap | +$kendo-color-gradient-slider-draghandle-border-width | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ 3px |
+ 3px |
|
Description
+ The spacing between the colors in the ColorEditor preview. | Description
The width of the border around the ColorGradient slider drag handle. |
||||||
$kendo-color-editor-views-padding-y | +$kendo-color-gradient-slider-vertical-size | Number | -$kendo-color-editor-spacer |
- 12px |
+ 180px |
+ 180px |
|
Description
+ The vertical padding of the ColorEditor views container. | Description
The height of the ColorGradient vertical slider. |
||||||
$kendo-color-editor-views-padding-x | +$kendo-color-gradient-slider-horizontal-size | Number | -$kendo-color-editor-views-padding-y |
- 12px |
+ 100% |
+ 100% |
|
Description
+ The horizontal padding of the ColorEditor views container. | Description
The width of the ColorGradient horizontal slider. |
||||||
$kendo-color-editor-views-gap | +$kendo-color-gradient-draghandle-width | Number | -$kendo-color-editor-spacer |
- 12px |
+ 14px |
+ 14px |
|
Description
+ The spacing of the ColorEditor views container. | Description
The width of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-gradient-focus-outline-color | -Color | -rgba(0, 0, 0, .3) |
- rgba(0, 0, 0, 0.3) |
+ $kendo-color-gradient-draghandle-height | +Number | +14px |
+ 14px |
Description
+ The outline color of the focused ColorGradient. | Description
The height of the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-gradient-focus-outline | +$kendo-color-gradient-draghandle-border-width | Number | -2px |
- 2px |
+ 1px |
+ 1px |
|
Description
+ The outline width of the focused ColorGradient. | Description
The width of the border around the ColorGradient canvas drag handle. |
||||||
$kendo-color-editor-color-gradient-focus-outline-offset | +$kendo-color-gradient-draghandle-outline-width | Number | -2px |
- 2px |
+ 1px |
+ 1px |
|
Description
+ The outline offset of the focused ColorGradient. | Description
The width of the outline around the ColorGradient canvas drag handle. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-color-palette-font-family | -List | -$kendo-font-family |
- Roboto, "Helvetica Neue", sans-serif |
+||||
$kendo-color-gradient-draghandle-border-radius | +Number | +50% |
+ 50% |
||||
Description
+ The font family of the ColorPalette. | Description
The border radius of the ColorGradient canvas drag handle. |
||||||
$kendo-color-palette-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-color-gradient-draghandle-text | +Null | +null |
+ null |
Description
+ The font size of the ColorPalette. | Description
The text color of the ColorGradient canvas drag handle. |
||||||
$kendo-color-palette-line-height | -Number | -0 |
- 0 |
+ $kendo-color-gradient-draghandle-bg | +Color | +transparent |
+ transparent |
Description
+ The line height of the ColorPalette. | Description
The background color of the ColorGradient canvas drag handle. |
||||||
$kendo-color-palette-tile-width | +$kendo-color-gradient-draghandle-border | +Color | +rgba( white, .8 ) |
+ rgba(255, 255, 255, 0.8) |
+|||
Description
+ The color of the border around the ColorGradient canvas drag handle. |
+|||||||
$kendo-color-gradient-draghandle-shadow | +Color | +rgba( $kendo-color-black, .5) |
+ rgba(0, 0, 0, 0.5) |
+||||
Description
+ The color of the outline around the ColorGradient canvas drag handle. |
+|||||||
$kendo-color-gradient-draghandle-focus-shadow | +Color | +$kendo-color-black |
+ #000000 |
+||||
Description
+ The focus color of the outline around the ColorGradient canvas drag handle. |
+|||||||
$kendo-color-gradient-draghandle-hover-shadow | +Color | +$kendo-color-black |
+ #000000 |
+||||
Description
+ The outline color of the outline around the ColorGradient canvas drag handle. |
+|||||||
$kendo-color-gradient-draghandle-shadow | +Color | +k-elevation(2) |
+ rgba(0, 0, 0, 0.5) |
+||||
Description
+ The box shadow of the ColorGradient canvas drag handle. |
+|||||||
$kendo-color-gradient-canvas-draghandle-margin-y | Number | -k-map-get( $kendo-spacing, 6 ) |
- 24px |
+ - k-math-div( $kendo-color-gradient-draghandle-height, 2 ) |
+ -7px |
||
Description
+ The width of the ColorPalette tile. | Description
The vertical margin of the ColorGradient canvas drag handle. |
||||||
$kendo-color-palette-tile-height | +$kendo-color-gradient-canvas-draghandle-margin-x | Number | -$kendo-color-palette-tile-width |
- 24px |
+ - k-math-div( $kendo-color-gradient-draghandle-width, 2 ) |
+ -7px |
|
Description
+ The height of the ColorPalette tile. | Description
The horizontal margin of the ColorGradient canvas drag handle. |
||||||
$kendo-color-palette-tile-focus-shadow | -List | -0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .5 ) |
- 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.5) |
+ $kendo-color-gradient-input-width | +Number | +50px |
+ 50px |
Description
+ The shadow of the ColorPalette focused tile. | Description
The width of the ColorGradient input. |
||||||
$kendo-color-palette-tile-hover-shadow | -List | -0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .8 ) |
- 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.8) |
+ $kendo-color-gradient-input-gap | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The shadow of the ColorPalette hovered tile. | Description
The spacing between the ColorGradient inputs. |
||||||
$kendo-color-palette-tile-selected-shadow | -List | -0 1px 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, 1 ) |
- 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white |
+ $kendo-color-gradient-input-label-gap | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The shadow of the ColorPalette selected tile. | Description
The spacing between the ColorGradient inputs and their labels. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-component-bg | +|||||||
$kendo-color-gradient-input-label-text | Color | -k-map-get( $theme, component-bg ) |
- #ffffff |
+ $kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
||
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;`. | Description
The text color of the ColorGradient input labels. |
||||||
$kendo-component-text | -Color | -k-map-get( $theme, component-text ) |
- rgba(0, 0, 0, 0.87) |
+ $kendo-color-gradient-contrast-ratio-font-weight | +Number | +$kendo-font-weight-medium |
+ 500 |
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;`. | Description
The font weight of the ColorGradient contrast ratio text. |
||||||
$kendo-component-border | -Color | -k-map-get( $theme, component-border ) |
- rgba(0, 0, 0, 0.12) |
+ $kendo-color-gradient-contrast-spacer | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
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;`. | Description
The spacing between the items in the ColorGradient contrast tool. |
$kendo-dialog-titlebar-bg | -Null | -null |
- null |
+ $kendo-colors | +Map | +$_default-colors |
+ (app-surface: #ffffff, on-app-surface: #212121, subtle: #757575, surface: #f5f5f5, surface-alt: #ffffff, border: rgba(0, 0, 0, 0.12), border-alt: rgba(0, 0, 0, 0.15), base-subtle: #ebebeb, base-subtle-hover: #d6d6d6, base-subtle-active: #c2c2c2, base: #ffffff, base-hover: #ebebeb, base-active: #d6d6d6, base-emphasis: #adadad, base-on-subtle: #212121, on-base: #212121, base-on-surface: #212121, primary-subtle: #d1d5ee, primary-subtle-hover: #c5cae8, primary-subtle-active: #b5bde3, primary: #3f51b5, primary-hover: #3a4ba7, primary-active: #354498, primary-emphasis: #97a0d7, primary-on-subtle: #161c3f, on-primary: #ffffff, primary-on-surface: #3f51b5, secondary-subtle: #fbcdd9, secondary-subtle-hover: #f9afc3, secondary-subtle-active: #f79bb3, secondary: #e51a5f, secondary-hover: #d31857, secondary-active: #c01650, secondary-emphasis: #f58da9, secondary-on-subtle: #500c22, on-secondary: #ffffff, secondary-on-surface: #ae1549, tertiary-subtle: #c9dbd8, tertiary-subtle-hover: #a9c6c1, tertiary-subtle-active: #92b8b1, tertiary: #00695c, tertiary-hover: #006155, tertiary-active: #00584d, tertiary-emphasis: #84aea7, tertiary-on-subtle: #002520, on-tertiary: #ffffff, tertiary-on-surface: #054f46, info-subtle: #c8d7fb, info-subtle-hover: #a7c0f7, info-subtle-active: #8fb0f6, info: #0058e9, info-hover: #0251d6, info-active: #034ac3, info-emphasis: #80a5f4, info-on-subtle: #071f51, on-info: #ffffff, info-on-surface: #0443b0, success-subtle: #d7f0cc, success-subtle-hover: #bae2ad, success-subtle-active: #a7db97, success: #37b400, success-hover: #33a600, success-active: #2e9704, success-emphasis: #93d775, success-on-subtle: #163f09, on-success: #ffffff, success-on-surface: #2b8906, warning-subtle: #fff0ce, warning-subtle-hover: #ffe7b0, warning-subtle-active: #ffe19c, warning: #ffc000, warning-hover: #ebb201, warning-active: #d6a202, warning-emphasis: #ffdd8f, warning-on-subtle: #59430a, on-warning: #000000, warning-on-surface: #ffc000, error-subtle: #fcc7c2, error-subtle-hover: #feafa8, error-subtle-active: #fe9a91, error: #f31700, error-hover: #e01701, error-active: #cc1505, error-emphasis: #fc8d83, error-on-subtle: #550c07, on-error: #ffffff, error-on-surface: #b91406, light-subtle: #fafafa, light-subtle-hover: #f5f5f5, light-subtle-active: #eeeeee, light: #f5f5f5, light-hover: #ebebeb, light-active: #d6d6d6, light-emphasis: #e0e0e0, light-on-subtle: #212121, on-light: #000000, light-on-surface: #616161, dark-subtle: #c7c7c7, dark-subtle-hover: #c2c2c2, dark-subtle-active: #bdbdbd, dark: #424242, dark-hover: #212121, dark-active: #000000, dark-emphasis: #9e9e9e, dark-on-subtle: #212121, on-dark: #ffffff, dark-on-surface: #616161, inverse-subtle: #c7c7c7, inverse-subtle-hover: #c2c2c2, inverse-subtle-active: #bdbdbd, inverse: #424242, inverse-hover: #212121, inverse-active: #000000, inverse-emphasis: #9e9e9e, inverse-on-subtle: #212121, on-inverse: #ffffff, inverse-on-surface: #616161, series-a: #9c27b0, series-a-bold: #751d84, series-a-bolder: #4e1458, series-a-subtle: #b55dc4, series-a-subtler: #cd93d7, series-b: #2196f3, series-b-bold: #1971b6, series-b-bolder: #114b7a, series-b-subtle: #59b0f6, series-b-subtler: #90cbf9, series-c: #009688, series-c-bold: #007166, series-c-bolder: #004b44, series-c-subtle: #40b0a6, series-c-subtler: #80cbc4, series-d: #ffeb3b, series-d-bold: #bfb02c, series-d-bolder: #80761e, series-d-subtle: #fff06c, series-d-subtler: #fff59d, series-e: #f44336, series-e-bold: #b73229, series-e-bolder: #7a221b, series-e-subtle: #f77268, series-e-subtler: #faa19b, series-f: #4caf50, series-f-bold: #39833c, series-f-bolder: #265828, series-f-subtle: #79c37c, series-f-subtler: #a6d7a8) |
Description
+ The background color of the Dialog titlebar. | Description
The global default Colors map. |
||||||
$kendo-dialog-titlebar-text | -Null | -null |
- null |
+ $kendo-color-primary | +Color | +material-color( $primary-palette, main ) |
+ #3f51b5 |
Description
+ The text color of the Dialog titlebar. | Description
The color that focuses the user attention. Used for primary buttons and for elements of primary importance across the theme. |
||||||
$kendo-dialog-titlebar-border | -Null | -null |
- null |
+ $kendo-color-primary-contrast | +Color | +material-color( $primary-palette, main-contrast ) |
+ white |
Description
+ The border color of the Dialog titlebar. | 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-dialog-buttongroup-padding-x | -Number | -$kendo-actions-padding-x |
- 8px |
+ $kendo-color-secondary | +Color | +material-color( $secondary-palette, main ) |
+ #e51a5f |
Description
+ The horizontal padding of the Dialog action buttons. | Description
The secondary color of the theme. |
||||||
$kendo-dialog-buttongroup-padding-y | -Number | -$kendo-actions-padding-y |
- 8px |
+ $kendo-color-secondary-contrast | +Color | +material-color( $secondary-palette, main-contrast ) |
+ white |
Description
+ The vertical padding of the Dialog action buttons. | 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-dialog-buttongroup-border-width | -Number | -1px |
- 1px |
+ $kendo-color-tertiary | +Color | +material-color($tertiary-palette, main) |
+ #00695c |
Description
+ The width of the top border of the Dialog action buttons. | Description
The tertiary color of the theme. |
||||||
$kendo-dialog-button-spacing | -Number | -$kendo-actions-button-spacing |
- 8px |
+ $kendo-color-tertiary-contrast | +Color | +material-color($tertiary-palette, main-contrast) |
+ white |
Description
+ The spacing between the Dialog action buttons. | 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-dialog-theme-colors | -Map | -(
- "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": #3f51b5, "light": #f5f5f5, "dark": #424242) |
+ $kendo-color-info | +Color | +#0058e9 |
+ #0058e9 |
Description
+ The theme colors map for the Dialog. | Description
+ The color for informational messages and states. |
+||||||
$kendo-color-success | +Color | +#37b400 |
+ #37b400 |
+||||
Description
+ The color for success messages and states. |
+|||||||
$kendo-color-warning | +Color | +#ffc000 |
+ #ffc000 |
+||||
Description
+ The color for warning messages and states. |
+|||||||
$kendo-color-error | +Color | +#f31700 |
+ #f31700 |
+||||
Description
+ The color for error messages and states. |
+|||||||
$kendo-color-dark | +Color | +get-base-hue( gray, 800 ) |
+ #424242 |
+||||
Description
+ The dark color of the theme. |
+|||||||
$kendo-color-light | +Color | +get-base-hue( gray, 100 ) |
+ #f5f5f5 |
+||||
Description
+ The light color of the theme. |
+|||||||
$kendo-color-inverse | +Color | +if( $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 |
$kendo-dock-manager-border-width | +$kendo-color-editor-spacer | Number | -1px |
- 1px |
+ k-map-get( $kendo-spacing, 3 ) |
+ 12px |
|
Description
+ The width of the border around the DockManager component. | Description
The spacer of the ColorEditor. |
||||||
$kendo-dock-manager-border-style | -String | -solid |
- solid |
+ $kendo-color-editor-min-width | +Number | +294px |
+ 294px |
Description
+ The style of the border around the DockManager component. | Description
The minimum width of the ColorEditor. |
||||||
$kendo-dock-manager-border | -Color | -$kendo-base-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-color-editor-border-width | +Number | +1px |
+ 1px |
Description
+ The color of the border around the DockManager component. | Description
The width of the border around the ColorEditor. |
||||||
$kendo-dock-manager-pane-header-padding-y | +$kendo-color-editor-border-radius | Number | -k-map-get( $kendo-spacing, 1 ) |
+ $kendo-border-radius-md |
4px |
||
Description
+ The vertical padding of the pane header in the DockManager component. | Description
The border radius of the ColorEditor. |
||||||
$kendo-dock-manager-pane-header-padding-x | +$kendo-color-editor-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
+|||
Description
+ The font family of the ColorEditor. |
+|||||||
$kendo-color-editor-font-size | Number | -k-map-get( $kendo-spacing, 6 ) |
- 24px |
+ $kendo-font-size-md |
+ 14px |
||
Description
+ The horizontal padding of the pane header in the DockManager component. | Description
The font size of the ColorEditor. |
||||||
$kendo-dock-manager-pane-header-border-width | +$kendo-color-editor-line-height | Number | -$kendo-dock-manager-border-width |
- 1px |
+ $kendo-line-height-md |
+ 2 |
|
Description
+ The width of the border around the pane header in the DockManager component. | Description
The line height of the ColorEditor. |
||||||
$kendo-dock-manager-pane-header-border-style | -String | -solid |
- solid |
+ $kendo-color-editor-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The style of the border around the pane header in the DockManager component. | Description
The text color of the ColorEditor. |
||||||
$kendo-dock-manager-pane-header-bg | +$kendo-color-editor-bg | Color | $kendo-component-bg |
#ffffff |
|||
Description
+ The background color of the pane header in the DockManager component. | Description
The background color of the ColorEditor. |
||||||
$kendo-dock-manager-pane-title-padding-y | -Null | -null |
- null |
+ $kendo-color-editor-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ The vertical padding of the pane title in the DockManager component. | Description
The border color of the ColorEditor. |
||||||
$kendo-dock-manager-pane-title-padding-x | -Null | -null |
- null |
+ $kendo-color-editor-focus-border | +Color | +$kendo-hover-border |
+ rgba(0, 0, 0, 0.15) |
Description
+ The horizontal padding of the pane title in the DockManager component. | Description
The border color of the focused ColorEditor. |
||||||
$kendo-dock-manager-pane-title-font-family | -List | -$kendo-font-family |
- Roboto, "Helvetica Neue", sans-serif |
+ $kendo-color-editor-focus-shadow | +String | +$box-shadow-depth-3 |
+ var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14)) |
Description
+ The font family of the pane title in the DockManager component. | Description
The box shadow of the focused ColorEditor. |
||||||
$kendo-dock-manager-pane-title-font-size | +$kendo-color-editor-header-padding-y | Number | -$kendo-font-size-lg |
- 16px |
+ $kendo-color-editor-spacer |
+ 12px |
|
Description
+ The font size of the pane title in the DockManager component. | Description
The vertical padding of the ColorEditor header. |
||||||
$kendo-dock-manager-pane-title-line-height | +$kendo-color-editor-header-padding-x | Number | -$kendo-line-height-sm |
- 1.2 |
+ $kendo-color-editor-header-padding-y |
+ 12px |
|
Description
+ The line height of the pane title in the DockManager component. | Description
The horizontal padding of the ColorEditor header. |
||||||
$kendo-dock-manager-pane-title-font-weight | +$kendo-color-editor-header-actions-gap | Number | -$kendo-font-weight-normal |
- 400 |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
|
Description
+ The font weight of the pane title in the DockManager component. | Description
The spacing between the ColorEditor header actions. |
||||||
$kendo-dock-manager-pane-content-padding-x | +$kendo-color-editor-color-preview-width | Number | -$kendo-dock-manager-pane-header-padding-x |
- 24px |
+ 32px |
+ 32px |
|
Description
+ The horizontal padding of the pane content in the DockManager component. | Description
The width of the ColorEditor preview. |
||||||
$kendo-dock-manager-pane-content-padding-y | +$kendo-color-editor-color-preview-height | Number | -$kendo-dock-manager-pane-header-padding-x |
- 24px |
+ 12px |
+ 12px |
|
Description
- The vertical padding of the pane content in the DockManager component. |
-|||||||
$kendo-dock-manager-tabbed-pane-padding-y | -Null | -null |
- null |
-||||
Description
- The horizontal padding of the tabbed pane in the DockManager component. |
-|||||||
$kendo-dock-manager-tabbed-pane-padding-x | -Null | -null |
- null |
-||||
Description
+ The horizontal padding of the tabbed pane in the DockManager component. | Description
The height of the ColorEditor preview. |
||||||
$kendo-dock-manager-unpinned-container-width | +$kendo-color-editor-preview-gap | Number | -300px |
- 300px |
-|||
Description
- The width of the unpinned pane container in the DockManager component. |
-|||||||
$kendo-dock-manager-unpinned-container-bg | -Color | -$kendo-color-white |
- #ffffff |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
||
Description
+ The background-color of the unpinned pane container in the DockManager component. | Description
The spacing between the colors in the ColorEditor preview. |
||||||
$kendo-dock-manager-unpinned-container-shadow | -List | -4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) |
- 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) |
+ $kendo-color-editor-views-padding-y | +Number | +$kendo-color-editor-spacer |
+ 12px |
Description
+ The box shadow of the unpinned pane container in the DockManager component. | Description
The vertical padding of the ColorEditor views container. |
||||||
$kendo-dock-indicator-padding | +$kendo-color-editor-views-padding-x | Number | -k-map-get( $kendo-spacing, 1.5 ) |
- 6px |
+ $kendo-color-editor-views-padding-y |
+ 12px |
|
Description
+ The padding of the dock indicator in the DockManager component. | Description
The horizontal padding of the ColorEditor views container. |
||||||
$kendo-dock-indicator-bg | -Color | -$kendo-base-bg |
- #ffffff |
+ $kendo-color-editor-views-gap | +Number | +$kendo-color-editor-spacer |
+ 12px |
Description
+ The background color of the dock indicator in the DockManager component. | Description
The spacing of the ColorEditor views container. |
||||||
$kendo-dock-indicator-text | +$kendo-color-editor-color-gradient-focus-outline-color | Color | -$kendo-color-primary |
- #3f51b5 |
+ rgba(0, 0, 0, .3) |
+ rgba(0, 0, 0, 0.3) |
|
Description
+ The text color of the dock indicator in the DockManager component. | Description
The outline color of the focused ColorGradient. |
||||||
$kendo-dock-indicator-outline-width | +$kendo-color-editor-color-gradient-focus-outline | Number | -1px |
- 1px |
-|||
Description
- The outline width of the dock indicator in the DockManager component. |
-|||||||
$kendo-dock-indicator-outline-style | -String | -solid |
- solid |
+ 2px |
+ 2px |
||
Description
+ The outline style of the dock indicator in the DockManager component. | Description
The outline width of the focused ColorGradient. |
||||||
$kendo-dock-indicator-outline | -Color | -$kendo-dock-indicator-text |
- #3f51b5 |
+ $kendo-color-editor-color-gradient-focus-outline-offset | +Number | +2px |
+ 2px |
Description
+ The outline color of the dock indicator in the DockManager component. | Description
The outline offset of the focused ColorGradient. |
||||||
$kendo-dock-indicator-shadow | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-color-palette-font-family | List | -drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) drop-shadow( 0px 6px 10px rgba(0, 0, 0, 0.14) ) drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.20) ) |
- drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14)) drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2)) |
+ $kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
||
Description
+ The box shadow of the dock indicator in the DockManager component. | Description
The font family of the ColorPalette. |
||||||
$kendo-dock-indicator-hover-bg | -Color | -if($kendo-enable-color-system, k-color( primary-hover ), k-color-mix( $kendo-color-white, $kendo-color-primary, 8% )) |
- #4e5fbb |
+ $kendo-color-palette-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The background color of the hovered dock indicator in the DockManager component. | Description
The font size of the ColorPalette. |
||||||
$kendo-dock-indicator-hover-text | -Color | -$kendo-color-white |
- #ffffff |
+ $kendo-color-palette-line-height | +Number | +0 |
+ 0 |
Description
+ The text color of the hovered dock indicator in the DockManager component. | Description
The line height of the ColorPalette. |
||||||
$kendo-dock-manager-dock-preview-border-width | +$kendo-color-palette-tile-width | Number | -1px |
- 1px |
+ k-map-get( $kendo-spacing, 6 ) |
+ 24px |
|
Description
+ The width of the border around the dropping area in the DockManager component. | Description
The width of the ColorPalette tile. |
||||||
$kendo-dock-manager-dock-preview-border-style | -String | -dashed |
- dashed |
+ $kendo-color-palette-tile-height | +Number | +$kendo-color-palette-tile-width |
+ 24px |
Description
+ The style of the border around the dropping area in the DockManager component. | Description
The height of the ColorPalette tile. |
||||||
$kendo-dock-manager-dock-preview-border-radius | -Number | -$kendo-border-radius-sm |
- 2px |
+ $kendo-color-palette-tile-focus-shadow | +List | +0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .5 ) |
+ 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.5) |
Description
+ The border radius of the dropping area in the DockManager component. | Description
The shadow of the ColorPalette focused tile. |
||||||
$kendo-dock-manager-dock-preview-bg | -Color | -if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 )) |
- rgba(63, 81, 181, 0.16) |
+ $kendo-color-palette-tile-hover-shadow | +List | +0 0 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, .8 ) |
+ 0 0 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.8) |
Description
+ The background color of the dropping area in the DockManager component. | Description
The shadow of the ColorPalette hovered tile. |
||||||
$kendo-dock-manager-dock-preview-border | -Color | -$kendo-color-primary |
- #3f51b5 |
+ $kendo-color-palette-tile-selected-shadow | +List | +0 1px 3px 1px rgba( black, .3 ), inset 0 0 0 1px rgba( white, 1 ) |
+ 0 1px 3px 1px rgba(0, 0, 0, 0.3), inset 0 0 0 1px white |
Description
+ The border color of the dropping area in the DockManager component. | Description
The shadow of the ColorPalette selected tile. |
$kendo-dropdowntree-popup-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-component-bg | +Color | +k-map-get( $theme, component-bg ) |
+ #ffffff |
Description
+ The horizontal padding of the DropdownTree popup | 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-dropdowntree-popup-padding-y | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-component-text | +Color | +k-map-get( $theme, component-text ) |
+ rgba(0, 0, 0, 0.87) |
Description
+ The vertical padding of the DropdownTree popup | Description
+ Text color of a component. Note: do not use this variable directly. Instead derive it as `$component-name-text` e.g. `$kendo-grid-text: $kendo-component-text !default;`. |
+||||||
$kendo-component-border | +Color | +k-map-get( $theme, component-border ) |
+ rgba(0, 0, 0, 0.12) |
+||||
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-dropzone-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-dialog-titlebar-bg | +Null | +null |
+ null |
Description
+ The horizontal padding of the DropZone. | Description
The background color of the Dialog titlebar. |
||||||
$kendo-dropzone-padding-y | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-dialog-titlebar-text | +Null | +null |
+ null |
Description
+ The vertical padding of the DropZone. | Description
The text color of the Dialog titlebar. |
||||||
$kendo-dropzone-border-width | -Number | -1px |
- 1px |
+ $kendo-dialog-titlebar-border | +Null | +null |
+ null |
Description
+ The border width of the DropZone. | Description
The border color of the Dialog titlebar. |
||||||
$kendo-dropzone-min-height | +$kendo-dialog-buttongroup-padding-x | Number | -220px |
- 220px |
+ $kendo-actions-padding-x |
+ 8px |
|
Description
+ The minimum height of the DropZone. | Description
The horizontal padding of the Dialog action buttons. |
||||||
$kendo-dropzone-font-family | -List | -$kendo-font-family |
- Roboto, "Helvetica Neue", sans-serif |
+ $kendo-dialog-buttongroup-padding-y | +Number | +$kendo-actions-padding-y |
+ 8px |
Description
+ The font family of the DropZone. | Description
The vertical padding of the Dialog action buttons. |
||||||
$kendo-dropzone-font-size | +$kendo-dialog-buttongroup-border-width | Number | -$kendo-font-size-md |
- 14px |
+ 1px |
+ 1px |
|
Description
+ The font size of the DropZone. | Description
The width of the top border of the Dialog action buttons. |
||||||
$kendo-dropzone-line-height | +$kendo-dialog-button-spacing | Number | -k-math-div( 20, 14 ) |
- 1.4285714286 |
+ $kendo-actions-button-spacing |
+ 8px |
|
Description
+ The line height of the DropZone. | Description
The spacing between the Dialog action buttons. |
||||||
$kendo-dropzone-bg | -Color | -if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-base-bg, 1 )) |
- #ebebeb |
+ $kendo-dialog-theme-colors | +Map | +(
+ "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": #3f51b5, "light": #f5f5f5, "dark": #424242) |
Description
+ The background color of the DropZone. | Description
+ The theme colors map for the Dialog. |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-dock-manager-border-width | +Number | +1px |
+ 1px |
+||||
Description
The width of the border around the DockManager component. |
|||||||
$kendo-dropzone-text | -Color | -$kendo-base-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-dock-manager-border-style | +String | +solid |
+ solid |
Description
+ The text color of the DropZone. | Description
The style of the border around the DockManager component. |
||||||
$kendo-dropzone-border | +$kendo-dock-manager-border | Color | $kendo-base-border |
rgba(0, 0, 0, 0.08) |
|||
Description
+ The border color of the DropZone. | Description
The color of the border around the DockManager component. |
||||||
$kendo-dropzone-icon-spacing | +$kendo-dock-manager-pane-header-padding-y | Number | -k-map-get( $kendo-spacing, 6 ) |
- 24px |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ The spacing below the DropZone icon. | Description
The vertical padding of the pane header in the DockManager component. |
||||||
$kendo-dropzone-icon-text | -Color | -if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 )) |
- rgba(97, 97, 97, 0.9116) |
+ $kendo-dock-manager-pane-header-padding-x | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 24px |
Description
+ The text color of the DropZone icon. | Description
The horizontal padding of the pane header in the DockManager component. |
||||||
$kendo-dropzone-icon-hover-text | -Color | -$kendo-color-primary |
- #3f51b5 |
+ $kendo-dock-manager-pane-header-border-width | +Number | +$kendo-dock-manager-border-width |
+ 1px |
Description
+ The text color of the hovered DropZone icon. | Description
The width of the border around the pane header in the DockManager component. |
||||||
$kendo-dropzone-hint-font-size | -Null | -null |
- null |
+ $kendo-dock-manager-pane-header-border-style | +String | +solid |
+ solid |
Description
+ The font size of the DropZone hint. | Description
The style of the border around the pane header in the DockManager component. |
||||||
$kendo-dropzone-hint-spacing | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-dock-manager-pane-header-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The spacing below the DropZone hint. | Description
The background color of the pane header in the DockManager component. |
||||||
$kendo-dropzone-hint-text | +$kendo-dock-manager-pane-title-padding-y | Null | null |
null |
|||
Description
- The text color of the DropZone hint. |
-|||||||
$kendo-dropzone-note-font-size | -Number | -$kendo-font-size-sm |
- 12px |
-||||
Description
+ The font size of the DropZone note. | Description
The vertical padding of the pane title in the DockManager component. |
||||||
$kendo-dropzone-note-spacing | +$kendo-dock-manager-pane-title-padding-x | Null | null |
null |
|||
Description
+ The spacing below the DropZone note. | Description
The horizontal padding of the pane title in the DockManager component. |
||||||
$kendo-dropzone-note-text | -Color | -$kendo-subtle-text |
- rgba(0, 0, 0, 0.54) |
+ $kendo-dock-manager-pane-title-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
Description
+ The text color of the DropZone note. | Description
The font family of the pane title in the DockManager component. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-editor-border-width | +|||||||
$kendo-dock-manager-pane-title-font-size | Number | -1px |
- 1px |
+ $kendo-font-size-lg |
+ 16px |
||
Description
+ The width of the border around the Еditor. | Description
The font size of the pane title in the DockManager component. |
||||||
$kendo-editor-font-family | -List | -$kendo-font-family |
- Roboto, "Helvetica Neue", sans-serif |
+ $kendo-dock-manager-pane-title-line-height | +Number | +$kendo-line-height-sm |
+ 1.2 |
Description
+ The font family of the Еditor. | Description
The line height of the pane title in the DockManager component. |
||||||
$kendo-editor-font-size | +$kendo-dock-manager-pane-title-font-weight | Number | -$kendo-font-size-md |
- 14px |
+ $kendo-font-weight-normal |
+ 400 |
|
Description
+ The font size of the Еditor. | Description
The font weight of the pane title in the DockManager component. |
||||||
$kendo-editor-line-height | +$kendo-dock-manager-pane-content-padding-x | Number | -$kendo-line-height-md |
- 2 |
+ $kendo-dock-manager-pane-header-padding-x |
+ 24px |
|
Description
+ The line height of the Еditor. | Description
The horizontal padding of the pane content in the DockManager component. |
||||||
$kendo-editor-placeholder-text | -Color | -$kendo-input-placeholder-text |
- rgba(0, 0, 0, 0.54) |
+ $kendo-dock-manager-pane-content-padding-y | +Number | +$kendo-dock-manager-pane-header-padding-x |
+ 24px |
Description
+ The text color of the Еditor placeholder. | Description
The vertical padding of the pane content in the DockManager component. |
||||||
$kendo-editor-placeholder-opacity | -Number | -$kendo-input-placeholder-opacity |
- 1 |
+ $kendo-dock-manager-tabbed-pane-padding-y | +Null | +null |
+ null |
Description
+ The opacity of the Editor placeholder. | Description
The horizontal padding of the tabbed pane in the DockManager component. |
||||||
$kendo-editor-selected-text | -Color | -$kendo-color-primary-contrast |
- white |
+ $kendo-dock-manager-tabbed-pane-padding-x | +Null | +null |
+ null |
Description
+ The selected text color of the Editor. | Description
The horizontal padding of the tabbed pane in the DockManager component. |
||||||
$kendo-editor-selected-bg | -Color | -$kendo-color-primary |
- #3f51b5 |
+ $kendo-dock-manager-unpinned-container-width | +Number | +300px |
+ 300px |
Description
+ The selected background color of the Editor. | Description
The width of the unpinned pane container in the DockManager component. |
||||||
$kendo-editor-highlighted-bg | +$kendo-dock-manager-unpinned-container-bg | Color | -if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix($kendo-color-primary, #ffffff, 20%)) |
- #d9dcf0 |
+ $kendo-color-white |
+ #ffffff |
|
Description
+ The highlighted background color of the Editor. | Description
The background-color of the unpinned pane container in the DockManager component. |
||||||
$kendo-editor-export-tool-icon-margin-x | -Number | -.5em |
- 0.5em |
+ $kendo-dock-manager-unpinned-container-shadow | +List | +4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) |
+ 4px 0px 5px 0px rgba(0, 0, 0, 0.04), 2px 0px 4px 0px rgba(0, 0, 0, 0.03) |
Description
+ The horizontal margin of the Editor's export tool icon. | Description
The box shadow of the unpinned pane container in the DockManager component. |
||||||
$kendo-editor-resize-handle-size | +$kendo-dock-indicator-padding | Number | -8px |
- 8px |
+ k-map-get( $kendo-spacing, 1.5 ) |
+ 6px |
|
Description
+ The size of the Editor's resize handle. | Description
The padding of the dock indicator in the DockManager component. |
||||||
$kendo-editor-resize-handle-border-width | +$kendo-dock-indicator-bg | +Color | +$kendo-base-bg |
+ #ffffff |
+|||
Description
+ The background color of the dock indicator in the DockManager component. |
+|||||||
$kendo-dock-indicator-text | +Color | +$kendo-color-primary |
+ #3f51b5 |
+||||
Description
+ The text color of the dock indicator in the DockManager component. |
+|||||||
$kendo-dock-indicator-outline-width | Number | 1px |
1px |
||||
Description
+ The border width of the Editor's resize handle. | Description
The outline width of the dock indicator in the DockManager component. |
||||||
$kendo-editor-resize-handle-border | +$kendo-dock-indicator-outline-style | +String | +solid |
+ solid |
+|||
Description
+ The outline style of the dock indicator in the DockManager component. |
+|||||||
$kendo-dock-indicator-outline | Color | -#000000 |
- #000000 |
+ $kendo-dock-indicator-text |
+ #3f51b5 |
||
Description
+ The border color of the Editor's resize handle. | Description
The outline color of the dock indicator in the DockManager component. |
||||||
$kendo-editor-resize-handle-bg | +$kendo-dock-indicator-shadow | +List | +drop-shadow( 0px 1px 18px rgba(0, 0, 0, 0.12) ) drop-shadow( 0px 6px 10px rgba(0, 0, 0, 0.14) ) drop-shadow( 0px 3px 5px rgba(0, 0, 0, 0.20) ) |
+ drop-shadow(0px 1px 18px rgba(0, 0, 0, 0.12)) drop-shadow(0px 6px 10px rgba(0, 0, 0, 0.14)) drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2)) |
+|||
Description
+ The box shadow of the dock indicator in the DockManager component. |
+|||||||
$kendo-dock-indicator-hover-bg | Color | -#ffffff |
+ if($kendo-enable-color-system, k-color( primary-hover ), k-color-mix( $kendo-color-white, $kendo-color-primary, 8% )) |
+ #4e5fbb |
+|||
Description
+ The background color of the hovered dock indicator in the DockManager component. |
+|||||||
$kendo-dock-indicator-hover-text | +Color | +$kendo-color-white |
#ffffff |
||||
Description
+ The background color of the Editor's resize handle. | Description
The text color of the hovered dock indicator in the DockManager component. |
||||||
$kendo-editor-selectednode-outline-width | +$kendo-dock-manager-dock-preview-border-width | Number | -2px |
+ 1px |
+ 1px |
+||
Description
+ The width of the border around the dropping area in the DockManager component. |
+|||||||
$kendo-dock-manager-dock-preview-border-style | +String | +dashed |
+ dashed |
+||||
Description
+ The style of the border around the dropping area in the DockManager component. |
+|||||||
$kendo-dock-manager-dock-preview-border-radius | +Number | +$kendo-border-radius-sm |
2px |
||||
Description
+ The outline width of the Editor's selected node. | Description
The border radius of the dropping area in the DockManager component. |
||||||
$kendo-editor-selectednode-outline-color | +$kendo-dock-manager-dock-preview-bg | Color | -#88ccff |
- #88ccff |
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .16 ), rgba( $kendo-color-primary, .16 )) |
+ rgba(63, 81, 181, 0.16) |
|
Description
+ The outline color of the Editor's selected node. | Description
+ The background color of the dropping area in the DockManager component. |
+||||||
$kendo-dock-manager-dock-preview-border | +Color | +$kendo-color-primary |
+ #3f51b5 |
+||||
Description
The border color of the dropping area in the DockManager component. |
$kendo-elevation | -Map | -$_default-elevation |
- (1: (0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)), 2: (0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14)), 3: (0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14)), 4: (0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14)), 5: (0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14)), 6: (0px 5px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 14px 0px rgba(0, 0, 0, 0.12), 0px 8px 10px 0px rgba(0, 0, 0, 0.14)), 7: (0px 7px 8px 0px rgba(0, 0, 0, 0.2), 0px 5px 22px 0px rgba(0, 0, 0, 0.12), 0px 12px 17px 0px rgba(0, 0, 0, 0.14)), 8: (0px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 16px 24px rgba(0, 0, 0, 0.14)), 9: (0px 11px 15px rgba(0, 0, 0, 0.2), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 24px 38px rgba(0, 0, 0, 0.14))) |
+ $kendo-dropdowntree-popup-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The global default Elevation map. | Description
+ The horizontal padding of the DropdownTree popup |
+||||||
$kendo-dropdowntree-popup-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+||||
Description
The vertical padding of the DropdownTree popup |
$kendo-expander-spacing-y | +$kendo-dropzone-padding-x | Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
|
Description
+ The vertical spacing of the ExpansionPanel. | Description
The horizontal padding of the DropZone. |
||||||
$kendo-expander-border-width | +$kendo-dropzone-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+|||
Description
+ The vertical padding of the DropZone. |
+|||||||
$kendo-dropzone-border-width | Number | 1px |
1px |
||||
Description
+ The width of the border around the ExpansionPanel. | Description
The border width of the DropZone. |
||||||
$kendo-expander-font-family | +$kendo-dropzone-min-height | +Number | +220px |
+ 220px |
+|||
Description
+ The minimum height of the DropZone. |
+|||||||
$kendo-dropzone-font-family | List | $kendo-font-family |
Roboto, "Helvetica Neue", sans-serif |
||||
Description
+ The font family of the ExpansionPanel. | Description
The font family of the DropZone. |
||||||
$kendo-expander-font-size | +$kendo-dropzone-font-size | Number | $kendo-font-size-md |
14px |
|||
Description
+ The font size of the ExpansionPanel. | Description
The font size of the DropZone. |
||||||
$kendo-expander-line-height | +$kendo-dropzone-line-height | Number | -$kendo-line-height-md |
- 2 |
+ k-math-div( 20, 14 ) |
+ 1.4285714286 |
|
Description
+ The hine height of the ExpansionPanel. | Description
The line height of the DropZone. |
||||||
$kendo-expander-text | +$kendo-dropzone-bg | Color | -$kendo-component-text |
- rgba(0, 0, 0, 0.87) |
+ if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-base-bg, 1 )) |
+ #ebebeb |
|
Description
+ The text color of the ExpansionPanel. | Description
The background color of the DropZone. |
||||||
$kendo-expander-bg | +$kendo-dropzone-text | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-base-text |
+ rgba(0, 0, 0, 0.87) |
|
Description
+ The background color of the ExpansionPanel. | Description
The text color of the DropZone. |
||||||
$kendo-expander-border | +$kendo-dropzone-border | Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-base-border |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ The border color of the ExpansionPanel. | Description
The border color of the DropZone. |
||||||
$kendo-expander-focus-shadow | -List | -inset 0 0 0 2px rgba( black, .08 ) |
- inset 0 0 0 2px rgba(0, 0, 0, 0.08) |
-||||
Description
- The box shadow of the focused ExpansionPanel. |
-|||||||
$kendo-expander-header-padding-x | +$kendo-dropzone-icon-spacing | Number | k-map-get( $kendo-spacing, 6 ) |
24px |
|||
Description
- The horizontal padding of the ExpansionPanel header. |
-|||||||
$kendo-expander-header-padding-y | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
-||||
Description
+ The vertical padding of the ExpansionPanel header. | Description
The spacing below the DropZone icon. |
||||||
$kendo-expander-header-text | +$kendo-dropzone-icon-text | Color | -$kendo-expander-text |
- rgba(0, 0, 0, 0.87) |
+ if($kendo-enable-color-system, k-color( subtle ), k-try-tint( $kendo-dropzone-text, 4 )) |
+ rgba(97, 97, 97, 0.9116) |
|
Description
+ The text color of the ExpansionPanel header. | Description
The text color of the DropZone icon. |
||||||
$kendo-expander-header-bg | +$kendo-dropzone-icon-hover-text | Color | -transparent |
- transparent |
+ $kendo-color-primary |
+ #3f51b5 |
|
Description
+ The background color of the ExpansionPanel header. | Description
The text color of the hovered DropZone icon. |
||||||
$kendo-expander-header-border | +$kendo-dropzone-hint-font-size | Null | null |
null |
|||
Description
+ The border color of the ExpansionPanel header. | Description
The font size of the DropZone hint. |
||||||
$kendo-expander-header-hover-bg | -Color | -rgba( black, .04 ) |
- rgba(0, 0, 0, 0.04) |
+ $kendo-dropzone-hint-spacing | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The background color of the hovered ExpansionPanel header. | Description
The spacing below the DropZone hint. |
||||||
$kendo-expander-header-focus-bg | -Color | -rgba( black, .12 ) |
- rgba(0, 0, 0, 0.12) |
+ $kendo-dropzone-hint-text | +Null | +null |
+ null |
Description
+ The background color of the focused ExpansionPanel header. | Description
The text color of the DropZone hint. |
||||||
$kendo-expander-header-focus-shadow | -String | -none |
- none |
+ $kendo-dropzone-note-font-size | +Number | +$kendo-font-size-sm |
+ 12px |
Description
+ The box shadow of the focused ExpansionPanel header. | Description
The font size of the DropZone note. |
||||||
$kendo-expander-title-text | -Color | -$kendo-color-secondary |
- #e51a5f |
+ $kendo-dropzone-note-spacing | +Null | +null |
+ null |
Description
+ The text color of the ExpansionPanel title. | Description
The spacing below the DropZone note. |
||||||
$kendo-expander-header-sub-title-text | +$kendo-dropzone-note-text | Color | $kendo-subtle-text |
rgba(0, 0, 0, 0.54) |
|||
Description
- The text color of the ExpansionPanel sub-title. |
-|||||||
$kendo-expander-indicator-margin-x | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
-||||
Description
- The horizontal margin of the ExpansionPanel indicator. |
-|||||||
$kendo-expander-content-padding-x | -Number | -k-map-get( $kendo-spacing, 6 ) |
- 24px |
-||||
Description
- The horizontal padding of the ExpansionPanel content. |
-|||||||
$kendo-expander-content-padding-y | -Number | -k-map-get( $kendo-spacing, 6 ) |
- 24px |
-||||
Description
+ The vertical padding of the ExpansionPanel content. | Description
The text color of the DropZone note. |
$kendo-file-manager-spacer | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
-||||
Description
- The space between the FileManager items. |
-|||||||
$kendo-file-manager-border-width | +$kendo-editor-border-width | Number | 1px |
1px |
|||
Description
+ The border width of the FileManager. | Description
The width of the border around the Еditor. |
||||||
$kendo-file-manager-font-family | +$kendo-editor-font-family | List | $kendo-font-family |
Roboto, "Helvetica Neue", sans-serif |
|||
Description
+ The font family of the FileManager. | Description
The font family of the Еditor. |
||||||
$kendo-file-manager-font-size | +$kendo-editor-font-size | Number | $kendo-font-size-md |
14px |
|||
Description
+ The font size of the FileManager. | Description
The font size of the Еditor. |
||||||
$kendo-file-manager-line-height | +$kendo-editor-line-height | Number | $kendo-line-height-md |
2 |
|||
Description
+ The line height of the FileManager. | Description
The line height of the Еditor. |
||||||
$kendo-file-manager-bg | +$kendo-editor-placeholder-text | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-input-placeholder-text |
+ rgba(0, 0, 0, 0.54) |
|
Description
+ The background color of the FileManager. | Description
The text color of the Еditor placeholder. |
||||||
$kendo-file-manager-text | -Color | -$kendo-component-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-editor-placeholder-opacity | +Number | +$kendo-input-placeholder-opacity |
+ 1 |
Description
+ The text color of the FileManager. | Description
The opacity of the Editor placeholder. |
||||||
$kendo-file-manager-border | +$kendo-editor-selected-text | Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-color-primary-contrast |
+ white |
|
Description
+ The border color of the FileManager. | Description
The selected text color of the Editor. |
||||||
$kendo-file-manager-toolbar-border-width | -Number | -$kendo-file-manager-border-width |
- 1px |
+ $kendo-editor-selected-bg | +Color | +$kendo-color-primary |
+ #3f51b5 |
Description
+ The border width of the FileManager Toolbar. | Description
The selected background color of the Editor. |
||||||
$kendo-file-manager-toolbar-bg | +$kendo-editor-highlighted-bg | Color | -if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .5 )) |
- whitesmoke |
+ if($kendo-enable-color-system, k-color( primary-subtle ), k-color-mix($kendo-color-primary, #ffffff, 20%)) |
+ #d9dcf0 |
|
Description
+ The background color of the FileManager Toolbar. | Description
The highlighted background color of the Editor. |
||||||
$kendo-file-manager-toolbar-text | -Null | -null |
- null |
+ $kendo-editor-export-tool-icon-margin-x | +Number | +.5em |
+ 0.5em |
Description
+ The text color of the FileManager Toolbar. | Description
The horizontal margin of the Editor's export tool icon. |
||||||
$kendo-file-manager-toolbar-border | -Null | -null |
- null |
+ $kendo-editor-resize-handle-size | +Number | +8px |
+ 8px |
Description
+ The border color of the FileManager Toolbar. | Description
The size of the Editor's resize handle. |
||||||
$kendo-file-manager-toolbar-gradient | -Null | -null |
- null |
+ $kendo-editor-resize-handle-border-width | +Number | +1px |
+ 1px |
Description
+ The gradient of the FileManager Toolbar. | Description
The border width of the Editor's resize handle. |
||||||
$kendo-file-manager-navigation-padding-x | -Number | -$kendo-file-manager-spacer |
- 16px |
+ $kendo-editor-resize-handle-border | +Color | +#000000 |
+ #000000 |
Description
+ The horizontal padding of the FileManager Navigation. | Description
The border color of the Editor's resize handle. |
||||||
$kendo-file-manager-navigation-padding-y | -Number | -$kendo-file-manager-spacer |
- 16px |
+ $kendo-editor-resize-handle-bg | +Color | +#ffffff |
+ #ffffff |
Description
+ The vertical padding of the FileManager Navigation. | Description
The background color of the Editor's resize handle. |
||||||
$kendo-file-manager-navigation-width | +$kendo-editor-selectednode-outline-width | Number | -20% |
- 20% |
+ 2px |
+ 2px |
|
Description
+ The width of the FileManager Navigation. | Description
The outline width of the Editor's selected node. |
||||||
$kendo-file-manager-navigation-border-width | -Number | -$kendo-file-manager-border-width |
- 1px |
+ $kendo-editor-selectednode-outline-color | +Color | +#88ccff |
+ #88ccff |
Description
+ The border width of the FileManager Navigation. | Description
The outline color of the Editor's selected node. |
||||||
$kendo-file-manager-navigation-bg | -Null | -null |
- null |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-elevation | +Map | +$_default-elevation |
+ (1: (0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)), 2: (0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14)), 3: (0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14)), 4: (0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14)), 5: (0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14)), 6: (0px 5px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 14px 0px rgba(0, 0, 0, 0.12), 0px 8px 10px 0px rgba(0, 0, 0, 0.14)), 7: (0px 7px 8px 0px rgba(0, 0, 0, 0.2), 0px 5px 22px 0px rgba(0, 0, 0, 0.12), 0px 12px 17px 0px rgba(0, 0, 0, 0.14)), 8: (0px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 16px 24px rgba(0, 0, 0, 0.14)), 9: (0px 11px 15px rgba(0, 0, 0, 0.2), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 24px 38px rgba(0, 0, 0, 0.14))) |
||||
Description
+ The background color of the FileManager Navigation. | Description
The global default Elevation map. |
||||||
$kendo-file-manager-navigation-text | -Null | -null |
- null |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-expander-spacing-y | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
||||
Description
+ The text color of the FileManager Navigation. | Description
The vertical spacing of the ExpansionPanel. |
||||||
$kendo-file-manager-navigation-border | -Null | -null |
- null |
+ $kendo-expander-border-width | +Number | +1px |
+ 1px |
Description
+ The border color of the FileManager Navigation. | Description
The width of the border around the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-expander-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
Description
+ The horizontal padding of the FileManager Breadcrumb. | Description
The font family of the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-padding-y | +$kendo-expander-font-size | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The vertical padding of the FileManager Breadcrumb. | Description
The font size of the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-border-width | +$kendo-expander-line-height | Number | -$kendo-file-manager-border-width |
- 1px |
+ $kendo-line-height-md |
+ 2 |
|
Description
+ The border width of the FileManager Breadcrumb. | Description
The hine height of the ExpansionPanel. |
||||||
$kendo-file-manager-breadcrumb-bg | +$kendo-expander-text | Color | -$kendo-file-manager-toolbar-bg |
- whitesmoke |
-|||
Description
- The background color of the FileManager Breadcrumb. |
-|||||||
$kendo-file-manager-breadcrumb-text | -Null | -null |
- null |
-||||
Description
- The text color of the FileManager Breadcrumb. |
-|||||||
$kendo-file-manager-breadcrumb-border | -Null | -null |
- null |
+ $kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
||
Description
+ The border color of the FileManager Breadcrumb. | Description
The text color of the ExpansionPanel. |
||||||
$kendo-file-manager-listview-bg | -Null | -null |
- null |
+ $kendo-expander-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The background color of the FileManager ListView. | Description
The background color of the ExpansionPanel. |
||||||
$kendo-file-manager-listview-text | -Null | -null |
- null |
+ $kendo-expander-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ The text color of the FileManager ListView. | Description
The border color of the ExpansionPanel. |
||||||
$kendo-file-manager-listview-border | -Null | -null |
- null |
+ $kendo-expander-focus-shadow | +List | +inset 0 0 0 2px rgba( black, .08 ) |
+ inset 0 0 0 2px rgba(0, 0, 0, 0.08) |
Description
+ The border color of the FileManager ListView. | Description
The box shadow of the focused ExpansionPanel. |
||||||
$kendo-file-manager-listview-item-padding-x | +$kendo-expander-header-padding-x | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ k-map-get( $kendo-spacing, 6 ) |
+ 24px |
|
Description
+ The horizontal padding of the FileManager ListView item. | Description
The horizontal padding of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-padding-y | +$kendo-expander-header-padding-y | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ k-map-get( $kendo-spacing, 3 ) |
+ 12px |
|
Description
+ The vertical padding of the FileManager ListView item. | Description
The vertical padding of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-width | -Number | -120px |
- 120px |
+ $kendo-expander-header-text | +Color | +$kendo-expander-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The width of the FileManager ListView item. | Description
The text color of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-height | -Number | -120px |
- 120px |
+ $kendo-expander-header-bg | +Color | +transparent |
+ transparent |
Description
+ The height of the FileManager ListView item. | Description
The background color of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-bg | +$kendo-expander-header-border | Null | null |
null |
|||
Description
+ The background color of the FileManager ListView item. | Description
The border color of the ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-text | -Null | -null |
- null |
+ $kendo-expander-header-hover-bg | +Color | +rgba( black, .04 ) |
+ rgba(0, 0, 0, 0.04) |
Description
+ The text color of the FileManager ListView item. | Description
The background color of the hovered ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-border | -Null | -null |
- null |
+ $kendo-expander-header-focus-bg | +Color | +rgba( black, .12 ) |
+ rgba(0, 0, 0, 0.12) |
Description
+ The border color of the FileManager ListView item. | Description
The background color of the focused ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-icon-bg | -Null | -null |
- null |
+ $kendo-expander-header-focus-shadow | +String | +none |
+ none |
Description
+ The background color of the FileManager ListView item icon. | Description
The box shadow of the focused ExpansionPanel header. |
||||||
$kendo-file-manager-listview-item-icon-text | +$kendo-expander-title-text | Color | -if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) |
- rgba(97, 97, 97, 0.9116) |
+ $kendo-color-secondary |
+ #e51a5f |
|
Description
+ The text color of the FileManager ListView item icon. | Description
The text color of the ExpansionPanel title. |
||||||
$kendo-file-manager-listview-item-icon-border | -Null | -null |
- null |
+ $kendo-expander-header-sub-title-text | +Color | +$kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
Description
+ The border color of the FileManager ListView item icon. | Description
The text color of the ExpansionPanel sub-title. |
||||||
$kendo-file-manager-listview-item-icon-selected-bg | -Null | -null |
- null |
+ $kendo-expander-indicator-margin-x | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
Description
+ Background color of the FileManager selected ListView item icon. | Description
The horizontal margin of the ExpansionPanel indicator. |
||||||
$kendo-file-manager-listview-item-icon-selected-text | -String | -inherit |
- inherit |
+ $kendo-expander-content-padding-x | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 24px |
Description
+ Text color of the FileManager selected ListView item icon. | Description
The horizontal padding of the ExpansionPanel content. |
||||||
$kendo-file-manager-listview-item-icon-selected-border | -Null | -null |
- null |
+ $kendo-expander-content-padding-y | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 24px |
Description
+ Border color of the FileManager selected ListView item icon. | Description
The vertical padding of the ExpansionPanel content. |
||||||
$kendo-file-manager-grid-bg | -Null | -null |
- null |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-file-manager-spacer | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
||||
Description
+ The background color of the FileManager Grid. | Description
The space between the FileManager items. |
||||||
$kendo-file-manager-grid-text | -Null | -null |
- null |
+ $kendo-file-manager-border-width | +Number | +1px |
+ 1px |
Description
+ The text color of the FileManager Grid. | Description
The border width of the FileManager. |
||||||
$kendo-file-manager-grid-border | -Null | -null |
- null |
+ $kendo-file-manager-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
Description
+ The border color of the FileManager Grid. | Description
The font family of the FileManager. |
||||||
$kendo-file-manager-preview-padding-x | +$kendo-file-manager-font-size | Number | -$kendo-file-manager-spacer |
- 16px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The horizontal padding of the FileManager preview. | Description
The font size of the FileManager. |
||||||
$kendo-file-manager-preview-padding-y | +$kendo-file-manager-line-height | Number | -$kendo-file-manager-spacer |
- 16px |
+ $kendo-line-height-md |
+ 2 |
|
Description
+ The vertical padding of the FileManager preview. | Description
The line height of the FileManager. |
||||||
$kendo-file-manager-preview-width | -Number | -20% |
- 20% |
+ $kendo-file-manager-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The width of the FileManager preview. | Description
The background color of the FileManager. |
||||||
$kendo-file-manager-preview-border-width | -Number | -$kendo-file-manager-border-width |
- 1px |
+ $kendo-file-manager-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The border width of the FileManager preview. | Description
The text color of the FileManager. |
||||||
$kendo-file-manager-preview-spacing | -Number | -$kendo-file-manager-spacer |
- 16px |
+ $kendo-file-manager-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ The spacing of the FileManager preview. | Description
The border color of the FileManager. |
||||||
$kendo-file-manager-preview-column-gap | +$kendo-file-manager-toolbar-border-width | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-file-manager-border-width |
+ 1px |
|
Description
+ The gap between the columns in the FileManager preview. | Description
The border width of the FileManager Toolbar. |
||||||
$kendo-file-manager-preview-bg | -Null | -null |
- null |
+ $kendo-file-manager-toolbar-bg | +Color | +if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .5 )) |
+ whitesmoke |
Description
+ The background color of the FileManager preview. | Description
The background color of the FileManager Toolbar. |
||||||
$kendo-file-manager-preview-text | +$kendo-file-manager-toolbar-text | Null | null |
null |
|||
Description
+ The text color of the FileManager preview. | Description
The text color of the FileManager Toolbar. |
||||||
$kendo-file-manager-preview-border | +$kendo-file-manager-toolbar-border | Null | null |
null |
|||
Description
+ The border color of the FileManager preview. | Description
The border color of the FileManager Toolbar. |
||||||
$kendo-file-manager-preview-icon-bg | +$kendo-file-manager-toolbar-gradient | Null | null |
null |
|||
Description
+ The background color of the FileManager preview icon. | Description
The gradient of the FileManager Toolbar. |
||||||
$kendo-file-manager-preview-icon-text | -Color | -if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) |
- rgba(97, 97, 97, 0.9116) |
+ $kendo-file-manager-navigation-padding-x | +Number | +$kendo-file-manager-spacer |
+ 16px |
Description
+ The text color of the FileManager preview icon. | Description
The horizontal padding of the FileManager Navigation. |
||||||
$kendo-file-manager-preview-icon-border | -Null | -null |
- null |
+ $kendo-file-manager-navigation-padding-y | +Number | +$kendo-file-manager-spacer |
+ 16px |
Description
+ The border color of the FileManager preview icon. | Description
The vertical padding of the FileManager Navigation. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-filter-padding-x | +|||||||
$kendo-file-manager-navigation-width | Number | -$kendo-padding-sm-x |
- 8px |
+ 20% |
+ 20% |
||
Description
+ The horizontal padding of the Filter. | Description
The width of the FileManager Navigation. |
||||||
$kendo-filter-padding-y | +$kendo-file-manager-navigation-border-width | Number | -$kendo-filter-padding-x |
- 8px |
+ $kendo-file-manager-border-width |
+ 1px |
|
Description
+ The vertical padding of the Filter. | Description
The border width of the FileManager Navigation. |
||||||
$kendo-filter-bottom-margin | -Number | -2.1em |
- 2.1em |
+ $kendo-file-manager-navigation-bg | +Null | +null |
+ null |
Description
+ The bottom margin of the Filter. | Description
The background color of the FileManager Navigation. |
||||||
$kendo-filter-line-size | -Number | -1px |
- 1px |
+ $kendo-file-manager-navigation-text | +Null | +null |
+ null |
Description
+ The width of the line that connects the Filter items. | Description
The text color of the FileManager Navigation. |
||||||
$kendo-filter-operator-dropdown-width | -Number | -15em |
- 15em |
+ $kendo-file-manager-navigation-border | +Null | +null |
+ null |
Description
+ The width of the dropdown elements in the Filter items. | Description
The border color of the FileManager Navigation. |
||||||
$kendo-filter-preview-field-text | -Color | -$kendo-color-primary |
- #3f51b5 |
+ $kendo-file-manager-breadcrumb-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The text color of the Filter preview field. | Description
The horizontal padding of the FileManager Breadcrumb. |
||||||
$kendo-filter-preview-operator-text | -Color | -$kendo-subtle-text |
- rgba(0, 0, 0, 0.54) |
+ $kendo-file-manager-breadcrumb-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The text color of the Filter preview operator. | Description
The vertical padding of the FileManager Breadcrumb. |
||||||
$kendo-filter-toolbar-focus-shadow | -List | -0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12) |
- 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12) |
+ $kendo-file-manager-breadcrumb-border-width | +Number | +$kendo-file-manager-border-width |
+ 1px |
Description
+ The box shadow of the focused Filter toolbar. | Description
The border width of the FileManager Breadcrumb. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-fab-border-width | -Number | -0px |
- 0px |
+||||
$kendo-file-manager-breadcrumb-bg | +Color | +$kendo-file-manager-toolbar-bg |
+ whitesmoke |
||||
Description
+ The width of the border around the FAB. | Description
The background color of the FileManager Breadcrumb. |
||||||
$kendo-fab-border-radius | -Number | -$kendo-border-radius-md |
- 4px |
+ $kendo-file-manager-breadcrumb-text | +Null | +null |
+ null |
Description
+ The border radius of the FAB. | Description
The text color of the FileManager Breadcrumb. |
||||||
$kendo-fab-font-family | -List | -$kendo-font-family |
- Roboto, "Helvetica Neue", sans-serif |
+ $kendo-file-manager-breadcrumb-border | +Null | +null |
+ null |
Description
+ The font family of the FAB. | Description
The border color of the FileManager Breadcrumb. |
||||||
$kendo-fab-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-file-manager-listview-bg | +Null | +null |
+ null |
Description
+ The font size of the FAB. | Description
The background color of the FileManager ListView. |
||||||
$kendo-fab-line-height | -Number | -k-math-div( 20, 14 ) |
- 1.4285714286 |
+ $kendo-file-manager-listview-text | +Null | +null |
+ null |
Description
+ The line height of the FAB. | Description
The text color of the FileManager ListView. |
||||||
$kendo-fab-padding-x | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-file-manager-listview-border | +Null | +null |
+ null |
Description
+ The horizontal padding of the FAB. | Description
The border color of the FileManager ListView. |
||||||
$kendo-fab-sm-padding-x | +$kendo-file-manager-listview-item-padding-x | Number | -k-math-div( $kendo-fab-padding-x, 2 ) |
- 8px |
+ k-map-get( $kendo-spacing, 4 ) |
+ 16px |
|
Description
+ The horizontal padding of the small FAB. | Description
The horizontal padding of the FileManager ListView item. |
||||||
$kendo-fab-md-padding-x | +$kendo-file-manager-listview-item-padding-y | Number | -$kendo-fab-padding-x |
+ k-map-get( $kendo-spacing, 4 ) |
16px |
||
Description
+ The horizontal padding of the medium FAB. | Description
The vertical padding of the FileManager ListView item. |
||||||
$kendo-fab-lg-padding-x | +$kendo-file-manager-listview-item-width | Number | -( $kendo-fab-padding-x * 1.5 ) |
- 24px |
+ 120px |
+ 120px |
|
Description
+ The horizontal padding of the large FAB. | Description
The width of the FileManager ListView item. |
||||||
$kendo-fab-padding-y | +$kendo-file-manager-listview-item-height | Number | -$kendo-fab-padding-x |
- 16px |
+ 120px |
+ 120px |
|
Description
+ The vertical padding of the FAB. | Description
The height of the FileManager ListView item. |
||||||
$kendo-fab-sm-padding-y | -Number | -k-math-div( $kendo-fab-padding-y, 2 ) |
- 8px |
+ $kendo-file-manager-listview-item-bg | +Null | +null |
+ null |
Description
+ The vertical padding of the small FAB. | Description
The background color of the FileManager ListView item. |
||||||
$kendo-fab-md-padding-y | -Number | -$kendo-fab-padding-y |
- 16px |
+ $kendo-file-manager-listview-item-text | +Null | +null |
+ null |
Description
+ The vertical padding of the medium FAB. | Description
The text color of the FileManager ListView item. |
||||||
$kendo-fab-lg-padding-y | -Number | -( $kendo-fab-padding-y * 1.5 ) |
- 24px |
+ $kendo-file-manager-listview-item-border | +Null | +null |
+ null |
Description
+ The vertical padding of the large FAB. | Description
The border color of the FileManager ListView item. |
||||||
$kendo-fab-icon-padding-x | -Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 2px |
+ $kendo-file-manager-listview-item-icon-bg | +Null | +null |
+ null |
Description
+ The horizontal padding of the FAB icon. | Description
The background color of the FileManager ListView item icon. |
||||||
$kendo-fab-icon-padding-y | -Number | -$kendo-fab-icon-padding-x |
- 2px |
+ $kendo-file-manager-listview-item-icon-text | +Color | +if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) |
+ rgba(97, 97, 97, 0.9116) |
Description
+ The vertical padding of the FAB icon. | Description
The text color of the FileManager ListView item icon. |
||||||
$kendo-fab-icon-spacing | -Number | -k-map-get( $kendo-spacing, 1 ) * 1.5 |
- 6px |
+ $kendo-file-manager-listview-item-icon-border | +Null | +null |
+ null |
Description
+ The spacing FAB icon. | Description
The border color of the FileManager ListView item icon. |
||||||
$kendo-fab-items-padding-x | -Number | -0px |
- 0px |
+ $kendo-file-manager-listview-item-icon-selected-bg | +Null | +null |
+ null |
Description
+ The horizontal padding of the FAB items. | Description
Background color of the FileManager selected ListView item icon. |
||||||
$kendo-fab-items-padding-y | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-file-manager-listview-item-icon-selected-text | +String | +inherit |
+ inherit |
Description
+ The vertical padding of the FAB items. | Description
Text color of the FileManager selected ListView item icon. |
||||||
$kendo-fab-item-text-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-file-manager-listview-item-icon-selected-border | +Null | +null |
+ null |
Description
+ The horizontal padding of the FAB item text. | Description
Border color of the FileManager selected ListView item icon. |
||||||
$kendo-fab-item-text-padding-y | -Number | -$kendo-fab-item-text-padding-x |
- 4px |
+ $kendo-file-manager-grid-bg | +Null | +null |
+ null |
Description
+ The vertical padding of the FAB item text. | Description
The background color of the FileManager Grid. |
||||||
$kendo-fab-item-text-border-width | -Number | -1px |
- 1px |
+ $kendo-file-manager-grid-text | +Null | +null |
+ null |
Description
+ The width of the FAB item text border. | Description
The text color of the FileManager Grid. |
||||||
$kendo-fab-item-text-border-radius | -Number | -2px |
- 2px |
+ $kendo-file-manager-grid-border | +Null | +null |
+ null |
Description
+ The border radius of the FAB item text. | Description
The border color of the FileManager Grid. |
||||||
$kendo-fab-item-text-font-size | +$kendo-file-manager-preview-padding-x | Number | -$kendo-font-size-xs |
- 10px |
+ $kendo-file-manager-spacer |
+ 16px |
|
Description
+ The font size of the FAB item text. | Description
The horizontal padding of the FileManager preview. |
||||||
$kendo-fab-item-text-line-height | +$kendo-file-manager-preview-padding-y | Number | -1.2 |
- 1.2 |
+ $kendo-file-manager-spacer |
+ 16px |
|
Description
+ The line height of the FAB item text. | Description
The vertical padding of the FileManager preview. |
||||||
$kendo-fab-item-icon-padding-x | +$kendo-file-manager-preview-width | Number | -k-map-get( $kendo-spacing, 2 ) + $kendo-fab-icon-padding-x |
- 10px |
+ 20% |
+ 20% |
|
Description
+ The horizontal padding of the FAB item icon. | Description
The width of the FileManager preview. |
||||||
$kendo-fab-item-icon-padding-y | +$kendo-file-manager-preview-border-width | Number | -$kendo-fab-item-icon-padding-x |
- 10px |
+ $kendo-file-manager-border-width |
+ 1px |
|
Description
+ The vertical padding of the FAB item icon. | Description
The border width of the FileManager preview. |
||||||
$kendo-fab-item-icon-border-width | +$kendo-file-manager-preview-spacing | Number | -0 |
- 0 |
+ $kendo-file-manager-spacer |
+ 16px |
|
Description
+ The border width of the FAB item icon. | Description
The spacing of the FileManager preview. |
||||||
$kendo-fab-item-icon-border-radius | +$kendo-file-manager-preview-column-gap | Number | -50% |
- 50% |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ The border radius of the FAB item icon. | Description
The gap between the columns in the FileManager preview. |
||||||
$kendo-fab-theme-colors | -Map | -$kendo-theme-colors |
- ("primary": #3f51b5, "secondary": #e51a5f, "tertiary": #00695c, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #f5f5f5, "inverse": #424242) |
+ $kendo-file-manager-preview-bg | +Null | +null |
+ null |
Description
+ The theme colors map for the FAB. | Description
The background color of the FileManager preview. |
||||||
$kendo-fab-sizes | -Map | -(
- sm: (
- padding-x: $kendo-fab-sm-padding-x,
- padding-y: $kendo-fab-sm-padding-y
- ),
- md: (
- padding-x: $kendo-fab-md-padding-x,
- padding-y: $kendo-fab-md-padding-y
- ),
- lg: (
- padding-x: $kendo-fab-lg-padding-x,
- padding-y: $kendo-fab-lg-padding-y
- )
-) |
- (sm: (padding-x: 8px, padding-y: 8px), md: (padding-x: 16px, padding-y: 16px), lg: (padding-x: 24px, padding-y: 24px)) |
+ $kendo-file-manager-preview-text | +Null | +null |
+ null |
Description
+ The size map for the FAB. | Description
The text color of the FileManager preview. |
||||||
$kendo-fab-shadow | -String | -$box-shadow-depth-5 |
- var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14)) |
+ $kendo-file-manager-preview-border | +Null | +null |
+ null |
Description
+ The base shadow of the FAB. | Description
The border color of the FileManager preview. |
||||||
$kendo-fab-disabled-shadow | -String | -$box-shadow-depth-5 |
- var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14)) |
+ $kendo-file-manager-preview-icon-bg | +Null | +null |
+ null |
Description
+ The shadow of the disabled FAB. | Description
The background color of the FileManager preview icon. |
||||||
$kendo-fab-active-shadow | -String | -$box-shadow-depth-7 |
- var(--kendo-elevation-7, 0px 7px 8px 0px rgba(0, 0, 0, 0.2), 0px 5px 22px 0px rgba(0, 0, 0, 0.12), 0px 12px 17px 0px rgba(0, 0, 0, 0.14)) |
+ $kendo-file-manager-preview-icon-text | +Color | +if($kendo-enable-color-system, k-color( subtle ), k-try-tint($kendo-file-manager-text, 4)) |
+ rgba(97, 97, 97, 0.9116) |
Description
+ The shadow of the active FAB. | Description
The text color of the FileManager preview icon. |
||||||
$kendo-fab-item-text | -Color | -$kendo-component-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-file-manager-preview-icon-border | +Null | +null |
+ null |
Description
+ The base text color of the FAB item. | Description
The border color of the FileManager preview icon. |
||||||
$kendo-fab-item-bg | -Color | -$kendo-component-bg |
- #ffffff |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-filter-padding-x | +Number | +$kendo-padding-sm-x |
+ 8px |
||||
Description
+ The base background color of the FAB item. | Description
The horizontal padding of the Filter. |
||||||
$kendo-fab-item-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-filter-padding-y | +Number | +$kendo-filter-padding-x |
+ 8px |
Description
+ The base border color of the FAB item. | Description
The vertical padding of the Filter. |
||||||
$kendo-fab-item-icon-text | -Color | -$kendo-button-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-filter-bottom-margin | +Number | +2.1em |
+ 2.1em |
Description
+ The base text color of the FAB item icon. | Description
The bottom margin of the Filter. |
||||||
$kendo-fab-item-icon-bg | -Color | -$kendo-button-bg |
- #ffffff |
+ $kendo-filter-line-size | +Number | +1px |
+ 1px |
Description
+ The base background color of the FAB item icon. | Description
The width of the line that connects the Filter items. |
||||||
$kendo-fab-item-icon-border | -Color | -$kendo-button-border |
- #ffffff |
+ $kendo-filter-operator-dropdown-width | +Number | +15em |
+ 15em |
Description
+ The base border color of the FAB item icon. | Description
The width of the dropdown elements in the Filter items. |
||||||
$kendo-fab-item-shadow | -String | -$kendo-fab-shadow |
- var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14)) |
+ $kendo-filter-preview-field-text | +Color | +$kendo-color-primary |
+ #3f51b5 |
Description
+ The base shadow of the FAB item. | Description
The text color of the Filter preview field. |
||||||
$kendo-fab-item-disabled-shadow | -String | -$kendo-fab-disabled-shadow |
- var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14)) |
+ $kendo-filter-preview-operator-text | +Color | +$kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
Description
+ The shadow of the disabled FAB item. | Description
The text color of the Filter preview operator. |
||||||
$kendo-fab-item-active-shadow | -String | -$kendo-fab-active-shadow |
- var(--kendo-elevation-7, 0px 7px 8px 0px rgba(0, 0, 0, 0.2), 0px 5px 22px 0px rgba(0, 0, 0, 0.12), 0px 12px 17px 0px rgba(0, 0, 0, 0.14)) |
+ $kendo-filter-toolbar-focus-shadow | +List | +0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px rgba(0, 0, 0, .14), 0 1px 10px rgba(0, 0, 0, .12) |
+ 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px rgba(0, 0, 0, 0.14), 0 1px 10px rgba(0, 0, 0, 0.12) |
Description
+ The shadow of the active FAB item. | Description
The box shadow of the focused Filter toolbar. |
$kendo-floating-label-scale | +$kendo-fab-border-width | Number | -1 |
- 1 |
+ 0px |
+ 0px |
|
Description
+ The transformation scale of the Floating Label. | Description
The width of the border around the FAB. |
||||||
$kendo-floating-label-font-size | +$kendo-fab-border-radius | Number | -$kendo-input-font-size |
- 16px |
+ $kendo-border-radius-md |
+ 4px |
|
Description
+ The font size of the Floating Label. | Description
The border radius of the FAB. |
||||||
$kendo-floating-label-max-width | -Number | -90% |
- 90% |
+ $kendo-fab-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
Description
+ The maximum width of the Floating Label. | Description
The font family of the FAB. |
||||||
$kendo-floating-label-line-height | +$kendo-fab-font-size | Number | -$kendo-input-line-height |
- 1.25 |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The line height of the Floating Label. | Description
The font size of the FAB. |
||||||
$kendo-floating-label-height | -Calculation | -calc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} ) |
- calc(1.25 * 16px) |
+ $kendo-fab-line-height | +Number | +k-math-div( 20, 14 ) |
+ 1.4285714286 |
Description
+ The height of the Floating Label. | Description
The line height of the FAB. |
||||||
$kendo-floating-label-offset-x | -Calculation | -calc( #{$kendo-input-padding-x} + #{$kendo-input-border-width} ) |
- calc(16px + 1px) |
-||||
Description
- The horizontal offset of the Floating Label. |
-|||||||
$kendo-floating-label-offset-y | -Calculation | -calc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-padding-y} ) |
- calc(calc(1.25 * 16px) + 1px + 8px) |
+ $kendo-fab-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The vertical offset of the Floating Label. | Description
The horizontal padding of the FAB. |
||||||
$kendo-floating-label-focus-scale | +$kendo-fab-sm-padding-x | Number | -.75 |
- 0.75 |
+ k-math-div( $kendo-fab-padding-x, 2 ) |
+ 8px |
|
Description
+ The transformation scale of the focused Floating Label. | Description
The horizontal padding of the small FAB. |
||||||
$kendo-floating-label-focus-offset-x | +$kendo-fab-md-padding-x | Number | -0px |
- 0px |
+ $kendo-fab-padding-x |
+ 16px |
|
Description
+ The horizontal offset of the focused Floating Label. | Description
The horizontal padding of the medium FAB. |
||||||
$kendo-floating-label-focus-offset-y | +$kendo-fab-lg-padding-x | Number | -0px |
- 0px |
+ ( $kendo-fab-padding-x * 1.5 ) |
+ 24px |
|
Description
+ The vertical offset of the focused Floating Label. | Description
The horizontal padding of the large FAB. |
||||||
$kendo-floating-label-transition | -List | -.15s cubic-bezier( .4, 0, .2, 1 ) |
- 0.15s cubic-bezier(0.4, 0, 0.2, 1) |
+ $kendo-fab-padding-y | +Number | +$kendo-fab-padding-x |
+ 16px |
Description
+ The transition of the Floating Label. | Description
The vertical padding of the FAB. |
||||||
$kendo-floating-label-bg | -Null | -null |
- null |
+ $kendo-fab-sm-padding-y | +Number | +k-math-div( $kendo-fab-padding-y, 2 ) |
+ 8px |
Description
+ The background color of the Floating Label. | Description
The vertical padding of the small FAB. |
||||||
$kendo-floating-label-text | -Color | -$kendo-subtle-text |
- rgba(0, 0, 0, 0.54) |
+ $kendo-fab-md-padding-y | +Number | +$kendo-fab-padding-y |
+ 16px |
Description
+ The text color of the Floating Label. | Description
The vertical padding of the medium FAB. |
||||||
$kendo-floating-label-focus-bg | -Null | -null |
- null |
+ $kendo-fab-lg-padding-y | +Number | +( $kendo-fab-padding-y * 1.5 ) |
+ 24px |
Description
+ The background color of the focused Floating Label. | Description
The vertical padding of the large FAB. |
||||||
$kendo-floating-label-focus-text | -Color | -$kendo-color-primary |
- #3f51b5 |
-||||
Description
- The text color of the focused Floating Label. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-form-spacer | +$kendo-fab-icon-padding-x | Number | -$kendo-padding-md-x * 2 |
- 32px |
+ k-map-get( $kendo-spacing, 0.5 ) |
+ 2px |
|
Description
+ The padding of the inline Form. | Description
The horizontal padding of the FAB icon. |
||||||
$kendo-form-font-size | +$kendo-fab-icon-padding-y | Number | -$kendo-font-size-md |
- 14px |
+ $kendo-fab-icon-padding-x |
+ 2px |
|
Description
+ The font size of the Form. | Description
The vertical padding of the FAB icon. |
||||||
$kendo-form-line-height | +$kendo-fab-icon-spacing | Number | -$kendo-line-height-md |
- 2 |
+ k-map-get( $kendo-spacing, 1 ) * 1.5 |
+ 6px |
|
Description
+ The line height of the Form. | Description
The spacing FAB icon. |
||||||
$kendo-form-line-height-em | -Calculation | -calc( #{$kendo-form-line-height} * 1em ) |
- calc(2 * 1em) |
+ $kendo-fab-items-padding-x | +Number | +0px |
+ 0px |
Description
+ The line height of the Form in em units. | Description
The horizontal padding of the FAB items. |
||||||
$kendo-form-sm-line-height | +$kendo-fab-items-padding-y | Number | -$kendo-line-height-sm |
- 1.2 |
+ k-map-get( $kendo-spacing, 4 ) |
+ 16px |
|
Description
+ The line height of the small Form. | Description
The vertical padding of the FAB items. |
||||||
$kendo-form-lg-line-height | +$kendo-fab-item-text-padding-x | Number | -$kendo-line-height-lg |
- 1.5 |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ The line height of the large Form. | Description
The horizontal padding of the FAB item text. |
||||||
$kendo-form-fieldset-margin | -List | -2em 0 0 |
- 2em 0 0 |
+ $kendo-fab-item-text-padding-y | +Number | +$kendo-fab-item-text-padding-x |
+ 4px |
Description
+ The margin of the Form fieldset. | Description
The vertical padding of the FAB item text. |
||||||
$kendo-form-fieldset-padding | +$kendo-fab-item-text-border-width | Number | -0px |
- 0px |
+ 1px |
+ 1px |
|
Description
+ The padding of the Form fieldset. | Description
The width of the FAB item text border. |
||||||
$kendo-form-legend-margin | -List | -0 0 1em |
- 0 0 1em |
+ $kendo-fab-item-text-border-radius | +Number | +2px |
+ 2px |
Description
+ The margin of the Form legend. | Description
The border radius of the FAB item text. |
||||||
$kendo-form-legend-padding | +$kendo-fab-item-text-font-size | Number | -0px |
- 0px |
+ $kendo-font-size-xs |
+ 10px |
|
Description
+ The padding of the Form legend. | Description
The font size of the FAB item text. |
||||||
$kendo-form-legend-border-width | -List | -0 0 2px |
- 0 0 2px |
+ $kendo-fab-item-text-line-height | +Number | +1.2 |
+ 1.2 |
Description
+ The border width of the Form legend. | Description
The line height of the FAB item text. |
||||||
$kendo-form-legend-border-style | -String | -solid |
- solid |
+ $kendo-fab-item-icon-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) + $kendo-fab-icon-padding-x |
+ 10px |
Description
+ The border style of the Form legend. | Description
The horizontal padding of the FAB item icon. |
||||||
$kendo-form-legend-border-color | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-fab-item-icon-padding-y | +Number | +$kendo-fab-item-icon-padding-x |
+ 10px |
Description
+ The border color of the Form legend. | Description
The vertical padding of the FAB item icon. |
||||||
$kendo-form-legend-width | +$kendo-fab-item-icon-border-width | Number | -100% |
- 100% |
+ 0 |
+ 0 |
|
Description
+ The width of the Form legend. | Description
The border width of the FAB item icon. |
||||||
$kendo-form-legend-font-size | +$kendo-fab-item-icon-border-radius | Number | -$kendo-font-size-md |
- 14px |
+ 50% |
+ 50% |
|
Description
+ The font size of the Form legend. | Description
The border radius of the FAB item icon. |
||||||
$kendo-form-legend-text-transform | -String | -uppercase |
- uppercase |
+ $kendo-fab-theme-colors | +Map | +$kendo-theme-colors |
+ ("primary": #3f51b5, "secondary": #e51a5f, "tertiary": #00695c, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #f5f5f5, "inverse": #424242) |
Description
+ The text capitalization of the Form legend. | Description
The theme colors map for the FAB. |
||||||
$kendo-form-label-margin-bottom | -Number | -0px |
- 0px |
+ $kendo-fab-sizes | +Map | +(
+ sm: (
+ padding-x: $kendo-fab-sm-padding-x,
+ padding-y: $kendo-fab-sm-padding-y
+ ),
+ md: (
+ padding-x: $kendo-fab-md-padding-x,
+ padding-y: $kendo-fab-md-padding-y
+ ),
+ lg: (
+ padding-x: $kendo-fab-lg-padding-x,
+ padding-y: $kendo-fab-lg-padding-y
+ )
+) |
+ (sm: (padding-x: 8px, padding-y: 8px), md: (padding-x: 16px, padding-y: 16px), lg: (padding-x: 24px, padding-y: 24px)) |
Description
+ The bottom margin of the Form label. | Description
The size map for the FAB. |
||||||
$kendo-form-button-margin-x | -Number | -8px |
- 8px |
+ $kendo-fab-shadow | +String | +$box-shadow-depth-5 |
+ var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14)) |
Description
+ The horizontal margin of the Form buttons. | Description
The base shadow of the FAB. |
||||||
$kendo-form-hint-font-size | -Number | -$kendo-font-size-sm |
- 12px |
+ $kendo-fab-disabled-shadow | +String | +$box-shadow-depth-5 |
+ var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14)) |
Description
+ The font size of the Form hint. | Description
The shadow of the disabled FAB. |
||||||
$kendo-form-hint-font-style | +$kendo-fab-active-shadow | String | -normal |
- normal |
+ $box-shadow-depth-7 |
+ var(--kendo-elevation-7, 0px 7px 8px 0px rgba(0, 0, 0, 0.2), 0px 5px 22px 0px rgba(0, 0, 0, 0.12), 0px 12px 17px 0px rgba(0, 0, 0, 0.14)) |
|
Description
+ The font style of the Form hint. | Description
The shadow of the active FAB. |
||||||
$kendo-form-hint-margin-top | -Number | -4px |
- 4px |
+ $kendo-fab-item-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The top margin of the Form hint. | Description
The base text color of the FAB item. |
||||||
$kendo-form-sm-rows-spacing | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-fab-item-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The row spacing of the small Form. | Description
The base background color of the FAB item. |
||||||
$kendo-form-md-rows-spacing | -Number | -k-map-get( $kendo-spacing, 6 ) |
- 24px |
+ $kendo-fab-item-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ The row spacing of the medium Form. | Description
The base border color of the FAB item. |
||||||
$kendo-form-lg-rows-spacing | -Number | -k-map-get( $kendo-spacing, 7 ) |
- 28px |
+ $kendo-fab-item-icon-text | +Color | +$kendo-button-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The row spacing of the large Form. | Description
The base text color of the FAB item icon. |
||||||
$kendo-form-separator-margin | -List | -$kendo-form-md-rows-spacing 0 0 |
- 24px 0 0 |
+ $kendo-fab-item-icon-bg | +Color | +$kendo-button-bg |
+ #ffffff |
Description
+ The margin of the Form separator. | Description
The base background color of the FAB item icon. |
||||||
$kendo-form-separator-border-color | +$kendo-fab-item-icon-border | Color | -$kendo-form-legend-border-color |
- rgba(0, 0, 0, 0.12) |
+ $kendo-button-border |
+ #ffffff |
|
Description
+ The border color of the Form separator. | Description
The base border color of the FAB item icon. |
||||||
$kendo-horizontal-form-label-padding-top | -Number | -5px |
- 5px |
+ $kendo-fab-item-shadow | +String | +$kendo-fab-shadow |
+ var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14)) |
Description
+ The top padding of the label in the horizontal Form. | Description
The base shadow of the FAB item. |
||||||
$kendo-horizontal-form-label-margin-x | -Number | -10px |
- 10px |
+ $kendo-fab-item-disabled-shadow | +String | +$kendo-fab-disabled-shadow |
+ var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14)) |
Description
+ The horizontal margin of the label in the horizontal Form. | Description
The shadow of the disabled FAB item. |
||||||
$kendo-horizontal-form-label-width | -Number | -25% |
- 25% |
+ $kendo-fab-item-active-shadow | +String | +$kendo-fab-active-shadow |
+ var(--kendo-elevation-7, 0px 7px 8px 0px rgba(0, 0, 0, 0.2), 0px 5px 22px 0px rgba(0, 0, 0, 0.12), 0px 12px 17px 0px rgba(0, 0, 0, 0.14)) |
Description
+ The width of the label in the horizontal Form. | Description
The shadow of the active FAB item. |
||||||
$kendo-horizontal-form-label-align | -String | -flex-end |
- flex-end |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-floating-label-scale | +Number | +1 |
+ 1 |
||||
Description
+ The horizontal alignment of the label in the horizontal Form. | Description
The transformation scale of the Floating Label. |
||||||
$kendo-horizontal-form-field-wrap-max-width | -Calculation | -calc( ( 100% - #{$kendo-horizontal-form-label-width} ) - #{$kendo-horizontal-form-label-margin-x} ) |
- calc(100% - 25% - 10px) |
+ $kendo-floating-label-font-size | +Number | +$kendo-input-font-size |
+ 16px |
Description
+ The maximum width of the field wrap in the horizontal Form. | Description
The font size of the Floating Label. |
||||||
$kendo-inline-form-element-width | +$kendo-floating-label-max-width | Number | -25% |
- 25% |
+ 90% |
+ 90% |
|
Description
+ The width of the inline Form element. | Description
The maximum width of the Floating Label. |
||||||
$kendo-forms-invalid-color | -String | -inherit |
- inherit |
+ $kendo-floating-label-line-height | +Number | +$kendo-input-line-height |
+ 1.25 |
Description
+ The invalid text color of the Form. | Description
The line height of the Floating Label. |
||||||
$kendo-label-optional-margin-x | -Number | -6px |
- 6px |
+ $kendo-floating-label-height | +Calculation | +calc( #{$kendo-floating-label-line-height} * #{$kendo-floating-label-font-size} ) |
+ calc(1.25 * 16px) |
Description
+ The horizontal margin of the optional label in the Form. | Description
The height of the Floating Label. |
||||||
$kendo-label-optional-font-size | -Number | -12px |
- 12px |
+ $kendo-floating-label-offset-x | +Calculation | +calc( #{$kendo-input-padding-x} + #{$kendo-input-border-width} ) |
+ calc(16px + 1px) |
Description
+ The font size of the optional label in the Form. | Description
The horizontal offset of the Floating Label. |
||||||
$kendo-label-optional-font-style | -String | -italic |
- italic |
+ $kendo-floating-label-offset-y | +Calculation | +calc( #{$kendo-floating-label-height} + #{$kendo-input-border-width} + #{$kendo-input-padding-y} ) |
+ calc(calc(1.25 * 16px) + 1px + 8px) |
Description
+ The font style of the optional label in the Form. | Description
The vertical offset of the Floating Label. |
||||||
$kendo-fieldset-margin | +$kendo-floating-label-focus-scale | Number | -30px |
- 30px |
+ .75 |
+ 0.75 |
|
Description
+ The margin of the Form fieldset. | Description
The transformation scale of the focused Floating Label. |
||||||
$kendo-fieldset-font-size | +$kendo-floating-label-focus-offset-x | Number | -$kendo-h4-font-size |
- 34px |
+ 0px |
+ 0px |
|
Description
+ The font size of the Form fieldset. | Description
The horizontal offset of the focused Floating Label. |
||||||
$kendo-fieldset-bg | -Null | -null |
- null |
+ $kendo-floating-label-focus-offset-y | +Number | +0px |
+ 0px |
Description
+ The background color of the Form fieldset. | Description
The vertical offset of the focused Floating Label. |
||||||
$kendo-fieldset-text | -Null | -null |
- null |
-||||
Description
- The text color of the Form fieldset. |
-|||||||
$kendo-fieldset-border | -Null | -null |
- null |
+ $kendo-floating-label-transition | +List | +.15s cubic-bezier( .4, 0, .2, 1 ) |
+ 0.15s cubic-bezier(0.4, 0, 0.2, 1) |
Description
+ The border color of the Form fieldset. | Description
The transition of the Floating Label. |
||||||
$kendo-fieldset-legend-bg | +$kendo-floating-label-bg | Null | null |
null |
|||
Description
+ The background color of the Form legend. | Description
The background color of the Floating Label. |
||||||
$kendo-fieldset-legend-text | -Null | -null |
- null |
+ $kendo-floating-label-text | +Color | +$kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
Description
+ The text color of the Form legend. | Description
The text color of the Floating Label. |
||||||
$kendo-fieldset-legend-border | +$kendo-floating-label-focus-bg | Null | null |
null |
|||
Description
+ The border color of the Form legend. | Description
The background color of the focused Floating Label. |
||||||
$kendo-form-sizes | -Map | -(
- sm: (
- form-rows-spacing: $kendo-form-sm-rows-spacing
- ),
- md: (
- form-rows-spacing: $kendo-form-md-rows-spacing
- ),
- lg: (
- form-rows-spacing: $kendo-form-lg-rows-spacing
- )
-) |
- (sm: (form-rows-spacing: 16px), md: (form-rows-spacing: 24px), lg: (form-rows-spacing: 28px)) |
+ $kendo-floating-label-focus-text | +Color | +$kendo-color-primary |
+ #3f51b5 |
Description
+ The sizes map for the Form. | Description
The text color of the focused Floating Label. |
$kendo-grid-padding-x | +$kendo-form-spacer | Number | -$kendo-table-md-cell-padding-x |
- 24px |
+ $kendo-padding-md-x * 2 |
+ 32px |
|
Description
+ Horizontal padding of the grid. | Description
The padding of the inline Form. |
||||||
$kendo-grid-padding-y | +$kendo-form-font-size | Number | -$kendo-table-md-cell-padding-y |
- 10px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ Vertical padding of the grid. | Description
The font size of the Form. |
||||||
$kendo-grid-header-padding-x | +$kendo-form-line-height | Number | -$kendo-grid-padding-x |
- 24px |
+ $kendo-line-height-md |
+ 2 |
|
Description
+ Horizontal padding of the grid header. | Description
The line height of the Form. |
||||||
$kendo-grid-header-padding-y | -Number | -16px |
- 16px |
+ $kendo-form-line-height-em | +Calculation | +calc( #{$kendo-form-line-height} * 1em ) |
+ calc(2 * 1em) |
Description
+ Vertical padding of the grid header. | Description
The line height of the Form in em units. |
||||||
$kendo-grid-grouping-header-padding-x | +$kendo-form-sm-line-height | Number | -8px |
- 8px |
+ $kendo-line-height-sm |
+ 1.2 |
|
Description
+ Horizontal padding of the grid grouping header. | Description
The line height of the small Form. |
||||||
$kendo-grid-grouping-header-padding-y | +$kendo-form-lg-line-height | Number | -$kendo-grid-grouping-header-padding-x |
- 8px |
+ $kendo-line-height-lg |
+ 1.5 |
|
Description
+ Vertical padding of the grid grouping header. | Description
The line height of the large Form. |
||||||
$kendo-grid-cell-padding-x | -Number | -$kendo-grid-padding-x |
- 24px |
+ $kendo-form-fieldset-margin | +List | +2em 0 0 |
+ 2em 0 0 |
Description
+ Horizontal padding of the grid cell. | Description
The margin of the Form fieldset. |
||||||
$kendo-grid-cell-padding-y | +$kendo-form-fieldset-padding | Number | -$kendo-grid-padding-y |
- 10px |
+ 0px |
+ 0px |
|
Description
+ Vertical padding of the grid cell. | Description
The padding of the Form fieldset. |
||||||
$kendo-grid-filter-cell-padding-x | -Number | -$kendo-grid-padding-x |
- 24px |
+ $kendo-form-legend-margin | +List | +0 0 1em |
+ 0 0 1em |
Description
+ Horizontal padding of the grid filter cell. | Description
The margin of the Form legend. |
||||||
$kendo-grid-filter-cell-padding-y | +$kendo-form-legend-padding | Number | -$kendo-grid-padding-y |
- 10px |
+ 0px |
+ 0px |
|
Description
+ Vertical padding of the grid filter cell. | Description
The padding of the Form legend. |
||||||
$kendo-grid-edit-cell-padding-x | -Number | -$kendo-grid-cell-padding-x |
- 24px |
+ $kendo-form-legend-border-width | +List | +0 0 2px |
+ 0 0 2px |
Description
+ Horizontal padding of the grid edit cell. | Description
The border width of the Form legend. |
||||||
$kendo-grid-edit-cell-padding-y | -Number | -6px |
- 6px |
+ $kendo-form-legend-border-style | +String | +solid |
+ solid |
Description
+ Vertical padding of the grid edit cell. | Description
The border style of the Form legend. |
||||||
$kendo-grid-bg | +$kendo-form-legend-border-color | Color | -$kendo-table-bg |
- #ffffff |
+ $kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
|
Description
+ Background color of the grid component | Description
The border color of the Form legend. |
||||||
$kendo-grid-text | -Color | -$kendo-table-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-form-legend-width | +Number | +100% |
+ 100% |
Description
+ Text color of the grid component | Description
The width of the Form legend. |
||||||
$kendo-grid-border | -Color | -$kendo-table-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-form-legend-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ Border color of the grid component | Description
The font size of the Form legend. |
||||||
$kendo-grid-header-bg | -Color | -$kendo-table-header-bg |
- #ffffff |
+ $kendo-form-legend-text-transform | +String | +uppercase |
+ uppercase |
Description
+ Background color of grid header | Description
The text capitalization of the Form legend. |
||||||
$kendo-grid-header-text | -Color | -$kendo-table-header-text |
- rgba(0, 0, 0, 0.54) |
+ $kendo-form-label-margin-bottom | +Number | +0px |
+ 0px |
Description
+ Background color of grid header | Description
The bottom margin of the Form label. |
||||||
$kendo-grid-header-border | -Color | -$kendo-table-header-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-form-button-margin-x | +Number | +8px |
+ 8px |
Description
+ Border color of grid header | Description
The horizontal margin of the Form buttons. |
||||||
$kendo-grid-header-gradient | -Null | -null |
- null |
+ $kendo-form-hint-font-size | +Number | +$kendo-font-size-sm |
+ 12px |
Description
+ Background gradient of grid header | Description
The font size of the Form hint. |
||||||
$kendo-grid-footer-bg | -Color | -$kendo-table-footer-bg |
- #ffffff |
+ $kendo-form-hint-font-style | +String | +normal |
+ normal |
Description
+ Background color of grid footer | Description
The font style of the Form hint. |
||||||
$kendo-grid-footer-text | -Color | -$kendo-table-footer-text |
- rgba(0, 0, 0, 0.54) |
+ $kendo-form-hint-margin-top | +Number | +4px |
+ 4px |
Description
+ Text color of grid footer | Description
The top margin of the Form hint. |
||||||
$kendo-grid-footer-border | -Color | -$kendo-table-footer-border |
- rgba(0, 0, 0, 0.12) |
-||||
Description
+ Border color of grid footer | $kendo-form-sm-rows-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+|||
Description
The row spacing of the small Form. |
|||||||
$kendo-grid-alt-bg | -Color | -$kendo-table-alt-row-bg |
- transparent |
+ $kendo-form-md-rows-spacing | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 24px |
Description
+ Background color of alternating rows in grid | Description
The row spacing of the medium Form. |
||||||
$kendo-grid-alt-text | -Null | -$kendo-table-alt-row-text |
- null |
+ $kendo-form-lg-rows-spacing | +Number | +k-map-get( $kendo-spacing, 7 ) |
+ 28px |
Description
+ Text color of alternating rows in grid | Description
The row spacing of the large Form. |
||||||
$kendo-grid-alt-border | -Null | -$kendo-table-alt-row-border |
- null |
+ $kendo-form-separator-margin | +List | +$kendo-form-md-rows-spacing 0 0 |
+ 24px 0 0 |
Description
+ Text color of alternating rows in grid | Description
The margin of the Form separator. |
||||||
$kendo-grid-hover-bg | +$kendo-form-separator-border-color | Color | -$kendo-table-hover-bg |
- rgba(0, 0, 0, 0.07) |
+ $kendo-form-legend-border-color |
+ rgba(0, 0, 0, 0.12) |
|
Description
+ Background color of hovered rows in grid | Description
The border color of the Form separator. |
||||||
$kendo-grid-hover-text | -Null | -$kendo-table-hover-text |
- null |
+ $kendo-horizontal-form-label-padding-top | +Number | +5px |
+ 5px |
Description
+ Text color of hovered rows in grid | Description
The top padding of the label in the horizontal Form. |
||||||
$kendo-grid-hover-border | -Color | -$kendo-table-hover-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-horizontal-form-label-margin-x | +Number | +10px |
+ 10px |
Description
+ Border color of hovered rows in grid | Description
The horizontal margin of the label in the horizontal Form. |
||||||
$kendo-grid-selected-bg | -Color | -$kendo-table-selected-bg |
- rgba(0, 0, 0, 0.04) |
+ $kendo-horizontal-form-label-width | +Number | +25% |
+ 25% |
Description
+ Background color of selected rows in grid | Description
The width of the label in the horizontal Form. |
||||||
$kendo-grid-selected-text | -Null | -$kendo-table-selected-text |
- null |
+ $kendo-horizontal-form-label-align | +String | +flex-end |
+ flex-end |
Description
+ Text color of selected rows in grid | Description
The horizontal alignment of the label in the horizontal Form. |
||||||
$kendo-grid-selected-border | -Null | -$kendo-table-selected-border |
- null |
+ $kendo-horizontal-form-field-wrap-max-width | +Calculation | +calc( ( 100% - #{$kendo-horizontal-form-label-width} ) - #{$kendo-horizontal-form-label-margin-x} ) |
+ calc(100% - 25% - 10px) |
Description
+ Border color of selected rows in grid | Description
The maximum width of the field wrap in the horizontal Form. |
||||||
$kendo-grid-selection-aggregates-bg | -Color | -$kendo-grid-header-bg |
- #ffffff |
+ $kendo-inline-form-element-width | +Number | +25% |
+ 25% |
Description
+ Background color of the selection aggregates container | Description
The width of the inline Form element. |
||||||
$kendo-grid-selection-aggregates-text | -Color | -$kendo-grid-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-forms-invalid-color | +String | +inherit |
+ inherit |
Description
+ Text color of the selection aggregates container | Description
The invalid text color of the Form. |
||||||
$kendo-grid-selection-aggregates-border | -Color | -$kendo-grid-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-label-optional-margin-x | +Number | +6px |
+ 6px |
Description
+ Border color of the selection aggregates container | Description
The horizontal margin of the optional label in the Form. |
||||||
$kendo-grid-selection-aggregates-border-width | +$kendo-label-optional-font-size | Number | -$kendo-grid-border-width |
- 1px |
+ 12px |
+ 12px |
|
Description
+ Border width of the selection aggregates container | Description
The font size of the optional label in the Form. |
||||||
$kendo-grid-selection-aggregates-spacing | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-label-optional-font-style | +String | +italic |
+ italic |
Description
+ Spacing between the selection aggregates items | Description
The font style of the optional label in the Form. |
||||||
$kendo-grid-selection-aggregates-line-height | +$kendo-fieldset-margin | Number | -20px |
- 20px |
+ 30px |
+ 30px |
|
Description
+ Line height of the selection aggregates container | Description
The margin of the Form fieldset. |
||||||
$kendo-grid-selection-aggregates-font-weight | +$kendo-fieldset-font-size | Number | -$kendo-font-weight-bold |
- 700 |
+ $kendo-h4-font-size |
+ 34px |
|
Description
+ Font weight of the selection aggregates container | Description
The font size of the Form fieldset. |
||||||
$kendo-grid-row-resizer-hover-bg | -Color | -if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .24 )) |
- rgba(0, 0, 0, 0.24) |
+ $kendo-fieldset-bg | +Null | +null |
+ null |
Description
+ Background color of the grid row resize indicator | Description
The background color of the Form fieldset. |
||||||
$kendo-grid-row-resizer-active-bg | -Color | -$kendo-color-primary |
- #3f51b5 |
+ $kendo-fieldset-text | +Null | +null |
+ null |
Description
+ Active background color of the grid row resize indicator | Description
The text color of the Form fieldset. |
||||||
$kendo-grid-row-resizer-height | -Number | -k-map-get( $kendo-spacing, .5 ) |
- 2px |
+ $kendo-fieldset-border | +Null | +null |
+ null |
Description
+ Height of the grid row resize indicator | Description
+ The border color of the Form fieldset. |
+||||||
$kendo-fieldset-legend-bg | +Null | +null |
+ null |
+||||
Description
+ The background color of the Form legend. |
+|||||||
$kendo-fieldset-legend-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the Form legend. |
+|||||||
$kendo-fieldset-legend-border | +Null | +null |
+ null |
+||||
Description
+ The border color of the Form legend. |
+|||||||
$kendo-form-sizes | +Map | +(
+ sm: (
+ form-rows-spacing: $kendo-form-sm-rows-spacing
+ ),
+ md: (
+ form-rows-spacing: $kendo-form-md-rows-spacing
+ ),
+ lg: (
+ form-rows-spacing: $kendo-form-lg-rows-spacing
+ )
+) |
+ (sm: (form-rows-spacing: 16px), md: (form-rows-spacing: 24px), lg: (form-rows-spacing: 28px)) |
+||||
Description
The sizes map for the Form. |
$kendo-input-default-width | +$kendo-grid-padding-x | Number | -100% |
- 100% |
+ $kendo-table-md-cell-padding-x |
+ 24px |
|
Description
+ The default width of the Input components. | Description
Horizontal padding of the grid. |
||||||
$kendo-input-border-width | +$kendo-grid-padding-y | Number | -1px |
- 1px |
+ $kendo-table-md-cell-padding-y |
+ 10px |
|
Description
- The border width of the Input components. |
-|||||||
$kendo-input-border-radius | -Null | -null |
- null |
-||||
Description
+ The border radius of the Input components. | Description
Vertical padding of the grid. |
||||||
$kendo-input-padding-x | +$kendo-grid-header-padding-x | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-grid-padding-x |
+ 24px |
|
Description
+ The horizontal padding of the Input components. | Description
Horizontal padding of the grid header. |
||||||
$kendo-input-sm-padding-x | +$kendo-grid-header-padding-y | Number | -k-map-get( $kendo-spacing, 4 ) |
16px |
-|||
Description
- The horizontal padding of the small Input components. |
-|||||||
$kendo-input-md-padding-x | -Number | -k-map-get( $kendo-spacing, 4 ) |
16px |
||||
Description
+ The horizontal padding of the medium Input components. | Description
Vertical padding of the grid header. |
||||||
$kendo-input-lg-padding-x | +$kendo-grid-grouping-header-padding-x | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ 8px |
+ 8px |
|
Description
+ The horizontal padding of the large Input components. | Description
Horizontal padding of the grid grouping header. |
||||||
$kendo-input-padding-y | +$kendo-grid-grouping-header-padding-y | Number | -k-map-get( $kendo-spacing, 2 ) |
+ $kendo-grid-grouping-header-padding-x |
8px |
||
Description
+ The vertical padding of the Input components. | Description
Vertical padding of the grid grouping header. |
||||||
$kendo-input-sm-padding-y | +$kendo-grid-cell-padding-x | Number | -k-map-get( $kendo-spacing, 1.5 ) |
- 6px |
+ $kendo-grid-padding-x |
+ 24px |
|
Description
+ The vertical padding of the small Input components. | Description
Horizontal padding of the grid cell. |
||||||
$kendo-input-md-padding-y | +$kendo-grid-cell-padding-y | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-grid-padding-y |
+ 10px |
|
Description
+ The vertical padding of the medium Input components. | Description
Vertical padding of the grid cell. |
||||||
$kendo-input-lg-padding-y | +$kendo-grid-filter-cell-padding-x | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-grid-padding-x |
+ 24px |
|
Description
+ The vertical padding of the large Input components. | Description
Horizontal padding of the grid filter cell. |
||||||
$kendo-input-font-family | -List | -$kendo-font-family |
- Roboto, "Helvetica Neue", sans-serif |
+ $kendo-grid-filter-cell-padding-y | +Number | +$kendo-grid-padding-y |
+ 10px |
Description
+ The font family of the Input components. | Description
Vertical padding of the grid filter cell. |
||||||
$kendo-input-font-size | +$kendo-grid-edit-cell-padding-x | Number | -$kendo-font-size-lg |
- 16px |
+ $kendo-grid-cell-padding-x |
+ 24px |
|
Description
+ The font size of the Input components. | Description
Horizontal padding of the grid edit cell. |
||||||
$kendo-input-sm-font-size | +$kendo-grid-edit-cell-padding-y | Number | -$kendo-font-size-lg |
- 16px |
+ 6px |
+ 6px |
|
Description
+ The font size of the small Input components. | Description
Vertical padding of the grid edit cell. |
||||||
$kendo-input-md-font-size | -Number | -$kendo-font-size-lg |
- 16px |
+ $kendo-grid-bg | +Color | +$kendo-table-bg |
+ #ffffff |
Description
+ The font size of the medium Input components. | Description
Background color of the grid component |
||||||
$kendo-input-lg-font-size | -Number | -$kendo-font-size-lg |
- 16px |
+ $kendo-grid-text | +Color | +$kendo-table-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The font size of the large Input components. | Description
Text color of the grid component |
||||||
$kendo-input-line-height | -Number | -1.25 |
- 1.25 |
+ $kendo-grid-border | +Color | +$kendo-table-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ The line height of the Input components. | Description
Border color of the grid component |
||||||
$kendo-input-sm-line-height | -Number | -1.25 |
- 1.25 |
+ $kendo-grid-header-bg | +Color | +$kendo-table-header-bg |
+ #ffffff |
Description
+ The line height of the small Input components. | Description
Background color of grid header |
||||||
$kendo-input-md-line-height | -Number | -1.25 |
- 1.25 |
+ $kendo-grid-header-text | +Color | +$kendo-table-header-text |
+ rgba(0, 0, 0, 0.54) |
Description
+ The line height of the medium Input components. | Description
Background color of grid header |
||||||
$kendo-input-lg-line-height | -Number | -1.5 |
- 1.5 |
+ $kendo-grid-header-border | +Color | +$kendo-table-header-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ The line height of the large Input components. | Description
Border color of grid header |
||||||
$kendo-input-sizes | -Map | -(
- sm: (
- padding-x: $kendo-input-sm-padding-x,
- padding-y: $kendo-input-sm-padding-y,
- font-size: $kendo-input-sm-font-size,
- line-height: $kendo-input-sm-line-height,
- button-padding-x: k-map-get( $kendo-spacing, 1 ),
- button-padding-y: k-map-get( $kendo-spacing, 1 )
- ),
- md: (
- padding-x: $kendo-input-md-padding-x,
- padding-y: $kendo-input-md-padding-y,
- font-size: $kendo-input-md-font-size,
- line-height: $kendo-input-md-line-height,
- button-padding-x: k-map-get( $kendo-spacing, 1 ),
- button-padding-y: k-map-get( $kendo-spacing, 1 )
- ),
- lg: (
- padding-x: $kendo-input-lg-padding-x,
- padding-y: $kendo-input-lg-padding-y,
- font-size: $kendo-input-lg-font-size,
- line-height: $kendo-input-lg-line-height,
- button-padding-x: k-map-get( $kendo-spacing, 1 ),
- button-padding-y: k-map-get( $kendo-spacing, 1 )
- )
-) |
- (sm: (padding-x: 16px, padding-y: 6px, font-size: 16px, line-height: 1.25, button-padding-x: 4px, button-padding-y: 4px), md: (padding-x: 16px, padding-y: 8px, font-size: 16px, line-height: 1.25, button-padding-x: 4px, button-padding-y: 4px), lg: (padding-x: 16px, padding-y: 8px, font-size: 16px, line-height: 1.5, button-padding-x: 4px, button-padding-y: 4px)) |
+ $kendo-grid-header-gradient | +Null | +null |
+ null |
Description
+ The sizes map for the Input components. | Description
Background gradient of grid header |
||||||
$kendo-input-bg | +$kendo-grid-footer-bg | Color | -if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-component-bg, .5 )) |
- whitesmoke |
+ $kendo-table-footer-bg |
+ #ffffff |
|
Description
+ The background color of the Input components. | Description
Background color of grid footer |
||||||
$kendo-input-text | +$kendo-grid-footer-text | Color | -$kendo-component-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-table-footer-text |
+ rgba(0, 0, 0, 0.54) |
|
Description
+ The text color of the Input components. | Description
Text color of grid footer |
||||||
$kendo-input-border | +$kendo-grid-footer-border | Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .44 ), rgba( $kendo-component-border, .38 )) |
- rgba(0, 0, 0, 0.38) |
+ $kendo-table-footer-border |
+ rgba(0, 0, 0, 0.12) |
|
Description
+ The border color of the Input components. | Description
Border color of grid footer |
||||||
$kendo-input-shadow | -Null | -null |
- null |
+ $kendo-grid-alt-bg | +Color | +$kendo-table-alt-row-bg |
+ transparent |
Description
+ The shadow of the Input components. | Description
Background color of alternating rows in grid |
||||||
$kendo-input-hover-bg | +$kendo-grid-alt-text | Null | -null |
+ $kendo-table-alt-row-text |
null |
||
Description
+ The background color of the hovered Input components. | Description
Text color of alternating rows in grid |
||||||
$kendo-input-hover-text | +$kendo-grid-alt-border | Null | -null |
+ $kendo-table-alt-row-border |
null |
||
Description
+ The text color of the hovered Input components. | Description
Text color of alternating rows in grid |
||||||
$kendo-input-hover-border | +$kendo-grid-hover-bg | Color | -$kendo-input-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-table-hover-bg |
+ rgba(0, 0, 0, 0.07) |
|
Description
+ The border color of the hovered Input components. | Description
Background color of hovered rows in grid |
||||||
$kendo-input-hover-shadow | +$kendo-grid-hover-text | Null | -null |
+ $kendo-table-hover-text |
null |
||
Description
+ The shadow of the hovered Input components. | Description
Text color of hovered rows in grid |
||||||
$kendo-input-focus-bg | -Null | -null |
- null |
-||||
Description
- The background color of the focused Input components. |
-|||||||
$kendo-input-focus-text | -Null | -null |
- null |
+ $kendo-grid-hover-border | +Color | +$kendo-table-hover-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ The text color of the focused Input components. | Description
Border color of hovered rows in grid |
||||||
$kendo-input-focus-border | +$kendo-grid-selected-bg | Color | -$kendo-color-primary |
- #3f51b5 |
+ $kendo-table-selected-bg |
+ rgba(0, 0, 0, 0.04) |
|
Description
+ The border color of the focused Input components. | Description
Background color of selected rows in grid |
||||||
$kendo-input-focus-shadow | +$kendo-grid-selected-text | Null | -null |
+ $kendo-table-selected-text |
null |
||
Description
+ The shadow of the focused Input components. | Description
Text color of selected rows in grid |
||||||
$kendo-input-selected-bg | +$kendo-grid-selected-border | Null | -null |
+ $kendo-table-selected-border |
null |
||
Description
+ The background color of the selected Input components. | Description
Border color of selected rows in grid |
||||||
$kendo-input-selected-text | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-bg | +Color | +$kendo-grid-header-bg |
+ #ffffff |
Description
+ The text color of the selected Input components. | Description
Background color of the selection aggregates container |
||||||
$kendo-input-disabled-bg | +$kendo-grid-selection-aggregates-text | Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .03 ), k-try-shade( $kendo-component-bg, .25 )) |
- #fafafa |
+ $kendo-grid-text |
+ rgba(0, 0, 0, 0.87) |
|
Description
+ The background color of the disabled Input components. | Description
Text color of the selection aggregates container |
||||||
$kendo-input-disabled-text | +$kendo-grid-selection-aggregates-border | Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .27 ), $kendo-disabled-text) |
- rgba(0, 0, 0, 0.38) |
+ $kendo-grid-border |
+ rgba(0, 0, 0, 0.12) |
|
Description
+ The text color of the disabled Input components. | Description
Border color of the selection aggregates container |
||||||
$kendo-input-disabled-border | -Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .03 ), rgba( $kendo-component-border, k-math-div( k-color-alpha( $kendo-component-border ), 2 ) )) |
- rgba(0, 0, 0, 0.06) |
+ $kendo-grid-selection-aggregates-border-width | +Number | +$kendo-grid-border-width |
+ 1px |
Description
+ The border color of the disabled Input components. | Description
Border width of the selection aggregates container |
||||||
$kendo-input-disabled-gradient | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-spacing | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The gradient of the disabled Input components. | Description
Spacing between the selection aggregates items |
||||||
$kendo-input-disabled-shadow | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-line-height | +Number | +20px |
+ 20px |
Description
+ The shadow of the disabled Input components. | Description
Line height of the selection aggregates container |
||||||
$kendo-input-outline-bg | -Null | -null |
- null |
+ $kendo-grid-selection-aggregates-font-weight | +Number | +$kendo-font-weight-bold |
+ 700 |
Description
+ The background color of the outline Input components. | Description
Font weight of the selection aggregates container |
||||||
$kendo-input-outline-text | +$kendo-grid-row-resizer-hover-bg | Color | -$kendo-input-text |
- rgba(0, 0, 0, 0.87) |
+ if($kendo-enable-color-system, rgba( k-color( on-base, true ), .2 ), rgba( k-contrast-color( $kendo-grid-bg ), .24 )) |
+ rgba(0, 0, 0, 0.24) |
|
Description
+ The text color of the outline Input components. | Description
Background color of the grid row resize indicator |
||||||
$kendo-input-outline-border | +$kendo-grid-row-resizer-active-bg | Color | -$kendo-input-border |
- rgba(0, 0, 0, 0.38) |
+ $kendo-color-primary |
+ #3f51b5 |
|
Description
+ The border color of the outline Input components. | Description
Active background color of the grid row resize indicator |
||||||
$kendo-input-outline-hover-bg | -Null | -null |
- null |
+ $kendo-grid-row-resizer-height | +Number | +k-map-get( $kendo-spacing, .5 ) |
+ 2px |
Description
+ The background color of the outline hovered Input components. | Description
Height of the grid row resize indicator |
||||||
$kendo-input-outline-hover-text | -Null | -null |
- null |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-input-default-width | +Number | +100% |
+ 100% |
||||
Description
+ The text color of the outline hovered Input components. | Description
The default width of the Input components. |
||||||
$kendo-input-outline-hover-border | -Color | -$kendo-input-hover-border |
- rgba(0, 0, 0, 0.87) |
+ $kendo-input-border-width | +Number | +1px |
+ 1px |
Description
+ The border color of the outline hovered Input components. | Description
The border width of the Input components. |
||||||
$kendo-input-outline-focus-bg | +$kendo-input-border-radius | Null | null |
null |
|||
Description
+ The background color of the outline focused Input components. | Description
The border radius of the Input components. |
||||||
$kendo-input-outline-focus-text | -Null | -null |
- null |
+ $kendo-input-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The text color of the outline focused Input components. | Description
The horizontal padding of the Input components. |
||||||
$kendo-input-outline-focus-border | -Color | -$kendo-input-focus-border |
- #3f51b5 |
+ $kendo-input-sm-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The border color of the outline focused Input components. | Description
The horizontal padding of the small Input components. |
||||||
$kendo-input-outline-focus-shadow | -Null | -$kendo-input-focus-shadow |
- null |
+ $kendo-input-md-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The shadow of the outline focused Input components. | Description
The horizontal padding of the medium Input components. |
||||||
$kendo-input-flat-bg | -Null | -null |
- null |
+ $kendo-input-lg-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The background color of the flat Input components. | Description
The horizontal padding of the large Input components. |
||||||
$kendo-input-flat-text | -Color | -$kendo-input-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-input-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The text color of the flat Input components. | Description
The vertical padding of the Input components. |
||||||
$kendo-input-flat-border | -Color | -$kendo-input-border |
- rgba(0, 0, 0, 0.38) |
+ $kendo-input-sm-padding-y | +Number | +k-map-get( $kendo-spacing, 1.5 ) |
+ 6px |
Description
+ The border color of the flat Input components. | Description
The vertical padding of the small Input components. |
||||||
$kendo-input-flat-hover-bg | -Null | -null |
- null |
+ $kendo-input-md-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The background color of the flat hovered Input components. | Description
The vertical padding of the medium Input components. |
||||||
$kendo-input-flat-hover-text | -Null | -null |
- null |
+ $kendo-input-lg-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The text color of the flat hovered Input components. | Description
The vertical padding of the large Input components. |
||||||
$kendo-input-flat-hover-border | -Color | -$kendo-input-hover-border |
- rgba(0, 0, 0, 0.87) |
+ $kendo-input-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
Description
+ The border color of the flat hovered Input components. | Description
The font family of the Input components. |
||||||
$kendo-input-flat-focus-bg | -Null | -null |
- null |
+ $kendo-input-font-size | +Number | +$kendo-font-size-lg |
+ 16px |
Description
+ The background color of the flat focused Input components. | Description
The font size of the Input components. |
||||||
$kendo-input-flat-focus-text | -Null | -null |
- null |
+ $kendo-input-sm-font-size | +Number | +$kendo-font-size-lg |
+ 16px |
Description
+ The text color of the flat focused Input components. | Description
The font size of the small Input components. |
||||||
$kendo-input-flat-focus-border | -Color | -$kendo-input-focus-border |
- #3f51b5 |
+ $kendo-input-md-font-size | +Number | +$kendo-font-size-lg |
+ 16px |
Description
+ The border color of the flat focused Input components. | Description
The font size of the medium Input components. |
||||||
$kendo-input-flat-focus-shadow | -Null | -$kendo-input-focus-shadow |
- null |
+ $kendo-input-lg-font-size | +Number | +$kendo-font-size-lg |
+ 16px |
Description
+ The shadow of the flat focused Input components. | Description
The font size of the large Input components. |
||||||
$kendo-input-placeholder-text | -Color | -$kendo-subtle-text |
- rgba(0, 0, 0, 0.54) |
+ $kendo-input-line-height | +Number | +1.25 |
+ 1.25 |
Description
+ The text color of the Input placeholder. | Description
The line height of the Input components. |
||||||
$kendo-input-placeholder-opacity | +$kendo-input-sm-line-height | Number | -1 |
- 1 |
+ 1.25 |
+ 1.25 |
|
Description
+ The opacity of the Input placeholder. | Description
The line height of the small Input components. |
||||||
$kendo-input-clear-value-text | -Null | -null |
- null |
+ $kendo-input-md-line-height | +Number | +1.25 |
+ 1.25 |
Description
+ The color of the Input clear value icon. | Description
The line height of the medium Input components. |
||||||
$kendo-input-clear-value-opacity | +$kendo-input-lg-line-height | Number | -.5 |
- 0.5 |
+ 1.5 |
+ 1.5 |
|
Description
+ The opacity of the Input clear value icon. | Description
The line height of the large Input components. |
||||||
$kendo-input-clear-value-hover-text | -Null | -null |
- null |
+ $kendo-input-sizes | +Map | +(
+ sm: (
+ padding-x: $kendo-input-sm-padding-x,
+ padding-y: $kendo-input-sm-padding-y,
+ font-size: $kendo-input-sm-font-size,
+ line-height: $kendo-input-sm-line-height,
+ button-padding-x: k-map-get( $kendo-spacing, 1 ),
+ button-padding-y: k-map-get( $kendo-spacing, 1 )
+ ),
+ md: (
+ padding-x: $kendo-input-md-padding-x,
+ padding-y: $kendo-input-md-padding-y,
+ font-size: $kendo-input-md-font-size,
+ line-height: $kendo-input-md-line-height,
+ button-padding-x: k-map-get( $kendo-spacing, 1 ),
+ button-padding-y: k-map-get( $kendo-spacing, 1 )
+ ),
+ lg: (
+ padding-x: $kendo-input-lg-padding-x,
+ padding-y: $kendo-input-lg-padding-y,
+ font-size: $kendo-input-lg-font-size,
+ line-height: $kendo-input-lg-line-height,
+ button-padding-x: k-map-get( $kendo-spacing, 1 ),
+ button-padding-y: k-map-get( $kendo-spacing, 1 )
+ )
+) |
+ (sm: (padding-x: 16px, padding-y: 6px, font-size: 16px, line-height: 1.25, button-padding-x: 4px, button-padding-y: 4px), md: (padding-x: 16px, padding-y: 8px, font-size: 16px, line-height: 1.25, button-padding-x: 4px, button-padding-y: 4px), lg: (padding-x: 16px, padding-y: 8px, font-size: 16px, line-height: 1.5, button-padding-x: 4px, button-padding-y: 4px)) |
Description
+ The color of the hovered Input clear value icon. | Description
The sizes map for the Input components. |
||||||
$kendo-input-clear-value-hover-opacity | -Number | -1 |
- 1 |
+ $kendo-input-bg | +Color | +if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-component-bg, .5 )) |
+ whitesmoke |
Description
+ The opacity of the hovered Input clear value icon. | Description
The background color of the Input components. |
||||||
$kendo-input-values-margin-y | -Number | -k-map-get( $kendo-spacing, 0.5 ) |
- 2px |
+ $kendo-input-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The vertical margin of the clear value icon. | Description
The text color of the Input components. |
||||||
$kendo-input-values-margin-x | -Number | -$kendo-input-values-margin-y |
- 2px |
+ $kendo-input-border | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .44 ), rgba( $kendo-component-border, .38 )) |
+ rgba(0, 0, 0, 0.38) |
Description
+ The horizontal margin of the clear value icon. | Description
The border color of the Input components. |
||||||
$kendo-input-button-width | +$kendo-input-shadow | Null | null |
null |
|||
Description
+ The width of the Input button. | Description
The shadow of the Input components. |
||||||
$kendo-input-button-border-width | -Number | -1px |
- 1px |
+ $kendo-input-hover-bg | +Null | +null |
+ null |
Description
+ The border width of the Input button. | Description
The background color of the hovered Input components. |
||||||
$kendo-input-spinner-width | +$kendo-input-hover-text | Null | null |
null |
|||
Description
+ The width of the Input spinner button. | Description
The text color of the hovered Input components. |
||||||
$kendo-input-spinner-icon-offset | +$kendo-input-hover-border | +Color | +$kendo-input-text |
+ rgba(0, 0, 0, 0.87) |
+|||
Description
+ The border color of the hovered Input components. |
+|||||||
$kendo-input-hover-shadow | Null | null |
null |
||||
Description
+ The icon offset of the Input spinner button. | Description
The shadow of the hovered Input components. |
||||||
$kendo-input-separator-text | -Color | -rgba( $kendo-component-border, .12 ) |
- rgba(0, 0, 0, 0.12) |
+ $kendo-input-focus-bg | +Null | +null |
+ null |
Description
+ The color of the Input separator. | Description
The background color of the focused Input components. |
||||||
$kendo-input-separator-opacity | -Number | -.5 |
- 0.5 |
+ $kendo-input-focus-text | +Null | +null |
+ null |
Description
+ The opacity of the Input separator. | Description
The text color of the focused Input components. |
||||||
$kendo-input-prefix-text | +$kendo-input-focus-border | Color | -$kendo-subtle-text |
- rgba(0, 0, 0, 0.54) |
+ $kendo-color-primary |
+ #3f51b5 |
|
Description
+ The text color of the Input prefix. | Description
The border color of the focused Input components. |
||||||
$kendo-input-suffix-text | -Color | -$kendo-subtle-text |
- rgba(0, 0, 0, 0.54) |
+ $kendo-input-focus-shadow | +Null | +null |
+ null |
Description
+ The text color of the Input suffix. | Description
The shadow of the focused Input components. |
||||||
$kendo-input-invalid-border | -Color | -$kendo-invalid-border |
- #f31700 |
+ $kendo-input-selected-bg | +Null | +null |
+ null |
Description
+ The border color of the invalid Input components. | Description
The background color of the selected Input components. |
||||||
$kendo-input-invalid-shadow | +$kendo-input-selected-text | Null | -$kendo-invalid-shadow |
+ null |
null |
||
Description
+ The shadow of the invalid Input components. | Description
The text color of the selected Input components. |
||||||
$kendo-input-valid-border | +$kendo-input-disabled-bg | Color | -$kendo-valid-border |
- #37b400 |
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .03 ), k-try-shade( $kendo-component-bg, .25 )) |
+ #fafafa |
|
Description
+ The border color of the valid Input components. | Description
The background color of the disabled Input components. |
||||||
$kendo-input-valid-shadow | -Null | -$kendo-valid-shadow |
- null |
+ $kendo-input-disabled-text | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .27 ), $kendo-disabled-text) |
+ rgba(0, 0, 0, 0.38) |
Description
+ The shadow of the valid Input components. | Description
The text color of the disabled Input components. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-list-font-family | -List | -$kendo-font-family |
- Roboto, "Helvetica Neue", sans-serif |
+||||
$kendo-input-disabled-border | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .03 ), rgba( $kendo-component-border, k-math-div( k-color-alpha( $kendo-component-border ), 2 ) )) |
+ rgba(0, 0, 0, 0.06) |
||||
Description
+ The font family of the List components. | Description
The border color of the disabled Input components. |
||||||
$kendo-list-font-size | +$kendo-input-disabled-gradient | Null | null |
null |
|||
Description
+ The font size of the List component, if no size is set. | Description
The gradient of the disabled Input components. |
||||||
$kendo-list-line-height | +$kendo-input-disabled-shadow | Null | null |
null |
|||
Description
+ The line height of the List component, if no size is set. | Description
The shadow of the disabled Input components. |
||||||
$kendo-list-header-padding-x | +$kendo-input-outline-bg | Null | null |
null |
|||
Description
+ The horizontal padding of the List header, if no size is set. | Description
The background color of the outline Input components. |
||||||
$kendo-list-header-padding-y | -Null | -null |
- null |
+ $kendo-input-outline-text | +Color | +$kendo-input-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The vertical padding of the List header, if no size is set. | Description
The text color of the outline Input components. |
||||||
$kendo-list-header-border-width | -List | -0 0 1px |
- 0 0 1px |
+ $kendo-input-outline-border | +Color | +$kendo-input-border |
+ rgba(0, 0, 0, 0.38) |
Description
+ The border width of the List header. | Description
The border color of the outline Input components. |
||||||
$kendo-list-header-font-size | +$kendo-input-outline-hover-bg | Null | null |
null |
|||
Description
+ The font size of the List header, if no size is set. | Description
The background color of the outline hovered Input components. |
||||||
$kendo-list-header-line-height | +$kendo-input-outline-hover-text | Null | null |
null |
|||
Description
+ The line height of the List header, if no size is set. | Description
The text color of the outline hovered Input components. |
||||||
$kendo-list-header-font-weight | -Number | -$kendo-font-weight-bold |
- 700 |
+ $kendo-input-outline-hover-border | +Color | +$kendo-input-hover-border |
+ rgba(0, 0, 0, 0.87) |
Description
+ The font weight of the List header. | Description
The border color of the outline hovered Input components. |
||||||
$kendo-list-item-padding-x | +$kendo-input-outline-focus-bg | Null | null |
null |
|||
Description
+ The horizontal padding of the List items, when no size is set. | Description
The background color of the outline focused Input components. |
||||||
$kendo-list-item-padding-y | +$kendo-input-outline-focus-text | Null | null |
null |
|||
Description
+ The vertical padding of the List items, when no size is set. | Description
The text color of the outline focused Input components. |
||||||
$kendo-list-item-font-size | -Null | -null |
- null |
+ $kendo-input-outline-focus-border | +Color | +$kendo-input-focus-border |
+ #3f51b5 |
Description
+ The font size of the List items, if no size is set. | Description
The border color of the outline focused Input components. |
||||||
$kendo-list-item-line-height | +$kendo-input-outline-focus-shadow | Null | -null |
+ $kendo-input-focus-shadow |
null |
||
Description
+ The line height of the List items, if no size is set. | Description
The shadow of the outline focused Input components. |
||||||
$kendo-list-group-item-padding-x | +$kendo-input-flat-bg | Null | null |
null |
|||
Description
+ The horizontal padding of the List group items, when no size is set. | Description
The background color of the flat Input components. |
||||||
$kendo-list-group-item-padding-y | -Null | -null |
- null |
+ $kendo-input-flat-text | +Color | +$kendo-input-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The vertical padding of the List group items, when no size is set. | Description
The text color of the flat Input components. |
||||||
$kendo-list-group-item-border-width | -List | -1px 0 0 |
- 1px 0 0 |
+ $kendo-input-flat-border | +Color | +$kendo-input-border |
+ rgba(0, 0, 0, 0.38) |
Description
+ The border width of the List group items. | Description
The border color of the flat Input components. |
||||||
$kendo-list-group-item-font-size | +$kendo-input-flat-hover-bg | Null | null |
null |
|||
Description
+ The font size of the List group items, if no size is set. | Description
The background color of the flat hovered Input components. |
||||||
$kendo-list-group-item-line-height | +$kendo-input-flat-hover-text | Null | null |
null |
|||
Description
+ The line height of the List group items, if no size is set. | Description
The text color of the flat hovered Input components. |
||||||
$kendo-list-group-item-font-weight | -Number | -$kendo-font-weight-bold |
- 700 |
+ $kendo-input-flat-hover-border | +Color | +$kendo-input-hover-border |
+ rgba(0, 0, 0, 0.87) |
Description
+ The font weight of a List group item. | Description
The border color of the flat hovered Input components. |
||||||
$kendo-list-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-input-flat-focus-bg | +Null | +null |
+ null |
Description
+ The background color of the List component. | Description
The background color of the flat focused Input components. |
||||||
$kendo-list-text | -Color | -$kendo-component-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-input-flat-focus-text | +Null | +null |
+ null |
Description
+ The text color of the List component. | Description
The text color of the flat focused Input components. |
||||||
$kendo-list-border | +$kendo-input-flat-focus-border | Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-input-focus-border |
+ #3f51b5 |
|
Description
+ The border color of the List component. | Description
The border color of the flat focused Input components. |
||||||
$kendo-list-header-bg | +$kendo-input-flat-focus-shadow | Null | -null |
+ $kendo-input-focus-shadow |
null |
||
Description
+ The background color of the List header. | Description
The shadow of the flat focused Input components. |
||||||
$kendo-list-header-text | -Null | -null |
- null |
+ $kendo-input-placeholder-text | +Color | +$kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
Description
+ The text color of the List header. | Description
The text color of the Input placeholder. |
||||||
$kendo-list-header-border | -String | -inherit |
- inherit |
+ $kendo-input-placeholder-opacity | +Number | +1 |
+ 1 |
Description
+ The border color of the List header. | Description
The opacity of the Input placeholder. |
||||||
$kendo-list-header-shadow | +$kendo-input-clear-value-text | Null | null |
null |
|||
Description
+ The box shadow of the List header. | Description
The color of the Input clear value icon. |
||||||
$kendo-list-item-bg | -Null | -null |
- null |
+ $kendo-input-clear-value-opacity | +Number | +.5 |
+ 0.5 |
Description
+ The background color of the List items. | Description
The opacity of the Input clear value icon. |
||||||
$kendo-list-item-text | +$kendo-input-clear-value-hover-text | Null | null |
null |
|||
Description
+ The text color of the List items. | Description
The color of the hovered Input clear value icon. |
||||||
$kendo-list-item-hover-bg | -Color | -$kendo-hover-bg |
- rgba(0, 0, 0, 0.04) |
+ $kendo-input-clear-value-hover-opacity | +Number | +1 |
+ 1 |
Description
+ The background color of the hovered List items. | Description
The opacity of the hovered Input clear value icon. |
||||||
$kendo-list-item-hover-text | -Color | -$kendo-hover-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-input-values-margin-y | +Number | +k-map-get( $kendo-spacing, 0.5 ) |
+ 2px |
Description
+ The text color of the hovered List items. | Description
The vertical margin of the clear value icon. |
||||||
$kendo-list-item-focus-bg | -Color | -$kendo-list-item-hover-bg |
- rgba(0, 0, 0, 0.04) |
+ $kendo-input-values-margin-x | +Number | +$kendo-input-values-margin-y |
+ 2px |
Description
+ The background color of the focused List items. | Description
The horizontal margin of the clear value icon. |
||||||
$kendo-list-item-focus-text | +$kendo-input-button-width | Null | null |
null |
|||
Description
+ The text color of the focused List items. | Description
The width of the Input button. |
||||||
$kendo-list-item-focus-shadow | -Null | -null |
- null |
-$kendo-input-button-border-width | +Number | +1px |
+ 1px |
+
Description
+ The box shadow of the focused List items. | Description
The border width of the Input button. |
||||||
$kendo-list-item-selected-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-input-spinner-width | +Null | +null |
+ null |
Description
+ The background color of the selected List items. | Description
The width of the Input spinner button. |
||||||
$kendo-list-item-selected-text | +$kendo-input-spinner-icon-offset | +Null | +null |
+ null |
+|||
Description
+ The icon offset of the Input spinner button. |
+|||||||
$kendo-input-separator-text | Color | -$kendo-color-secondary |
- #e51a5f |
+ rgba( $kendo-component-border, .12 ) |
+ rgba(0, 0, 0, 0.12) |
||
Description
+ The text color of the selected List items. | Description
The color of the Input separator. |
||||||
$kendo-list-group-item-bg | -Null | -null |
- null |
+ $kendo-input-separator-opacity | +Number | +.5 |
+ 0.5 |
Description
+ The background color of the List group items. | Description
The opacity of the Input separator. |
||||||
$kendo-list-group-item-text | -Null | -null |
- null |
+ $kendo-input-prefix-text | +Color | +$kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
Description
+ The text color of the List group items. | Description
The text color of the Input prefix. |
||||||
$kendo-list-group-item-border | -String | -inherit |
- inherit |
+ $kendo-input-suffix-text | +Color | +$kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
Description
+ The border color of the List group items. | Description
The text color of the Input suffix. |
||||||
$kendo-list-group-item-shadow | +$kendo-input-invalid-border | +Color | +$kendo-invalid-border |
+ #f31700 |
+|||
Description
+ The border color of the invalid Input components. |
+|||||||
$kendo-input-invalid-shadow | Null | -null |
+ $kendo-invalid-shadow |
null |
|||
Description
+ The base shadow of the List group items. | Description
The shadow of the invalid Input components. |
||||||
$kendo-list-no-data-text | +$kendo-input-valid-border | Color | -$kendo-subtle-text |
- rgba(0, 0, 0, 0.54) |
+ $kendo-valid-border |
+ #37b400 |
|
Description
+ The color of the 'No Data' text. | Description
The border color of the valid Input components. |
||||||
$kendo-list-option-label-text | -Color | -$kendo-subtle-text |
- rgba(0, 0, 0, 0.54) |
+ $kendo-input-valid-shadow | +Null | +$kendo-valid-shadow |
+ null |
Description
+ The color of the 'Option Label' text. | Description
The shadow of the valid Input components. |
$kendo-listbox-spacing | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+ $kendo-list-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
Description
+ The spacing between the ListBox elements. | Description
The font family of the List components. |
||||||
$kendo-listbox-button-spacing | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-list-font-size | +Null | +null |
+ null |
Description
+ The spacing between the ListBox buttons. | Description
The font size of the List component, if no size is set. |
||||||
$kendo-listbox-width | -Number | -10em |
- 10em |
+ $kendo-list-line-height | +Null | +null |
+ null |
Description
+ The width of the ListBox. | Description
The line height of the List component, if no size is set. |
||||||
$kendo-listbox-default-height | -Number | -200px |
- 200px |
+ $kendo-list-header-padding-x | +Null | +null |
+ null |
Description
+ The height of the ListBox. | Description
The horizontal padding of the List header, if no size is set. |
||||||
$kendo-listbox-border-width | -Number | -1px |
- 1px |
+ $kendo-list-header-padding-y | +Null | +null |
+ null |
Description
+ The width of the border around the ListBox. | Description
The vertical padding of the List header, if no size is set. |
||||||
$kendo-listbox-font-family | +$kendo-list-header-border-width | List | -$kendo-font-family |
- Roboto, "Helvetica Neue", sans-serif |
+ 0 0 1px |
+ 0 0 1px |
|
Description
+ The font family of the ListBox. | Description
The border width of the List header. |
||||||
$kendo-listbox-font-size | -Number | -$kendo-list-md-font-size |
- 14px |
+ $kendo-list-header-font-size | +Null | +null |
+ null |
Description
+ The font size of the ListBox. | Description
The font size of the List header, if no size is set. |
||||||
$kendo-listbox-line-height | -Number | -$kendo-list-md-line-height |
- 1.4285714286 |
+ $kendo-list-header-line-height | +Null | +null |
+ null |
Description
+ The line height of the ListBox. | Description
The line height of the List header, if no size is set. |
||||||
$kendo-listbox-text | -Color | -$kendo-component-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-list-header-font-weight | +Number | +$kendo-font-weight-bold |
+ 700 |
Description
+ The text color of the ListBox. | Description
The font weight of the List header. |
||||||
$kendo-listbox-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-list-item-padding-x | +Null | +null |
+ null |
Description
+ The background color of the ListBox. | Description
The horizontal padding of the List items, when no size is set. |
||||||
$kendo-listbox-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-list-item-padding-y | +Null | +null |
+ null |
Description
+ The border color of the ListBox. | Description
The vertical padding of the List items, when no size is set. |
||||||
$kendo-listbox-item-padding-x | -Number | -$kendo-list-md-item-padding-x |
- 16px |
+ $kendo-list-item-font-size | +Null | +null |
+ null |
Description
+ The inline padding of the ListBox item. | Description
The font size of the List items, if no size is set. |
||||||
$kendo-listbox-item-padding-y | -Number | -$kendo-list-md-item-padding-y |
- 8px |
+ $kendo-list-item-line-height | +Null | +null |
+ null |
Description
+ The block padding of the ListBox item. | Description
The line height of the List items, if no size is set. |
||||||
$kendo-listbox-drop-hint-width | -Number | -2px |
- 2px |
+ $kendo-list-group-item-padding-x | +Null | +null |
+ null |
Description
+ The width of the ListBox drop hint. | Description
The horizontal padding of the List group items, when no size is set. |
||||||
$kendo-listbox-drop-hint-border-width | -Number | -2px |
- 2px |
+ $kendo-list-group-item-padding-y | +Null | +null |
+ null |
Description
- The width of the border around the ListBox drop hint. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-listview-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
-||||
Description
+ The horizontal padding of the ListView. | Description
The vertical padding of the List group items, when no size is set. |
||||||
$kendo-listview-padding-y | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-list-group-item-border-width | +List | +1px 0 0 |
+ 1px 0 0 |
Description
+ The vertical padding of the ListView. | Description
The border width of the List group items. |
||||||
$kendo-listview-border-width | -Number | -1px |
- 1px |
+ $kendo-list-group-item-font-size | +Null | +null |
+ null |
Description
+ The width of the border around bordered ListView. | Description
The font size of the List group items, if no size is set. |
||||||
$kendo-listview-font-family | -List | -$kendo-font-family |
- Roboto, "Helvetica Neue", sans-serif |
+ $kendo-list-group-item-line-height | +Null | +null |
+ null |
Description
+ The font family of the ListView. | Description
The line height of the List group items, if no size is set. |
||||||
$kendo-listview-font-size | +$kendo-list-group-item-font-weight | Number | -$kendo-font-size-md |
- 14px |
+ $kendo-font-weight-bold |
+ 700 |
|
Description
+ The font size of the ListView. | Description
The font weight of a List group item. |
||||||
$kendo-listview-line-height | -Number | -$kendo-line-height-md |
- 2 |
+ $kendo-list-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The line height of the ListView. | Description
The background color of the List component. |
||||||
$kendo-listview-text | +$kendo-list-text | Color | $kendo-component-text |
rgba(0, 0, 0, 0.87) |
|||
Description
+ The text color of the ListView. | Description
The text color of the List component. |
||||||
$kendo-listview-bg | +$kendo-list-border | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
|
Description
+ The background color of the ListView. | Description
The border color of the List component. |
||||||
$kendo-listview-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-list-header-bg | +Null | +null |
+ null |
Description
+ The border color of the ListView. | Description
The background color of the List header. |
||||||
$kendo-listview-item-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-list-header-text | +Null | +null |
+ null |
Description
+ The horizontal padding of the ListView items. | Description
The text color of the List header. |
||||||
$kendo-listview-item-padding-y | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-list-header-border | +String | +inherit |
+ inherit |
Description
+ The vertical padding of the ListView items. | Description
The border color of the List header. |
||||||
$kendo-listview-item-selected-text | +$kendo-list-header-shadow | Null | null |
null |
|||
Description
+ The text color of the selected ListView items. | Description
The box shadow of the List header. |
||||||
$kendo-listview-item-selected-bg | +$kendo-list-item-bg | +Null | +null |
+ null |
+|||
Description
+ The background color of the List items. |
+|||||||
$kendo-list-item-text | +Null | +null |
+ null |
+||||
Description
+ The text color of the List items. |
+|||||||
$kendo-list-item-hover-bg | Color | -if($kendo-enable-color-system, k-color( base-active ), rgba( k-contrast-color( $kendo-listview-bg ), .04 )) |
+ $kendo-hover-bg |
rgba(0, 0, 0, 0.04) |
|||
Description
+ The background color of the selected ListView items. | Description
The background color of the hovered List items. |
||||||
$kendo-listview-item-selected-border | +$kendo-list-item-hover-text | +Color | +$kendo-hover-text |
+ rgba(0, 0, 0, 0.87) |
+|||
Description
+ The text color of the hovered List items. |
+|||||||
$kendo-list-item-focus-bg | +Color | +$kendo-list-item-hover-bg |
+ rgba(0, 0, 0, 0.04) |
+||||
Description
+ The background color of the focused List items. |
+|||||||
$kendo-list-item-focus-text | Null | null |
null |
||||
Description
+ The border color of the selected ListView items. | Description
The text color of the focused List items. |
||||||
$kendo-listview-item-focus-text | +$kendo-list-item-focus-shadow | Null | null |
null |
|||
Description
+ The text color of the focused ListView items. | Description
The box shadow of the focused List items. |
||||||
$kendo-listview-item-focus-bg | +$kendo-list-item-selected-bg | Color | -if($kendo-enable-color-system, k-color( base-active ), rgba( k-contrast-color( $kendo-listview-bg ), .08 )) |
- rgba(0, 0, 0, 0.08) |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The background color of the focused ListView items. | Description
The background color of the selected List items. |
||||||
$kendo-listview-item-focus-border | +$kendo-list-item-selected-text | +Color | +$kendo-color-secondary |
+ #e51a5f |
+|||
Description
+ The text color of the selected List items. |
+|||||||
$kendo-list-group-item-bg | Null | null |
null |
||||
Description
+ The border color of the focused ListView items. | Description
The background color of the List group items. |
||||||
$kendo-listview-item-focus-shadow | +$kendo-list-group-item-text | Null | null |
null |
|||
Description
+ The box shadow of the focused ListView items. | Description
+ The text color of the List group items. |
+||||||
$kendo-list-group-item-border | +String | +inherit |
+ inherit |
+||||
Description
+ The border color of the List group items. |
+|||||||
$kendo-list-group-item-shadow | +Null | +null |
+ null |
+||||
Description
+ The base shadow of the List group items. |
+|||||||
$kendo-list-no-data-text | +Color | +$kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
+||||
Description
+ The color of the 'No Data' text. |
+|||||||
$kendo-list-option-label-text | +Color | +$kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
+||||
Description
The color of the 'Option Label' text. |
$kendo-loader-segment-border-radius | +$kendo-listbox-spacing | Number | -50% |
- 50% |
+ k-map-get( $kendo-spacing, 3 ) |
+ 12px |
|
Description
+ The border radius of the Loader segment. | Description
The spacing between the ListBox elements. |
||||||
$kendo-loader-sm-segment-size | +$kendo-listbox-button-spacing | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
|
Description
+ The size of the small Loader segment. | Description
The spacing between the ListBox buttons. |
||||||
$kendo-loader-md-segment-size | +$kendo-listbox-width | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ 10em |
+ 10em |
|
Description
+ The size of the medium Loader segment. | Description
The width of the ListBox. |
||||||
$kendo-loader-lg-segment-size | +$kendo-listbox-default-height | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ 200px |
+ 200px |
|
Description
+ The size of the large Loader segment. | Description
The height of the ListBox. |
||||||
$kendo-loader-sm-padding | +$kendo-listbox-border-width | Number | -k-math-div( $kendo-loader-sm-segment-size, 2 ) |
- 2px |
+ 1px |
+ 1px |
|
Description
+ The padding of the small Loader. | Description
The width of the border around the ListBox. |
||||||
$kendo-loader-md-padding | -Number | -k-math-div( $kendo-loader-md-segment-size, 2 ) |
- 4px |
+ $kendo-listbox-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
Description
+ The padding of the medium Loader. | Description
The font family of the ListBox. |
||||||
$kendo-loader-lg-padding | +$kendo-listbox-font-size | Number | -k-math-div( $kendo-loader-lg-segment-size, 2 ) |
- 8px |
+ $kendo-list-md-font-size |
+ 14px |
|
Description
+ The padding of the large Loader. | Description
The font size of the ListBox. |
||||||
$kendo-loader-sm-spinner-3-width | +$kendo-listbox-line-height | Number | -( $kendo-loader-sm-segment-size * 4 ) |
- 16px |
+ $kendo-list-md-line-height |
+ 1.4285714286 |
|
Description
+ The width of the small spinner-3 Loader. | Description
The line height of the ListBox. |
||||||
$kendo-loader-md-spinner-3-width | -Number | -( $kendo-loader-md-segment-size * 4 ) |
- 32px |
+ $kendo-listbox-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The width of the medium spinner-3 Loader. | Description
The text color of the ListBox. |
||||||
$kendo-loader-lg-spinner-3-width | -Number | -( $kendo-loader-lg-segment-size * 4 ) |
- 64px |
+ $kendo-listbox-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The width of the large spinner-3 Loader. | Description
The background color of the ListBox. |
||||||
$kendo-loader-sm-spinner-3-height | -Number | -( $kendo-loader-sm-spinner-3-width * $equilateral-height ) |
- 13.8564064608px |
+ $kendo-listbox-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ The height of the small spinner-3 Loader. | Description
The border color of the ListBox. |
||||||
$kendo-loader-md-spinner-3-height | +$kendo-listbox-item-padding-x | Number | -( $kendo-loader-md-spinner-3-width * $equilateral-height ) |
- 27.7128129216px |
+ $kendo-list-md-item-padding-x |
+ 16px |
|
Description
+ The height of the medium spinner-3 Loader. | Description
The inline padding of the ListBox item. |
||||||
$kendo-loader-lg-spinner-3-height | +$kendo-listbox-item-padding-y | Number | -( $kendo-loader-lg-spinner-3-width * $equilateral-height ) |
- 55.4256258432px |
+ $kendo-list-md-item-padding-y |
+ 8px |
|
Description
+ The height of the large spinner-3 Loader. | Description
The block padding of the ListBox item. |
||||||
$kendo-loader-sm-spinner-4-width | +$kendo-listbox-drop-hint-width | Number | -$kendo-loader-sm-segment-size * 4 |
- 16px |
+ 2px |
+ 2px |
|
Description
+ The width of the small spinner-4 Loader. | Description
The width of the ListBox drop hint. |
||||||
$kendo-loader-md-spinner-4-width | +$kendo-listbox-drop-hint-border-width | Number | -$kendo-loader-md-segment-size * 4 |
- 32px |
+ 2px |
+ 2px |
|
Description
+ The width of the medium spinner-4 Loader. | Description
The width of the border around the ListBox drop hint. |
||||||
$kendo-loader-lg-spinner-4-width | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-listview-padding-x | Number | -$kendo-loader-lg-segment-size * 4 |
- 64px |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
||
Description
+ The width of the large spinner-4 Loader. | Description
The horizontal padding of the ListView. |
||||||
$kendo-loader-sm-spinner-4-height | +$kendo-listview-padding-y | Number | -$kendo-loader-sm-spinner-4-width |
- 16px |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ The height of the small spinner-4 Loader. | Description
The vertical padding of the ListView. |
||||||
$kendo-loader-md-spinner-4-height | +$kendo-listview-border-width | Number | -$kendo-loader-md-spinner-4-width |
- 32px |
+ 1px |
+ 1px |
|
Description
+ The height of the medium spinner-4 Loader. | Description
The width of the border around bordered ListView. |
||||||
$kendo-loader-lg-spinner-4-height | -Number | -$kendo-loader-lg-spinner-4-width |
- 64px |
+ $kendo-listview-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
Description
+ The height of the large spinner-4 Loader. | Description
The font family of the ListView. |
||||||
$kendo-loader-secondary-bg | -Color | -#000000 |
- #000000 |
+ $kendo-listview-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The color of the Loader based on the secondary theme color. | Description
The font size of the ListView. |
||||||
$kendo-loader-container-panel-border-width | +$kendo-listview-line-height | Number | -1px |
- 1px |
+ $kendo-line-height-md |
+ 2 |
|
Description
+ The border width of the container panel. | Description
The line height of the ListView. |
||||||
$kendo-loader-container-panel-border-style | -String | -solid |
- solid |
+ $kendo-listview-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The border style of the container panel. | Description
The text color of the ListView. |
||||||
$kendo-loader-container-panel-border-color | +$kendo-listview-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+|||
Description
+ The background color of the ListView. |
+|||||||
$kendo-listview-border | Color | $kendo-component-border |
rgba(0, 0, 0, 0.12) |
||||
Description
+ The border color of the container panel. | Description
The border color of the ListView. |
||||||
$kendo-loader-container-panel-border-radius | +$kendo-listview-item-padding-x | Number | -$kendo-border-radius-md |
+ k-map-get( $kendo-spacing, 1 ) |
4px |
||
Description
+ The border radius of the container panel. | Description
The horizontal padding of the ListView items. |
||||||
$kendo-loader-container-panel-bg | -Color | -$kendo-color-white |
- #ffffff |
+ $kendo-listview-item-padding-y | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The background color of the container panel. | Description
The vertical padding of the ListView items. |
||||||
$kendo-loader-sm-container-padding | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-listview-item-selected-text | +Null | +null |
+ null |
Description
+ The padding of the small Loader container. | Description
The text color of the selected ListView items. |
||||||
$kendo-loader-md-container-padding | -Number | -k-map-get( $kendo-spacing, 5 ) |
- 20px |
+ $kendo-listview-item-selected-bg | +Color | +if($kendo-enable-color-system, k-color( base-active ), rgba( k-contrast-color( $kendo-listview-bg ), .04 )) |
+ rgba(0, 0, 0, 0.04) |
Description
+ The padding of the medium Loader container. | Description
The background color of the selected ListView items. |
||||||
$kendo-loader-lg-container-padding | -Number | -k-map-get( $kendo-spacing, 6 ) |
- 24px |
+ $kendo-listview-item-selected-border | +Null | +null |
+ null |
Description
+ The padding of the large Loader container. | Description
The border color of the selected ListView items. |
||||||
$kendo-loader-sm-container-gap | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
-||||
Description
- The gap of the small Loader container. |
-|||||||
$kendo-loader-md-container-gap | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
-||||
Description
- The gap of the medium Loader container. |
-|||||||
$kendo-loader-lg-container-gap | -Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+ $kendo-listview-item-focus-text | +Null | +null |
+ null |
Description
+ The gap of the large Loader container. | Description
The text color of the focused ListView items. |
||||||
$kendo-loader-sm-container-font-size | -Number | -$kendo-font-size-sm |
- 12px |
+ $kendo-listview-item-focus-bg | +Color | +if($kendo-enable-color-system, k-color( base-active ), rgba( k-contrast-color( $kendo-listview-bg ), .08 )) |
+ rgba(0, 0, 0, 0.08) |
Description
+ The font size of the small Loader container. | Description
The background color of the focused ListView items. |
||||||
$kendo-loader-md-container-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-listview-item-focus-border | +Null | +null |
+ null |
Description
+ The font size of the medium Loader container. | Description
The border color of the focused ListView items. |
||||||
$kendo-loader-lg-container-font-size | -Number | -$kendo-font-size-lg |
- 16px |
+ $kendo-listview-item-focus-shadow | +Null | +null |
+ null |
Description
+ The font size of the large Loader container. | Description
The box shadow of the focused ListView items. |
$kendo-loading-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-loader-segment-border-radius | +Number | +50% |
+ 50% |
Description
+ The background color of the Loading indicator. | Description
The border radius of the Loader segment. |
||||||
$kendo-loading-text | -String | -currentColor |
- currentColor |
+ $kendo-loader-sm-segment-size | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The text color of the Loading indicator. | Description
The size of the small Loader segment. |
||||||
$kendo-loading-opacity | +$kendo-loader-md-segment-size | Number | -.3 |
- 0.3 |
+ k-map-get( $kendo-spacing, 2 ) |
+ 8px |
|
Description
+ The opacity of the Loading indicator. | Description
The size of the medium Loader segment. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-menu-popup-padding-x | -Null | -null |
- null |
+||||
$kendo-loader-lg-segment-size | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
||||
Description
+ Horizontal padding of the menu popup. | Description
The size of the large Loader segment. |
||||||
$kendo-menu-popup-padding-y | -Null | -null |
- null |
+ $kendo-loader-sm-padding | +Number | +k-math-div( $kendo-loader-sm-segment-size, 2 ) |
+ 2px |
Description
+ Vertical padding of the menu popup. | Description
The padding of the small Loader. |
||||||
$kendo-menu-popup-border-width | +$kendo-loader-md-padding | Number | -$kendo-popup-border-width |
- 0px |
+ k-math-div( $kendo-loader-md-segment-size, 2 ) |
+ 4px |
|
Description
+ Width of the border around the menu popup. | Description
The padding of the medium Loader. |
||||||
$kendo-menu-popup-font-size | +$kendo-loader-lg-padding | Number | -$kendo-font-size-lg |
+ k-math-div( $kendo-loader-lg-segment-size, 2 ) |
+ 8px |
+||
Description
+ The padding of the large Loader. |
+|||||||
$kendo-loader-sm-spinner-3-width | +Number | +( $kendo-loader-sm-segment-size * 4 ) |
16px |
||||
Description
+ Font sizes of the menu popup. | Description
The width of the small spinner-3 Loader. |
||||||
$kendo-menu-popup-line-height | +$kendo-loader-md-spinner-3-width | Number | -1.25 |
- 1.25 |
+ ( $kendo-loader-md-segment-size * 4 ) |
+ 32px |
|
Description
+ Line heights used along with $kendo-font-size. | Description
The width of the medium spinner-3 Loader. |
||||||
$kendo-menu-popup-bg | -Color | -$kendo-popup-bg |
- #ffffff |
+ $kendo-loader-lg-spinner-3-width | +Number | +( $kendo-loader-lg-segment-size * 4 ) |
+ 64px |
Description
+ The background of the menu popup. | Description
The width of the large spinner-3 Loader. |
||||||
$kendo-menu-popup-text | -Color | -$kendo-popup-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-loader-sm-spinner-3-height | +Number | +( $kendo-loader-sm-spinner-3-width * $equilateral-height ) |
+ 13.8564064608px |
Description
+ The text color of the menu popup. | Description
The height of the small spinner-3 Loader. |
||||||
$kendo-menu-popup-border | -Color | -$kendo-popup-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-loader-md-spinner-3-height | +Number | +( $kendo-loader-md-spinner-3-width * $equilateral-height ) |
+ 27.7128129216px |
Description
+ The border color of the menu popup. | Description
The height of the medium spinner-3 Loader. |
||||||
$kendo-menu-popup-gradient | -Null | -null |
- null |
+ $kendo-loader-lg-spinner-3-height | +Number | +( $kendo-loader-lg-spinner-3-width * $equilateral-height ) |
+ 55.4256258432px |
Description
+ The background gradient of the menu popup. | Description
The height of the large spinner-3 Loader. |
||||||
$kendo-menu-popup-item-padding-x | +$kendo-loader-sm-spinner-4-width | Number | -k-map-get( $kendo-spacing, 4 ) |
+ $kendo-loader-sm-segment-size * 4 |
16px |
||
Description
+ Horizontal padding of the menu item in popup. | Description
The width of the small spinner-4 Loader. |
||||||
$kendo-menu-popup-item-padding-y | +$kendo-loader-md-spinner-4-width | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-loader-md-segment-size * 4 |
+ 32px |
|
Description
+ Vertical padding of the menu item in popup. | Description
The width of the medium spinner-4 Loader. |
||||||
$kendo-menu-popup-item-padding-end | -Calculation | -calc( #{$kendo-menu-popup-item-padding-x * 2} + #{$kendo-icon-size} ) |
- calc(32px + 16px) |
+ $kendo-loader-lg-spinner-4-width | +Number | +$kendo-loader-lg-segment-size * 4 |
+ 64px |
Description
+ The end padding of the menu item in popup. | Description
The width of the large spinner-4 Loader. |
||||||
$kendo-menu-popup-sm-item-icon-margin-start | +$kendo-loader-sm-spinner-4-height | Number | -$kendo-menu-popup-sm-item-padding-x |
+ $kendo-loader-sm-spinner-4-width |
16px |
||
Description
+ The start margin of the menu item expand icon. | Description
The height of the small spinner-4 Loader. |
||||||
$kendo-menu-popup-sm-item-icon-margin-end | -Calculation | -calc( -1 * (#{$kendo-menu-popup-sm-item-padding-end} - #{k-math-div( $kendo-menu-popup-sm-item-padding-x, 2 )}) ) |
- calc(-1 * (calc(32px + 16px) - 8px)) |
+ $kendo-loader-md-spinner-4-height | +Number | +$kendo-loader-md-spinner-4-width |
+ 32px |
Description
+ The end margin of the menu item expand icon. | Description
The height of the medium spinner-4 Loader. |
||||||
$kendo-menu-popup-item-spacing | +$kendo-loader-lg-spinner-4-height | Number | -0px |
- 0px |
+ $kendo-loader-lg-spinner-4-width |
+ 64px |
|
Description
+ The spacing between the menu items in popup. | Description
The height of the large spinner-4 Loader. |
||||||
$kendo-menu-popup-item-bg | -Null | -null |
- null |
-$kendo-loader-secondary-bg | +Color | +#000000 |
+ #000000 |
+
Description
+ The background of the menu item in popup. | Description
The color of the Loader based on the secondary theme color. |
||||||
$kendo-menu-popup-item-text | -Null | -null |
- null |
+ $kendo-loader-container-panel-border-width | +Number | +1px |
+ 1px |
Description
+ The text color of the menu item in popup. | Description
The border width of the container panel. |
||||||
$kendo-menu-popup-item-border | -Null | -null |
- null |
+ $kendo-loader-container-panel-border-style | +String | +solid |
+ solid |
Description
+ The border color of the menu item in popup. | Description
The border style of the container panel. |
||||||
$kendo-menu-popup-item-gradient | -Null | -null |
- null |
+ $kendo-loader-container-panel-border-color | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ The background gradient of the menu item in popup. | Description
The border color of the container panel. |
||||||
$kendo-menu-popup-item-hover-bg | -Color | -$kendo-list-item-hover-bg |
- rgba(0, 0, 0, 0.04) |
+ $kendo-loader-container-panel-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
Description
+ The background of hovered menu item in popup. | Description
The border radius of the container panel. |
||||||
$kendo-menu-popup-item-hover-text | +$kendo-loader-container-panel-bg | Color | -$kendo-list-item-hover-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-color-white |
+ #ffffff |
|
Description
+ The text color of hovered menu item in popup. | Description
The background color of the container panel. |
||||||
$kendo-menu-popup-item-hover-border | -Null | -null |
- null |
+ $kendo-loader-sm-container-padding | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The border color of hovered menu item in popup. | Description
The padding of the small Loader container. |
||||||
$kendo-menu-popup-item-hover-gradient | -Null | -null |
- null |
+ $kendo-loader-md-container-padding | +Number | +k-map-get( $kendo-spacing, 5 ) |
+ 20px |
Description
+ The background gradient of hovered menu item in popup. | Description
The padding of the medium Loader container. |
||||||
$kendo-menu-popup-item-expanded-bg | -Color | -$kendo-list-item-selected-bg |
- #ffffff |
+ $kendo-loader-lg-container-padding | +Number | +k-map-get( $kendo-spacing, 6 ) |
+ 24px |
Description
+ The background of expanded menu item in popup. | Description
The padding of the large Loader container. |
||||||
$kendo-menu-popup-item-expanded-text | -Color | -$kendo-list-item-selected-text |
- #e51a5f |
+ $kendo-loader-sm-container-gap | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The text color of expanded menu item in popup. | Description
The gap of the small Loader container. |
||||||
$kendo-menu-popup-item-expanded-border | -Null | -null |
- null |
+ $kendo-loader-md-container-gap | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The border color of expanded menu item in popup. | Description
The gap of the medium Loader container. |
||||||
$kendo-menu-popup-item-expanded-gradient | -Null | -null |
- null |
+ $kendo-loader-lg-container-gap | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
Description
+ The background gradient of expanded menu item in popup. | Description
The gap of the large Loader container. |
||||||
$kendo-menu-popup-item-focus-shadow | -Null | -null |
- null |
+ $kendo-loader-sm-container-font-size | +Number | +$kendo-font-size-sm |
+ 12px |
Description
+ The base shadow of focused menu item in popup. | Description
+ The font size of the small Loader container. |
+||||||
$kendo-loader-md-container-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+||||
Description
+ The font size of the medium Loader container. |
+|||||||
$kendo-loader-lg-container-font-size | +Number | +$kendo-font-size-lg |
+ 16px |
+||||
Description
The font size of the large Loader container. |
$kendo-menu-button-arrow-padding-x | +$kendo-loading-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+|||
Description
+ The background color of the Loading indicator. |
+|||||||
$kendo-loading-text | +String | +currentColor |
+ currentColor |
+||||
Description
+ The text color of the Loading indicator. |
+|||||||
$kendo-loading-opacity | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ .3 |
+ 0.3 |
||
Description
+ The horizontal padding of the button arrow in the Menu Button. | Description
The opacity of the Loading indicator. |
$kendo-notification-group-gap | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-menu-popup-padding-x | +Null | +null |
+ null |
Description
+ The row-gap between the elements in the Notification group. | Description
Horizontal padding of the menu popup. |
||||||
$kendo-notification-padding-x | -Number | -16px |
- 16px |
+ $kendo-menu-popup-padding-y | +Null | +null |
+ null |
Description
+ The horizontal padding of the Notification. | Description
Vertical padding of the menu popup. |
||||||
$kendo-notification-padding-y | +$kendo-menu-popup-border-width | Number | -14px |
- 14px |
+ $kendo-popup-border-width |
+ 0px |
|
Description
+ The vertical padding of the Notification. | Description
Width of the border around the menu popup. |
||||||
$kendo-notification-border-width | +$kendo-menu-popup-font-size | Number | -0px |
- 0px |
+ $kendo-font-size-lg |
+ 16px |
|
Description
+ The width of the border around the Notification. | Description
Font sizes of the menu popup. |
||||||
$kendo-notification-border-radius | +$kendo-menu-popup-line-height | Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ 1.25 |
+ 1.25 |
|
Description
+ The border radius of the Notification. | Description
Line heights used along with $kendo-font-size. |
||||||
$kendo-notification-font-family | -List | -$kendo-font-family |
- Roboto, "Helvetica Neue", sans-serif |
+ $kendo-menu-popup-bg | +Color | +$kendo-popup-bg |
+ #ffffff |
Description
+ The font family of the Notification. | Description
The background of the menu popup. |
||||||
$kendo-notification-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-menu-popup-text | +Color | +$kendo-popup-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The font size of the Notification. | Description
The text color of the menu popup. |
||||||
$kendo-notification-line-height | -Number | -k-math-div( 20, 14 ) |
- 1.4285714286 |
+ $kendo-menu-popup-border | +Color | +$kendo-popup-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ The line height of the Notification. | Description
The border color of the menu popup. |
||||||
$kendo-notification-bg | -Color | -$kendo-component-bg |
- #ffffff |
-||||
Description
- The background color of the Notification. |
-|||||||
$kendo-notification-text | -Color | -$kendo-component-text |
- rgba(0, 0, 0, 0.87) |
-||||
Description
- The text color of the Notification. |
-|||||||
$kendo-notification-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
-||||
Description
- The border color of the Notification. |
-|||||||
$kendo-notification-shadow | -String | -$kendo-popup-shadow |
- var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14)) |
+ $kendo-menu-popup-gradient | +Null | +null |
+ null |
Description
+ The box shadow of the Notification. | Description
The background gradient of the menu popup. |
||||||
$kendo-notification-icon-spacing | +$kendo-menu-popup-item-padding-x | Number | -$kendo-icon-spacing |
- 8px |
-|||
Description
- The horizontal spacing of the Notification icon. |
-|||||||
$kendo-notification-theme-colors | -Map | -$kendo-theme-colors |
- ("primary": #3f51b5, "secondary": #e51a5f, "tertiary": #00695c, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #f5f5f5, "inverse": #424242) |
+ k-map-get( $kendo-spacing, 4 ) |
+ 16px |
||
Description
+ The theme colors map for the Notification. | Description
Horizontal padding of the menu item in popup. |
||||||
$kendo-notification-theme | -Map | -notification-theme( $kendo-notification-theme-colors ) |
- ("inverse": (color: white, background-color: #424242, border: #424242), "light": (color: black, background-color: #f5f5f5, border: #f5f5f5), "dark": (color: white, background-color: #424242, border: #424242), "error": (color: black, background-color: #f31700, border: #f31700), "warning": (color: black, background-color: #ffc000, border: #ffc000), "success": (color: black, background-color: #37b400, border: #37b400), "info": (color: white, background-color: #0058e9, border: #0058e9), "tertiary": (color: white, background-color: #00695c, border: #00695c), "secondary": (color: white, background-color: #e51a5f, border: #e51a5f), "primary": (color: white, background-color: #3f51b5, border: #3f51b5)) |
-||||
Description
- The generated theme colors map for the Notification. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-pager-padding-x | +$kendo-menu-popup-item-padding-y | Number | k-map-get( $kendo-spacing, 2 ) |
8px |
|||
Description
+ The horizontal padding of the Pager. | Description
Vertical padding of the menu item in popup. |
||||||
$kendo-pager-sm-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-menu-popup-item-padding-end | +Calculation | +calc( #{$kendo-menu-popup-item-padding-x * 2} + #{$kendo-icon-size} ) |
+ calc(32px + 16px) |
Description
+ The horizontal padding of the small Pager. | Description
The end padding of the menu item in popup. |
||||||
$kendo-pager-md-padding-x | +$kendo-menu-popup-sm-item-icon-margin-start | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-menu-popup-sm-item-padding-x |
+ 16px |
|
Description
+ The horizontal padding of the medium Pager. | Description
The start margin of the menu item expand icon. |
||||||
$kendo-pager-lg-padding-x | -Number | -k-map-get( $kendo-spacing, 2.5 ) |
- 10px |
+ $kendo-menu-popup-sm-item-icon-margin-end | +Calculation | +calc( -1 * (#{$kendo-menu-popup-sm-item-padding-end} - #{k-math-div( $kendo-menu-popup-sm-item-padding-x, 2 )}) ) |
+ calc(-1 * (calc(32px + 16px) - 8px)) |
Description
+ The horizontal padding of the large Pager. | Description
The end margin of the menu item expand icon. |
||||||
$kendo-pager-padding-y | +$kendo-menu-popup-item-spacing | Number | -$kendo-pager-padding-x |
- 8px |
+ 0px |
+ 0px |
|
Description
+ The vertical padding of the Pager. | Description
The spacing between the menu items in popup. |
||||||
$kendo-pager-sm-padding-y | -Number | -$kendo-pager-sm-padding-x |
- 4px |
+ $kendo-menu-popup-item-bg | +Null | +null |
+ null |
Description
+ The vertical padding of the small Pager. | Description
The background of the menu item in popup. |
||||||
$kendo-pager-md-padding-y | -Number | -$kendo-pager-md-padding-x |
- 8px |
+ $kendo-menu-popup-item-text | +Null | +null |
+ null |
Description
+ The vertical padding of the medium Pager. | Description
The text color of the menu item in popup. |
||||||
$kendo-pager-lg-padding-y | -Number | -$kendo-pager-lg-padding-x |
- 10px |
+ $kendo-menu-popup-item-border | +Null | +null |
+ null |
Description
+ The vertical padding of the large Pager. | Description
The border color of the menu item in popup. |
||||||
$kendo-pager-sm-item-min-width | -Calculation | -$kendo-button-sm-calc-size |
- calc(1.4285714286em + 12px + 2px) |
+ $kendo-menu-popup-item-gradient | +Null | +null |
+ null |
Description
+ The minimum width of the items in the small Pager. | Description
The background gradient of the menu item in popup. |
||||||
$kendo-pager-md-item-min-width | -Calculation | -$kendo-button-md-calc-size |
- calc(1.4285714286em + 16px + 2px) |
+ $kendo-menu-popup-item-hover-bg | +Color | +$kendo-list-item-hover-bg |
+ rgba(0, 0, 0, 0.04) |
Description
+ The minimum width of the items in the medium Pagers. | Description
The background of hovered menu item in popup. |
||||||
$kendo-pager-lg-item-min-width | -Calculation | -$kendo-button-lg-calc-size |
- calc(1.4285714286em + 20px + 2px) |
+ $kendo-menu-popup-item-hover-text | +Color | +$kendo-list-item-hover-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The minimum width of the items in the large Pagers. | Description
The text color of hovered menu item in popup. |
||||||
$kendo-pager-sm-item-group-spacing | -Number | -k-map-get( $kendo-spacing, 1.5 ) |
- 6px |
+ $kendo-menu-popup-item-hover-border | +Null | +null |
+ null |
Description
+ The margin between the item groups in the small Pager. | Description
The border color of hovered menu item in popup. |
||||||
$kendo-pager-md-item-group-spacing | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-menu-popup-item-hover-gradient | +Null | +null |
+ null |
Description
+ The margin between the item groups in the medium Pager. | Description
The background gradient of hovered menu item in popup. |
||||||
$kendo-pager-lg-item-group-spacing | -Number | -k-map-get( $kendo-spacing, 2.5 ) |
- 10px |
+ $kendo-menu-popup-item-expanded-bg | +Color | +$kendo-list-item-selected-bg |
+ #ffffff |
Description
+ The margin between the item groups in the large Pager. | Description
The background of expanded menu item in popup. |
||||||
$kendo-pager-border-width | -Number | -1px |
- 1px |
+ $kendo-menu-popup-item-expanded-text | +Color | +$kendo-list-item-selected-text |
+ #e51a5f |
Description
+ The border width of the Pager. | Description
The text color of expanded menu item in popup. |
||||||
$kendo-pager-font-family | -List | -$kendo-font-family |
- Roboto, "Helvetica Neue", sans-serif |
+ $kendo-menu-popup-item-expanded-border | +Null | +null |
+ null |
Description
+ The font family of the Pager. | Description
The border color of expanded menu item in popup. |
||||||
$kendo-pager-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-menu-popup-item-expanded-gradient | +Null | +null |
+ null |
Description
+ The font size of the Pager. | Description
The background gradient of expanded menu item in popup. |
||||||
$kendo-pager-line-height | -Number | -$kendo-line-height-md |
- 2 |
+ $kendo-menu-popup-item-focus-shadow | +Null | +null |
+ null |
Description
+ The line height of the Pager. | Description
The base shadow of focused menu item in popup. |
||||||
$kendo-pager-bg | -Color | -$kendo-component-bg |
- #ffffff |
-||||
Description
- The background color of the Pager. |
-|||||||
$kendo-pager-text | -Color | -if($kendo-enable-color-system, k-color( subtle ), if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text )) |
- rgba(0, 0, 0, 0.54) |
-||||
Description
- The text color of the Pager. |
-|||||||
$kendo-pager-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-menu-button-arrow-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
||||
Description
+ The border color of the Pager. | Description
The horizontal padding of the button arrow in the Menu Button. |
||||||
$kendo-pager-focus-bg | -Color | -if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-pager-bg, .5 )) |
- whitesmoke |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-notification-group-gap | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
||||
Description
+ The background color of the focused Pager. | Description
The row-gap between the elements in the Notification group. |
||||||
$kendo-pager-focus-shadow | -Null | -null |
- null |
+ $kendo-notification-padding-x | +Number | +16px |
+ 16px |
Description
+ The box shadow of the focused Pager. | Description
The horizontal padding of the Notification. |
||||||
$kendo-pager-section-spacing | +$kendo-notification-padding-y | Number | -$kendo-pager-padding-x |
- 8px |
+ 14px |
+ 14px |
|
Description
+ The spacing between the Pager sections. | Description
The vertical padding of the Notification. |
||||||
$kendo-pager-item-border-width | +$kendo-notification-border-width | Number | 0px |
0px |
|||
Description
+ The border width of the Pager items. | Description
The width of the border around the Notification. |
||||||
$kendo-pager-item-border-radius | +$kendo-notification-border-radius | Number | -5em |
- 5em |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ The border radius of the Pager items. | Description
The border radius of the Notification. |
||||||
$kendo-pager-item-spacing | -Number | -0px |
- 0px |
+ $kendo-notification-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
Description
+ The spacing around the Pager items. | Description
The font family of the Notification. |
||||||
$kendo-pager-item-bg | -Null | -null |
- null |
+ $kendo-notification-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The background color of the Pager items. | Description
The font size of the Notification. |
||||||
$kendo-pager-item-text | -Null | -null |
- null |
+ $kendo-notification-line-height | +Number | +k-math-div( 20, 14 ) |
+ 1.4285714286 |
Description
+ The text color of the Pager items. | Description
The line height of the Notification. |
||||||
$kendo-pager-item-border | -Null | -null |
- null |
+ $kendo-notification-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The border color of the Pager items. | Description
The background color of the Notification. |
||||||
$kendo-pager-item-hover-bg | +$kendo-notification-text | Color | -$kendo-list-item-hover-bg |
- rgba(0, 0, 0, 0.04) |
+ $kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
|
Description
+ The background color of the hovered Pager items. | Description
The text color of the Notification. |
||||||
$kendo-pager-item-hover-text | +$kendo-notification-border | Color | -$kendo-pager-text |
- rgba(0, 0, 0, 0.54) |
+ $kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
|
Description
+ The text color of the hovered Pager items. | Description
The border color of the Notification. |
||||||
$kendo-pager-item-hover-border | -Null | -null |
- null |
+ $kendo-notification-shadow | +String | +$kendo-popup-shadow |
+ var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14)) |
Description
+ The border color of the hovered Pager items. | Description
The box shadow of the Notification. |
||||||
$kendo-pager-item-selected-bg | -Color | -$kendo-color-primary |
- #3f51b5 |
+ $kendo-notification-icon-spacing | +Number | +$kendo-icon-spacing |
+ 8px |
Description
+ The background color of the selected Pager items. | Description
The horizontal spacing of the Notification icon. |
||||||
$kendo-pager-item-selected-text | -Color | -$kendo-color-primary-contrast |
- white |
+ $kendo-notification-theme-colors | +Map | +$kendo-theme-colors |
+ ("primary": #3f51b5, "secondary": #e51a5f, "tertiary": #00695c, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #f5f5f5, "inverse": #424242) |
Description
+ The text color of the selected Pager items. | Description
The theme colors map for the Notification. |
||||||
$kendo-pager-item-selected-border | -Null | -null |
- null |
+ $kendo-notification-theme | +Map | +notification-theme( $kendo-notification-theme-colors ) |
+ ("inverse": (color: white, background-color: #424242, border: #424242), "light": (color: black, background-color: #f5f5f5, border: #f5f5f5), "dark": (color: white, background-color: #424242, border: #424242), "error": (color: black, background-color: #f31700, border: #f31700), "warning": (color: black, background-color: #ffc000, border: #ffc000), "success": (color: black, background-color: #37b400, border: #37b400), "info": (color: white, background-color: #0058e9, border: #0058e9), "tertiary": (color: white, background-color: #00695c, border: #00695c), "secondary": (color: white, background-color: #e51a5f, border: #e51a5f), "primary": (color: white, background-color: #3f51b5, border: #3f51b5)) |
Description
+ The border color of the selected Pager items. | Description
The generated theme colors map for the Notification. |
||||||
$kendo-pager-number-border-radius | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-orgchart-spacer | Number | -$kendo-pager-item-border-radius |
- 5em |
+ k-map-get( $kendo-spacing, 6 ) |
+ 24px |
||
Description
+ The border radius of the Pager numbers. | Description
The spacing index of the OrgChart. |
||||||
$kendo-pager-item-focus-opacity | +$kendo-orgchart-padding-y | Number | -.12 |
- 0.12 |
+ $kendo-orgchart-spacer |
+ 24px |
|
Description
+ The opacity of the focused Pager items. | Description
The vertical padding of the OrgChart. |
||||||
$kendo-pager-item-focus-bg | -Color | -rgba($kendo-list-item-hover-bg, $kendo-pager-item-focus-opacity) |
- rgba(0, 0, 0, 0.12) |
+ $kendo-orgchart-padding-x | +Number | +$kendo-orgchart-padding-y |
+ 24px |
Description
+ The background color of the focused Pager items. | Description
The horizontal padding of the OrgChart. |
||||||
$kendo-pager-item-focus-shadow | -Null | -null |
- null |
+ $kendo-orgchart-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
Description
+ The box shadow of the focused Pager items. | Description
The font family of the OrgChart. |
||||||
$kendo-pager-input-width | +$kendo-orgchart-font-size | Number | -5em |
- 5em |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The width of the Inputs in the Pager. | Description
The font size of the OrgChart. |
||||||
$kendo-pager-sm-dropdown-width | +$kendo-orgchart-line-height | Number | -5em |
- 5em |
+ $kendo-line-height-md |
+ 2 |
|
Description
+ The width of the DropDowns in the small Pager. | Description
The line height of the OrgChart. |
||||||
$kendo-pager-md-dropdown-width | -Number | -5em |
- 5em |
+ $kendo-orgchart-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The width of the DropDowns in the medium Pager. | Description
The background color of the OrgChart. |
||||||
$kendo-pager-lg-dropdown-width | -Number | -5em |
- 5em |
+ $kendo-orgchart-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The width of the DropDowns in the large Pager. | Description
The text color of the OrgChart. |
||||||
$kendo-pager-sizes | -Map | -(
- 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: 6px, item-min-width: calc(1.4285714286em + 12px + 2px), pager-dropdown-width: 5em), md: (padding-x: 8px, padding-y: 8px, item-group-spacing: 8px, item-min-width: calc(1.4285714286em + 16px + 2px), pager-dropdown-width: 5em), lg: (padding-x: 10px, padding-y: 10px, item-group-spacing: 10px, item-min-width: calc(1.4285714286em + 20px + 2px), pager-dropdown-width: 5em)) |
+ $kendo-orgchart-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ The sizes map of the Pager. | Description
The border color of the OrgChart. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-pdf-viewer-border-width | +|||||||
$kendo-orgchart-node-gap | Number | -1px |
- 1px |
+ $kendo-orgchart-spacer |
+ 24px |
||
Description
+ The border width of the PDFViewer. | Description
The spacing of the OrgChart node. |
||||||
$kendo-pdf-viewer-font-family | -List | -$kendo-font-family |
- Roboto, "Helvetica Neue", sans-serif |
+ $kendo-orgchart-group-gap | +Number | +$kendo-orgchart-spacer |
+ 24px |
Description
+ The font family of the PDFViewer. | Description
The spacing of the OrgChart group. |
||||||
$kendo-pdf-viewer-font-size | +$kendo-orgchart-node-container-gap | Number | -$kendo-font-size-md |
- 14px |
+ $kendo-orgchart-spacer |
+ 24px |
|
Description
+ The font size of the PDFViewer. | Description
The spacing of the OrgChart node container. |
||||||
$kendo-pdf-viewer-line-height | +$kendo-orgchart-node-group-padding-y | Number | -$kendo-line-height-md |
- 2 |
+ $kendo-orgchart-spacer |
+ 24px |
|
Description
+ The line height of the PDFViewer. | Description
The vertical padding of the OrgChart node group. |
||||||
$kendo-pdf-viewer-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-orgchart-node-group-padding-x | +Number | +$kendo-orgchart-node-group-padding-y |
+ 24px |
Description
+ The background color of the PDFViewer. | Description
The horizontal padding of the OrgChart node group. |
||||||
$kendo-pdf-viewer-text | -Color | -$kendo-component-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-orgchart-node-group-border-width | +Number | +1px |
+ 1px |
Description
+ The text color of the PDFViewer. | Description
The border width of the OrgChart node group. |
||||||
$kendo-pdf-viewer-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-orgchart-node-group-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
Description
+ The border color of the PDFViewer. | Description
The border radius of the OrgChart node group. |
||||||
$kendo-pdf-viewer-toolbar-bg | +$kendo-orgchart-node-group-bg | Color | -if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .25 )) |
- #fafafa |
+ if($kendo-enable-color-system, k-color( surface ), if( $kendo-is-dark-theme, $kendo-color-dark, $kendo-color-light)) |
+ #f5f5f5 |
|
Description
+ The background color of the PDFViewer Toolbar. | Description
The background color of the OrgChart node group. |
||||||
$kendo-pdf-viewer-toolbar-text | -Null | -null |
- null |
+ $kendo-orgchart-node-group-text | +Color | +$kendo-base-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The text color of the PDFViewer Toolbar. | Description
The text color of the OrgChart node group. |
||||||
$kendo-pdf-viewer-toolbar-border | -Null | -null |
- null |
+ $kendo-orgchart-node-group-border | +Color | +$kendo-base-border |
+ rgba(0, 0, 0, 0.08) |
Description
+ The border color of the PDFViewer Toolbar. | Description
The border color of the OrgChart node group. |
||||||
$kendo-pdf-viewer-toolbar-gradient | +$kendo-orgchart-node-group-focus-border | Null | -null |
+ $kendo-card-focus-border |
null |
||
Description
+ The gradient of the PDFViewer Toolbar. | Description
The border color of the focused OrgChart node group. |
||||||
$kendo-pdf-viewer-canvas-bg | -Color | -$kendo-app-bg |
- #ffffff |
+ $kendo-orgchart-node-group-focus-shadow | +List | +0 2px 4px -1px rgba( if($kendo-enable-color-system, k-color( on-light, true ), $elevation), .2 ), 0 4px 5px 0 rgba( if($kendo-enable-color-system, k-color( on-light, true ), $elevation), .14 ), 0 1px 10px 0 rgba( if($kendo-enable-color-system, k-color( on-light, true ), $elevation), .12 ) |
+ 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) |
Description
+ The background color of the PDFViewer canvas. | Description
The shadow of the focused OrgChart node group. |
||||||
$kendo-pdf-viewer-canvas-text | -Null | -null |
- null |
+ $kendo-orgchart-node-group-title-font-size | +Number | +$kendo-font-size-xl |
+ 20px |
Description
+ The text color of the PDFViewer canvas. | Description
The font size of the OrgChart node group title. |
||||||
$kendo-pdf-viewer-canvas-border | -Null | -null |
- null |
+ $kendo-orgchart-node-group-title-margin-bottom | +Number | +k-math-div( $kendo-orgchart-spacer, 4 ) |
+ 6px |
Description
+ The border color of the PDFViewer canvas. | Description
The bottom margin of the OrgChart node group title. |
||||||
$kendo-pdf-viewer-page-spacing | +$kendo-orgchart-node-group-title-line-height | Number | -30px |
- 30px |
+ $kendo-line-height-sm |
+ 1.2 |
|
Description
+ The spacing of the PDFViewer page. | Description
The line height of the OrgChart node group title. |
||||||
$kendo-pdf-viewer-page-bg | -Color | -white |
- white |
+ $kendo-orgchart-node-group-subtitle-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The background color of the PDFViewer page. | Description
The font size of the OrgChart node group subtitle. |
||||||
$kendo-pdf-viewer-page-text | -Color | -$kendo-component-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-orgchart-node-group-subtitle-margin-bottom | +Number | +$kendo-orgchart-spacer |
+ 24px |
Description
+ The text color of the PDFViewer page. | Description
The bottom margin of the OrgChart node group subtitle. |
||||||
$kendo-pdf-viewer-page-border | +$kendo-orgchart-node-group-subtitle-text | Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
-|||
Description
- The border color of the PDFViewer page. |
-|||||||
$kendo-pdf-viewer-page-shadow | -String | -$box-shadow-depth-3 |
- var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14)) |
+ rgba( black, .54 ) |
+ rgba(0, 0, 0, 0.54) |
||
Description
+ The shadow of the PDFViewer page. | Description
The line height of the OrgChart node group subtitle. |
||||||
$kendo-pdf-viewer-search-panel-padding-x | +$kendo-orgchart-card-width | Number | -$kendo-toolbar-md-padding-x |
- 8px |
+ 300px |
+ 300px |
|
Description
+ The horizontal padding of the PDFViewer search panel. | Description
The width of the OrgChart Card. |
||||||
$kendo-pdf-viewer-search-panel-padding-y | -Calculation | -calc( #{$kendo-toolbar-md-padding-x} * 2 ) |
- calc(8px * 2) |
+ $kendo-orgchart-card-padding-y | +Number | +$kendo-card-padding-y |
+ 12px |
Description
+ The vertical padding of the PDFViewer search panel. | Description
The vertical padding of the OrgChart Card. |
||||||
$kendo-pdf-viewer-search-panel-spacing | +$kendo-orgchart-card-padding-x | Number | -$kendo-toolbar-md-spacing |
- 8px |
+ $kendo-orgchart-card-padding-y |
+ 12px |
|
Description
+ The spacing of the PDFViewer search panel. | Description
The horizontal padding of the OrgChart Card. |
||||||
$kendo-pdf-viewer-search-panel-border-width | +$kendo-orgchart-card-border-width | Number | 1px |
1px |
|||
Description
+ The border width of the PDFViewer search panel. | Description
The border width of the OrgChart Card. |
||||||
$kendo-pdf-viewer-search-panel-border-radius | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-orgchart-card-shadow | +String | +none |
+ none |
Description
+ The border radius of the PDFViewer search panel. | Description
The shadow of the OrgChart Card. |
||||||
$kendo-pdf-viewer-search-panel-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-orgchart-card-focus-shadow | +List | +$kendo-orgchart-node-group-focus-shadow |
+ 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) |
Description
+ The background color of the PDFViewer search panel. | Description
The shadow of the focused OrgChart Card. |
||||||
$kendo-pdf-viewer-search-panel-text | -Color | -$kendo-component-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-orgchart-card-title-margin-bottom | +Number | +0px |
+ 0px |
Description
+ The text color of the PDFViewer search panel. | Description
The bottom margin of the OrgChart Card title. |
||||||
$kendo-pdf-viewer-search-panel-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-orgchart-card-title-font-size | +Null | +null |
+ null |
Description
+ The border color of the PDFViewer search panel. | Description
The font size of the OrgChart Card title. |
||||||
$kendo-pdf-viewer-search-panel-shadow | -String | -$kendo-window-shadow |
- var(--kendo-elevation-8, 0px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 16px 24px rgba(0, 0, 0, 0.14)) |
+ $kendo-orgchart-card-subtitle-margin-bottom | +Number | +0px |
+ 0px |
Description
+ The shadow of the PDFViewer search panel. | Description
The bottom margin of the OrgChart Card subtitle. |
||||||
$kendo-pdf-viewer-search-panel-matches-spacing | +$kendo-orgchart-card-subtitle-font-size | +Null | +null |
+ null |
+|||
Description
+ The font size of the OrgChart Card subtitle. |
+|||||||
$kendo-orgchart-card-body-border-width | +List | +2px 0 0 |
+ 2px 0 0 |
+||||
Description
+ The border width of the OrgChart Card body. |
+|||||||
$kendo-orgchart-card-body-border-color | +Color | +transparent |
+ transparent |
+||||
Description
+ The border color of the OrgChart Card body. |
+|||||||
$kendo-orgchart-card-body-vbox-margin-right | Number | -$kendo-padding-sm-x |
- 8px |
+ k-math-div( $kendo-orgchart-spacer, 2 ) |
+ 12px |
||
Description
+ The spacing of the matches container in the PDFViewer search panel. | Description
The right margin of the OrgChart Card body title wrap. |
||||||
$kendo-pdf-viewer-selection-line-height | +$kendo-orgchart-card-body-vbox-min-height | Number | -$kendo-line-height-sm |
- 1.2 |
+ $kendo-card-avatar-size |
+ 45px |
|
Description
+ The line height of the PDFViewer selection. | Description
The min height of the OrgChart Card body title wrap. |
||||||
$kendo-pdf-viewer-search-highlight-bg | -Color | -$kendo-body-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-orgchart-line-size | +Number | +1px |
+ 1px |
Description
+ The background color of the PDFViewer highlight. | Description
The size of the OrgChart connecting line. |
||||||
$kendo-pdf-viewer-search-highlight-mark-bg | +$kendo-orgchart-line-fill | Color | -yellow |
- yellow |
+ $kendo-base-border |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ The background color of the PDFViewer highlight mark. | Description
The fill color of the OrgChart connecting line. |
||||||
$kendo-pdf-viewer-icon-text | -Color | -$kendo-dropzone-icon-text |
- rgba(97, 97, 97, 0.9116) |
+ $kendo-orgchart-line-v-height | +Number | +25px |
+ 25px |
Description
+ The text color of the PDFViewer icon. | Description
The height of the OrgChart connecting line. |
$kendo-picker-bg | -Color | -$kendo-input-bg |
- whitesmoke |
+ $kendo-pager-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The background color of the Picker components. | Description
The horizontal padding of the Pager. |
||||||
$kendo-picker-text | -Color | -$kendo-input-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-pager-sm-padding-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
Description
+ The text color of the Picker components. | Description
The horizontal padding of the small Pager. |
||||||
$kendo-picker-border | -Color | -$kendo-input-border |
- rgba(0, 0, 0, 0.38) |
+ $kendo-pager-md-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The border color of the Picker components. | Description
The horizontal padding of the medium Pager. |
||||||
$kendo-picker-gradient | -Null | -null |
- null |
+ $kendo-pager-lg-padding-x | +Number | +k-map-get( $kendo-spacing, 2.5 ) |
+ 10px |
Description
+ The gradient of the Picker components. | Description
The horizontal padding of the large Pager. |
||||||
$kendo-picker-shadow | -Null | -$kendo-input-shadow |
- null |
+ $kendo-pager-padding-y | +Number | +$kendo-pager-padding-x |
+ 8px |
Description
+ The shadow of the Picker components. | Description
The vertical padding of the Pager. |
||||||
$kendo-picker-hover-bg | -Null | -$kendo-input-hover-bg |
- null |
+ $kendo-pager-sm-padding-y | +Number | +$kendo-pager-sm-padding-x |
+ 4px |
Description
+ The background color of the hovered Picker components. | Description
The vertical padding of the small Pager. |
||||||
$kendo-picker-hover-text | -Null | -$kendo-input-hover-text |
- null |
+ $kendo-pager-md-padding-y | +Number | +$kendo-pager-md-padding-x |
+ 8px |
Description
+ The text color of the hovered Picker components. | Description
The vertical padding of the medium Pager. |
||||||
$kendo-picker-hover-border | -Color | -$kendo-input-hover-border |
- rgba(0, 0, 0, 0.87) |
+ $kendo-pager-lg-padding-y | +Number | +$kendo-pager-lg-padding-x |
+ 10px |
Description
+ The border color of the hovered Picker components. | Description
The vertical padding of the large Pager. |
||||||
$kendo-picker-hover-gradient | -Null | -null |
- null |
+ $kendo-pager-sm-item-min-width | +Calculation | +$kendo-button-sm-calc-size |
+ calc(1.4285714286em + 12px + 2px) |
Description
+ The gradient of the hovered Picker components. | Description
The minimum width of the items in the small Pager. |
||||||
$kendo-picker-hover-shadow | -Null | -$kendo-input-hover-shadow |
- null |
+ $kendo-pager-md-item-min-width | +Calculation | +$kendo-button-md-calc-size |
+ calc(1.4285714286em + 16px + 2px) |
Description
+ The shadow of the hovered Picker components. | Description
The minimum width of the items in the medium Pagers. |
||||||
$kendo-picker-focus-bg | -Null | -$kendo-input-focus-bg |
- null |
+ $kendo-pager-lg-item-min-width | +Calculation | +$kendo-button-lg-calc-size |
+ calc(1.4285714286em + 20px + 2px) |
Description
+ The background color of the focused Picker components. | Description
The minimum width of the items in the large Pagers. |
||||||
$kendo-picker-focus-text | -Null | -$kendo-input-focus-text |
- null |
+ $kendo-pager-sm-item-group-spacing | +Number | +k-map-get( $kendo-spacing, 1.5 ) |
+ 6px |
Description
+ The text color of the focused Picker components. | Description
The margin between the item groups in the small Pager. |
||||||
$kendo-picker-focus-border | -Color | -$kendo-input-focus-border |
- #3f51b5 |
+ $kendo-pager-md-item-group-spacing | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
Description
+ The border color of the focused Picker components. | Description
The margin between the item groups in the medium Pager. |
||||||
$kendo-picker-focus-gradient | -Null | -null |
- null |
+ $kendo-pager-lg-item-group-spacing | +Number | +k-map-get( $kendo-spacing, 2.5 ) |
+ 10px |
Description
+ The gradient of the focused Picker components. | Description
The margin between the item groups in the large Pager. |
||||||
$kendo-picker-focus-shadow | -Null | -$kendo-input-focus-shadow |
- null |
+ $kendo-pager-border-width | +Number | +1px |
+ 1px |
Description
+ The shadow of the focused Picker components. | Description
The border width of the Pager. |
||||||
$kendo-picker-disabled-bg | -Color | -$kendo-input-disabled-bg |
- #fafafa |
+ $kendo-pager-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
Description
+ The background color of the disabled Picker components. | Description
The font family of the Pager. |
||||||
$kendo-picker-disabled-text | -Color | -$kendo-input-disabled-text |
- rgba(0, 0, 0, 0.38) |
+ $kendo-pager-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The text color of the disabled Picker components. | Description
The font size of the Pager. |
||||||
$kendo-picker-disabled-border | -Color | -$kendo-input-disabled-border |
- rgba(0, 0, 0, 0.06) |
+ $kendo-pager-line-height | +Number | +$kendo-line-height-md |
+ 2 |
Description
+ The border color of the disabled Picker components. | Description
The line height of the Pager. |
||||||
$kendo-picker-disabled-gradient | -Null | -null |
- null |
+ $kendo-pager-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The gradient of the disabled Picker components. | Description
The background color of the Pager. |
||||||
$kendo-picker-disabled-shadow | -Null | -null |
- null |
-$kendo-pager-text | +Color | +if($kendo-enable-color-system, k-color( subtle ), if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text )) |
+ rgba(0, 0, 0, 0.54) |
+
Description
+ The shadow of the disabled Picker components. | Description
The text color of the Pager. |
||||||
$kendo-picker-outline-bg | +$kendo-pager-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
+|||
Description
+ The border color of the Pager. |
+|||||||
$kendo-pager-focus-bg | +Color | +if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-pager-bg, .5 )) |
+ whitesmoke |
+||||
Description
+ The background color of the focused Pager. |
+|||||||
$kendo-pager-focus-shadow | Null | null |
null |
||||
Description
+ The background color of the outline Picker components. | Description
The box shadow of the focused Pager. |
||||||
$kendo-picker-outline-text | -Color | -$kendo-picker-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-pager-section-spacing | +Number | +$kendo-pager-padding-x |
+ 8px |
Description
+ The text color of the outline Picker components. | Description
The spacing between the Pager sections. |
||||||
$kendo-picker-outline-border | -Color | -$kendo-picker-border |
- rgba(0, 0, 0, 0.38) |
+ $kendo-pager-item-border-width | +Number | +0px |
+ 0px |
Description
+ The border color of the outline Picker components. | Description
The border width of the Pager items. |
||||||
$kendo-picker-outline-hover-bg | +$kendo-pager-item-border-radius | +Number | +5em |
+ 5em |
+|||
Description
+ The border radius of the Pager items. |
+|||||||
$kendo-pager-item-spacing | +Number | +0px |
+ 0px |
+||||
Description
+ The spacing around the Pager items. |
+|||||||
$kendo-pager-item-bg | Null | null |
null |
||||
Description
+ The background color of the outline hovered Picker components. | Description
The background color of the Pager items. |
||||||
$kendo-picker-outline-hover-text | +$kendo-pager-item-text | Null | null |
null |
|||
Description
+ The text color of the outline hovered Picker components. | Description
The text color of the Pager items. |
||||||
$kendo-picker-outline-hover-border | +$kendo-pager-item-border | +Null | +null |
+ null |
+|||
Description
+ The border color of the Pager items. |
+|||||||
$kendo-pager-item-hover-bg | Color | -$kendo-picker-hover-border |
- rgba(0, 0, 0, 0.87) |
+ $kendo-list-item-hover-bg |
+ rgba(0, 0, 0, 0.04) |
||
Description
+ The border color of the outline hovered Picker components. | Description
The background color of the hovered Pager items. |
||||||
$kendo-picker-outline-focus-bg | -String | -nul |
- nul |
+ $kendo-pager-item-hover-text | +Color | +$kendo-pager-text |
+ rgba(0, 0, 0, 0.54) |
Description
+ The background color of the outline focused Picker components. | Description
The text color of the hovered Pager items. |
||||||
$kendo-picker-outline-focus-text | +$kendo-pager-item-hover-border | Null | null |
null |
|||
Description
+ The text color of the outline focused Picker components. | Description
The border color of the hovered Pager items. |
||||||
$kendo-picker-outline-focus-border | +$kendo-pager-item-selected-bg | Color | -$kendo-picker-focus-border |
+ $kendo-color-primary |
#3f51b5 |
||
Description
+ The border color of the outline focused Picker components. | Description
The background color of the selected Pager items. |
||||||
$kendo-picker-outline-focus-shadow | -Null | -null |
- null |
+ $kendo-pager-item-selected-text | +Color | +$kendo-color-primary-contrast |
+ white |
Description
+ The shadow of the outline focused Picker components. | Description
The text color of the selected Pager items. |
||||||
$kendo-picker-outline-hover-focus-bg | +$kendo-pager-item-selected-border | Null | null |
null |
|||
Description
+ The background color of the outline hovered and focused Picker components. | Description
The border color of the selected Pager items. |
||||||
$kendo-picker-outline-hover-focus-text | +$kendo-pager-number-border-radius | +Number | +$kendo-pager-item-border-radius |
+ 5em |
+|||
Description
+ The border radius of the Pager numbers. |
+|||||||
$kendo-pager-item-focus-opacity | +Number | +.12 |
+ 0.12 |
+||||
Description
+ The opacity of the focused Pager items. |
+|||||||
$kendo-pager-item-focus-bg | +Color | +rgba($kendo-list-item-hover-bg, $kendo-pager-item-focus-opacity) |
+ rgba(0, 0, 0, 0.12) |
+||||
Description
+ The background color of the focused Pager items. |
+|||||||
$kendo-pager-item-focus-shadow | Null | null |
null |
||||
Description
+ The text color of the outline hovered and focused Picker components. | Description
+ The box shadow of the focused Pager items. |
+||||||
$kendo-pager-input-width | +Number | +5em |
+ 5em |
+||||
Description
+ The width of the Inputs in the Pager. |
+|||||||
$kendo-pager-sm-dropdown-width | +Number | +5em |
+ 5em |
+||||
Description
+ The width of the DropDowns in the small Pager. |
+|||||||
$kendo-pager-md-dropdown-width | +Number | +5em |
+ 5em |
+||||
Description
+ The width of the DropDowns in the medium Pager. |
+|||||||
$kendo-pager-lg-dropdown-width | +Number | +5em |
+ 5em |
+||||
Description
+ The width of the DropDowns in the large Pager. |
+|||||||
$kendo-pager-sizes | +Map | +(
+ 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: 6px, item-min-width: calc(1.4285714286em + 12px + 2px), pager-dropdown-width: 5em), md: (padding-x: 8px, padding-y: 8px, item-group-spacing: 8px, item-min-width: calc(1.4285714286em + 16px + 2px), pager-dropdown-width: 5em), lg: (padding-x: 10px, padding-y: 10px, item-group-spacing: 10px, item-min-width: calc(1.4285714286em + 20px + 2px), pager-dropdown-width: 5em)) |
+||||
Description
+ The sizes map of the Pager. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-pdf-viewer-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the PDFViewer. |
+|||
$kendo-pdf-viewer-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
+
Description
+ The font family of the PDFViewer. |
+|||
$kendo-pdf-viewer-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the PDFViewer. |
+|||
$kendo-pdf-viewer-line-height | +Number | +$kendo-line-height-md |
+ 2 |
+
Description
+ The line height of the PDFViewer. |
+|||
$kendo-pdf-viewer-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the PDFViewer. |
+|||
$kendo-pdf-viewer-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the PDFViewer. |
+|||
$kendo-pdf-viewer-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
+
Description
+ The border color of the PDFViewer. |
+|||
$kendo-pdf-viewer-toolbar-bg | +Color | +if($kendo-enable-color-system, k-color( surface ), k-try-shade( $kendo-button-bg, .25 )) |
+ #fafafa |
+
Description
+ The background color of the PDFViewer Toolbar. |
+|||
$kendo-pdf-viewer-toolbar-text | +Null | +null |
+ null |
+
Description
+ The text color of the PDFViewer Toolbar. |
+|||
$kendo-pdf-viewer-toolbar-border | +Null | +null |
+ null |
+
Description
+ The border color of the PDFViewer Toolbar. |
+|||
$kendo-pdf-viewer-toolbar-gradient | +Null | +null |
+ null |
+
Description
+ The gradient of the PDFViewer Toolbar. |
+|||
$kendo-pdf-viewer-canvas-bg | +Color | +$kendo-app-bg |
+ #ffffff |
+
Description
+ The background color of the PDFViewer canvas. |
+|||
$kendo-pdf-viewer-canvas-text | +Null | +null |
+ null |
+
Description
+ The text color of the PDFViewer canvas. |
+|||
$kendo-pdf-viewer-canvas-border | +Null | +null |
+ null |
+
Description
+ The border color of the PDFViewer canvas. |
+|||
$kendo-pdf-viewer-page-spacing | +Number | +30px |
+ 30px |
+
Description
+ The spacing of the PDFViewer page. |
+|||
$kendo-pdf-viewer-page-bg | +Color | +white |
+ white |
+
Description
+ The background color of the PDFViewer page. |
+|||
$kendo-pdf-viewer-page-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the PDFViewer page. |
+|||
$kendo-pdf-viewer-page-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
+
Description
+ The border color of the PDFViewer page. |
+|||
$kendo-pdf-viewer-page-shadow | +String | +$box-shadow-depth-3 |
+ var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14)) |
+
Description
+ The shadow of the PDFViewer page. |
+|||
$kendo-pdf-viewer-search-panel-padding-x | +Number | +$kendo-toolbar-md-padding-x |
+ 8px |
+
Description
+ The horizontal padding of the PDFViewer search panel. |
+|||
$kendo-pdf-viewer-search-panel-padding-y | +Calculation | +calc( #{$kendo-toolbar-md-padding-x} * 2 ) |
+ calc(8px * 2) |
+
Description
+ The vertical padding of the PDFViewer search panel. |
+|||
$kendo-pdf-viewer-search-panel-spacing | +Number | +$kendo-toolbar-md-spacing |
+ 8px |
+
Description
+ The spacing of the PDFViewer search panel. |
+|||
$kendo-pdf-viewer-search-panel-border-width | +Number | +1px |
+ 1px |
+
Description
+ The border width of the PDFViewer search panel. |
+|||
$kendo-pdf-viewer-search-panel-border-radius | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
+
Description
+ The border radius of the PDFViewer search panel. |
+|||
$kendo-pdf-viewer-search-panel-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the PDFViewer search panel. |
+|||
$kendo-pdf-viewer-search-panel-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the PDFViewer search panel. |
+|||
$kendo-pdf-viewer-search-panel-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
+
Description
+ The border color of the PDFViewer search panel. |
+|||
$kendo-pdf-viewer-search-panel-shadow | +String | +$kendo-window-shadow |
+ var(--kendo-elevation-8, 0px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 16px 24px rgba(0, 0, 0, 0.14)) |
+
Description
+ The shadow of the PDFViewer search panel. |
+|||
$kendo-pdf-viewer-search-panel-matches-spacing | +Number | +$kendo-padding-sm-x |
+ 8px |
+
Description
+ The spacing of the matches container in the PDFViewer search panel. |
+|||
$kendo-pdf-viewer-selection-line-height | +Number | +$kendo-line-height-sm |
+ 1.2 |
+
Description
+ The line height of the PDFViewer selection. |
+|||
$kendo-pdf-viewer-search-highlight-bg | +Color | +$kendo-body-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The background color of the PDFViewer highlight. |
+|||
$kendo-pdf-viewer-search-highlight-mark-bg | +Color | +yellow |
+ yellow |
+
Description
+ The background color of the PDFViewer highlight mark. |
+|||
$kendo-pdf-viewer-icon-text | +Color | +$kendo-dropzone-icon-text |
+ rgba(97, 97, 97, 0.9116) |
+
Description
+ The text color of the PDFViewer icon. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-picker-bg | +Color | +$kendo-input-bg |
+ whitesmoke |
+
Description
+ The background color of the Picker components. |
+|||
$kendo-picker-text | +Color | +$kendo-input-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the Picker components. |
+|||
$kendo-picker-border | +Color | +$kendo-input-border |
+ rgba(0, 0, 0, 0.38) |
+
Description
+ The border color of the Picker components. |
+|||
$kendo-picker-gradient | +Null | +null |
+ null |
+
Description
+ The gradient of the Picker components. |
+|||
$kendo-picker-shadow | +Null | +$kendo-input-shadow |
+ null |
+
Description
+ The shadow of the Picker components. |
+|||
$kendo-picker-hover-bg | +Null | +$kendo-input-hover-bg |
+ null |
+
Description
+ The background color of the hovered Picker components. |
+|||
$kendo-picker-hover-text | +Null | +$kendo-input-hover-text |
+ null |
+
Description
+ The text color of the hovered Picker components. |
+|||
$kendo-picker-hover-border | +Color | +$kendo-input-hover-border |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The border color of the hovered Picker components. |
+|||
$kendo-picker-hover-gradient | +Null | +null |
+ null |
+
Description
+ The gradient of the hovered Picker components. |
+|||
$kendo-picker-hover-shadow | +Null | +$kendo-input-hover-shadow |
+ null |
+
Description
+ The shadow of the hovered Picker components. |
+|||
$kendo-picker-focus-bg | +Null | +$kendo-input-focus-bg |
+ null |
+
Description
+ The background color of the focused Picker components. |
+|||
$kendo-picker-focus-text | +Null | +$kendo-input-focus-text |
+ null |
+
Description
+ The text color of the focused Picker components. |
+|||
$kendo-picker-focus-border | +Color | +$kendo-input-focus-border |
+ #3f51b5 |
+
Description
+ The border color of the focused Picker components. |
+|||
$kendo-picker-focus-gradient | +Null | +null |
+ null |
+
Description
+ The gradient of the focused Picker components. |
+|||
$kendo-picker-focus-shadow | +Null | +$kendo-input-focus-shadow |
+ null |
+
Description
+ The shadow of the focused Picker components. |
+|||
$kendo-picker-disabled-bg | +Color | +$kendo-input-disabled-bg |
+ #fafafa |
+
Description
+ The background color of the disabled Picker components. |
+|||
$kendo-picker-disabled-text | +Color | +$kendo-input-disabled-text |
+ rgba(0, 0, 0, 0.38) |
+
Description
+ The text color of the disabled Picker components. |
+|||
$kendo-picker-disabled-border | +Color | +$kendo-input-disabled-border |
+ rgba(0, 0, 0, 0.06) |
+
Description
+ The border color of the disabled Picker components. |
+|||
$kendo-picker-disabled-gradient | +Null | +null |
+ null |
+
Description
+ The gradient of the disabled Picker components. |
+|||
$kendo-picker-disabled-shadow | +Null | +null |
+ null |
+
Description
+ The shadow of the disabled Picker components. |
+|||
$kendo-picker-outline-bg | +Null | +null |
+ null |
+
Description
+ The background color of the outline Picker components. |
+|||
$kendo-picker-outline-text | +Color | +$kendo-picker-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the outline Picker components. |
+|||
$kendo-picker-outline-border | +Color | +$kendo-picker-border |
+ rgba(0, 0, 0, 0.38) |
+
Description
+ The border color of the outline Picker components. |
+|||
$kendo-picker-outline-hover-bg | +Null | +null |
+ null |
+
Description
+ The background color of the outline hovered Picker components. |
+|||
$kendo-picker-outline-hover-text | +Null | +null |
+ null |
+
Description
+ The text color of the outline hovered Picker components. |
+|||
$kendo-picker-outline-hover-border | +Color | +$kendo-picker-hover-border |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The border color of the outline hovered Picker components. |
+|||
$kendo-picker-outline-focus-bg | +String | +nul |
+ nul |
+
Description
+ The background color of the outline focused Picker components. |
+|||
$kendo-picker-outline-focus-text | +Null | +null |
+ null |
+
Description
+ The text color of the outline focused Picker components. |
+|||
$kendo-picker-outline-focus-border | +Color | +$kendo-picker-focus-border |
+ #3f51b5 |
+
Description
+ The border color of the outline focused Picker components. |
+|||
$kendo-picker-outline-focus-shadow | +Null | +null |
+ null |
+
Description
+ The shadow of the outline focused Picker components. |
+|||
$kendo-picker-outline-hover-focus-bg | +Null | +null |
+ null |
+
Description
+ The background color of the outline hovered and focused Picker components. |
+|||
$kendo-picker-outline-hover-focus-text | +Null | +null |
+ null |
+
Description
+ The text color of the outline hovered and focused Picker components. |
+|||
$kendo-picker-outline-hover-focus-border | +Null | +null |
+ null |
+
Description
+ The border color of the outline hovered and focused Picker components. |
+|||
$kendo-picker-flat-bg | +Null | +null |
+ null |
+
Description
+ The background color of the flat Picker components. |
+|||
$kendo-picker-flat-text | +Color | +$kendo-picker-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the flat Picker components. |
+|||
$kendo-picker-flat-border | +Color | +$kendo-picker-border |
+ rgba(0, 0, 0, 0.38) |
+
Description
+ The border color of the flat Picker components. |
+|||
$kendo-picker-flat-hover-bg | +Null | +null |
+ null |
+
Description
+ The background color of the flat hovered Picker components. |
+|||
$kendo-picker-flat-hover-text | +Null | +null |
+ null |
+
Description
+ The text color of the flat hovered Picker components. |
+|||
$kendo-picker-flat-focus-bg | +Null | +null |
+ null |
+
Description
+ The background color of the flat focused Picker components. |
+|||
$kendo-picker-flat-focus-text | +Null | +null |
+ null |
+
Description
+ The text color of the flat focused Picker components. |
+|||
$kendo-picker-flat-focus-border | +Color | +$kendo-picker-focus-border |
+ #3f51b5 |
+
Description
+ The border color of the flat focused Picker components. |
+|||
$kendo-picker-flat-focus-shadow | +Null | +null |
+ null |
+
Description
+ The shadow of the flat focused Picker components. |
+|||
$kendo-picker-flat-hover-focus-bg | +Null | +null |
+ null |
+
Description
+ The background color of the flat hovered and focused Picker components. |
+|||
$kendo-picker-flat-hover-focus-text | +Null | +null |
+ null |
+
Description
+ The text color of the flat hovered and focused Picker components. |
+|||
$kendo-picker-flat-hover-focus-border | +Null | +null |
+ null |
+
Description
+ The border color of the flat hovered and focused Picker components. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-picker-flat-hover-border | +Color | +$kendo-picker-hover-border |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The border color of the flat hovered Picker components. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-popover-border-width | +Number | +1px |
+ 1px |
+
Description
+ The width of the border around the Popover. |
+|||
$kendo-popover-border-style | +String | +solid |
+ solid |
+
Description
+ The style of the border around the Popover. |
+|||
$kendo-popover-border-radius | +Number | +$kendo-card-border-radius |
+ 4px |
+
Description
+ The radius of the border around the Popover. |
+|||
$kendo-popover-font-family | +List | +$kendo-card-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
+
Description
+ The font family of the Popover. |
+|||
$kendo-popover-font-size | +Number | +$kendo-card-font-size |
+ 14px |
+
Description
+ The font size of the Popover. |
+|||
$kendo-popover-line-height | +Number | +$kendo-card-line-height |
+ 1.4285714286 |
+
Description
+ The line height of the Popover. |
+|||
$kendo-popover-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the Popover. |
+|||
$kendo-popover-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Popover. |
+|||
$kendo-popover-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
+
Description
+ The border color of the Popover. |
+|||
$kendo-popover-shadow | +String | +$kendo-card-shadow |
+ var(--kendo-elevation-1, 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)) |
+
Description
+ The box shadow of the Popover. |
+|||
$kendo-popover-header-padding-x | +Number | +$kendo-card-header-padding-x |
+ 16px |
+
Description
+ The horizontal padding of the Popover header. |
+|||
$kendo-popover-header-padding-y | +Number | +$kendo-card-header-padding-y |
+ 12px |
+
Description
+ The vertical padding of the Popover header. |
+|||
$kendo-popover-header-border-width | +Number | +$kendo-card-header-border-width |
+ 1px |
+
Description
+ The border width of the Popover header. |
+|||
$kendo-popover-header-border-style | +String | +$kendo-popover-border-style |
+ solid |
+
Description
+ The border style of the Popover header. |
+|||
$kendo-popover-header-text | +Null | +$kendo-card-header-text |
+ null |
+
Description
+ The text color of the Popover header. |
+|||
$kendo-popover-header-bg | +Null | +$kendo-card-header-bg |
+ null |
+
Description
+ The background color of the Popover header. |
+|||
$kendo-popover-header-border | +Color | +$kendo-card-header-border |
+ rgba(0, 0, 0, 0.12) |
+
Description
+ The border color of the Popover header. |
+|||
$kendo-popover-body-padding-x | +Number | +$kendo-card-body-padding-x |
+ 16px |
+
Description
+ The horizontal padding of the Popover body. |
+|||
$kendo-popover-body-padding-y | +Number | +$kendo-card-body-padding-y |
+ 16px |
+
Description
+ The vertical padding of the Popover body. |
+|||
$kendo-popover-actions-border-width | +Number | +$kendo-popover-border-width |
+ 1px |
+
Description
+ The border width of the Popover actions. |
+|||
$kendo-popover-callout-width | +Number | +$kendo-card-callout-width |
+ 20px |
+
Description
+ The width of the Popover callout. |
+|||
$kendo-popover-callout-height | +Number | +$kendo-card-callout-height |
+ 20px |
+
Description
+ The height of the Popover callout. |
+|||
$kendo-popover-callout-border-width | +Number | +$kendo-popover-border-width |
+ 1px |
+
Description
+ The border width of the Popover callout. |
+|||
$kendo-popover-callout-border-style | +String | +$kendo-popover-border-style |
+ solid |
+
Description
+ The border style of the Popover callout. |
+|||
$kendo-popover-callout-bg | +Color | +$kendo-popover-bg |
+ #ffffff |
+
Description
+ The background color of the Popover callout. |
+|||
$kendo-popover-callout-border | +Color | +$kendo-popover-border |
+ rgba(0, 0, 0, 0.12) |
+
Description
+ The border color of the Popover callout. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-popup-padding-x | +Null | +null |
+ null |
+
Description
+ Horizontal padding of the popup. |
+|||
$kendo-popup-padding-y | +Null | +null |
+ null |
+
Description
+ Vertical padding of the popup. |
+|||
$kendo-popup-border-width | +Number | +0px |
+ 0px |
+
Description
+ Width of the border around the popup. |
+|||
$kendo-popup-border-radius | +Null | +null |
+ null |
+
Description
+ Border radius of the popup. |
+|||
$kendo-popup-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ Font size of the popup. |
+|||
$kendo-popup-line-height | +Number | +$kendo-line-height-md |
+ 2 |
+
Description
+ Line height of the popup. |
+|||
$kendo-popup-content-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+
Description
+ Horizontal padding of the popup content. |
+|||
$kendo-popup-content-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+
Description
+ Vertical padding of the popup content. |
+|||
$kendo-popup-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ Background color of the popup. |
+|||
$kendo-popup-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ Text color of the popup. |
+|||
$kendo-popup-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
+
Description
+ Border color of the popup. |
+|||
$kendo-popup-shadow | +String | +$box-shadow-depth-4 |
+ var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14)) |
+
Description
+ Box shadow of the popup. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-progressbar-height | +Number | +5px |
+ 5px |
+
Description
+ The height of the ProgressBar. |
+|||
$kendo-progressbar-horizontal-width | +Number | +100% |
+ 100% |
+
Description
+ The horizontal width of the ProgressBar. |
+|||
$kendo-progressbar-animation-timing | +Null | +null |
+ null |
+
Description
+ The animation timing of the ProgressBar. |
+|||
$kendo-progressbar-border-width | +Number | +0px |
+ 0px |
+
Description
+ The width of the border around the ProgressBar. |
+|||
$kendo-progressbar-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
+
Description
+ The font family of the ProgressBar. |
+|||
$kendo-progressbar-font-size | +Number | +$kendo-font-size-sm |
+ 12px |
+
Description
+ The font size of the ProgressBar. |
+|||
$kendo-progressbar-line-height | +Number | +1 |
+ 1 |
+
Description
+ The line height of the ProgressBar. |
+|||
$kendo-progressbar-bg | +Color | +if($kendo-enable-color-system, k-color( primary-subtle ), k-try-tint( $kendo-color-primary, 8 )) |
+ #bac0e4 |
+
Description
+ The background color of the ProgressBar. |
+|||
$kendo-progressbar-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the ProgressBar. |
+|||
$kendo-progressbar-border | +Null | +null |
+ null |
+
Description
+ The border color of the ProgressBar. |
+|||
$kendo-progressbar-gradient | +Null | +null |
+ null |
+
Description
+ The background gradient of the ProgressBar. |
+|||
$kendo-progressbar-value-bg | +Color | +$kendo-color-primary |
+ #3f51b5 |
+
Description
+ The progress background color of the ProgressBar. |
+|||
$kendo-progressbar-value-text | +Color | +$kendo-color-primary-contrast |
+ white |
+
Description
+ The progress text color of the ProgressBar. |
+|||
$kendo-progressbar-value-border | +Null | +null |
+ null |
+
Description
+ The progress border color of the ProgressBar. |
+|||
$kendo-progressbar-value-gradient | +Null | +null |
+ null |
+
Description
+ The progress background gradient of the ProgressBar. |
+|||
$kendo-progressbar-indeterminate-bg | +Color | +$kendo-progressbar-bg |
+ #bac0e4 |
+
Description
+ The background color of the indeterminate ProgressBar. |
+|||
$kendo-progressbar-indeterminate-text | +Color | +$kendo-progressbar-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the indeterminate ProgressBar. |
+|||
$kendo-progressbar-indeterminate-border | +Null | +$kendo-progressbar-border |
+ null |
+
Description
+ The border color of the indeterminate ProgressBar. |
+|||
$kendo-progressbar-indeterminate-gradient | +Null | +null |
+ null |
+
Description
+ The background gradient of the indeterminate ProgressBar. |
+|||
$kendo-progressbar-chunk-border | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The border color of the chunk ProgressBar. |
+|||
$kendo-circular-progressbar-arc-stroke | +Color | +$kendo-color-primary |
+ #3f51b5 |
+
Description
+ The arc stroke color of the circular ProgressBar. |
+|||
$kendo-circular-progressbar-scale-stroke | +Color | +$kendo-progressbar-bg |
+ #bac0e4 |
+
Description
+ The scale stroke background color of the circular ProgressBar. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-prompt-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the Prompt. |
+|||
$kendo-prompt-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Prompt. |
+|||
$kendo-prompt-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
+
Description
+ The border color of the Prompt. |
+|||
$kendo-prompt-header-text | +Color | +$kendo-component-header-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the Prompt header. |
+|||
$kendo-prompt-header-bg | +Color | +$kendo-component-bg |
+ #ffffff |
+
Description
+ The background color of the Prompt header. |
+|||
$kendo-prompt-header-border | +Color | +$kendo-component-header-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The border color of the Prompt header. |
+|||
$kendo-prompt-content-padding-y | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+
Description
+ The vertical padding of the Prompt content. |
+|||
$kendo-prompt-content-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+
Description
+ The horizontal padding of the Prompt content. |
+|||
$kendo-prompt-content-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+
Description
+ The spacing between the items of the Prompt content. |
+|||
$kendo-prompt-content-text | +Color | +$kendo-component-header-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the Prompt content. |
+|||
$kendo-prompt-content-bg | +Color | +$kendo-component-header-bg |
+ #ffffff |
+
Description
+ The background color of the Prompt content. |
+|||
$kendo-prompt-content-border | +Color | +$kendo-component-header-border |
+ rgba(0, 0, 0, 0.08) |
+
Description
+ The text border of the Prompt content. |
+|||
$kendo-prompt-expander-spacing | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+
Description
+ The spacing between the items of the Prompt content expander. |
+|||
$kendo-prompt-suggestion-padding-y | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+
Description
+ The vertical padding of the Prompt suggestion container. |
+|||
$kendo-prompt-suggestion-padding-x | +Number | +k-map-get( $kendo-spacing, 2 ) |
+ 8px |
+
Description
+ The horizontal padding of the Prompt suggestion container. |
+|||
$kendo-prompt-suggestion-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
+
Description
+ The border radius of the Prompt suggestion container. |
+|||
$kendo-prompt-suggestion-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
+
Description
+ The text color of the Prompt suggestion container. |
+|||
$kendo-prompt-suggestion-bg | +Color | +$kendo-body-bg |
+ #ffffff |
+
Description
+ The background color of the Prompt suggestion container. |
+|||
$kendo-prompt-suggestion-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
+
Description
+ The border color of the Prompt suggestion container. |
+|||
$kendo-prompt-suggestion-shadow | +String | +k-elevation(1) |
+ var(--kendo-elevation-1, 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)) |
+
Description
+ The elevation of the Prompt suggestion container. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-radio-radius | +Number | +50% |
+ 50% |
+
Description
+ The border radius of the RadioButton. |
+|||
$kendo-radio-border-width | +Number | +2px |
+ 2px |
+
Description
+ The border width of the RadioButton. |
+|||
$kendo-radio-sm-size | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
+
Description
+ The size of a small RadioButton. |
+|||
$kendo-radio-md-size | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+
Description
+ The size of a medium RadioButton. |
+|||
$kendo-radio-lg-size | +Number | +k-map-get( $kendo-spacing, 5 ) |
+ 20px |
+
Description
+ The size of a large RadioButton. |
+|||
$kendo-radio-sm-glyph-size | +Number | +k-map-get( $kendo-spacing, 2.5 ) |
+ 10px |
+
Description
+ The glyph size of a small RadioButton. |
+|||
$kendo-radio-md-glyph-size | +Number | +k-map-get( $kendo-spacing, 3.5 ) |
+ 14px |
+
Description
+ The glyph size of a medium RadioButton. |
+|||
$kendo-radio-lg-glyph-size | +Number | +k-map-get( $kendo-spacing, 4.5 ) |
+ 18px |
+
Description
+ The glyph size of a large RadioButton. |
+|||
$kendo-radio-sm-ripple-size | +Number | +300% |
+ 300% |
+
Description
+ The ripple size of a small RadioButton. |
+|||
$kendo-radio-md-ripple-size | +Number | +300% |
+ 300% |
+
Description
+ The ripple size of a medium RadioButton. |
+|||
$kendo-radio-lg-ripple-size | +Number | +300% |
+ 300% |
+
Description
+ The ripple size of a large RadioButton. |
+|||
$kendo-radio-sizes | +Map | +(
+ sm: (
+ size: $kendo-radio-sm-size,
+ glyph-size: $kendo-radio-sm-glyph-size,
+ ripple-size: $kendo-radio-sm-ripple-size
+ ),
+ md: (
+ size: $kendo-radio-md-size,
+ glyph-size: $kendo-radio-md-glyph-size,
+ ripple-size: $kendo-radio-md-ripple-size
+ ),
+ lg: (
+ size: $kendo-radio-lg-size,
+ glyph-size: $kendo-radio-lg-glyph-size,
+ ripple-size: $kendo-radio-lg-ripple-size
+ )
+) |
+ (sm: (size: 12px, glyph-size: 10px, ripple-size: 300%), md: (size: 16px, glyph-size: 14px, ripple-size: 300%), lg: (size: 20px, glyph-size: 18px, ripple-size: 300%)) |
+
Description
+ The map with the different RadioButton sizes. |
+|||
$kendo-radio-bg | +Null | +$kendo-checkbox-bg |
+ null |
+
Description
+ The background color of the RadioButton. |
+|||
$kendo-radio-text | +Null | +$kendo-checkbox-text |
+ null |
+
Description
+ The color of the RadioButton. |
+|||
$kendo-radio-border | +Color | +$kendo-checkbox-border |
+ rgba(0, 0, 0, 0.54) |
+
Description
+ The border color of the RadioButton. |
+|||
$kendo-radio-hover-bg | +Null | +null |
+ null |
+
Description
+ The background color of the hovered RadioButton. |
+|||
$kendo-radio-hover-text | +Null | +null |
+ null |
+
Description
+ The color of the hovered RadioButton. |
+|||
$kendo-radio-hover-border | +Null | +null |
+ null |
+
Description
+ The border color of the hovered RadioButton. |
+|||
$kendo-radio-checked-bg | +Null | +null |
+ null |
+
Description
+ The background color of the checked RadioButton. |
+|||
$kendo-radio-checked-text | +Color | +$kendo-color-primary |
+ #3f51b5 |
+
Description
+ The color of the checked RadioButton. |
+|||
$kendo-radio-checked-border | +Color | +$kendo-radio-checked-text |
+ #3f51b5 |
+
Description
+ The border color of the checked RadioButton. |
+|||
$kendo-radio-focus-border | +Null | +$kendo-checkbox-focus-border |
+ null |
+
Description
+ The border color of the focused RadioButton. |
+|||
$kendo-radio-focus-shadow | +Null | +$kendo-checkbox-focus-shadow |
+ null |
+
Description
+ The box shadow of the focused RadioButton. |
+|||
$kendo-radio-focus-checked-border | +Null | +$kendo-checkbox-focus-checked-border |
+ null |
+
Description
+ The border color of the focused and checked RadioButton. |
+|||
$kendo-radio-focus-checked-shadow | +Null | +$kendo-checkbox-focus-checked-shadow |
+ null |
+
Description
+ The box shadow of the focused and checked RadioButton. |
+|||
$kendo-radio-disabled-bg | +Null | +null |
+ null |
+
Description
+ The background color of the disabled RadioButton. |
+|||
$kendo-radio-disabled-text | +Null | +null |
+ null |
+
Description
+ The color of the disabled RadioButton. |
+|||
$kendo-radio-disabled-border | +Color | +$kendo-checkbox-disabled-border |
+ #adadad |
+
Description
+ The border color of the disabled RadioButton. |
+|||
$kendo-radio-disabled-checked-bg | +Null | +null |
+ null |
+
Description
+ The background color of the disabled and checked RadioButton. |
+|||
$kendo-radio-disabled-checked-text | +Color | +$kendo-radio-disabled-border |
+ #adadad |
+
Description
+ The color of the disabled and checked RadioButton. |
+|||
$kendo-radio-disabled-checked-border | +Color | +$kendo-radio-disabled-border |
+ #adadad |
+
Description
+ The border color of disabled and checked RadioButton. |
+|||
$kendo-radio-invalid-bg | +Null | +$kendo-checkbox-invalid-bg |
+ null |
+
Description
+ The background color of the invalid RadioButton. |
+|||
$kendo-radio-invalid-text | +Color | +$kendo-checkbox-invalid-text |
+ #f31700 |
+
Description
+ The color of the invalid RadioButton. |
+|||
$kendo-radio-invalid-border | +Color | +$kendo-checkbox-invalid-border |
+ #f31700 |
+
Description
+ The border color of the invalid RadioButton. |
+|||
$kendo-radio-indicator-type | +String | +image |
+ image |
+
Description
+ The type of the RadioButton indicator. |
+|||
$kendo-radio-glyph-font-family | +List | +"WebComponentsIcons", monospace |
+ "WebComponentsIcons", monospace |
+
Description
+ The font family of the RadioButton indicator glyph. |
+|||
$kendo-radio-checked-glyph | +String | +"\e308" |
+ "\e308" |
+
Description
+ The glyph of the RadioButton indicator. |
+|||
$kendo-radio-checked-image | +String | +k-escape-svg( url("data:image/svg+xml,") ) |
+ url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='%233f51b5'/%3e%3c/svg%3e") |
+
Description
+ The image of the checked RadioButton indicator. |
+|||
$kendo-radio-disabled-checked-image | +String | +k-escape-svg( url("data:image/svg+xml,") ) |
+ url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='%23adadad'/%3e%3c/svg%3e") |
+
Description
+ The image of the disabled and checked RadioButton indicator. |
+|||
$kendo-radio-label-margin-x | +Number | +k-map-get( $kendo-spacing, 1 ) |
+ 4px |
+
Description
+ The horizontal margin of the RadioButton inside of a label. |
+|||
$kendo-radio-list-spacing | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
+
Description
+ The horizontal list item margin of the RadioButton. |
+|||
$kendo-radio-list-item-padding-x | +Number | +0px |
+ 0px |
+
Description
+ The horizontal list item padding of the RadioButton. |
+|||
$kendo-radio-list-item-padding-y | +Number | +$kendo-list-md-item-padding-y |
+ 8px |
+
Description
+ The vertical list item padding of the RadioButton. |
+|||
$kendo-radio-ripple-bg | +Color | +$kendo-color-primary |
+ #3f51b5 |
+
Description
+ The background color of the RadioButton ripple.. |
+|||
$kendo-radio-ripple-opacity | +Number | +.2 |
+ 0.2 |
+
Description
+ The opacity of the RadioButton ripple. |
+
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-rating-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
+
Description
+ The font family of the Rating. |
+|||
$kendo-rating-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the Rating. |
+|||
$kendo-rating-line-height | +Number | +$kendo-line-height-md |
+ 2 |
+
Description
+ The line height of the Rating. |
+|||
$kendo-rating-container-margin-x | +Number | +k-math-div( $kendo-padding-sm-x, 2 ) |
+ 4px |
+
Description
+ The horizontal margin of the Rating container. |
+|||
$kendo-rating-item-padding-x | +Number | +k-math-div( $kendo-padding-sm-x, 2 ) |
+ 4px |
+
Description
+ The horizontal padding of the Rating item. |
+|||
$kendo-rating-item-padding-y | +Number | +$kendo-padding-md-y |
+ 4px |
+
Description
+ The vertical padding of the Rating item. |
+|||
$kendo-rating-label-margin-x | +Number | +$kendo-padding-sm-x |
+ 8px |
+
Description
+ The horizontal margin of the Rating label. |
+|||
$kendo-rating-label-margin-y | +Number | +$kendo-padding-md-y |
+ 4px |
+
Description
+ The vertical margin of the Rating label. |
+|||
$kendo-rating-label-line-height | +Number | +$kendo-line-height-lg |
+ 1.5 |
+
Description
+ The line height of the Rating label. |
+|||
$kendo-rating-icon-text | +Color | +$kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
+
Description
+ The text color of the Rating icon. |
+|||
$kendo-rating-icon-selected-text | +Color | +$kendo-color-primary-darker |
+ #303f9f |
+
Description
+ The text color of the selected Rating icon. |
+|||
$kendo-rating-icon-hover-text | +Color | +$kendo-color-primary-darker |
+ #303f9f |
+
Description
+ The text color of the hovered Rating icon. |
+|||
$kendo-rating-icon-focus-text | +Color | +$kendo-color-primary-darker |
+ #303f9f |
+
Description
+ The text color of the focused Rating icon. |
+|||
$kendo-rating-icon-focus-shadow | +List | +0 2px 4px rgba( black, .1 ) |
+ 0 2px 4px rgba(0, 0, 0, 0.1) |
+
Description
+ The shadow of the focused Rating icon. |
+|||
$kendo-rating-icon-focus-selected-shadow | +List | +0 2px 4px rgba( black, .1) |
+ 0 2px 4px rgba(0, 0, 0, 0.1) |
+
Description
+ The shadow of the focused and selected Rating icon. |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-scrollview-border-width | +Number | +1px |
+ 1px |
+||||
Description
+ The width of the border around the ScrollView. |
+|||||||
$kendo-scrollview-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
+||||
Description
The font family of the ScrollView. |
|||||||
$kendo-picker-outline-hover-focus-border | -Null | -null |
- null |
+ $kendo-scrollview-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The border color of the outline hovered and focused Picker components. | Description
The font size of the ScrollView. |
||||||
$kendo-picker-flat-bg | -Null | -null |
- null |
+ $kendo-scrollview-line-height | +Number | +$kendo-line-height-md |
+ 2 |
Description
+ The background color of the flat Picker components. | Description
The line height of the ScrollView. |
||||||
$kendo-picker-flat-text | +$kendo-scrollview-text | Color | -$kendo-picker-text |
+ $kendo-component-text |
rgba(0, 0, 0, 0.87) |
||
Description
+ The text color of the flat Picker components. | Description
The text color of the ScrollView. |
||||||
$kendo-picker-flat-border | +$kendo-scrollview-bg | Color | -$kendo-picker-border |
- rgba(0, 0, 0, 0.38) |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The border color of the flat Picker components. | Description
The background color of the ScrollView. |
||||||
$kendo-picker-flat-hover-bg | -Null | -null |
- null |
+ $kendo-scrollview-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ The background color of the flat hovered Picker components. | Description
The border color of the ScrollView. |
||||||
$kendo-picker-flat-hover-text | -Null | -null |
- null |
+ $kendo-scrollview-pagebutton-size | +Number | +10px |
+ 10px |
Description
+ The text color of the flat hovered Picker components. | Description
The size of the ScrollView page button. |
||||||
$kendo-picker-flat-focus-bg | -Null | -null |
- null |
+ $kendo-scrollview-pagebutton-bg | +Color | +$kendo-button-bg |
+ #ffffff |
Description
+ The background color of the flat focused Picker components. | Description
The background color of the ScrollView page button. |
||||||
$kendo-picker-flat-focus-text | -Null | -null |
- null |
+ $kendo-scrollview-pagebutton-border | +Color | +$kendo-button-border |
+ #ffffff |
Description
+ The text color of the flat focused Picker components. | Description
The border color of the ScrollView page button. |
||||||
$kendo-picker-flat-focus-border | +$kendo-scrollview-pagebutton-primary-bg | Color | -$kendo-picker-focus-border |
+ $kendo-color-primary |
#3f51b5 |
||
Description
+ The border color of the flat focused Picker components. | Description
The primary background color of the ScrollView page button. |
||||||
$kendo-picker-flat-focus-shadow | -Null | -null |
- null |
+ $kendo-scrollview-pagebutton-primary-border | +Color | +$kendo-color-primary |
+ #3f51b5 |
Description
+ The shadow of the flat focused Picker components. | Description
The primary border color of the ScrollView page button. |
||||||
$kendo-picker-flat-hover-focus-bg | -Null | -null |
- null |
+ $kendo-scrollview-pagebutton-shadow | +List | +0 0 0 2px rgba( black, .13 ) |
+ 0 0 0 2px rgba(0, 0, 0, 0.13) |
Description
+ The background color of the flat hovered and focused Picker components. | Description
The box shadow of the ScrollView page button. |
||||||
$kendo-picker-flat-hover-focus-text | -Null | -null |
- null |
+ $kendo-scrollview-pager-offset | +Number | +0 |
+ 0 |
Description
+ The text color of the flat hovered and focused Picker components. | Description
The offset of the ScrollView pager. |
||||||
$kendo-picker-flat-hover-focus-border | -Null | -null |
- null |
+ $kendo-scrollview-pager-item-spacing | +Number | +20px |
+ 20px |
Description
+ The border color of the flat hovered and focused Picker components. | Description
The spacing between the ScrollView pager items. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-picker-flat-hover-border | -Color | -$kendo-picker-hover-border |
- rgba(0, 0, 0, 0.87) |
+||||
$kendo-scrollview-pager-item-border-width | +Number | +0px |
+ 0px |
||||
Description
+ The border color of the flat hovered Picker components. | Description
The border width of the ScrollView pager items. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-popover-border-width | -Number | -1px |
- 1px |
+||||
$kendo-scrollview-pager-height | +Calculation | +calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + #{$kendo-scrollview-pager-item-spacing * 2} ) |
+ calc(10px + 0px + 40px) |
||||
Description
+ The width of the border around the Popover. | Description
The height of the ScrollView pager. |
||||||
$kendo-popover-border-style | -String | -solid |
- solid |
+ $kendo-scrollview-arrow-tap-highlight-color | +Color | +$kendo-color-rgba-transparent |
+ rgba(0, 0, 0, 0) |
Description
+ The style of the border around the Popover. | Description
The text color of the highlight over the tapped ScrollView navigation arrows. |
||||||
$kendo-popover-border-radius | -Number | -$kendo-card-border-radius |
- 4px |
+ $kendo-scrollview-navigation-color | +Color | +white |
+ white |
Description
+ The radius of the border around the Popover. | Description
The color of the ScrollView navigation arrows. |
||||||
$kendo-popover-font-family | +$kendo-scrollview-navigation-icon-shadow | List | -$kendo-card-font-family |
- Roboto, "Helvetica Neue", sans-serif |
+ rgba( black, .3 ) 0 0 15px |
+ rgba(0, 0, 0, 0.3) 0 0 15px |
|
Description
+ The font family of the Popover. | Description
The box shadow of the ScrollView navigation arrows. |
||||||
$kendo-popover-font-size | +$kendo-scrollview-navigation-bg | +Color | +rgba( black, 0 ) |
+ rgba(0, 0, 0, 0) |
+|||
Description
+ The background color of the ScrollView navigation. |
+|||||||
$kendo-scrollview-navigation-default-opacity | Number | -$kendo-card-font-size |
- 14px |
+ .7 |
+ 0.7 |
||
Description
+ The font size of the Popover. | Description
The opacity of the ScrollView navigation. |
||||||
$kendo-popover-line-height | +$kendo-scrollview-navigation-hover-opacity | Number | -$kendo-card-line-height |
- 1.4285714286 |
+ 1 |
+ 1 |
|
Description
+ The line height of the Popover. | Description
The hover opacity of the ScrollView navigation. |
||||||
$kendo-popover-text | +$kendo-scrollview-navigation-hover-span-bg | +Null | +null |
+ null |
+|||
Description
+ The hover background color of the ScrollView navigation arrows. |
+|||||||
$kendo-scrollview-light-bg | Color | -$kendo-component-text |
- rgba(0, 0, 0, 0.87) |
+ rgba( white, .4 ) |
+ rgba(255, 255, 255, 0.4) |
||
Description
+ The text color of the Popover. | Description
The background color of the ScrollView pager in light mode. |
||||||
$kendo-popover-bg | +$kendo-scrollview-dark-bg | Color | -$kendo-component-bg |
- #ffffff |
+ rgba( black, .4 ) |
+ rgba(0, 0, 0, 0.4) |
|
Description
+ The background color of the Popover. | Description
The background color of the ScrollView pager in dark mode. |
||||||
$kendo-popover-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-scrollview-transition-duration | +Number | +.3s |
+ 0.3s |
Description
+ The border color of the Popover. | Description
The duration of the ScrollView transition. |
||||||
$kendo-popover-shadow | +$kendo-scrollview-transition-timing-function | String | -$kendo-card-shadow |
- var(--kendo-elevation-1, 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)) |
+ ease-in-out |
+ ease-in-out |
|
Description
+ The box shadow of the Popover. | Description
The timing function of the ScrollView transition. |
||||||
$kendo-popover-header-padding-x | -Number | -$kendo-card-header-padding-x |
- 16px |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$box-shadow-depth-1 | +String | +k-elevation(1) |
+ var(--kendo-elevation-1, 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)) |
||||
Description
+ The horizontal padding of the Popover header. | Deprecated Use the `$kendo-elevation` map instead. Description
Shadow for switch. Equivalent to material elevation 1. |
||||||
$kendo-popover-header-padding-y | -Number | -$kendo-card-header-padding-y |
- 12px |
+ $box-shadow-depth-2 | +String | +k-elevation(2) |
+ var(--kendo-elevation-2, 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14)) |
Description
+ The vertical padding of the Popover header. | Deprecated Use the `$kendo-elevation` map instead. Description
Shadow for resting state of button, card and other widgets. Equivalent to material elevation 2. |
||||||
$kendo-popover-header-border-width | -Number | -$kendo-card-header-border-width |
- 1px |
+ $box-shadow-depth-3 | +String | +k-elevation(3) |
+ var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14)) |
Description
+ The border width of the Popover header. | Deprecated Use the `$kendo-elevation` map instead. Description
Shadow for menu, popups and raised state of button and card. Equivalent to material elevation 3. |
||||||
$kendo-popover-header-border-style | +$box-shadow-depth-4 | String | -$kendo-popover-border-style |
- solid |
+ k-elevation(4) |
+ var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14)) |
|
Description
+ The border style of the Popover header. | Deprecated Use the `$kendo-elevation` map instead. Description
Shadow for drawers and other overlaying elements. Equivalent to material elevation 4. |
||||||
$kendo-popover-header-text | -Null | -$kendo-card-header-text |
- null |
+ $box-shadow-depth-5 | +String | +k-elevation(5) |
+ var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14)) |
Description
+ The text color of the Popover header. | Deprecated Use the `$kendo-elevation` map instead. Description
Shadow for window and dialog. Equivalent to material elevation 6. |
||||||
$kendo-popover-header-bg | -Null | -$kendo-card-header-bg |
- null |
+ $box-shadow-depth-6 | +String | +k-elevation(6) |
+ var(--kendo-elevation-6, 0px 5px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 14px 0px rgba(0, 0, 0, 0.12), 0px 8px 10px 0px rgba(0, 0, 0, 0.14)) |
Description
+ The background color of the Popover header. | Deprecated Use the `$kendo-elevation` map instead. Description
Shadow for window and dialog. Equivalent to material elevation 8. |
||||||
$kendo-popover-header-border | -Color | -$kendo-card-header-border |
- rgba(0, 0, 0, 0.12) |
+ $box-shadow-depth-7 | +String | +k-elevation(7) |
+ var(--kendo-elevation-7, 0px 7px 8px 0px rgba(0, 0, 0, 0.2), 0px 5px 22px 0px rgba(0, 0, 0, 0.12), 0px 12px 17px 0px rgba(0, 0, 0, 0.14)) |
Description
+ The border color of the Popover header. | Deprecated Use the `$kendo-elevation` map instead. Description
Shadow for window and dialog. Equivalent to material elevation 12. |
||||||
$kendo-popover-body-padding-x | -Number | -$kendo-card-body-padding-x |
- 16px |
+ $box-shadow-depth-8 | +String | +k-elevation(8) |
+ var(--kendo-elevation-8, 0px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 16px 24px rgba(0, 0, 0, 0.14)) |
Description
+ The horizontal padding of the Popover body. | Deprecated Use the `$kendo-elevation` map instead. Description
Shadow for window and dialog. Equivalent to material elevation 16. |
||||||
$kendo-popover-body-padding-y | -Number | -$kendo-card-body-padding-y |
- 16px |
+ $box-shadow-depth-9 | +String | +k-elevation(9) |
+ var(--kendo-elevation-9, 0px 11px 15px rgba(0, 0, 0, 0.2), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 24px 38px rgba(0, 0, 0, 0.14)) |
Description
+ The vertical padding of the Popover body. | Deprecated Use the `$kendo-elevation` map instead. Description
Shadow for window and dialog. Equivalent to material elevation 24. |
||||||
$kendo-popover-actions-border-width | -Number | -$kendo-popover-border-width |
- 1px |
+ $elevation | +Color | +k-map-get( $theme, elevation ) |
+ #000000 |
Description
+ The border width of the Popover actions. | Description
Color of shadows |
||||||
$kendo-popover-callout-width | -Number | -$kendo-card-callout-width |
- 20px |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-skeleton-text-transform | +String | +scale( 1, .6 ) |
+ scale(1, 0.6) |
||||
Description
+ The width of the Popover callout. | Description
The transform scale of the Skeleton text. |
||||||
$kendo-popover-callout-height | +$kendo-skeleton-text-border-radius | Number | -$kendo-card-callout-height |
- 20px |
+ $kendo-border-radius-md |
+ 4px |
|
Description
+ The height of the Popover callout. | Description
The border radius of the Skeleton text. |
||||||
$kendo-popover-callout-border-width | +$kendo-skeleton-rect-border-radius | Number | -$kendo-popover-border-width |
- 1px |
+ 0 |
+ 0 |
|
Description
+ The border width of the Popover callout. | Description
The border radius of the rectangular Skeleton. |
||||||
$kendo-popover-callout-border-style | -String | -$kendo-popover-border-style |
- solid |
+ $kendo-skeleton-circle-border-radius | +Number | +9999px |
+ 9999px |
Description
+ The border style of the Popover callout. | Description
The border radius of the circular Skeleton. |
||||||
$kendo-popover-callout-bg | +$kendo-skeleton-item-bg | Color | -$kendo-popover-bg |
- #ffffff |
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 )) |
+ rgba(66, 66, 66, 0.2) |
|
Description
+ The background color of the Popover callout. | Description
The background color of the Skeleton item. |
||||||
$kendo-popover-callout-border | +$kendo-skeleton-wave-bg | Color | -$kendo-popover-border |
- rgba(0, 0, 0, 0.12) |
+ rgba( black, .04 ) |
+ rgba(0, 0, 0, 0.04) |
|
Description
+ The border color of the Popover callout. | Description
The background color of the Skeleton wave animation. |
$kendo-popup-padding-x | -Null | -null |
- null |
-||||
Description
- Horizontal padding of the popup. |
-|||||||
$kendo-popup-padding-y | -Null | -null |
- null |
-||||
Description
- Vertical padding of the popup. |
-|||||||
$kendo-popup-border-width | -Number | -0px |
- 0px |
-||||
Description
- Width of the border around the popup. |
-|||||||
$kendo-popup-border-radius | +$kendo-split-button-focus-shadow | Null | -null |
+ $kendo-button-focus-shadow |
null |
||
Description
+ Border radius of the popup. | Description
The focus shadow of the SplitButton. |
||||||
$kendo-popup-font-size | +$kendo-split-button-arrow-padding-x | Number | -$kendo-font-size-md |
- 14px |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ Font size of the popup. | Description
The horizontal padding of the arrow Button. |
||||||
$kendo-popup-line-height | +$kendo-split-button-sm-arrow-padding-x | Number | -$kendo-line-height-md |
- 2 |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ Line height of the popup. | Description
The horizontal padding of the small arrow Button. |
||||||
$kendo-popup-content-padding-x | +$kendo-split-button-md-arrow-padding-x | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ Horizontal padding of the popup content. | Description
The horizontal padding of the medium arrow Button. |
||||||
$kendo-popup-content-padding-y | +$kendo-split-button-lg-arrow-padding-x | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ k-map-get( $kendo-spacing, 1 ) |
+ 4px |
|
Description
+ Vertical padding of the popup content. | Description
The horizontal padding of the large arrow Button. |
||||||
$kendo-popup-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-split-button-arrow-padding-y | +Number | +$kendo-button-padding-y |
+ 8px |
Description
+ Background color of the popup. | Description
The vertical padding of the arrow Button. |
||||||
$kendo-popup-text | -Color | -$kendo-component-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-split-button-sm-arrow-padding-y | +Number | +$kendo-button-sm-padding-y |
+ 6px |
Description
+ Text color of the popup. | Description
The vertical padding of the small arrow Button. |
||||||
$kendo-popup-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-split-button-md-arrow-padding-y | +Number | +$kendo-button-md-padding-y |
+ 8px |
Description
+ Border color of the popup. | Description
The vertical padding of the medium arrow Button. |
||||||
$kendo-popup-shadow | -String | -$box-shadow-depth-4 |
- var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14)) |
+ $kendo-split-button-lg-arrow-padding-y | +Number | +$kendo-button-lg-padding-y |
+ 10px |
Description
+ Box shadow of the popup. | Description
The vertical padding of the large arrow Button. |
$kendo-progressbar-height | -Number | -5px |
- 5px |
-||||
Description
- The height of the ProgressBar. |
-|||||||
$kendo-progressbar-horizontal-width | -Number | -100% |
- 100% |
-||||
Description
- The horizontal width of the ProgressBar. |
-|||||||
$kendo-progressbar-animation-timing | -Null | -null |
- null |
-||||
Description
- The animation timing of the ProgressBar. |
-|||||||
$kendo-progressbar-border-width | +$kendo-splitter-border-width | Number | -0px |
- 0px |
+ 1px |
+ 1px |
|
Description
+ The width of the border around the ProgressBar. | Description
The width of the border around the Splitter. |
||||||
$kendo-progressbar-font-family | +$kendo-splitter-font-family | List | $kendo-font-family |
Roboto, "Helvetica Neue", sans-serif |
|||
Description
+ The font family of the ProgressBar. | Description
The font family of the Splitter. |
||||||
$kendo-progressbar-font-size | +$kendo-splitter-font-size | Number | -$kendo-font-size-sm |
- 12px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The font size of the ProgressBar. | Description
The font size of the Splitter. |
||||||
$kendo-progressbar-line-height | +$kendo-splitter-line-height | Number | -1 |
- 1 |
+ $kendo-line-height-md |
+ 2 |
|
Description
+ The line height of the ProgressBar. | Description
The line height of the Splitter. |
||||||
$kendo-progressbar-bg | +$kendo-splitter-bg | Color | -if($kendo-enable-color-system, k-color( primary-subtle ), k-try-tint( $kendo-color-primary, 8 )) |
- #bac0e4 |
+ $kendo-component-bg |
+ #ffffff |
|
Description
+ The background color of the ProgressBar. | Description
The background color of the Splitter. |
||||||
$kendo-progressbar-text | +$kendo-splitter-text | Color | $kendo-component-text |
rgba(0, 0, 0, 0.87) |
|||
Description
+ The text color of the ProgressBar. | Description
The text color of the Splitter. |
||||||
$kendo-progressbar-border | -Null | -null |
- null |
+ $kendo-splitter-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ The border color of the ProgressBar. | Description
The border color of the Splitter. |
||||||
$kendo-progressbar-gradient | -Null | -null |
- null |
+ $kendo-splitter-splitbar-size | +Number | +k-map-get( $kendo-spacing, 3 ) |
+ 12px |
Description
+ The background gradient of the ProgressBar. | Description
The size of the Splitter splitbar. |
||||||
$kendo-progressbar-value-bg | -Color | -$kendo-color-primary |
- #3f51b5 |
+ $kendo-splitter-drag-handle-length | +Number | +20px |
+ 20px |
Description
+ The progress background color of the ProgressBar. | Description
The length of the Splitter drag handle. |
||||||
$kendo-progressbar-value-text | -Color | -$kendo-color-primary-contrast |
- white |
+ $kendo-splitter-drag-handle-thickness | +Number | +2px |
+ 2px |
Description
+ The progress text color of the ProgressBar. | Description
The thickness of the Splitter drag handle. |
||||||
$kendo-progressbar-value-border | -Null | -null |
- null |
+ $kendo-splitter-drag-icon-margin | +Number | +7px |
+ 7px |
Description
+ The progress border color of the ProgressBar. | Description
The margin of the Splitter drag handle icon. |
||||||
$kendo-progressbar-value-gradient | +$kendo-splitter-collapse-icon-padding-x | Null | null |
null |
|||
Description
+ The progress background gradient of the ProgressBar. | Description
The horizontal padding of the collapse icon in the Splitter. |
||||||
$kendo-progressbar-indeterminate-bg | -Color | -$kendo-progressbar-bg |
- #bac0e4 |
+ $kendo-splitter-collapse-icon-padding-y | +Number | +k-map-get( $kendo-spacing, .5 ) |
+ 2px |
Description
+ The background color of the indeterminate ProgressBar. | Description
The vertical padding of the collapse icon in the Splitter. |
||||||
$kendo-progressbar-indeterminate-text | +$kendo-splitbar-bg | Color | -$kendo-progressbar-text |
- rgba(0, 0, 0, 0.87) |
+ if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-splitter-bg, 1 )) |
+ #ebebeb |
|
Description
+ The text color of the indeterminate ProgressBar. | Description
The background color of the Splitter splitbar. |
||||||
$kendo-progressbar-indeterminate-border | -Null | -$kendo-progressbar-border |
- null |
+ $kendo-splitbar-text | +Color | +$kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
Description
+ The border color of the indeterminate ProgressBar. | Description
The text color of the Splitter splitbar. |
||||||
$kendo-progressbar-indeterminate-gradient | -Null | -null |
- null |
+ $kendo-splitbar-hover-bg | +Color | +if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-splitbar-bg, .5 )) |
+ #e2e2e2 |
Description
+ The background gradient of the indeterminate ProgressBar. | Description
The hover background color of the Splitter splitbar. |
||||||
$kendo-progressbar-chunk-border | +$kendo-splitbar-hover-text | Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-splitbar-text |
+ rgba(0, 0, 0, 0.54) |
|
Description
+ The border color of the chunk ProgressBar. | Description
The hover text color of the Splitter splitbar. |
||||||
$kendo-circular-progressbar-arc-stroke | +$kendo-splitbar-selected-bg | Color | $kendo-color-primary |
#3f51b5 |
|||
Description
+ The arc stroke color of the circular ProgressBar. | Description
The selected background color of the Splitter splitbar. |
||||||
$kendo-circular-progressbar-scale-stroke | +$kendo-splitbar-selected-text | Color | -$kendo-progressbar-bg |
- #bac0e4 |
+ $kendo-color-primary-contrast |
+ white |
|
Description
+ The scale stroke background color of the circular ProgressBar. | Description
The selected text color of the Splitter splitbar. |
Name | -Type | -Default value | -Computed value | -||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
$kendo-prompt-text | -Color | -$kendo-component-text |
- rgba(0, 0, 0, 0.87) |
-||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description
- The text color of the Prompt. |
-|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$kendo-prompt-bg | -Color | -$kendo-component-bg |
- #ffffff |
-||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Description
- The background color of the Prompt. |
-|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
$kendo-prompt-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-stepper-margin-x | +Null | +null |
+ null |
||||
Description
+ The border color of the Prompt. | Description
The horizontal margin the Stepper. |
||||||
$kendo-prompt-header-text | -Color | -$kendo-component-header-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-stepper-margin-y | +Null | +null |
+ null |
Description
+ The text color of the Prompt header. | Description
The vertical margin the Stepper. |
||||||
$kendo-prompt-header-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-stepper-padding-x | +Null | +null |
+ null |
Description
+ The background color of the Prompt header. | Description
The horizontal padding the Stepper. |
||||||
$kendo-prompt-header-border | -Color | -$kendo-component-header-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-stepper-padding-y | +Null | +null |
+ null |
Description
+ The border color of the Prompt header. | Description
The vertical padding the Stepper. |
||||||
$kendo-prompt-content-padding-y | +$kendo-stepper-label-margin-x | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ 12px |
+ 12px |
|
Description
+ The vertical padding of the Prompt content. | Description
The horizontal margin the Stepper label. |
||||||
$kendo-prompt-content-padding-x | +$kendo-stepper-label-padding-x | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ 12px |
+ 12px |
|
Description
+ The horizontal padding of the Prompt content. | Description
The horizontal padding the Stepper label. |
||||||
$kendo-prompt-content-spacing | +$kendo-stepper-label-padding-y | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ 5px |
+ 5px |
|
Description
+ The spacing between the items of the Prompt content. | Description
The vertical padding the Stepper label. |
||||||
$kendo-prompt-content-text | -Color | -$kendo-component-header-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-stepper-border-width | +Number | +0px |
+ 0px |
Description
+ The text color of the Prompt content. | Description
The width of the border around the Stepper. |
||||||
$kendo-prompt-content-bg | -Color | -$kendo-component-header-bg |
- #ffffff |
+ $kendo-stepper-inline-content-padding-x | +Number | +20px |
+ 20px |
Description
+ The background color of the Prompt content. | Description
The horizontal padding the Stepper content. |
||||||
$kendo-prompt-content-border | -Color | -$kendo-component-header-border |
- rgba(0, 0, 0, 0.08) |
+ $kendo-stepper-inline-content-padding-y | +Number | +10px |
+ 10px |
Description
+ The text border of the Prompt content. | Description
The vertical padding the Stepper content. |
||||||
$kendo-prompt-expander-spacing | +$kendo-stepper-font-size | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-font-size-md |
+ 14px |
|
Description
+ The spacing between the items of the Prompt content expander. | |||||||
$kendo-prompt-suggestion-padding-y | +$kendo-stepper-line-height | Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ k-math-div( 20, 14 ) |
+ 1.4285714286 |
|
Description
+ The vertical padding of the Prompt suggestion container. | |||||||
$kendo-prompt-suggestion-padding-x | -Number | -k-map-get( $kendo-spacing, 2 ) |
- 8px |
+ $kendo-stepper-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
Description
+ The horizontal padding of the Prompt suggestion container. | |||||||
$kendo-prompt-suggestion-border-radius | -Number | -$kendo-border-radius-md |
- 4px |
+ $kendo-stepper-bg | +Null | +null |
+ null |
Description
+ The border radius of the Prompt suggestion container. | Description
The background color of the Stepper. |
||||||
$kendo-prompt-suggestion-text | +$kendo-stepper-text | Color | $kendo-component-text |
rgba(0, 0, 0, 0.87) |
|||
Description
+ The text color of the Prompt suggestion container. | Description
The text color of the Stepper. |
||||||
$kendo-prompt-suggestion-bg | -Color | -$kendo-body-bg |
- #ffffff |
+ $kendo-stepper-border | +Null | +null |
+ null |
Description
+ The background color of the Prompt suggestion container. | Description
The border color of the Stepper. |
||||||
$kendo-prompt-suggestion-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-stepper-indicator-width | +Number | +28px |
+ 28px |
Description
+ The border color of the Prompt suggestion container. | Description
The width of the Stepper indicator. |
||||||
$kendo-prompt-suggestion-shadow | -String | -k-elevation(1) |
- var(--kendo-elevation-1, 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)) |
-||||
Description
- The elevation of the Prompt suggestion container. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-radio-radius | +$kendo-stepper-indicator-height | Number | -50% |
- 50% |
+ $kendo-stepper-indicator-width |
+ 28px |
|
Description
+ The border radius of the RadioButton. | Description
The height of the Stepper indicator. |
||||||
$kendo-radio-border-width | +$kendo-stepper-indicator-border-radius | Number | -2px |
- 2px |
+ 50% |
+ 50% |
|
Description
+ The border width of the RadioButton. | Description
The border radius of the Stepper indicator. |
||||||
$kendo-radio-sm-size | +$kendo-stepper-indicator-border-width | Number | -k-map-get( $kendo-spacing, 3 ) |
- 12px |
+ 1px |
+ 1px |
|
Description
+ The size of a small RadioButton. | Description
The border width of the Stepper indicator. |
||||||
$kendo-radio-md-size | +$kendo-stepper-indicator-focus-border-width | Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ 1px |
+ 1px |
|
Description
+ The size of a medium RadioButton. | Description
The border width of the focused Stepper indicator. |
||||||
$kendo-radio-lg-size | +$kendo-stepper-indicator-focus-size | Number | -k-map-get( $kendo-spacing, 5 ) |
- 20px |
+ 2px |
+ 2px |
|
Description
+ The size of a large RadioButton. | Description
The size of the focused Stepper indicator. |
||||||
$kendo-radio-sm-glyph-size | +$kendo-stepper-indicator-focus-offset | Number | -k-map-get( $kendo-spacing, 2.5 ) |
- 10px |
+ 3px |
+ 3px |
|
Description
+ The glyph size of a small RadioButton. | Description
The offset of the Stepper focused indicator. |
||||||
$kendo-radio-md-glyph-size | -Number | -k-map-get( $kendo-spacing, 3.5 ) |
- 14px |
+ $kendo-stepper-indicator-focus-calc-offset | +Calculation | +calc( #{$kendo-stepper-indicator-focus-border-width} + #{$kendo-stepper-indicator-focus-offset} ) |
+ calc(1px + 3px) |
Description
+ The glyph size of a medium RadioButton. | Description
The calculated offset of the focused Stepper indicator. |
||||||
$kendo-radio-lg-glyph-size | -Number | -k-map-get( $kendo-spacing, 4.5 ) |
- 18px |
+ $kendo-stepper-indicator-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The glyph size of a large RadioButton. | Description
The background color of the Stepper indicator. |
||||||
$kendo-radio-sm-ripple-size | -Number | -300% |
- 300% |
+ $kendo-stepper-indicator-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The ripple size of a small RadioButton. | Description
The text color of the Stepper indicator. |
||||||
$kendo-radio-md-ripple-size | -Number | -300% |
- 300% |
+ $kendo-stepper-indicator-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ The ripple size of a medium RadioButton. | Description
The border color of the Stepper indicator. |
||||||
$kendo-radio-lg-ripple-size | -Number | -300% |
- 300% |
+ $kendo-stepper-indicator-hover-bg | +Color | +if($kendo-enable-color-system, k-color( base-hover ), k-try-shade( $kendo-stepper-indicator-bg )) |
+ #ebebeb |
Description
+ The ripple size of a large RadioButton. | Description
The background color of the hovered Stepper indicator. |
||||||
$kendo-radio-sizes | -Map | -(
- sm: (
- size: $kendo-radio-sm-size,
- glyph-size: $kendo-radio-sm-glyph-size,
- ripple-size: $kendo-radio-sm-ripple-size
- ),
- md: (
- size: $kendo-radio-md-size,
- glyph-size: $kendo-radio-md-glyph-size,
- ripple-size: $kendo-radio-md-ripple-size
- ),
- lg: (
- size: $kendo-radio-lg-size,
- glyph-size: $kendo-radio-lg-glyph-size,
- ripple-size: $kendo-radio-lg-ripple-size
- )
-) |
- (sm: (size: 12px, glyph-size: 10px, ripple-size: 300%), md: (size: 16px, glyph-size: 14px, ripple-size: 300%), lg: (size: 20px, glyph-size: 18px, ripple-size: 300%)) |
+ $kendo-stepper-indicator-hover-text | +Null | +null |
+ null |
Description
+ The map with the different RadioButton sizes. | Description
The text color of the hovered Stepper indicator. |
||||||
$kendo-radio-bg | +$kendo-stepper-indicator-hover-border | Null | -$kendo-checkbox-bg |
+ null |
null |
||
Description
+ The background color of the RadioButton. | Description
The border color of the hovered Stepper indicator. |
||||||
$kendo-radio-text | +$kendo-stepper-indicator-disabled-bg | Null | -$kendo-checkbox-text |
+ null |
null |
||
Description
+ The color of the RadioButton. | Description
The background color of the disabled Stepper indicator. |
||||||
$kendo-radio-border | +$kendo-stepper-indicator-disabled-text | Color | -$kendo-checkbox-border |
- rgba(0, 0, 0, 0.54) |
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .32 ), $kendo-disabled-text) |
+ rgba(0, 0, 0, 0.38) |
|
Description
+ The border color of the RadioButton. | Description
The text color of the disabled Stepper indicator. |
||||||
$kendo-radio-hover-bg | +$kendo-stepper-indicator-disabled-border | Null | null |
null |
|||
Description
+ The background color of the hovered RadioButton. | Description
The border color of the disabled Stepper indicator. |
||||||
$kendo-radio-hover-text | -Null | -null |
- null |
+ $kendo-stepper-indicator-done-bg | +Color | +$kendo-color-primary |
+ #3f51b5 |
Description
+ The color of the hovered RadioButton. | Description
The background color of the Stepper done indicator. |
||||||
$kendo-radio-hover-border | +$kendo-stepper-indicator-done-text | +Color | +if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg )) |
+ white |
+|||
Description
+ The text color of the Stepper done indicator. |
+|||||||
$kendo-stepper-indicator-done-border | +Color | +$kendo-stepper-indicator-done-bg |
+ #3f51b5 |
+||||
Description
+ The border color of the Stepper done indicator. |
+|||||||
$kendo-stepper-indicator-done-hover-bg | +Color | +if($kendo-enable-color-system, k-color( primary-hover ), k-try-shade( $kendo-stepper-indicator-done-bg )) |
+ #3a4ba7 |
+||||
Description
+ The background color of the hovered Stepper done indicator. |
+|||||||
$kendo-stepper-indicator-done-hover-text | Null | null |
null |
||||
Description
+ The border color of the hovered RadioButton. | Description
The text color of the hovered Stepper done indicator. |
||||||
$kendo-radio-checked-bg | +$kendo-stepper-indicator-done-hover-border | Null | null |
null |
|||
Description
+ The background color of the checked RadioButton. | Description
The border color of the hovered Stepper done indicator. |
||||||
$kendo-radio-checked-text | +$kendo-stepper-indicator-done-disabled-bg | Color | -$kendo-color-primary |
- #3f51b5 |
+ if($kendo-enable-color-system, rgba( k-color( primary, true ), .6 ), k-color-mix( $kendo-stepper-indicator-done-bg, $kendo-component-bg, 60%)) |
+ #8c97d3 |
|
Description
+ The color of the checked RadioButton. | Description
The background color of the disabled Stepper done indicator. |
||||||
$kendo-radio-checked-border | +$kendo-stepper-indicator-done-disabled-text | Color | -$kendo-radio-checked-text |
+ if($kendo-enable-color-system, k-color( on-primary ), k-contrast-color( $kendo-stepper-indicator-done-bg )) |
+ white |
+||
Description
+ The text color of the disabled Stepper done indicator. |
+|||||||
$kendo-stepper-indicator-done-disabled-border | +Color | +$kendo-stepper-indicator-done-disabled-bg |
+ #8c97d3 |
+||||
Description
+ The border color of the disabled Stepper done indicator. |
+|||||||
$kendo-stepper-indicator-current-bg | +Color | +$kendo-stepper-indicator-done-bg |
#3f51b5 |
||||
Description
+ The border color of the checked RadioButton. | Description
The background color of the Stepper current indicator. |
||||||
$kendo-radio-focus-border | -Null | -$kendo-checkbox-focus-border |
- null |
+ $kendo-stepper-indicator-current-text | +Color | +$kendo-stepper-indicator-done-text |
+ white |
Description
+ The border color of the focused RadioButton. | Description
The text color of the Stepper current indicator. |
||||||
$kendo-radio-focus-shadow | -Null | -$kendo-checkbox-focus-shadow |
- null |
+ $kendo-stepper-indicator-current-border | +Color | +$kendo-stepper-indicator-done-border |
+ #3f51b5 |
Description
+ The box shadow of the focused RadioButton. | Description
The border color of the Stepper current indicator. |
||||||
$kendo-radio-focus-checked-border | -Null | -$kendo-checkbox-focus-checked-border |
- null |
+ $kendo-stepper-indicator-current-hover-bg | +Color | +$kendo-stepper-indicator-done-hover-bg |
+ #3a4ba7 |
Description
+ The border color of the focused and checked RadioButton. | Description
The background color of the hovered Stepper current indicator. |
||||||
$kendo-radio-focus-checked-shadow | +$kendo-stepper-indicator-current-hover-text | Null | -$kendo-checkbox-focus-checked-shadow |
+ $kendo-stepper-indicator-done-hover-text |
null |
||
Description
+ The box shadow of the focused and checked RadioButton. | Description
The text color of the hovered Stepper current indicator. |
||||||
$kendo-radio-disabled-bg | +$kendo-stepper-indicator-current-hover-border | Null | -null |
+ $kendo-stepper-indicator-done-hover-border |
null |
||
Description
+ The background color of the disabled RadioButton. | Description
The border color of the hovered Stepper current indicator. |
||||||
$kendo-radio-disabled-text | -Null | -null |
- null |
+ $kendo-stepper-indicator-current-disabled-bg | +Color | +$kendo-stepper-indicator-done-disabled-bg |
+ #8c97d3 |
Description
+ The color of the disabled RadioButton. | Description
The background color of the disabled Stepper current indicator. |
||||||
$kendo-radio-disabled-border | +$kendo-stepper-indicator-current-disabled-text | Color | -$kendo-checkbox-disabled-border |
- #adadad |
+ $kendo-stepper-indicator-done-disabled-text |
+ white |
|
Description
+ The border color of the disabled RadioButton. | Description
The text color of the disabled Stepper current indicator. |
||||||
$kendo-radio-disabled-checked-bg | +$kendo-stepper-indicator-current-disabled-border | +Color | +$kendo-stepper-indicator-done-disabled-border |
+ #8c97d3 |
+|||
Description
+ The border color of the disabled Stepper current indicator. |
+|||||||
$kendo-stepper-label-text | Null | null |
null |
||||
Description
+ The background color of the disabled and checked RadioButton. | Description
The text color of the Stepper label. |
||||||
$kendo-radio-disabled-checked-text | +$kendo-stepper-label-success-text | Color | -$kendo-radio-disabled-border |
- #adadad |
+ $kendo-color-success |
+ #37b400 |
|
Description
+ The color of the disabled and checked RadioButton. | Description
The success text color of the Stepper label. |
||||||
$kendo-radio-disabled-checked-border | +$kendo-stepper-label-error-text | Color | -$kendo-radio-disabled-border |
- #adadad |
+ $kendo-color-error |
+ #f31700 |
|
Description
+ The border color of disabled and checked RadioButton. | Description
The error text color of the Stepper label. |
||||||
$kendo-radio-invalid-bg | +$kendo-stepper-label-hover-text | Null | -$kendo-checkbox-invalid-bg |
+ null |
null |
||
Description
+ The background color of the invalid RadioButton. | Description
The text color of the hovered Stepper label. |
||||||
$kendo-radio-invalid-text | +$kendo-stepper-label-disabled-text | Color | -$kendo-checkbox-invalid-text |
- #f31700 |
+ if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .32 ), k-map-get( $theme, disabled-text )) |
+ rgba(0, 0, 0, 0.38) |
|
Description
+ The color of the invalid RadioButton. | Description
The text color of the disabled Stepper label. |
||||||
$kendo-radio-invalid-border | +$kendo-stepper-optional-label-text | Color | -$kendo-checkbox-invalid-border |
- #f31700 |
+ $kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
|
Description
+ The border color of the invalid RadioButton. | Description
The text color of the Stepper optional label. |
||||||
$kendo-radio-indicator-type | -String | -image |
- image |
+ $kendo-stepper-optional-label-opacity | +Null | +null |
+ null |
Description
+ The type of the RadioButton indicator. | Description
The opacity of the Stepper optional label. |
||||||
$kendo-radio-glyph-font-family | -List | -"WebComponentsIcons", monospace |
- "WebComponentsIcons", monospace |
+ $kendo-stepper-optional-label-font-size | +Number | +$kendo-font-size-sm |
+ 12px |
Description
+ The font family of the RadioButton indicator glyph. | Description
The font size of the Stepper optional label. |
||||||
$kendo-radio-checked-glyph | -String | -"\e308" |
- "\e308" |
+ $kendo-stepper-optional-label-font-style | +Null | +null |
+ null |
Description
+ The glyph of the RadioButton indicator. | Description
The font style of the Stepper optional label. |
||||||
$kendo-radio-checked-image | -String | -k-escape-svg( url("data:image/svg+xml,") ) |
- url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='%233f51b5'/%3e%3c/svg%3e") |
+ $kendo-stepper-progressbar-size | +Number | +2px |
+ 2px |
Description
+ The image of the checked RadioButton indicator. | Description
The size of the Stepper ProgressBar. |
||||||
$kendo-radio-disabled-checked-image | -String | -k-escape-svg( url("data:image/svg+xml,") ) |
- url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3e%3ccircle cx='50%25' cy='50%25' r='4' fill='%23adadad'/%3e%3c/svg%3e") |
+ $kendo-stepper-progressbar-bg | +Null | +null |
+ null |
Description
+ The image of the disabled and checked RadioButton indicator. | Description
The background color of the Stepper ProgressBar. |
||||||
$kendo-radio-label-margin-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-stepper-progressbar-text | +Null | +null |
+ null |
Description
+ The horizontal margin of the RadioButton inside of a label. | Description
The text color of the Stepper ProgressBar. |
||||||
$kendo-radio-list-spacing | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-stepper-progressbar-fill-bg | +Null | +null |
+ null |
Description
+ The horizontal list item margin of the RadioButton. | Description
The background color of the selected Stepper ProgressBar. |
||||||
$kendo-radio-list-item-padding-x | -Number | -0px |
- 0px |
+ $kendo-stepper-progressbar-fill-text | +Null | +null |
+ null |
Description
+ The horizontal list item padding of the RadioButton. | Description
The text color of the selected Stepper ProgressBar. |
||||||
$kendo-radio-list-item-padding-y | -Number | -$kendo-list-md-item-padding-y |
- 8px |
+ $kendo-stepper-content-transition-property | +String | +height |
+ height |
Description
+ The vertical list item padding of the RadioButton. | Description
The property name of the Stepper transition. |
||||||
$kendo-radio-ripple-bg | -Color | -$kendo-color-primary |
- #3f51b5 |
+ $kendo-stepper-content-transition-duration | +Number | +300ms |
+ 300ms |
Description
+ The background color of the RadioButton ripple.. | Description
The duration of the Stepper transition. |
||||||
$kendo-radio-ripple-opacity | -Number | -.2 |
- 0.2 |
+ $kendo-stepper-content-transition-timing-function | +List | +cubic-bezier(.4, 0, .2, 1) 0ms |
+ cubic-bezier(0.4, 0, 0.2, 1) 0ms |
Description
+ The opacity of the RadioButton ripple. | Description
The timing function of the Stepper transition. |
$kendo-rating-font-family | -List | -$kendo-font-family |
- Roboto, "Helvetica Neue", sans-serif |
+ $kendo-switch-font-family | +Null | +null |
+ null |
+
Description
+ The font family of the Switch. |
+|||||||
$kendo-switch-track-border-width | +Null | +null |
+ null |
+||||
Description
+ The border width of the Switch track. |
+|||||||
$kendo-switch-thumb-border-width | +Null | +null |
+ null |
+||||
Description
+ The border width of the Switch thumb. |
|||||||
Description
+ The font family of the Rating. | $kendo-switch-label-text-transform | +Null | +null |
+ null |
+|||
Description
The text transform of the Switch label. |
|||||||
$kendo-rating-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-switch-label-display | +String | +none |
+ none |
Description
+ The font size of the Rating. | Description
The display of the Switch label. |
||||||
$kendo-rating-line-height | -Number | -$kendo-line-height-md |
- 2 |
+ $kendo-switch-sizes | +Map | +(
+ sm: ( font-size: null, track-width: 26px, track-height: 12px, thumb-width: 16px, thumb-height: 16px, thumb-offset: -2px, label-offset: 0px ),
+ md: ( font-size: null, track-width: 32px, track-height: 14px, thumb-width: 20px, thumb-height: 20px, thumb-offset: -3px, label-offset: 0px ),
+ lg: ( font-size: null, track-width: 38px, track-height: 16px, thumb-width: 24px, thumb-height: 24px, thumb-offset: -4px, label-offset: 0px )
+) |
+ (sm: (font-size: null, track-width: 26px, track-height: 12px, thumb-width: 16px, thumb-height: 16px, thumb-offset: -2px, label-offset: 0px), md: (font-size: null, track-width: 32px, track-height: 14px, thumb-width: 20px, thumb-height: 20px, thumb-offset: -3px, label-offset: 0px), lg: (font-size: null, track-width: 38px, track-height: 16px, thumb-width: 24px, thumb-height: 24px, thumb-offset: -4px, label-offset: 0px)) |
Description
+ The line height of the Rating. | Description
The map with the different Switch sizes. |
||||||
$kendo-rating-container-margin-x | -Number | -k-math-div( $kendo-padding-sm-x, 2 ) |
- 4px |
+ $kendo-switch-off-track-bg | +Color | +rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .38 ) |
+ rgba(0, 0, 0, 0.38) |
Description
+ The horizontal margin of the Rating container. | Description
The background of the track when the Switch is not checked. |
||||||
$kendo-rating-item-padding-x | -Number | -k-math-div( $kendo-padding-sm-x, 2 ) |
- 4px |
+ $kendo-switch-off-track-text | +Null | +null |
+ null |
Description
+ The horizontal padding of the Rating item. | Description
The text color of the track when the Switch is not checked. |
||||||
$kendo-rating-item-padding-y | -Number | -$kendo-padding-md-y |
- 4px |
+ $kendo-switch-off-track-border | +Null | +null |
+ null |
Description
+ The vertical padding of the Rating item. | Description
The border color of the track when the Switch is not checked |
||||||
$kendo-rating-label-margin-x | -Number | -$kendo-padding-sm-x |
- 8px |
+ $kendo-switch-off-track-gradient | +Null | +null |
+ null |
Description
+ The horizontal margin of the Rating label. | Description
The background gradient of the track when the Switch is not checked. |
||||||
$kendo-rating-label-margin-y | -Number | -$kendo-padding-md-y |
- 4px |
+ $kendo-switch-off-track-hover-bg | +Null | +null |
+ null |
Description
+ The vertical margin of the Rating label. | Description
The background of the track when the hovered Switch is not checked. |
||||||
$kendo-rating-label-line-height | -Number | -$kendo-line-height-lg |
- 1.5 |
+ $kendo-switch-off-track-hover-text | +Null | +null |
+ null |
Description
+ The line height of the Rating label. | Description
The text color of the track when the hovered Switch is not checked. |
||||||
$kendo-rating-icon-text | -Color | -$kendo-subtle-text |
- rgba(0, 0, 0, 0.54) |
+ $kendo-switch-off-track-hover-border | +Null | +null |
+ null |
Description
+ The text color of the Rating icon. | Description
The border color of the track when the hovered Switch is not checked. |
||||||
$kendo-rating-icon-selected-text | -Color | -$kendo-color-primary-darker |
- #303f9f |
+ $kendo-switch-off-track-hover-gradient | +Null | +null |
+ null |
Description
+ The text color of the selected Rating icon. | Description
The background gradient of the track when the hovered Switch is not checked. |
||||||
$kendo-rating-icon-hover-text | -Color | -$kendo-color-primary-darker |
- #303f9f |
+ $kendo-switch-off-track-focus-bg | +Null | +null |
+ null |
Description
+ The text color of the hovered Rating icon. | Description
The background of the track when the focused Switch is not checked. |
||||||
$kendo-rating-icon-focus-text | -Color | -$kendo-color-primary-darker |
- #303f9f |
+ $kendo-switch-off-track-focus-text | +Null | +null |
+ null |
Description
+ The text color of the focused Rating icon. | Description
The text color of the track when the focused Switch is not checked. |
||||||
$kendo-rating-icon-focus-shadow | -List | -0 2px 4px rgba( black, .1 ) |
- 0 2px 4px rgba(0, 0, 0, 0.1) |
+ $kendo-switch-off-track-focus-border | +Null | +null |
+ null |
Description
+ The shadow of the focused Rating icon. | Description
The border color of the track when the focused Switch is not checked. |
||||||
$kendo-rating-icon-focus-selected-shadow | -List | -0 2px 4px rgba( black, .1) |
- 0 2px 4px rgba(0, 0, 0, 0.1) |
+ $kendo-switch-off-track-focus-gradient | +Null | +null |
+ null |
Description
+ The shadow of the focused and selected Rating icon. | Description
The background gradient of the track when the focused Switch is not checked. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-scrollview-border-width | -Number | -1px |
- 1px |
+||||
$kendo-switch-off-track-focus-ring | +Null | +null |
+ null |
||||
Description
+ The width of the border around the ScrollView. | Description
The ring around the track when the focused Switch is not checked. |
||||||
$kendo-scrollview-font-family | -List | -$kendo-font-family |
- Roboto, "Helvetica Neue", sans-serif |
+ $kendo-switch-off-track-disabled-bg | +Null | +null |
+ null |
Description
+ The font family of the ScrollView. | Description
The background of the track when the disabled Switch is not checked. |
||||||
$kendo-scrollview-font-size | -Number | -$kendo-font-size-md |
- 14px |
+ $kendo-switch-off-track-disabled-text | +Null | +null |
+ null |
Description
+ The font size of the ScrollView. | Description
The text color of the track when the disabled Switch is not checked. |
||||||
$kendo-scrollview-line-height | -Number | -$kendo-line-height-md |
- 2 |
+ $kendo-switch-off-track-disabled-border | +Null | +null |
+ null |
Description
+ The line height of the ScrollView. | Description
The border color of the track when the disabled Switch is not checked. |
||||||
$kendo-scrollview-text | -Color | -$kendo-component-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-switch-off-track-disabled-gradient | +Null | +null |
+ null |
Description
+ The text color of the ScrollView. | Description
The background gradient of the track when the disabled Switch is not checked. |
||||||
$kendo-scrollview-bg | +$kendo-switch-off-thumb-bg | Color | -$kendo-component-bg |
+ if($kendo-enable-color-system, k-color( app-surface ), if( $kendo-is-dark-theme, $kendo-color-black, $kendo-color-white )) |
#ffffff |
||
Description
+ The background color of the ScrollView. | Description
The background of the thumb when the Switch is not checked. |
||||||
$kendo-scrollview-border | -Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-switch-off-thumb-text | +Null | +null |
+ null |
Description
+ The border color of the ScrollView. | Description
The text color of the thumb when the Switch is not checked. |
||||||
$kendo-scrollview-pagebutton-size | -Number | -10px |
- 10px |
+ $kendo-switch-off-thumb-border | +Null | +null |
+ null |
Description
+ The size of the ScrollView page button. | Description
The border color of the thumb when the Switch is not checked. |
||||||
$kendo-scrollview-pagebutton-bg | -Color | -$kendo-button-bg |
- #ffffff |
+ $kendo-switch-off-thumb-gradient | +Null | +null |
+ null |
Description
+ The background color of the ScrollView page button. | Description
The background gradient of the thumb when the Switch is not checked. |
||||||
$kendo-scrollview-pagebutton-border | -Color | -$kendo-button-border |
- #ffffff |
+ $kendo-switch-off-thumb-hover-bg | +Null | +null |
+ null |
Description
+ The border color of the ScrollView page button. | Description
The background of the thumb when the hovered Switch is not checked. |
||||||
$kendo-scrollview-pagebutton-primary-bg | -Color | -$kendo-color-primary |
- #3f51b5 |
+ $kendo-switch-off-thumb-hover-text | +Null | +null |
+ null |
Description
+ The primary background color of the ScrollView page button. | Description
The text color of the thumb when the hovered Switch is not checked. |
||||||
$kendo-scrollview-pagebutton-primary-border | -Color | -$kendo-color-primary |
- #3f51b5 |
+ $kendo-switch-off-thumb-hover-border | +Null | +null |
+ null |
Description
+ The primary border color of the ScrollView page button. | Description
The border color of the thumb when the hovered Switch is not checked. |
||||||
$kendo-scrollview-pagebutton-shadow | -List | -0 0 0 2px rgba( black, .13 ) |
- 0 0 0 2px rgba(0, 0, 0, 0.13) |
+ $kendo-switch-off-thumb-hover-gradient | +Null | +null |
+ null |
Description
+ The box shadow of the ScrollView page button. | Description
The background gradient of the thumb when the hovered Switch is not checked. |
||||||
$kendo-scrollview-pager-offset | -Number | -0 |
- 0 |
+ $kendo-switch-on-track-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( primary, true ), .54 ), rgba( $kendo-color-primary, .54 )) |
+ rgba(63, 81, 181, 0.54) |
Description
+ The offset of the ScrollView pager. | Description
The background of the track when the Switch is checked. |
||||||
$kendo-scrollview-pager-item-spacing | -Number | -20px |
- 20px |
+ $kendo-switch-on-track-text | +Null | +null |
+ null |
Description
+ The spacing between the ScrollView pager items. | Description
The text color of the track when the Switch is checked. |
||||||
$kendo-scrollview-pager-item-border-width | -Number | -0px |
- 0px |
+ $kendo-switch-on-track-border | +Null | +null |
+ null |
Description
+ The border width of the ScrollView pager items. | Description
The border color of the track when the Switch is checked. |
||||||
$kendo-scrollview-pager-height | -Calculation | -calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + #{$kendo-scrollview-pager-item-spacing * 2} ) |
- calc(10px + 0px + 40px) |
+ $kendo-switch-on-track-gradient | +Null | +null |
+ null |
Description
+ The height of the ScrollView pager. | Description
The background gradient of the track when the Switch is checked. |
||||||
$kendo-scrollview-arrow-tap-highlight-color | -Color | -$kendo-color-rgba-transparent |
- rgba(0, 0, 0, 0) |
+ $kendo-switch-on-track-hover-bg | +Null | +null |
+ null |
Description
+ The text color of the highlight over the tapped ScrollView navigation arrows. | Description
The background of the track when the hovered Switch is checked. |
||||||
$kendo-scrollview-navigation-color | -Color | -white |
- white |
+ $kendo-switch-on-track-hover-text | +Null | +null |
+ null |
Description
+ The color of the ScrollView navigation arrows. | Description
The text color of the track when the hovered Switch is checked. |
||||||
$kendo-scrollview-navigation-icon-shadow | -List | -rgba( black, .3 ) 0 0 15px |
- rgba(0, 0, 0, 0.3) 0 0 15px |
+ $kendo-switch-on-track-hover-border | +Null | +null |
+ null |
Description
+ The box shadow of the ScrollView navigation arrows. | Description
The border color of the track when the hovered Switch is checked. |
||||||
$kendo-scrollview-navigation-bg | -Color | -rgba( black, 0 ) |
- rgba(0, 0, 0, 0) |
+ $kendo-switch-on-track-hover-gradient | +Null | +null |
+ null |
Description
+ The background color of the ScrollView navigation. | Description
The background gradient of the track when the hovered Switch is checked. |
||||||
$kendo-scrollview-navigation-default-opacity | -Number | -.7 |
- 0.7 |
+ $kendo-switch-on-track-focus-bg | +Null | +null |
+ null |
Description
+ The opacity of the ScrollView navigation. | Description
The background of the track when the focused Switch is checked. |
||||||
$kendo-scrollview-navigation-hover-opacity | -Number | -1 |
- 1 |
+ $kendo-switch-on-track-focus-text | +Null | +null |
+ null |
Description
+ The hover opacity of the ScrollView navigation. | Description
The text color of the track when the focused Switch is checked. |
||||||
$kendo-scrollview-navigation-hover-span-bg | +$kendo-switch-on-track-focus-border | Null | null |
null |
|||
Description
+ The hover background color of the ScrollView navigation arrows. | Description
The border color of the track when the focused Switch is checked. |
||||||
$kendo-scrollview-light-bg | -Color | -rgba( white, .4 ) |
- rgba(255, 255, 255, 0.4) |
+ $kendo-switch-on-track-focus-gradient | +Null | +null |
+ null |
Description
+ The background color of the ScrollView pager in light mode. | Description
The background gradient of the track when the focused Switch is checked. |
||||||
$kendo-scrollview-dark-bg | -Color | -rgba( black, .4 ) |
- rgba(0, 0, 0, 0.4) |
+ $kendo-switch-on-track-focus-ring | +Null | +null |
+ null |
Description
+ The background color of the ScrollView pager in dark mode. | Description
The ring around the track when the focused Switch is checked. |
||||||
$kendo-scrollview-transition-duration | -Number | -.3s |
- 0.3s |
+ $kendo-switch-on-track-disabled-bg | +Null | +null |
+ null |
Description
+ The duration of the ScrollView transition. | Description
The background of the track when the disabled Switch is checked. |
||||||
$kendo-scrollview-transition-timing-function | -String | -ease-in-out |
- ease-in-out |
+ $kendo-switch-on-track-disabled-text | +Null | +null |
+ null |
Description
+ The timing function of the ScrollView transition. | Description
The text color of the track when the disabled Switch is checked. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$box-shadow-depth-1 | -String | -k-elevation(1) |
- var(--kendo-elevation-1, 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 2px 1px 0px rgba(0, 0, 0, 0.12), 0px 1px 1px 0px rgba(0, 0, 0, 0.14)) |
+||||
$kendo-switch-on-track-disabled-border | +Null | +null |
+ null |
||||
Deprecated Use the `$kendo-elevation` map instead. Description
+ Shadow for switch. Equivalent to material elevation 1. | Description
The border color of the track when the disabled Switch is checked. |
||||||
$box-shadow-depth-2 | -String | -k-elevation(2) |
- var(--kendo-elevation-2, 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14)) |
+ $kendo-switch-on-track-disabled-gradient | +Null | +null |
+ null |
Deprecated Use the `$kendo-elevation` map instead. Description
+ Shadow for resting state of button, card and other widgets. Equivalent to material elevation 2. | Description
The background gradient of the track when the disabled Switch is checked. |
||||||
$box-shadow-depth-3 | -String | -k-elevation(3) |
- var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14)) |
+ $kendo-switch-on-thumb-bg | +Color | +$kendo-color-primary |
+ #3f51b5 |
Deprecated Use the `$kendo-elevation` map instead. Description
+ Shadow for menu, popups and raised state of button and card. Equivalent to material elevation 3. | Description
The background of the thumb when the Switch is checked. |
||||||
$box-shadow-depth-4 | -String | -k-elevation(4) |
- var(--kendo-elevation-4, 0px 2px 4px 0px rgba(0, 0, 0, 0.2), 0px 1px 10px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.14)) |
+ $kendo-switch-on-thumb-text | +Null | +null |
+ null |
Deprecated Use the `$kendo-elevation` map instead. Description
+ Shadow for drawers and other overlaying elements. Equivalent to material elevation 4. | Description
The text color of the thumb when the Switch is checked. |
||||||
$box-shadow-depth-5 | -String | -k-elevation(5) |
- var(--kendo-elevation-5, 0px 3px 5px 0px rgba(0, 0, 0, 0.2), 0px 1px 18px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px 0px rgba(0, 0, 0, 0.14)) |
+||||
$kendo-switch-on-thumb-border | +Null | +null |
+ null |
||||
Deprecated Use the `$kendo-elevation` map instead. Description
+ Shadow for window and dialog. Equivalent to material elevation 6. | Description
The border color of the thumb when the Switch is checked. |
||||||
$box-shadow-depth-6 | -String | -k-elevation(6) |
- var(--kendo-elevation-6, 0px 5px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 14px 0px rgba(0, 0, 0, 0.12), 0px 8px 10px 0px rgba(0, 0, 0, 0.14)) |
+ $kendo-switch-on-thumb-gradient | +Null | +null |
+ null |
Deprecated Use the `$kendo-elevation` map instead. Description
+ Shadow for window and dialog. Equivalent to material elevation 8. | Description
The background gradient of the thumb when the Switch is checked. |
||||||
$box-shadow-depth-7 | -String | -k-elevation(7) |
- var(--kendo-elevation-7, 0px 7px 8px 0px rgba(0, 0, 0, 0.2), 0px 5px 22px 0px rgba(0, 0, 0, 0.12), 0px 12px 17px 0px rgba(0, 0, 0, 0.14)) |
+ $kendo-switch-on-thumb-hover-bg | +Null | +null |
+ null |
Deprecated Use the `$kendo-elevation` map instead. Description
+ Shadow for window and dialog. Equivalent to material elevation 12. | Description
The background of the thumb when the hovered Switch is checked. |
||||||
$box-shadow-depth-8 | -String | -k-elevation(8) |
- var(--kendo-elevation-8, 0px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 30px rgba(0, 0, 0, 0.12), 0px 16px 24px rgba(0, 0, 0, 0.14)) |
+ $kendo-switch-on-thumb-hover-text | +Null | +null |
+ null |
Deprecated Use the `$kendo-elevation` map instead. Description
+ Shadow for window and dialog. Equivalent to material elevation 16. | Description
The text color of the thumb when the hovered Switch is checked. |
||||||
$box-shadow-depth-9 | -String | -k-elevation(9) |
- var(--kendo-elevation-9, 0px 11px 15px rgba(0, 0, 0, 0.2), 0px 9px 46px rgba(0, 0, 0, 0.12), 0px 24px 38px rgba(0, 0, 0, 0.14)) |
+ $kendo-switch-on-thumb-hover-border | +Null | +null |
+ null |
Deprecated Use the `$kendo-elevation` map instead. Description
+ Shadow for window and dialog. Equivalent to material elevation 24. | Description
The border color of the thumb when the hovered Switch is checked. |
||||||
$elevation | -Color | -k-map-get( $theme, elevation ) |
- #000000 |
+ $kendo-switch-on-thumb-hover-gradient | +Null | +null |
+ null |
Description
+ Color of shadows | Description
The background gradient of the thumb when the hovered Switch is checked. |
$kendo-skeleton-text-transform | -String | -scale( 1, .6 ) |
- scale(1, 0.6) |
+ $kendo-table-border-width | +Number | +1px |
+ 1px |
Description
+ The transform scale of the Skeleton text. | Description
The width of the table border. |
||||||
$kendo-skeleton-text-border-radius | +$kendo-table-cell-vertical-border-width | Number | -$kendo-border-radius-md |
- 4px |
+ 1px |
+ 1px |
|
Description
+ The border radius of the Skeleton text. | Description
The width of vertical border of table cells. |
||||||
$kendo-skeleton-rect-border-radius | +$kendo-table-cell-horizontal-border-width | Number | -0 |
- 0 |
+ 1px |
+ 1px |
|
Description
+ The border radius of the rectangular Skeleton. | Description
The width of horizontal border of table cells. |
||||||
$kendo-skeleton-circle-border-radius | -Number | -9999px |
- 9999px |
+ $kendo-table-font-size | +Null | +null |
+ null |
Description
+ The border radius of the circular Skeleton. | Description
The font size of the table if no size is specified. |
||||||
$kendo-skeleton-item-bg | -Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .2 ), rgba( $kendo-color-inverse, .2 )) |
- rgba(66, 66, 66, 0.2) |
+ $kendo-table-line-height | +Null | +null |
+ null |
Description
+ The background color of the Skeleton item. | Description
The line-height of the table if no size is specified. |
||||||
$kendo-skeleton-wave-bg | -Color | -rgba( black, .04 ) |
- rgba(0, 0, 0, 0.04) |
+ $kendo-table-cell-padding-x | +Null | +null |
+ null |
Description
+ The background color of the Skeleton wave animation. | Description
The horizontal padding of the cells in the table if no size is specified. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-split-button-focus-shadow | +|||||||
$kendo-table-cell-padding-y | Null | -$kendo-button-focus-shadow |
+ null |
null |
|||
Description
+ The focus shadow of the SplitButton. | Description
The vertical padding of the cells in the table if no size is specified. |
||||||
$kendo-split-button-arrow-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-table-sizes | +Map | +(
+ 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: 2, cell-padding-x: 10px, cell-padding-y: 4px), md: (font-size: 14px, line-height: 2, cell-padding-x: 24px, cell-padding-y: 10px), lg: (font-size: 14px, line-height: 2, cell-padding-x: 24px, cell-padding-y: 10px)) |
Description
+ The horizontal padding of the arrow Button. | Description
The sizes of the table. |
||||||
$kendo-split-button-sm-arrow-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-table-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ The horizontal padding of the small arrow Button. | Description
Background color of tables. |
||||||
$kendo-split-button-md-arrow-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-table-text | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The horizontal padding of the medium arrow Button. | Description
Text color of tables. |
||||||
$kendo-split-button-lg-arrow-padding-x | -Number | -k-map-get( $kendo-spacing, 1 ) |
- 4px |
+ $kendo-table-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ The horizontal padding of the large arrow Button. | Description
Border color of tables. |
||||||
$kendo-split-button-arrow-padding-y | -Number | -$kendo-button-padding-y |
- 8px |
+ $kendo-table-header-bg | +Color | +$kendo-table-bg |
+ #ffffff |
+
Description
+ Background color of table headers. |
+|||||||
$kendo-table-header-text | +Color | +if($kendo-enable-color-system, k-color( subtle ), if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text )) |
+ rgba(0, 0, 0, 0.54) |
+||||
Description
+ Text color of table headers. |
+|||||||
$kendo-table-header-border | +Color | +$kendo-table-border |
+ rgba(0, 0, 0, 0.12) |
+||||
Description
+ Border color of table headers. |
+|||||||
$kendo-table-header-gradient | +Null | +null |
+ null |
+||||
Description
+ Gradient of table headers. |
+|||||||
$kendo-table-footer-bg | +Color | +$kendo-table-header-bg |
+ #ffffff |
+||||
Description
+ Background color of table footers. |
+|||||||
$kendo-table-footer-text | +Color | +$kendo-table-header-text |
+ rgba(0, 0, 0, 0.54) |
||||
Description
+ The vertical padding of the arrow Button. | Description
Text color of table footers. |
||||||
$kendo-split-button-sm-arrow-padding-y | -Number | -$kendo-button-sm-padding-y |
- 6px |
+ $kendo-table-footer-border | +Color | +$kendo-table-header-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ The vertical padding of the small arrow Button. | Description
Border color of table footers. |
||||||
$kendo-split-button-md-arrow-padding-y | -Number | -$kendo-button-md-padding-y |
- 8px |
+ $kendo-table-group-row-bg | +Color | +$kendo-table-header-bg |
+ #ffffff |
Description
+ The vertical padding of the medium arrow Button. | Description
Background color of group rows in table. |
||||||
$kendo-split-button-lg-arrow-padding-y | -Number | -$kendo-button-lg-padding-y |
- 10px |
+ $kendo-table-group-row-text | +Color | +$kendo-table-header-text |
+ rgba(0, 0, 0, 0.54) |
Description
+ The vertical padding of the large arrow Button. | Description
Text color of group rows in table. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-switch-font-family | -Null | -null |
- null |
+||||
$kendo-table-group-row-border | +Color | +$kendo-table-header-border |
+ rgba(0, 0, 0, 0.12) |
||||
Description
+ The font family of the Switch. | Description
Border color of group rows in table. |
||||||
$kendo-switch-track-border-width | -Null | -null |
- null |
+ $kendo-table-alt-row-bg | +Color | +transparent |
+ transparent |
Description
+ The border width of the Switch track. | Description
Background color of alternating rows in table. |
||||||
$kendo-switch-thumb-border-width | +$kendo-table-alt-row-text | Null | null |
null |
|||
Description
+ The border width of the Switch thumb. | Description
Text color of alternating rows in table. |
||||||
$kendo-switch-label-text-transform | +$kendo-table-alt-row-border | Null | null |
null |
|||
Description
+ The text transform of the Switch label. | Description
Border color of alternating rows in table. |
||||||
$kendo-switch-label-display | -String | -none |
- none |
+ $kendo-table-hover-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( k-contrast-color( $kendo-table-bg ), .07 )) |
+ rgba(0, 0, 0, 0.07) |
Description
+ The display of the Switch label. | Description
Background color of hovered rows in table. |
||||||
$kendo-switch-sizes | -Map | -(
- sm: ( font-size: null, track-width: 26px, track-height: 12px, thumb-width: 16px, thumb-height: 16px, thumb-offset: -2px, label-offset: 0px ),
- md: ( font-size: null, track-width: 32px, track-height: 14px, thumb-width: 20px, thumb-height: 20px, thumb-offset: -3px, label-offset: 0px ),
- lg: ( font-size: null, track-width: 38px, track-height: 16px, thumb-width: 24px, thumb-height: 24px, thumb-offset: -4px, label-offset: 0px )
-) |
- (sm: (font-size: null, track-width: 26px, track-height: 12px, thumb-width: 16px, thumb-height: 16px, thumb-offset: -2px, label-offset: 0px), md: (font-size: null, track-width: 32px, track-height: 14px, thumb-width: 20px, thumb-height: 20px, thumb-offset: -3px, label-offset: 0px), lg: (font-size: null, track-width: 38px, track-height: 16px, thumb-width: 24px, thumb-height: 24px, thumb-offset: -4px, label-offset: 0px)) |
+ $kendo-table-hover-text | +Null | +null |
+ null |
Description
+ The map with the different Switch sizes. | Description
Text color of hovered rows in table. |
||||||
$kendo-switch-off-track-bg | +$kendo-table-hover-border | Color | -rgba( if($kendo-enable-color-system, k-color( on-app-surface, true ), if( $kendo-is-dark-theme, $kendo-color-white, $kendo-color-black )), .38 ) |
- rgba(0, 0, 0, 0.38) |
+ $kendo-table-border |
+ rgba(0, 0, 0, 0.12) |
|
Description
+ The background of the track when the Switch is not checked. | Description
Border color of hovered rows in table. |
||||||
$kendo-switch-off-track-text | +$kendo-table-focus-bg | Null | null |
null |
|||
Description
+ The text color of the track when the Switch is not checked. | Description
Background color of focused rows in table. |
||||||
$kendo-switch-off-track-border | +$kendo-table-focus-text | Null | null |
null |
|||
Description
+ The border color of the track when the Switch is not checked | Description
Text color of focused rows in table. |
||||||
$kendo-switch-off-track-gradient | +$kendo-table-focus-border | Null | null |
null |
|||
Description
+ The background gradient of the track when the Switch is not checked. | Description
Border color of focused rows in table. |
||||||
$kendo-switch-off-track-hover-bg | +$kendo-table-focus-shadow | Null | -null |
+ $kendo-list-item-focus-shadow |
null |
||
Description
+ The background of the track when the hovered Switch is not checked. | Description
Box shadow of focused rows in table. |
||||||
$kendo-switch-off-track-hover-text | -Null | -null |
- null |
+ $kendo-table-selected-bg | +Color | +if($kendo-enable-color-system, rgba( k-color( primary, true ), .12 ), rgba( k-contrast-color( $kendo-table-bg ), .04 )) |
+ rgba(0, 0, 0, 0.04) |
Description
+ The text color of the track when the hovered Switch is not checked. | Description
Background color of selected rows in table. |
||||||
$kendo-switch-off-track-hover-border | +$kendo-table-selected-text | Null | null |
null |
|||
Description
+ The border color of the track when the hovered Switch is not checked. | Description
Text color of selected rows in table. |
||||||
$kendo-switch-off-track-hover-gradient | +$kendo-table-selected-border | Null | null |
null |
|||
Description
+ The background gradient of the track when the hovered Switch is not checked. | Description
Border color of selected rows in table. |
||||||
$kendo-switch-off-track-focus-bg | +
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-tabstrip-bg | Null | null |
null |
||||
Description
+ The background of the track when the focused Switch is not checked. | Description
Background color of tabstrip component |
||||||
$kendo-switch-off-track-focus-text | -Null | -null |
- null |
+ $kendo-tabstrip-text | +Color | +$kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
Description
+ The text color of the track when the focused Switch is not checked. | Description
Text color of tabstrip component |
||||||
$kendo-switch-off-track-focus-border | -Null | -null |
- null |
+ $kendo-tabstrip-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ The border color of the track when the focused Switch is not checked. | Description
Border color of tabstrip component |
||||||
$kendo-switch-off-track-focus-gradient | -Null | -null |
- null |
+ $kendo-tabstrip-item-padding-x | +Number | +24px |
+ 24px |
Description
+ The background gradient of the track when the focused Switch is not checked. | Description
Horizontal padding of tabs |
||||||
$kendo-switch-off-track-focus-ring | -Null | -null |
- null |
+ $kendo-tabstrip-item-padding-y | +Number | +14px |
+ 14px |
Description
+ The ring around the track when the focused Switch is not checked. | Description
Vertical padding of tabs |
||||||
$kendo-switch-off-track-disabled-bg | -Null | -null |
- null |
+ $kendo-tabstrip-item-border-width | +Number | +0px |
+ 0px |
Description
+ The background of the track when the disabled Switch is not checked. | Description
Width of border around of tabs |
||||||
$kendo-switch-off-track-disabled-text | -Null | -null |
- null |
+ $kendo-tabstrip-item-border-radius | +Number | +0px |
+ 0px |
Description
+ The text color of the track when the disabled Switch is not checked. | Description
Border radius of tabs |
||||||
$kendo-switch-off-track-disabled-border | -Null | -null |
- null |
+ $kendo-tabstrip-item-gap | +Number | +0px |
+ 0px |
Description
+ The border color of the track when the disabled Switch is not checked. | Description
Spacing between tabs |
||||||
$kendo-switch-off-track-disabled-gradient | +$kendo-tabstrip-item-bg | Null | null |
null |
|||
Description
+ The background gradient of the track when the disabled Switch is not checked. | Description
Background color of tabs |
||||||
$kendo-switch-off-thumb-bg | +$kendo-tabstrip-item-text | Color | -if($kendo-enable-color-system, k-color( app-surface ), if( $kendo-is-dark-theme, $kendo-color-black, $kendo-color-white )) |
- #ffffff |
+ $kendo-subtle-text |
+ rgba(0, 0, 0, 0.54) |
|
Description
+ The background of the thumb when the Switch is not checked. | Description
Text color of tabs |
||||||
$kendo-switch-off-thumb-text | +$kendo-tabstrip-item-border | Null | null |
null |
|||
Description
+ The text color of the thumb when the Switch is not checked. | Description
Border color of tabs |
||||||
$kendo-switch-off-thumb-border | +$kendo-tabstrip-item-gradient | Null | null |
null |
|||
Description
+ The border color of the thumb when the Switch is not checked. | Description
Background gradient of tabs |
||||||
$kendo-switch-off-thumb-gradient | -Null | -null |
- null |
+ $kendo-tabstrip-item-hover-bg | +Color | +$kendo-hover-bg |
+ rgba(0, 0, 0, 0.04) |
Description
+ The background gradient of the thumb when the Switch is not checked. | Description
Background color of hovered tabs |
||||||
$kendo-switch-off-thumb-hover-bg | -Null | -null |
- null |
+ $kendo-tabstrip-item-hover-text | +Color | +$kendo-body-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The background of the thumb when the hovered Switch is not checked. | Description
Text color of hovered tabs |
||||||
$kendo-switch-off-thumb-hover-text | +$kendo-tabstrip-item-hover-border | Null | null |
null |
|||
Description
+ The text color of the thumb when the hovered Switch is not checked. | Description
Border color of hovered tabs |
||||||
$kendo-switch-off-thumb-hover-border | +$kendo-tabstrip-item-hover-gradient | Null | null |
null |
|||
Description
+ The border color of the thumb when the hovered Switch is not checked. | Description
Background gradient of hovered tabs |
||||||
$kendo-switch-off-thumb-hover-gradient | +$kendo-tabstrip-item-selected-bg | Null | null |
null |
|||
Description
+ The background gradient of the thumb when the hovered Switch is not checked. | Description
Background color of selected tabs |
||||||
$kendo-switch-on-track-bg | +$kendo-tabstrip-item-selected-text | Color | -if($kendo-enable-color-system, rgba( k-color( primary, true ), .54 ), rgba( $kendo-color-primary, .54 )) |
- rgba(63, 81, 181, 0.54) |
+ $kendo-body-text |
+ rgba(0, 0, 0, 0.87) |
|
Description
+ The background of the track when the Switch is checked. | Description
Text color of selected tabs |
||||||
$kendo-switch-on-track-text | +$kendo-tabstrip-item-selected-border | Null | null |
null |
|||
Description
+ The text color of the track when the Switch is checked. | Description
Border color of selected tabs |
||||||
$kendo-switch-on-track-border | +$kendo-tabstrip-item-selected-gradient | Null | null |
null |
|||
Description
+ The border color of the track when the Switch is checked. | Description
Background gradient of selected tabs |
||||||
$kendo-switch-on-track-gradient | -Null | -null |
- null |
+ $kendo-tabstrip-content-padding-x | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The background gradient of the track when the Switch is checked. | Description
Horizontal padding of tabstrip content |
||||||
$kendo-switch-on-track-hover-bg | -Null | -null |
- null |
+ $kendo-tabstrip-content-padding-y | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
Description
+ The background of the track when the hovered Switch is checked. | Description
Vertical padding of tabstrip content |
||||||
$kendo-switch-on-track-hover-text | -Null | -null |
- null |
+ $kendo-tabstrip-content-border-width | +Number | +0px |
+ 0px |
Description
+ The text color of the track when the hovered Switch is checked. | Description
Width of border around tabstrip content |
||||||
$kendo-switch-on-track-hover-border | -Null | -null |
- null |
+ $kendo-tabstrip-content-bg | +Color | +transparent |
+ transparent |
Description
+ The border color of the track when the hovered Switch is checked. | Description
Background color of tabstrip content |
||||||
$kendo-switch-on-track-hover-gradient | +$kendo-tabstrip-content-text | Null | null |
null |
|||
Description
+ The background gradient of the track when the hovered Switch is checked. | Description
Text color of tabstrip content |
||||||
$kendo-switch-on-track-focus-bg | +$kendo-tabstrip-content-border | Null | null |
null |
|||
Description
+ The background of the track when the focused Switch is checked. | Description
Border color of tabstrip content |
||||||
$kendo-switch-on-track-focus-text | -Null | -null |
- null |
+ $kendo-tabstrip-content-focus-border | +Color | +$kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
Description
+ The text color of the track when the focused Switch is checked. | Description
Border color of tabstrip focused content |
||||||
$kendo-switch-on-track-focus-border | -Null | -null |
- null |
+
Name | +Type | +Default value | +Computed value | +||||
---|---|---|---|---|---|---|---|
$kendo-taskboard-spacer | +Number | +k-map-get( $kendo-spacing, 4 ) |
+ 16px |
||||
Description
+ The border color of the track when the focused Switch is checked. | Description
The spacing index of the TaskBoard. |
||||||
$kendo-switch-on-track-focus-gradient | +$kendo-taskboard-padding-y | Null | null |
null |
|||
Description
+ The background gradient of the track when the focused Switch is checked. | Description
The vertical padding of the TaskBoard. |
||||||
$kendo-switch-on-track-focus-ring | +$kendo-taskboard-padding-x | Null | null |
null |
|||
Description
+ The ring around the track when the focused Switch is checked. | Description
The horizontal of the TaskBoard. |
||||||
$kendo-switch-on-track-disabled-bg | -Null | -null |
- null |
+ $kendo-taskboard-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
Description
+ The background of the track when the disabled Switch is checked. | Description
The font family of the TaskBoard. |
||||||
$kendo-switch-on-track-disabled-text | -Null | -null |
- null |
+ $kendo-taskboard-font-size | +Number | +$kendo-font-size-md |
+ 14px |
Description
+ The text color of the track when the disabled Switch is checked. | Description
The font size of the TaskBoard. |
||||||
$kendo-switch-on-track-disabled-border | -Null | -null |
- null |
+ $kendo-taskboard-line-height | +Number | +$kendo-line-height-md |
+ 2 |
Description
+ The border color of the track when the disabled Switch is checked. | Description
The line height of the TaskBoard. |
||||||
$kendo-switch-on-track-disabled-gradient | +$kendo-taskboard-bg | Null | null |
null |
|||
Description
+ The background gradient of the track when the disabled Switch is checked. | Description
The background color of the TaskBoard. |
||||||
$kendo-switch-on-thumb-bg | -Color | -$kendo-color-primary |
- #3f51b5 |
+ $kendo-taskboard-text | +Null | +null |
+ null |
Description
+ The background of the thumb when the Switch is checked. | Description
The text color of the TaskBoard. |
||||||
$kendo-switch-on-thumb-text | +$kendo-taskboard-border | Null | null |
null |
|||
Description
+ The text color of the thumb when the Switch is checked. | Description
The border color of the TaskBoard. |
||||||
$kendo-switch-on-thumb-border | -Null | -null |
- null |
+ $kendo-taskboard-toolbar-padding-y | +Number | +$kendo-taskboard-spacer |
+ 16px |
Description
+ The border color of the thumb when the Switch is checked. | Description
The vertical padding of the TaskBoard Toolbar. |
||||||
$kendo-switch-on-thumb-gradient | -Null | -null |
- null |
+ $kendo-taskboard-toolbar-padding-x | +Number | +$kendo-taskboard-toolbar-padding-y |
+ 16px |
Description
+ The background gradient of the thumb when the Switch is checked. | Description
The horizontal padding of the TaskBoard Toolbar. |
||||||
$kendo-switch-on-thumb-hover-bg | +$kendo-taskboard-toolbar-bg | Null | null |
null |
|||
Description
+ The background of the thumb when the hovered Switch is checked. | Description
The background color of the TaskBoard Toolbar. |
||||||
$kendo-switch-on-thumb-hover-text | +$kendo-taskboard-toolbar-text | Null | null |
null |
|||
Description
+ The text color of the thumb when the hovered Switch is checked. | Description
The text color of the TaskBoard Toolbar. |
||||||
$kendo-switch-on-thumb-hover-border | +$kendo-taskboard-toolbar-border | Null | null |
null |
|||
Description
+ The border color of the thumb when the hovered Switch is checked. | Description
The border color of the TaskBoard Toolbar. |
||||||
$kendo-switch-on-thumb-hover-gradient | +$kendo-taskboard-toolbar-gradient | Null | null |
null |
|||
Description
- The background gradient of the thumb when the hovered Switch is checked. |
-
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-table-border-width | -Number | -1px |
- 1px |
-||||
Description
+ The width of the table border. | Description
The gradient of the TaskBoard Toolbar. |
||||||
$kendo-table-cell-vertical-border-width | +$kendo-taskboard-content-padding-y | Number | -1px |
- 1px |
+ $kendo-taskboard-spacer |
+ 16px |
|
Description
+ The width of vertical border of table cells. | Description
The vertical padding of the TaskBoard content. |
||||||
$kendo-table-cell-horizontal-border-width | +$kendo-taskboard-content-padding-x | Number | -1px |
- 1px |
+ $kendo-taskboard-content-padding-y |
+ 16px |
|
Description
+ The width of horizontal border of table cells. | Description
The horizontal padding of the TaskBoard content. |
||||||
$kendo-table-font-size | -Null | -null |
- null |
+ $kendo-taskboard-column-container-spacing-y | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
Description
+ The font size of the table if no size is specified. | Description
The vertical spacing of the TaskBoard column container. |
||||||
$kendo-table-line-height | -Null | -null |
- null |
+ $kendo-taskboard-column-container-padding-y | +Number | +0px |
+ 0px |
Description
+ The line-height of the table if no size is specified. | Description
The vertical padding of the TaskBoard column container. |
||||||
$kendo-table-cell-padding-x | -Null | -null |
- null |
+ $kendo-taskboard-column-container-padding-x | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
Description
+ The horizontal padding of the cells in the table if no size is specified. | Description
The horizontal padding of the TaskBoard column container. |
||||||
$kendo-table-cell-padding-y | -Null | -null |
- null |
+ $kendo-taskboard-columns-container-gap | +Number | +$kendo-taskboard-spacer |
+ 16px |
Description
+ The vertical padding of the cells in the table if no size is specified. | Description
The spacing of the TaskBoard columns container. |
||||||
$kendo-table-sizes | -Map | -(
- 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: 2, cell-padding-x: 10px, cell-padding-y: 4px), md: (font-size: 14px, line-height: 2, cell-padding-x: 24px, cell-padding-y: 10px), lg: (font-size: 14px, line-height: 2, cell-padding-x: 24px, cell-padding-y: 10px)) |
+ $kendo-taskboard-column-width | +Number | +320px |
+ 320px |
Description
+ The sizes of the table. | Description
The default width of the TaskBoard column. |
||||||
$kendo-table-bg | -Color | -$kendo-component-bg |
- #ffffff |
+ $kendo-taskboard-column-border-width | +Number | +1px |
+ 1px |
Description
+ Background color of tables. | Description
The border width of the TaskBoard column. |
||||||
$kendo-table-text | -Color | -$kendo-component-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-taskboard-column-border-radius | +Number | +$kendo-border-radius-md |
+ 4px |
Description
+ Text color of tables. | Description
The border radius of the TaskBoard column. |
||||||
$kendo-table-border | +$kendo-taskboard-column-bg | Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+ if($kendo-enable-color-system, k-color( surface ), if( $kendo-is-dark-theme, $kendo-color-dark, $kendo-color-light)) |
+ #f5f5f5 |
|
Description
+ Border color of tables. | Description
The background color of the TaskBoard column. |
||||||
$kendo-table-header-bg | -Color | -$kendo-table-bg |
- #ffffff |
+ $kendo-taskboard-column-text | +Null | +null |
+ null |
Description
+ Background color of table headers. | Description
The text color of the TaskBoard column. |
||||||
$kendo-table-header-text | +$kendo-taskboard-column-border | Color | -if($kendo-enable-color-system, k-color( subtle ), if( $kendo-is-dark-theme, $light-secondary-text, $dark-secondary-text )) |
- rgba(0, 0, 0, 0.54) |
+ transparent |
+ transparent |
|
Description
+ Text color of table headers. | Description
The border color of the TaskBoard column. |
||||||
$kendo-table-header-border | -Color | -$kendo-table-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-taskboard-column-focus-bg | +Null | +null |
+ null |
Description
+ Border color of table headers. | Description
The background color of the focused TaskBoard column. |
||||||
$kendo-table-header-gradient | +$kendo-taskboard-column-focus-text | Null | null |
null |
|||
Description
+ Gradient of table headers. | Description
The text color of the focused TaskBoard column. |
||||||
$kendo-table-footer-bg | +$kendo-taskboard-column-focus-border | Color | -$kendo-table-header-bg |
- #ffffff |
+ if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-base-border, 2.5 )) |
+ rgba(0, 0, 0, 0.264) |
|
Description
+ Background color of table footers. | Description
The border color of the focused TaskBoard column. |
||||||
$kendo-table-footer-text | -Color | -$kendo-table-header-text |
- rgba(0, 0, 0, 0.54) |
+ $kendo-taskboard-column-header-padding-y | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
Description
+ Text color of table footers. | Description
The vertical padding of the TaskBoard column header. |
||||||
$kendo-table-footer-border | -Color | -$kendo-table-header-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-taskboard-column-header-padding-x | +Number | +$kendo-taskboard-column-header-padding-y |
+ 8px |
Description
+ Border color of table footers. | Description
The horizontal padding of the TaskBoard column header. |
||||||
$kendo-table-group-row-bg | -Color | -$kendo-table-header-bg |
- #ffffff |
+ $kendo-taskboard-column-header-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 4 ) |
+ 4px |
Description
+ Background color of group rows in table. | Description
The spacing of the TaskBoard column header. |
||||||
$kendo-table-group-row-text | -Color | -$kendo-table-header-text |
- rgba(0, 0, 0, 0.54) |
+ $kendo-taskboard-column-header-actions-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
Description
+ Text color of group rows in table. | Description
The spacing of the TaskBoard column header actions. |
||||||
$kendo-table-group-row-border | -Color | -$kendo-table-header-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-taskboard-column-header-font-weight | +Number | +500 |
+ 500 |
Description
+ Border color of group rows in table. | Description
The font weight of the TaskBoard column header. |
||||||
$kendo-table-alt-row-bg | +$kendo-taskboard-column-header-text | Color | -transparent |
- transparent |
+ $kendo-component-header-text |
+ rgba(0, 0, 0, 0.87) |
|
Description
+ Background color of alternating rows in table. | Description
The text color of the TaskBoard column header. |
||||||
$kendo-table-alt-row-text | +$kendo-taskboard-column-cards-padding-y | Null | null |
null |
|||
Description
+ Text color of alternating rows in table. | Description
The vertical padding of the TaskBoard column Card wrapper. |
||||||
$kendo-table-alt-row-border | +$kendo-taskboard-column-cards-padding-x | Null | null |
null |
|||
Description
- Border color of alternating rows in table. |
-|||||||
$kendo-table-hover-bg | -Color | -if($kendo-enable-color-system, rgba( k-color( on-app-surface, true ), .08 ), rgba( k-contrast-color( $kendo-table-bg ), .07 )) |
- rgba(0, 0, 0, 0.07) |
-||||
Description
+ Background color of hovered rows in table. | Description
The horizontal padding of the TaskBoard column Card wrapper. |
||||||
$kendo-table-hover-text | -Null | -null |
- null |
+ $kendo-taskboard-column-cards-gap | +Number | +k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
Description
+ Text color of hovered rows in table. | Description
The spacing of the TaskBoard column Card wrapper. |
||||||
$kendo-table-hover-border | -Color | -$kendo-table-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-taskboard-pane-width | +Number | +$kendo-taskboard-column-width |
+ 320px |
Description
+ Border color of hovered rows in table. | Description
The default width of the TaskBoard pane. |
||||||
$kendo-table-focus-bg | +$kendo-taskboard-pane-padding-y | Null | null |
null |
|||
Description
+ Background color of focused rows in table. | Description
The vertical padding of the TaskBoard pane. |
||||||
$kendo-table-focus-text | +$kendo-taskboard-pane-padding-x | Null | null |
null |
|||
Description
+ Text color of focused rows in table. | Description
The horizontal padding of the TaskBoard pane. |
||||||
$kendo-table-focus-border | -Null | -null |
- null |
+ $kendo-taskboard-pane-border-width | +Number | +1px |
+ 1px |
Description
+ Border color of focused rows in table. | Description
The border width of the TaskBoard pane. |
||||||
$kendo-table-focus-shadow | -Null | -$kendo-list-item-focus-shadow |
- null |
+ $kendo-taskboard-pane-bg | +Color | +$kendo-component-bg |
+ #ffffff |
Description
+ Box shadow of focused rows in table. | Description
The background color of the TaskBoard pane. |
||||||
$kendo-table-selected-bg | +$kendo-taskboard-pane-text | Color | -if($kendo-enable-color-system, rgba( k-color( primary, true ), .12 ), rgba( k-contrast-color( $kendo-table-bg ), .04 )) |
- rgba(0, 0, 0, 0.04) |
+ $kendo-component-text |
+ rgba(0, 0, 0, 0.87) |
|
Description
+ Background color of selected rows in table. | Description
The text color of the TaskBoard pane. |
||||||
$kendo-table-selected-text | -Null | -null |
- null |
+ $kendo-taskboard-pane-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
Description
+ Text color of selected rows in table. | Description
The border color of the TaskBoard pane. |
||||||
$kendo-table-selected-border | -Null | -null |
- null |
+ $kendo-taskboard-pane-header-padding-y | +Number | +( $kendo-taskboard-spacer * .75 ) |
+ 12px |
Description
+ Border color of selected rows in table. | Description
The vertical padding of the TaskBoard pane header. |
Name | -Type | -Default value | -Computed value | -||||
---|---|---|---|---|---|---|---|
$kendo-tabstrip-bg | -Null | -null |
- null |
+||||
$kendo-taskboard-pane-header-padding-x | +Number | +$kendo-taskboard-spacer |
+ 16px |
||||
Description
+ Background color of tabstrip component | Description
The horizontal padding of the TaskBoard pane header. |
||||||
$kendo-tabstrip-text | -Color | -$kendo-subtle-text |
- rgba(0, 0, 0, 0.54) |
+ $kendo-taskboard-pane-header-font-weight | +Number | +500 |
+ 500 |
Description
+ Text color of tabstrip component | Description
The font weight of the TaskBoard pane header. |
||||||
$kendo-tabstrip-border | +$kendo-taskboard-pane-header-text | Color | -$kendo-component-border |
- rgba(0, 0, 0, 0.12) |
+ $kendo-component-header-text |
+ rgba(0, 0, 0, 0.87) |
|
Description
+ Border color of tabstrip component | Description
The text color of the TaskBoard pane header. |
||||||
$kendo-tabstrip-item-padding-x | +$kendo-taskboard-pane-content-padding-y | Number | -24px |
- 24px |
+ 0px |
+ 0px |
|
Description
+ Horizontal padding of tabs | Description
The vertical padding of the TaskBoard pane content. |
||||||
$kendo-tabstrip-item-padding-y | +$kendo-taskboard-pane-content-padding-x | Number | -14px |
- 14px |
+ $kendo-taskboard-spacer |
+ 16px |
|
Description
+ Vertical padding of tabs | Description
The horizontal padding of the TaskBoard pane content. |
||||||
$kendo-tabstrip-item-border-width | +$kendo-taskboard-pane-actions-padding-y | Number | -0px |
- 0px |
+ ( $kendo-taskboard-spacer * .75 ) |
+ 12px |
|
Description
+ Width of border around of tabs | Description
The vertical padding of the TaskBoard pane actions. |
||||||
$kendo-tabstrip-item-border-radius | +$kendo-taskboard-pane-actions-padding-x | Number | -0px |
- 0px |
+ $kendo-taskboard-spacer |
+ 16px |
|
Description
+ Border radius of tabs | Description
The horizontal padding of the TaskBoard pane actions. |
||||||
$kendo-tabstrip-item-gap | +$kendo-taskboard-card-padding-y | Number | -0px |
- 0px |
+ k-math-div( $kendo-taskboard-spacer, 2 ) |
+ 8px |
|
Description
+ Spacing between tabs | Description
The vertical padding of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-bg | -Null | -null |
- null |
+ $kendo-taskboard-card-padding-x | +Number | +$kendo-taskboard-card-padding-y |
+ 8px |
Description
+ Background color of tabs | Description
The horizontal padding of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-text | -Color | -$kendo-subtle-text |
- rgba(0, 0, 0, 0.54) |
+ $kendo-taskboard-card-border-width | +Number | +1px |
+ 1px |
Description
+ Text color of tabs | Description
The border width of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-border | -Null | -null |
- null |
+ $kendo-taskboard-card-border-radius | +Number | +$kendo-card-border-radius |
+ 4px |
Description
+ Border color of tabs | Description
The border radius of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-gradient | -Null | -null |
- null |
+ $kendo-taskboard-card-bg | +Color | +$kendo-card-bg |
+ #ffffff |
Description
+ Background gradient of tabs | Description
The background color of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-hover-bg | +$kendo-taskboard-card-text | Color | -$kendo-hover-bg |
- rgba(0, 0, 0, 0.04) |
+ $kendo-card-text |
+ rgba(0, 0, 0, 0.87) |
|
Description
+ Background color of hovered tabs | Description
The text color of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-hover-text | +$kendo-taskboard-card-border | Color | -$kendo-body-text |
- rgba(0, 0, 0, 0.87) |
+ $kendo-base-border |
+ rgba(0, 0, 0, 0.08) |
|
Description
+ Text color of hovered tabs | Description
The border color of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-hover-border | -Null | -null |
- null |
+ $kendo-taskboard-card-shadow | +String | +none |
+ none |
Description
+ Border color of hovered tabs | Description
The shadow of the TaskBoard Card. |
||||||
$kendo-tabstrip-item-hover-gradient | -Null | -null |
- null |
+ $kendo-taskboard-card-category-border-width | +Number | +4px |
+ 4px |
Description
+ Background gradient of hovered tabs | Description
The border width of the TaskBoard Card category. |
||||||
$kendo-tabstrip-item-selected-bg | -Null | -null |
- null |
+ $kendo-taskboard-card-hover-border | +Color | +if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 10% )) |
+ rgba(0, 0, 0, 0.172) |
Description
+ Background color of selected tabs | Description
The border color of the hovered TaskBoard Card. |
||||||
$kendo-tabstrip-item-selected-text | +$kendo-taskboard-card-focus-border | Color | -$kendo-body-text |
- rgba(0, 0, 0, 0.87) |
+ if($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-taskboard-card-border, 9% )) |
+ rgba(0, 0, 0, 0.1628) |
|
Description
+ Text color of selected tabs | Description
The border color of the focused TaskBoard Card. |
||||||
$kendo-tabstrip-item-selected-border | -Null | -null |
- null |
+ $kendo-taskboard-card-focus-shadow | +String | +none |
+ none |
Description
+ Border color of selected tabs | Description
The shadow of the focused TaskBoard Card. |
||||||
$kendo-tabstrip-item-selected-gradient | -Null | -null |
- null |
+ $kendo-taskboard-card-selected-border | +Color | +$kendo-color-primary-lighter |
+ #7986cb |
Description
+ Background gradient of selected tabs | Description
The border of the selected TaskBoard Card. |
||||||
$kendo-tabstrip-content-padding-x | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-taskboard-card-selected-shadow | +String | +none |
+ none |
Description
+ Horizontal padding of tabstrip content | Description
The shadow of the selected TaskBoard Card. |
||||||
$kendo-tabstrip-content-padding-y | -Number | -k-map-get( $kendo-spacing, 4 ) |
- 16px |
+ $kendo-taskboard-card-header-text | +Color | +$kendo-color-primary |
+ #3f51b5 |
Description
+ Vertical padding of tabstrip content | Description
The text color of the TaskBoard Card header text. |
||||||
$kendo-tabstrip-content-border-width | -Number | -0px |
- 0px |
+ $kendo-taskboard-card-header-focus-text | +Color | +$kendo-color-primary-darker |
+ #303f9f |
Description
+ Width of border around tabstrip content | Description
The text color of the hovered TaskBoard Card header text. |
||||||
$kendo-tabstrip-content-bg | +$kendo-taskboard-card-header-hover-text | Color | -transparent |
- transparent |
+ $kendo-color-primary-darker |
+ #303f9f |
|
Description
+ Background color of tabstrip content | Description
The text color of the focused TaskBoard Card header text. |
||||||
$kendo-tabstrip-content-text | -Null | -null |
- null |
+ $kendo-taskboard-drag-placeholder-border-width | +Number | +1px |
+ 1px |
Description
+ Text color of tabstrip content | Description
The border width of the TaskBoard Card placeholder. |
||||||
$kendo-tabstrip-content-border | -Null | -null |
- null |
+ $kendo-taskboard-drag-placeholder-border-radius | +Number | +$kendo-taskboard-card-border-radius |
+ 4px |
Description
+ Border color of tabstrip content | Description
The border radius of the TaskBoard Card placeholder. |
||||||
$kendo-tabstrip-content-focus-border | +$kendo-taskboard-drag-placeholder-bg | Color | -$kendo-component-text |
- rgba(0, 0, 0, 0.87) |
+ rgba( white, .2 ) |
+ rgba(255, 255, 255, 0.2) |
|
Description
+ Border color of tabstrip focused content | Description
+ The background color of the TaskBoard Card placeholder. |
+||||||
$kendo-taskboard-drag-placeholder-border | +Color | +$kendo-component-border |
+ rgba(0, 0, 0, 0.12) |
+||||
Description
The border color of the TaskBoard Card placeholder. |
Name | +Type | +Default value | +Computed value | +
---|---|---|---|
$kendo-wizard-padding-x | +Number | +$kendo-padding-md-x * 1.25 |
+ 20px |
+
Description
+ The horizontal padding of the Wizard. |
+|||
$kendo-wizard-padding-y | +Number | +$kendo-wizard-padding-x |
+ 20px |
+
Description
+ The vertical padding of the Wizard. |
+|||
$kendo-wizard-content-padding-x | +Number | +$kendo-padding-md-x * 2 |
+ 32px |
+
Description
+ The horizontal padding of the Wizard content. |
+|||
$kendo-wizard-content-padding-y | +Number | +$kendo-padding-md-y * 8 |
+ 32px |
+
Description
+ The vertical padding of the Wizard content. |
+|||
$kendo-wizard-buttons-margin-x | +Number | +10px |
+ 10px |
+
Description
+ The horizontal margin of the Wizard Button container. |
+|||
$kendo-wizard-border-width | +Number | +0px |
+ 0px |
+
Description
+ The border width of the Wizard. |
+|||
$kendo-wizard-font-size | +Number | +$kendo-font-size-md |
+ 14px |
+
Description
+ The font size of the Wizard. |
+|||
$kendo-wizard-line-height | +Number | +$kendo-line-height-md |
+ 2 |
+
Description
+ The line height of the Wizard. |
+|||
$kendo-wizard-font-family | +List | +$kendo-font-family |
+ Roboto, "Helvetica Neue", sans-serif |
+
Description
+ The font family of the Wizard. |
+|||
$kendo-wizard-step-focus-border | +Color | +#656565 |
+ #656565 |
+
Description
+ The outline of the focused Wizard step. |
+