New to Kendo UI for Angular? Start a free 30-day trial
Customizing Popup
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-popup-padding-x | String | k-spacing(0) | var(--kendo-spacing-0, 0px) |
Description
Horizontal padding of the popup. | |||
$kendo-popup-padding-y | String | k-spacing(0) | var(--kendo-spacing-0, 0px) |
Description
Vertical padding of the popup. | |||
$kendo-popup-border-width | Number | 0 | 0 |
Description
Width of the border around the popup. | |||
$kendo-popup-border-radius | String | k-border-radius(md) | var(--kendo-border-radius-md, 0.25rem) |
Description
Border radius of the popup. | |||
$kendo-popup-font-size | String | var( --kendo-font-size, inherit) | var(--kendo-font-size, inherit) |
Description
Font size of the popup. | |||
$kendo-popup-line-height | String | var( --kendo-line-height, normal) | var(--kendo-line-height, normal) |
Description
Line height of the popup. | |||
$kendo-popup-content-padding-x | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
Horizontal padding of the content inside the popup. | |||
$kendo-popup-content-padding-y | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
Vertical padding of the content inside the popup. | |||
$kendo-popup-bg | String | var( --kendo-component-bg, initial ) | var(--kendo-component-bg, initial) |
Description
Background color of the popup. | |||
$kendo-popup-text | String | var( --kendo-component-text, initial ) | var(--kendo-component-text, initial) |
Description
Text color of the popup. | |||
$kendo-popup-border | String | var( --kendo-component-border, initial ) | var(--kendo-component-border, initial) |
Description
Border color of the popup. | |||
$kendo-popup-shadow | String | var( --kendo-box-shadow-depth-4, none ) | var(--kendo-box-shadow-depth-4, none) |
Description
Box shadow around the popup. |