Sass Variables
The Telerik and Kendo UI Popover enables you to configure and customize its appearance through the available Sass variables.
Variable | Default Value | Computed Value | Value |
---|---|---|---|
kendo-popover-border-width | $kendo-card-border-width | 1px | Default: $kendo-card-border-width Computed: 1px |
Description: The width of the border around the Popover. | |||
kendo-popover-border-style | solid | solid | Default: solid Computed: solid |
Description: The style of the border around the Popover. | |||
kendo-popover-border-radius | $kendo-card-border-radius | var(--kendo-border-radius-lg, 0.375rem) | Default: $kendo-card-border-radius Computed: var(--kendo-border-radius-lg, 0.375rem) |
Description: The radius of the border around the Popover. | |||
kendo-popover-font-family | $kendo-card-font-family | var(--kendo-font-family, inherit) | Default: $kendo-card-font-family Computed: var(--kendo-font-family, inherit) |
Description: The font family of the Popover. | |||
kendo-popover-font-size | $kendo-card-font-size | var(--kendo-font-size, inherit) | Default: $kendo-card-font-size Computed: var(--kendo-font-size, inherit) |
Description: The font size of the Popover. | |||
kendo-popover-line-height | $kendo-card-line-height | var(--kendo-line-height, normal) | Default: $kendo-card-line-height Computed: var(--kendo-line-height, normal) |
Description: The line height of the Popover. | |||
kendo-popover-text | k-color(on-app-surface) | var(--kendo-color-on-app-surface, #3d3d3d) | Default: k-color(on-app-surface) Computed: var(--kendo-color-on-app-surface, #3d3d3d) |
Description: The text color of the Popover. | |||
kendo-popover-bg | k-color(surface-alt) | var(--kendo-color-surface-alt, #ffffff) | Default: k-color(surface-alt) Computed: var(--kendo-color-surface-alt, #ffffff) |
Description: The background color of the Popover. | |||
kendo-popover-border | k-color(border) | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: k-color(border) Computed: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description: The border color of the Popover. | |||
kendo-popover-shadow | $kendo-popup-shadow | var(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12)) | Default: $kendo-popup-shadow Computed: 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-x | var(--kendo-spacing-4, 1rem) | Default: $kendo-card-header-padding-x Computed: var(--kendo-spacing-4, 1rem) |
Description: The horizontal padding of the Popover header. | |||
kendo-popover-header-padding-y | $kendo-card-header-padding-y | var(--kendo-spacing-3, 0.75rem) | Default: $kendo-card-header-padding-y Computed: var(--kendo-spacing-3, 0.75rem) |
Description: The vertical padding of the Popover header. | |||
kendo-popover-header-border-width | $kendo-card-header-border-width | 1px | Default: $kendo-card-header-border-width Computed: 1px |
Description: The border width of the Popover header. | |||
kendo-popover-header-border-style | $kendo-popover-border-style | solid | Default: $kendo-popover-border-style Computed: solid |
Description: The border style of the Popover header. | |||
kendo-popover-header-text | $kendo-card-header-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-card-header-text Computed: var(--kendo-color-on-app-surface, #3d3d3d) |
Description: The text color of the Popover header. | |||
kendo-popover-header-bg | $kendo-card-header-bg | null | Default: $kendo-card-header-bg Computed: null |
Description: The background color of the Popover header. | |||
kendo-popover-header-border | $kendo-card-header-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: $kendo-card-header-border Computed: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description: The border color of the Popover header. | |||
kendo-popover-body-padding-x | $kendo-card-body-padding-x | var(--kendo-spacing-4, 1rem) | Default: $kendo-card-body-padding-x Computed: var(--kendo-spacing-4, 1rem) |
Description: The horizontal padding of the Popover body. | |||
kendo-popover-body-padding-y | $kendo-card-body-padding-y | var(--kendo-spacing-4, 1rem) | Default: $kendo-card-body-padding-y Computed: var(--kendo-spacing-4, 1rem) |
Description: The vertical padding of the Popover body. | |||
kendo-popover-actions-border-width | $kendo-popover-border-width | 1px | Default: $kendo-popover-border-width Computed: 1px |
Description: The border width of the Popover actions. | |||
kendo-popover-callout-width | $kendo-card-callout-width | 20px | Default: $kendo-card-callout-width Computed: 20px |
Description: The width of the Popover callout. | |||
kendo-popover-callout-height | $kendo-card-callout-height | 20px | Default: $kendo-card-callout-height Computed: 20px |
Description: The height of the Popover callout. | |||
kendo-popover-callout-border-width | $kendo-popover-border-width | 1px | Default: $kendo-popover-border-width Computed: 1px |
Description: The border width of the Popover callout. | |||
kendo-popover-callout-border-style | $kendo-popover-border-style | solid | Default: $kendo-popover-border-style Computed: solid |
Description: The border style of the Popover callout. | |||
kendo-popover-callout-bg | $kendo-popover-bg | var(--kendo-color-surface-alt, #ffffff) | Default: $kendo-popover-bg Computed: var(--kendo-color-surface-alt, #ffffff) |
Description: The background color of the Popover callout. | |||
kendo-popover-callout-border | $kendo-popover-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: $kendo-popover-border Computed: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description: The border color of the Popover callout. |