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

Customizing Prompt

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-prompt-textColor$kendo-component-text#424242
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.08)
Description
The border color of the Prompt.
$kendo-prompt-header-textColor$kendo-component-header-text#424242
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-text#424242
Description
The text color of the Prompt content.
$kendo-prompt-content-bgColor$kendo-component-header-bg#fafafa
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-text#424242
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.08)
Description
The border color of the Prompt suggestion container.
$kendo-prompt-suggestion-shadowStringk-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.

In this article

Not finding the help you need?