Customizing Prompt

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-prompt-textColor$kendo-component-textrgba(0, 0, 0, 0.87)
Description
The text color of the Prompt.
$kendo-prompt-bgColor$kendo-component-bg#ffffff
Description
The background color of the Prompt.
$kendo-prompt-borderColor$kendo-component-borderrgba(0, 0, 0, 0.12)
Description
The border color of the Prompt.
$kendo-prompt-header-textColor$kendo-component-header-textrgba(0, 0, 0, 0.87)
Description
The text color of the Prompt header.
$kendo-prompt-header-bgColor$kendo-component-bg#ffffff
Description
The background color of the Prompt header.
$kendo-prompt-header-borderColor$kendo-component-header-borderrgba(0, 0, 0, 0.08)
Description
The border color of the Prompt header.
$kendo-prompt-content-padding-yNumberk-map-get( $kendo-spacing, 4 )16px
Description
The vertical padding of the Prompt content.
$kendo-prompt-content-padding-xNumberk-map-get( $kendo-spacing, 4 )16px
Description
The horizontal padding of the Prompt content.
$kendo-prompt-content-spacingNumberk-map-get( $kendo-spacing, 4 )16px
Description
The spacing between the items of the Prompt content.
$kendo-prompt-content-textColor$kendo-component-header-textrgba(0, 0, 0, 0.87)
Description
The text color of the Prompt content.
$kendo-prompt-content-bgColor$kendo-component-header-bg#ffffff
Description
The background color of the Prompt content.
$kendo-prompt-content-borderColor$kendo-component-header-borderrgba(0, 0, 0, 0.08)
Description
The text border of the Prompt content.
$kendo-prompt-expander-spacingNumberk-map-get( $kendo-spacing, 2 )8px
Description
The spacing between the items of the Prompt content expander.
$kendo-prompt-suggestion-padding-yNumberk-map-get( $kendo-spacing, 2 )8px
Description
The vertical padding of the Prompt suggestion container.
$kendo-prompt-suggestion-padding-xNumberk-map-get( $kendo-spacing, 2 )8px
Description
The horizontal padding of the Prompt suggestion container.
$kendo-prompt-suggestion-border-radiusNumber$kendo-border-radius-md4px
Description
The border radius of the Prompt suggestion container.
$kendo-prompt-suggestion-textColor$kendo-component-textrgba(0, 0, 0, 0.87)
Description
The text color of the Prompt suggestion container.
$kendo-prompt-suggestion-bgColor$kendo-body-bg#ffffff
Description
The background color of the Prompt suggestion container.
$kendo-prompt-suggestion-borderColor$kendo-component-borderrgba(0, 0, 0, 0.12)
Description
The border color of the Prompt suggestion container.
$kendo-prompt-suggestion-shadowStringk-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.

In this article

Not finding the help you need?