Sass Variables
The Telerik and Kendo UI Popup enables you to configure and customize its appearance through the available Sass variables.
| Variable | Default Value | Computed Value | Value |
|---|---|---|---|
kendo-popup-border-width | 1px | 1px | Default: 1pxComputed: 1px |
| Description: Width of the border around the popup. | |||
kendo-popup-border-radius | null | null | Default: nullComputed: null |
| Description: Border radius of the popup. | |||
kendo-popup-font-size | var(--kendo-font-size) | var(--kendo-font-size) | Default: var(--kendo-font-size)Computed: var(--kendo-font-size) |
| Description: Font size of the popup. | |||
kendo-popup-line-height | var(--kendo-line-height) | var(--kendo-line-height) | Default: var(--kendo-line-height)Computed: var(--kendo-line-height) |
| Description: Line height of the popup. | |||
kendo-popup-content-padding-x | k-spacing(2) | var(--kendo-spacing-2) | Default: k-spacing(2)Computed: var(--kendo-spacing-2) |
| Description: Horizontal padding of the popup content. | |||
kendo-popup-content-padding-y | k-spacing(2) | var(--kendo-spacing-2) | Default: k-spacing(2)Computed: var(--kendo-spacing-2) |
| Description: Vertical padding of the popup content. | |||
kendo-popup-bg | k-color(surface-alt) | var(--kendo-color-surface-alt) | Default: k-color(surface-alt)Computed: var(--kendo-color-surface-alt) |
| Description: Background color of the popup. | |||
kendo-popup-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface) | Default: k-color(on-app-surface)Computed: var(--kendo-color-on-app-surface) |
| Description: Text color of the popup. | |||
kendo-popup-border | k-color(border) | var(--kendo-color-border) | Default: k-color(border)Computed: var(--kendo-color-border) |
| Description: Border color of the popup. | |||
kendo-popup-shadow | k-elevation(4) | var(--kendo-elevation-4) | Default: k-elevation(4)Computed: var(--kendo-elevation-4) |
| Description: Box shadow of the popup. | |||
kendo-popup-spacing-y | 0 | 0 | Default: 0Computed: 0 |
| Description: Vertical spacing between the popup and the element it is anchored to. | |||