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 | Number | $kendo-border-radius-md | 0.375rem |
Description
Border radius of the popup. | |||
$kendo-popup-font-size | Number | $kendo-font-size-md | 1rem |
Description
Font size of the popup. | |||
$kendo-popup-line-height | Number | $kendo-line-height-md | 1.5 |
Description
Line height of the popup. | |||
$kendo-popup-content-padding-x | Number | k-map-get( $kendo-spacing, 2 ) | 0.5rem |
Description
Horizontal padding of the popup content. | |||
$kendo-popup-content-padding-y | Number | k-map-get( $kendo-spacing, 2 ) | 0.5rem |
Description
Vertical padding of the popup content. | |||
$kendo-popup-bg | Color | $kendo-component-bg | #ffffff |
Description
Background color of the popup. | |||
$kendo-popup-text | Color | $kendo-component-text | #212529 |
Description
Text color of the popup. | |||
$kendo-popup-border | Color | $kendo-component-border | #dee2e6 |
Description
Border color of the popup. | |||
$kendo-popup-shadow | List | 0 2px 4px 0 rgba( black, .03 ), 0 4px 5px 0 rgba( black, .04 ) | 0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04) |
Description
Box shadow of the popup. |