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

Customizing Chat

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-chat-transitionvar( --kendo-transition, inherit )
Description
The box shadow transition of the Chat.
$kendo-chat-link-hover-textvar( --kendo-link-hover-text, inherit )
Description
The hover text color of the Chat bubble links.
$kendo-chat-link-textvar( --kendo-link-text, inherit )
Description
The text color of the Chat bubble links.
$kendo-chat-padding-xmap.get( $kendo-spacing, 4 )
Description
The horizontal padding of the Chat.
$kendo-chat-padding-ymap.get( $kendo-spacing, 4 )
Description
The vertical padding of the Chat.
$kendo-chat-width500px
Description
The width of the Chat.
$kendo-chat-height600px
Description
The height of the Chat.
$kendo-chat-border-width1px
Description
The border width of the Chat.
$kendo-chat-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the Chat.
$kendo-chat-font-sizevar( --kendo-font-size, inherit )
Description
The font size of the Chat.
$kendo-chat-line-heightvar( --kendo-line-height, normal )
Description
The line height of the Chat.
$kendo-chat-typing-indicator-dot-size8px
Description
The size of the Chat typing indicator dot.
$kendo-chat-typing-indicator-dot-spacing5px
Description
The spacing of the Chat typing indicator dot.
$kendo-chat-item-spacing-xmap.get( $kendo-spacing, 2 )
Description
The horizontal spacing between the items of the Chat.
$kendo-chat-item-spacing-ymap.get( $kendo-spacing, 4 )
Description
The vertical spacing between the items of the Chat.
$kendo-chat-message-list-padding-x$kendo-chat-padding-x
Description
The horizontal padding of the Chat message list.
$kendo-chat-message-list-padding-y$kendo-chat-padding-y
Description
The vertical padding of the Chat message list.
$kendo-chat-message-list-spacing$kendo-chat-item-spacing-y
Description
The spacing of the Chat message list.
$kendo-chat-timestamp-font-sizesmaller
Description
The font size of the Chat timestamp.
$kendo-chat-timestamp-line-heightvar( --kendo-line-height, normal )
Description
The line height of the Chat timestamp.
$kendo-chat-timestamp-transformuppercase
Description
The text transform of the Chat timestamp.
$kendo-chat-timestamp-textvar( --kendo-subtle-text, inherit )
Description
The text color of the Chat timestamp.
$kendo-chat-timestamp-bgnormal
Description
The background color of the Chat timestamp.
$kendo-chat-bubble-padding-xmap.get( $kendo-spacing, 3 )
Description
The horizontal padding of the Chat bubble message.
$kendo-chat-bubble-padding-ymap.get( $kendo-spacing, 2 )
Description
The vertical padding of the Chat bubble message.
$kendo-chat-bubble-spacingmap.get( $kendo-spacing, 0.5 )
Description
The spacing of the Chat bubble message.
$kendo-chat-bubble-line-heightvar( --kendo-line-height, normal )
Description
The line height of the Chat bubble message.
$kendo-chat-scroll-buttonmap.get( $kendo-spacing, 2 )
Description
The spacing of the Chat scroll button.
$kendo-card-deck-scrollbar-size20px
Description
The size of the Chat Card deck scrollbar.
$kendo-chat-bubble-border-radiusmap.get( $kendo-spacing, 3 )
Description
The border radius of the Chat bubble message.
$kendo-chat-bubble-border-radius-smvar( --kendo-border-radius, 0 )
Description
The border radius of the Chat small bubble message
$kendo-chat-avatar-size32px
Description
The size of the Chat Avatar.
$kendo-chat-avatar-spacing$kendo-chat-item-spacing-x
Description
The spacing of the Chat Avatar.
$kendo-chat-toolbar-padding-x$kendo-toolbar-md-padding-x
Description
The horizontal padding of the Chat Toolbar.
$kendo-chat-toolbar-padding-y$kendo-toolbar-md-padding-y
Description
The vertical padding of the Chat Toolbar.
$kendo-chat-toolbar-spacing$kendo-toolbar-md-spacing
Description
The spacing of the Chat Toolbar.
$kendo-chat-toolbar-bg$kendo-toolbar-bg
Description
The background color of the Chat Toolbar.
$kendo-chat-toolbar-text$kendo-toolbar-text
Description
The text color of the Chat Toolbar.
$kendo-chat-toolbar-borderinherit
Description
The border color of the Chat Toolbar.
$kendo-chat-quick-reply-padding-xmap.get( $kendo-spacing, 3 )
Description
The horizontal padding of the Chat quick reply.
$kendo-chat-quick-reply-padding-ymap.get( $kendo-spacing, 2 )
Description
The vertical padding of the Chat quick reply.
$kendo-chat-quick-reply-spacingmap.get( $kendo-spacing, 2 )
Description
The spacing of the Chat quick reply.
$kendo-chat-quick-reply-line-height$kendo-chat-bubble-line-height
Description
The line height of the Chat quick reply.
$kendo-chat-bgif($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))
Description
The background color of the Chat.
$kendo-chat-textif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))
Description
The text color of the Chat.
$kendo-chat-borderif($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 16%, transparent), k-get-theme-color-var( neutral-30 ))
Description
The border color of the Chat.
$kendo-chat-bubble-bgvar( --kendo-component-bg, inherit )
Description
The background color of the Chat bubble.
$kendo-chat-bubble-textvar( --kendo-component-text, inherit )
Description
The text color of the Chat bubble.
$kendo-chat-bubble-border$kendo-chat-bubble-bg
Description
The border color of the Chat bubble.
$kendo-chat-bubble-shadowvar( --kendo-box-shadow-depth-1, none )
Description
The box shadow of the Chat bubble.
$kendo-chat-bubble-hover-shadowvar( --kendo-box-shadow-depth-2, none )
Description
The shadow of the hovered Chat bubble.
$kendo-chat-bubble-selected-shadowvar( --kendo-box-shadow-depth-3, none )
Description
The shadow of the selected Chat bubble.
$kendo-chat-alt-bubble-bgif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
The background color of the Chat alt bubble.
$kendo-chat-alt-bubble-textvar( --kendo-component-bg, inherit )
Description
The text color of the Chat alt bubble.
$kendo-chat-alt-bubble-border$kendo-chat-alt-bubble-bg
Description
The border color of the Chat alt bubble.
$kendo-chat-alt-bubble-shadowvar( --kendo-box-shadow-depth-1, none )
Description
The shadow of the Chat alt bubble.
$kendo-chat-alt-bubble-hover-shadowvar( --kendo-box-shadow-depth-2, none )
Description
The shadow of the hovered Chat alt bubble.
$kendo-chat-alt-bubble-selected-shadowvar( --kendo-box-shadow-depth-3, none )
Description
The shadow of the selected Chat alt bubble.
$kendo-chat-quick-reply-bgtransparent
Description
The background color of the Chat quick reply.
$kendo-chat-quick-reply-textif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
The text color of the Chat quick reply.
$kendo-chat-quick-reply-borderif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
The border color of the Chat quick reply.
$kendo-chat-quick-reply-hover-bgif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
The background color of the hovered Chat quick reply.
$kendo-chat-quick-reply-hover-textvar( --kendo-component-bg, inherit )
Description
The text color of the hovered Chat quick reply.
$kendo-chat-quick-reply-hover-borderif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))
Description
The border color of the hovered Chat quick reply.

In this article

Not finding the help you need?