Popup

Popups show their content next to a specific anchor component upon user interaction.

Sass Variables

The Telerik and Kendo UI Popup enables you to configure and customize its appearance through the available Sass variables.

VariableDefault ValueComputed ValueValue
kendo-popup-padding-xnullnullDefault: nullComputed: null
Description: Horizontal padding of the popup.
kendo-popup-padding-ynullnullDefault: nullComputed: null
Description: Vertical padding of the popup.
kendo-popup-border-width1px1pxDefault: 1pxComputed: 1px
Description: Width of the border around the popup.
kendo-popup-border-radiusnullnullDefault: nullComputed: null
Description: Border radius of the popup.
kendo-popup-font-sizevar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)Default: var( --kendo-font-size, inherit )Computed: var(--kendo-font-size, inherit)
Description: Font size of the popup.
kendo-popup-line-heightvar( --kendo-line-height, normal )var(--kendo-line-height, normal)Default: var( --kendo-line-height, normal )Computed: var(--kendo-line-height, normal)
Description: Line height of the popup.
kendo-popup-content-padding-xk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: Horizontal padding of the popup content.
kendo-popup-content-padding-yk-spacing(2)var(--kendo-spacing-2, 0.5rem)Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem)
Description: Vertical padding of the popup content.
kendo-popup-bg$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)Default: $kendo-component-bgComputed: var(--kendo-color-surface-alt, #ffffff)
Description: Background color of the popup.
kendo-popup-text$kendo-component-textvar(--kendo-color-on-app-surface, #3d3d3d)Default: $kendo-component-textComputed: var(--kendo-color-on-app-surface, #3d3d3d)
Description: Text color of the popup.
kendo-popup-border$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.08))Default: $kendo-component-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08))
Description: Border color of the popup.
kendo-popup-shadowk-elevation(4)var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))Default: k-elevation(4)Computed: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))
Description: Box shadow of the popup.