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-padding-x | null | null | Default: null Computed: null |
Description: Horizontal padding of the popup. | |||
kendo-popup-padding-y | null | null | Default: null Computed: null |
Description: Vertical padding of the popup. | |||
kendo-popup-border-width | 1px | 1px | Default: 1px Computed: 1px |
Description: Width of the border around the popup. | |||
kendo-popup-border-radius | null | null | Default: null Computed: null |
Description: Border radius of the popup. | |||
kendo-popup-font-size | var( --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-height | var( --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-x | k-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-y | k-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-bg | var(--kendo-color-surface-alt, #ffffff) | Default: $kendo-component-bg Computed: var(--kendo-color-surface-alt, #ffffff) |
Description: Background color of the popup. | |||
kendo-popup-text | $kendo-component-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-component-text Computed: var(--kendo-color-on-app-surface, #3d3d3d) |
Description: Text color of the popup. | |||
kendo-popup-border | $kendo-component-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: $kendo-component-border Computed: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
Description: Border color of the popup. | |||
kendo-popup-shadow | k-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. |