Customizing Popup

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-popup-padding-xStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
Horizontal padding of the popup.
$kendo-popup-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
Vertical padding of the popup.
$kendo-popup-border-widthNumber00
Description
Width of the border around the popup.
$kendo-popup-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
Border radius of the popup.
$kendo-popup-font-sizeStringvar( --kendo-font-size, inherit)var(--kendo-font-size, inherit)
Description
Font size of the popup.
$kendo-popup-line-heightStringvar( --kendo-line-height, normal)var(--kendo-line-height, normal)
Description
Line height of the popup.
$kendo-popup-content-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
Horizontal padding of the content inside the popup.
$kendo-popup-content-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
Vertical padding of the content inside the popup.
$kendo-popup-bgStringvar( --kendo-component-bg, initial )var(--kendo-component-bg, initial)
Description
Background color of the popup.
$kendo-popup-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
Text color of the popup.
$kendo-popup-borderStringvar( --kendo-component-border, initial )var(--kendo-component-border, initial)
Description
Border color of the popup.
$kendo-popup-shadowStringvar( --kendo-box-shadow-depth-4, none )var(--kendo-box-shadow-depth-4, none)
Description
Box shadow around the popup.

In this article

Not finding the help you need?