Customizing Popup

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-popup-padding-xNullnullnull
Description
Horizontal padding of the popup.
$kendo-popup-padding-yNullnullnull
Description
Vertical padding of the popup.
$kendo-popup-border-widthNumber1px1px
Description
Width of the border around the popup.
$kendo-popup-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.375rem)
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 popup content.
$kendo-popup-content-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
Vertical padding of the popup content.
$kendo-popup-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
Background color of the popup.
$kendo-popup-textString$kendo-component-textvar(--kendo-color-on-app-surface, #212529)
Description
Text color of the popup.
$kendo-popup-borderString$kendo-component-bordervar(--kendo-color-border, #dee2e6)
Description
Border color of the popup.
$kendo-popup-shadowStringk-elevation(4)var(--kendo-elevation-4, 0px 6px 13px rgba(0, 0, 0, 0.125))
Description
Box shadow of the popup.

In this article

Not finding the help you need?