Customizing Popover
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-popover-border-width | Number | $kendo-card-border-width | 1px |
Description
The width of the border around the Popover. | |||
$kendo-popover-border-style | String | solid | solid |
Description
The style of the border around the Popover. | |||
$kendo-popover-border-radius | Number | $kendo-card-border-radius | 0.375rem |
Description
The radius of the border around the Popover. | |||
$kendo-popover-font-family | String | $kendo-card-font-family | var(--kendo-font-family, inherit) |
Description
The font family of the Popover. | |||
$kendo-popover-font-size | String | $kendo-card-font-size | var(--kendo-font-size, inherit) |
Description
The font size of the Popover. | |||
$kendo-popover-line-height | String | $kendo-card-line-height | var(--kendo-line-height, normal) |
Description
The line height of the Popover. | |||
$kendo-popover-text | String | $kendo-card-text | var(--kendo-color-on-app-surface, #212529) |
Description
The text color of the Popover. | |||
$kendo-popover-bg | String | $kendo-card-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
The background color of the Popover. | |||
$kendo-popover-border | String | $kendo-card-border | var(--kendo-color-border, rgba(33, 37, 41, 0.13)) |
Description
The border color of the Popover. | |||
$kendo-popover-shadow | Null | $kendo-card-shadow | null |
Description
The box shadow of the Popover. | |||
$kendo-popover-header-padding-x | Number | $kendo-card-header-padding-x | 1rem |
Description
The horizontal padding of the Popover header. | |||
$kendo-popover-header-padding-y | Number | $kendo-card-header-padding-y | 1rem |
Description
The vertical padding of the Popover header. | |||
$kendo-popover-header-border-width | Number | $kendo-card-header-border-width | 1px |
Description
The border width of the Popover header. | |||
$kendo-popover-header-border-style | String | $kendo-popover-border-style | solid |
Description
The border style of the Popover header. | |||
$kendo-popover-header-text | Null | null | null |
Description
The text color of the Popover header. | |||
$kendo-popover-header-bg | Null | null | null |
Description
The background color of the Popover header. | |||
$kendo-popover-header-border | Null | null | null |
Description
The border color of the Popover header. | |||
$kendo-popover-body-padding-x | Number | $kendo-card-body-padding-x | 1rem |
Description
The horizontal padding of the Popover body. | |||
$kendo-popover-body-padding-y | Number | $kendo-card-body-padding-y | 1rem |
Description
The vertical padding of the Popover body. | |||
$kendo-popover-actions-border-width | Number | $kendo-popover-border-width | 1px |
Description
The border width of the Popover actions. | |||
$kendo-popover-callout-width | Number | $kendo-card-callout-width | 1.3em |
Description
The width of the Popover callout. | |||
$kendo-popover-callout-height | Number | $kendo-card-callout-height | 1.3em |
Description
The height of the Popover callout. | |||
$kendo-popover-callout-border-width | Number | $kendo-popover-border-width | 1px |
Description
The border width of the Popover callout. | |||
$kendo-popover-callout-border-style | String | $kendo-popover-border-style | solid |
Description
The border style of the Popover callout. | |||
$kendo-popover-callout-bg | String | $kendo-popover-bg | var(--kendo-color-surface-alt, #ffffff) |
Description
The background color of the Popover callout. | |||
$kendo-popover-callout-border | String | $kendo-popover-border | var(--kendo-color-border, rgba(33, 37, 41, 0.13)) |
Description
The border color of the Popover callout. |