New to Kendo UI for Vue? Start a free 30-day trial

Customizing Popup

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-popup-padding-x0
Description
Horizontal padding of the popup.
$kendo-popup-padding-y0
Description
Vertical padding of the popup.
$kendo-popup-border-width0
Description
Width of the border around the popup.
$kendo-popup-border-radiusvar( --kendo-border-radius-md, #{$kendo-border-radius-md} )
Description
Border radius of the popup.
$kendo-popup-font-sizevar( --kendo-font-size, inherit)
Description
Font size of the popup.
$kendo-popup-line-heightvar( --kendo-line-height, normal)
Description
Line height of the popup.
$kendo-popup-content-padding-xmap.get( $kendo-spacing, 2 )
Description
Horizontal padding of the content inside the popup.
$kendo-popup-content-padding-ymap.get( $kendo-spacing, 2 )
Description
Vertical padding of the content inside the popup.
$kendo-popup-bgvar( --kendo-component-bg, initial )
Description
Background color of the popup.
$kendo-popup-textvar( --kendo-component-text, initial )
Description
Text color of the popup.
$kendo-popup-bordervar( --kendo-component-border, initial )
Description
Border color of the popup.
$kendo-popup-shadowvar( --kendo-box-shadow-depth-4, none )
Description
Box shadow around the popup.

In this article

Not finding the help you need?