New to Kendo UI for Angular? Start a free 30-day trial
Customizing Chat
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-chat-transition | String | var( --kendo-transition, inherit ) | var(--kendo-transition, inherit) |
Description
The box shadow transition of the Chat. | |||
$kendo-chat-link-hover-text | String | var( --kendo-link-hover-text, inherit ) | var(--kendo-link-hover-text, inherit) |
Description
The hover text color of the Chat bubble links. | |||
$kendo-chat-link-text | String | var( --kendo-link-text, inherit ) | var(--kendo-link-text, inherit) |
Description
The text color of the Chat bubble links. | |||
$kendo-chat-padding-x | String | k-spacing(4) | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the Chat. | |||
$kendo-chat-padding-y | String | k-spacing(4) | var(--kendo-spacing-4, 1rem) |
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 | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) |
Description
The font family of the Chat. | |||
$kendo-chat-font-size | String | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) |
Description
The font size of the Chat. | |||
$kendo-chat-line-height | String | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) |
Description
The line height of the Chat. | |||
$kendo-chat-typing-indicator-dot-size | Number | 8px | 8px |
Description
The size of the Chat typing indicator dot. | |||
$kendo-chat-typing-indicator-dot-spacing | Calculation | calc( #{k-spacing(2.5)} / 2 ) | calc(var(--kendo-spacing-2\.5, 0.625rem) / 2) |
Description
The spacing of the Chat typing indicator dot. | |||
$kendo-chat-item-spacing-x | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The horizontal spacing between the items of the Chat. | |||
$kendo-chat-item-spacing-y | String | k-spacing(4) | var(--kendo-spacing-4, 1rem) |
Description
The vertical spacing between the items of the Chat. | |||
$kendo-chat-message-list-padding-x | String | $kendo-chat-padding-x | var(--kendo-spacing-4, 1rem) |
Description
The horizontal padding of the Chat message list. | |||
$kendo-chat-message-list-padding-y | String | $kendo-chat-padding-y | var(--kendo-spacing-4, 1rem) |
Description
The vertical padding of the Chat message list. | |||
$kendo-chat-message-list-spacing | String | $kendo-chat-item-spacing-y | var(--kendo-spacing-4, 1rem) |
Description
The spacing of the Chat message list. | |||
$kendo-chat-timestamp-font-size | String | var( --kendo-font-size-sm, inherit ) | var(--kendo-font-size-sm, inherit) |
Description
The font size of the Chat timestamp. | |||
$kendo-chat-timestamp-line-height | String | var( --kendo-line-height-lg, normal ) | var(--kendo-line-height-lg, normal) |
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 | String | var( --kendo-subtle-text, inherit ) | var(--kendo-subtle-text, inherit) |
Description
The text color of the Chat timestamp. | |||
$kendo-chat-timestamp-bg | String | normal | normal |
Description
The background color of the Chat timestamp. | |||
$kendo-chat-message-meta-font-size | String | var( --kendo-font-size-sm, inherit ) | var(--kendo-font-size-sm, inherit) |
Description
The font size of the Chat message meta text. | |||
$kendo-chat-message-meta-line-height | String | var( --kendo-line-height-lg, normal ) | var(--kendo-line-height-lg, normal) |
Description
The line height of the Chat message meta text. | |||
$kendo-chat-author-font-size | String | var( --kendo-font-size-sm, inherit ) | var(--kendo-font-size-sm, inherit) |
Description
The font size of the Chat author text. | |||
$kendo-chat-author-line-height | String | var( --kendo-line-height-lg, normal ) | var(--kendo-line-height-lg, normal) |
Description
The line height of the Chat author text. | |||
$kendo-chat-bubble-padding-x | String | k-spacing(3) | var(--kendo-spacing-3, 0.75rem) |
Description
The horizontal padding of the Chat bubble message. | |||
$kendo-chat-bubble-padding-y | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The vertical padding of the Chat bubble message. | |||
$kendo-chat-bubble-spacing | String | k-spacing(0.5) | var(--kendo-spacing-0\.5, 0.125rem) |
Description
The spacing of the Chat bubble message. | |||
$kendo-chat-bubble-line-height | String | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) |
Description
The line height of the Chat bubble message. | |||
$kendo-chat-scroll-button | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The spacing of the Chat scroll button. | |||
$kendo-card-deck-scrollbar-size | Number | 20px | 20px |
Description
The size of the Chat Card deck scrollbar. | |||
$kendo-chat-bubble-border-radius | String | k-spacing(3) | var(--kendo-spacing-3, 0.75rem) |
Description
The border radius of the Chat bubble message. | |||
$kendo-chat-bubble-border-radius-sm | String | var( --kendo-border-radius, 0 ) | var(--kendo-border-radius, 0) |
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 | String | $kendo-chat-item-spacing-x | var(--kendo-spacing-2, 0.5rem) |
Description
The spacing of the Chat Avatar. | |||
$kendo-chat-toolbar-padding-x | String | $kendo-toolbar-md-padding-x | var(--kendo-spacing-2, 0.5rem) |
Description
The horizontal padding of the Chat Toolbar. | |||
$kendo-chat-toolbar-padding-y | String | $kendo-toolbar-md-padding-y | var(--kendo-spacing-2, 0.5rem) |
Description
The vertical padding of the Chat Toolbar. | |||
$kendo-chat-toolbar-spacing | String | $kendo-toolbar-md-spacing | var(--kendo-spacing-2, 0.5rem) |
Description
The spacing of the Chat Toolbar. | |||
$kendo-chat-toolbar-bg | String | $kendo-toolbar-bg | var(--kendo-color-surface, #faf9f8) |
Description
The background color of the Chat Toolbar. | |||
$kendo-chat-toolbar-text | String | $kendo-toolbar-text | var(--kendo-component-text, inherit) |
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 | String | k-spacing(3) | var(--kendo-spacing-3, 0.75rem) |
Description
The horizontal padding of the Chat quick reply. | |||
$kendo-chat-quick-reply-padding-y | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The vertical padding of the Chat quick reply. | |||
$kendo-chat-quick-reply-spacing | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
The spacing of the Chat quick reply. | |||
$kendo-chat-quick-reply-line-height | String | $kendo-chat-bubble-line-height | var(--kendo-line-height, normal) |
Description
The line height of the Chat quick reply. | |||
$kendo-chat-bg | String | if($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 )) | var(--kendo-color-surface, #faf9f8) |
Description
The background color of the Chat. | |||
$kendo-chat-text | String | if($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 )) | var(--kendo-color-on-app-surface, #323130) |
Description
The text color of the Chat. | |||
$kendo-chat-border | String | if($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 )) | color-mix(in srgb, var(--kendo-color-border, #8a8886) 16%, transparent) |
Description
The border color of the Chat. | |||
$kendo-chat-bubble-bg | String | var( --kendo-component-bg, inherit ) | var(--kendo-component-bg, inherit) |
Description
The background color of the Chat bubble. | |||
$kendo-chat-bubble-text | String | var( --kendo-component-text, inherit ) | var(--kendo-component-text, inherit) |
Description
The text color of the Chat bubble. | |||
$kendo-chat-bubble-border | String | $kendo-chat-bubble-bg | var(--kendo-component-bg, inherit) |
Description
The border color of the Chat bubble. | |||
$kendo-chat-bubble-shadow | String | var( --kendo-box-shadow-depth-1, none ) | var(--kendo-box-shadow-depth-1, none) |
Description
The box shadow of the Chat bubble. | |||
$kendo-chat-bubble-hover-shadow | String | var( --kendo-box-shadow-depth-2, none ) | var(--kendo-box-shadow-depth-2, none) |
Description
The shadow of the hovered Chat bubble. | |||
$kendo-chat-bubble-selected-shadow | String | var( --kendo-box-shadow-depth-3, none ) | var(--kendo-box-shadow-depth-3, none) |
Description
The shadow of the selected Chat bubble. | |||
$kendo-chat-alt-bubble-bg | String | if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) | var(--kendo-color-primary, #0078d4) |
Description
The background color of the Chat alt bubble. | |||
$kendo-chat-alt-bubble-text | String | var( --kendo-component-bg, inherit ) | var(--kendo-component-bg, inherit) |
Description
The text color of the Chat alt bubble. | |||
$kendo-chat-alt-bubble-border | String | $kendo-chat-alt-bubble-bg | var(--kendo-color-primary, #0078d4) |
Description
The border color of the Chat alt bubble. | |||
$kendo-chat-alt-bubble-shadow | String | var( --kendo-box-shadow-depth-1, none ) | var(--kendo-box-shadow-depth-1, none) |
Description
The shadow of the Chat alt bubble. | |||
$kendo-chat-alt-bubble-hover-shadow | String | var( --kendo-box-shadow-depth-2, none ) | var(--kendo-box-shadow-depth-2, none) |
Description
The shadow of the hovered Chat alt bubble. | |||
$kendo-chat-alt-bubble-selected-shadow | String | var( --kendo-box-shadow-depth-3, none ) | var(--kendo-box-shadow-depth-3, none) |
Description
The shadow of the selected Chat alt bubble. | |||
$kendo-chat-quick-reply-bg | Color | transparent | transparent |
Description
The background color of the Chat quick reply. | |||
$kendo-chat-quick-reply-text | String | if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) | var(--kendo-color-primary, #0078d4) |
Description
The text color of the Chat quick reply. | |||
$kendo-chat-quick-reply-border | String | if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) | var(--kendo-color-primary, #0078d4) |
Description
The border color of the Chat quick reply. | |||
$kendo-chat-quick-reply-hover-bg | String | if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) | var(--kendo-color-primary, #0078d4) |
Description
The background color of the hovered Chat quick reply. | |||
$kendo-chat-quick-reply-hover-text | String | var( --kendo-component-bg, inherit ) | var(--kendo-component-bg, inherit) |
Description
The text color of the hovered Chat quick reply. | |||
$kendo-chat-quick-reply-hover-border | String | if($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 )) | var(--kendo-color-primary, #0078d4) |
Description
The border color of the hovered Chat quick reply. | |||
$kendo-chat-quick-reply-focus-offset | String | k-spacing(0.5) | var(--kendo-spacing-0\.5, 0.125rem) |
Description
The offset of the focused Chat quick reply. | |||
$kendo-chat-quick-reply-focus-outline-width | Number | 1px | 1px |
Description
The outline width of the focused Chat quick reply. | |||
$kendo-chat-quick-reply-focus-outline-style | String | solid | solid |
Description
The outline style of the focused Chat quick reply. |