Popover

Popovers provide additional content and access to actionable elements within a popup.

Sass Variables

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

VariableDefault ValueComputed ValueValue
kendo-popover-border-width$kendo-card-border-width1pxDefault: $kendo-card-border-widthComputed: 1px
Description: The width of the border around the Popover.
kendo-popover-border-stylesolidsolidDefault: solidComputed: solid
Description: The style of the border around the Popover.
kendo-popover-border-radius$kendo-card-border-radius6pxDefault: $kendo-card-border-radiusComputed: 6px
Description: The radius of the border around the Popover.
kendo-popover-font-family$kendo-card-font-familyinheritDefault: $kendo-card-font-familyComputed: inherit
Description: The font family of the Popover.
kendo-popover-font-size$kendo-card-font-size14pxDefault: $kendo-card-font-sizeComputed: 14px
Description: The font size of the Popover.
kendo-popover-line-height$kendo-card-line-height1.4285714286Default: $kendo-card-line-heightComputed: 1.4285714286
Description: The line height of the Popover.
kendo-popover-text$kendo-component-text #424242Default: $kendo-component-textComputed: #424242
Description: The text color of the Popover.
kendo-popover-bg$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The background color of the Popover.
kendo-popover-border$kendo-component-border rgba(0, 0, 0, 0.08)Default: $kendo-component-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the Popover.
kendo-popover-shadow$kendo-popup-shadowvar(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))Default: $kendo-popup-shadowComputed: var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))
Description: The box shadow of the Popover.
kendo-popover-header-padding-x$kendo-card-header-padding-x16pxDefault: $kendo-card-header-padding-xComputed: 16px
Description: The horizontal padding of the Popover header.
kendo-popover-header-padding-y$kendo-card-header-padding-y12pxDefault: $kendo-card-header-padding-yComputed: 12px
Description: The vertical padding of the Popover header.
kendo-popover-header-border-width$kendo-card-header-border-width1pxDefault: $kendo-card-header-border-widthComputed: 1px
Description: The border width of the Popover header.
kendo-popover-header-border-style$kendo-popover-border-stylesolidDefault: $kendo-popover-border-styleComputed: solid
Description: The border style of the Popover header.
kendo-popover-header-text$kendo-card-header-text #424242Default: $kendo-card-header-textComputed: #424242
Description: The text color of the Popover header.
kendo-popover-header-bg$kendo-card-header-bgnullDefault: $kendo-card-header-bgComputed: null
Description: The background color of the Popover header.
kendo-popover-header-border$kendo-card-header-border rgba(0, 0, 0, 0.08)Default: $kendo-card-header-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the Popover header.
kendo-popover-body-padding-x$kendo-card-body-padding-x16pxDefault: $kendo-card-body-padding-xComputed: 16px
Description: The horizontal padding of the Popover body.
kendo-popover-body-padding-y$kendo-card-body-padding-y16pxDefault: $kendo-card-body-padding-yComputed: 16px
Description: The vertical padding of the Popover body.
kendo-popover-actions-border-width$kendo-popover-border-width1pxDefault: $kendo-popover-border-widthComputed: 1px
Description: The border width of the Popover actions.
kendo-popover-callout-width$kendo-card-callout-width20pxDefault: $kendo-card-callout-widthComputed: 20px
Description: The width of the Popover callout.
kendo-popover-callout-height$kendo-card-callout-height20pxDefault: $kendo-card-callout-heightComputed: 20px
Description: The height of the Popover callout.
kendo-popover-callout-border-width$kendo-popover-border-width1pxDefault: $kendo-popover-border-widthComputed: 1px
Description: The border width of the Popover callout.
kendo-popover-callout-border-style$kendo-popover-border-stylesolidDefault: $kendo-popover-border-styleComputed: solid
Description: The border style of the Popover callout.
kendo-popover-callout-bg$kendo-popover-bg #ffffffDefault: $kendo-popover-bgComputed: #ffffff
Description: The background color of the Popover callout.
kendo-popover-callout-border$kendo-popover-border rgba(0, 0, 0, 0.08)Default: $kendo-popover-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the Popover callout.