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-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
The text color of the Prompt.
$kendo-prompt-bgStringvar( --kendo-component-bg, initial )var(--kendo-component-bg, initial)
Description
The background color of the Prompt.
$kendo-prompt-borderStringvar( --kendo-component-border, initial )var(--kendo-component-border, initial)
Description
The border color of the Prompt.
$kendo-prompt-header-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
The text color of the Prompt header.
$kendo-prompt-header-bgStringvar( --kendo-component-bg, initial )var(--kendo-component-bg, initial)
Description
The background color of the Prompt header.
$kendo-prompt-header-borderStringvar( --kendo-component-border, initial )var(--kendo-component-border, initial)
Description
The border color of the Prompt header.
$kendo-prompt-content-padding-yStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The vertical padding of the Prompt content.
$kendo-prompt-content-padding-xStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the Prompt content.
$kendo-prompt-content-spacingStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The spacing between the items of the Prompt content.
$kendo-prompt-content-textStringk-get-theme-color-var( neutral-190 )var(--kendo-neutral-190, inherit)
Description
The text color of the Prompt content.
$kendo-prompt-content-bgStringk-get-theme-color-var( neutral-10 )var(--kendo-neutral-10, inherit)
Description
The background color of the Prompt content.
$kendo-prompt-content-borderStringvar( --kendo-component-border, initial )var(--kendo-component-border, initial)
Description
The text border of the Prompt content.
$kendo-prompt-expander-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing between the items of the Prompt content expander.
$kendo-prompt-suggestion-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Prompt suggestion container.
$kendo-prompt-suggestion-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Prompt suggestion container.
$kendo-prompt-suggestion-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the Prompt suggestion container.
$kendo-prompt-suggestion-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
The text color of the Prompt suggestion container.
$kendo-prompt-suggestion-bgStringvar( --kendo-component-bg, initial )var(--kendo-component-bg, initial)
Description
The background color of the Prompt suggestion container.
$kendo-prompt-suggestion-borderStringvar( --kendo-component-border, initial )var(--kendo-component-border, initial)
Description
The border color of the Prompt suggestion container.
$kendo-prompt-suggestion-shadowStringk-elevation(1)var(--kendo-elevation-1, 0 0.3px 0.9px rgba(0, 0, 0, 0.1), 0 1.6px 3.6px rgba(0, 0, 0, 0.13))
Description
The elevation of the Prompt suggestion container.

In this article

Not finding the help you need?