Sass Variables
The Telerik and Kendo UI PromptBox enables you to configure and customize its appearance through the available Sass variables.
| Variable | Default Value | Computed Value | Value |
|---|---|---|---|
kendo-prompt-box-border-radius | k-border-radius(xxl) | var(--kendo-border-radius-xxl) | Default: k-border-radius(xxl)Computed: var(--kendo-border-radius-xxl) |
| Description: The border radius of the PromptBox. | |||
kendo-prompt-box-box-shadow | k-elevation(1) | var(--kendo-elevation-1) | Default: k-elevation(1)Computed: var(--kendo-elevation-1) |
| Description: The box shadow of the PromptBox. | |||
kendo-prompt-box-header-padding | k-spacing(2) | var(--kendo-spacing-2) | Default: k-spacing(2)Computed: var(--kendo-spacing-2) |
| Description: The padding of the PromptBox header. | |||
kendo-prompt-box-input-inner-padding | k-spacing(3) | var(--kendo-spacing-3) | Default: k-spacing(3)Computed: var(--kendo-spacing-3) |
| Description: The inner padding of the PromptBox input. | |||
kendo-prompt-box-affix-padding | k-spacing(2) | var(--kendo-spacing-2) | Default: k-spacing(2)Computed: var(--kendo-spacing-2) |
| Description: The padding of the PromptBox affix. | |||
kendo-prompt-box-affix-spacing | k-spacing(1) | var(--kendo-spacing-1) | Default: k-spacing(1)Computed: var(--kendo-spacing-1) |
| Description: The spacing between the PromptBox affixes. | |||