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 | Null | null | null |
Description
Horizontal padding of the popup. | |||
$kendo-popup-padding-y | Null | null | null |
Description
Vertical padding of the popup. | |||
$kendo-popup-border-width | Number | 1px | 1px |
Description
Width of the border around the popup. | |||
$kendo-popup-border-radius | Null | null | null |
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 popup content. | |||
$kendo-popup-content-padding-y | String | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) |
Description
Vertical padding of the popup content. | |||
$kendo-popup-bg | String | $kendo-component-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
Background color of the popup. | |||
$kendo-popup-text | String | $kendo-component-text | var(--kendo-color-on-app-surface, #3d3d3d) |
Description
Text color of the popup. | |||
$kendo-popup-border | String | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description
Border color of the popup. | |||
$kendo-popup-shadow | String | k-elevation(4) | var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)) |
Description
Box shadow of the popup. |