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 | $kendo-font-size-md | 14px | Default: $kendo-font-size-md Computed: 14px |
Description: Font size of the popup. | |||
kendo-popup-line-height | $kendo-line-height-md | 1.4285714286 | Default: $kendo-line-height-md Computed: 1.4285714286 |
Description: Line height of the popup. | |||
kendo-popup-content-padding-x | k-map-get( $kendo-spacing, 2 ) | 8px | Default: k-map-get( $kendo-spacing, 2 ) Computed: 8px |
Description: Horizontal padding of the popup content. | |||
kendo-popup-content-padding-y | k-map-get( $kendo-spacing, 2 ) | 8px | Default: k-map-get( $kendo-spacing, 2 ) Computed: 8px |
Description: Vertical padding of the popup content. | |||
kendo-popup-bg | $kendo-component-bg | #ffffff | Default: $kendo-component-bg Computed: #ffffff |
Description: Background color of the popup. | |||
kendo-popup-text | $kendo-component-text | #424242 | Default: $kendo-component-text Computed: #424242 |
Description: Text color of the popup. | |||
kendo-popup-border | $kendo-component-border | rgba(0, 0, 0, 0.08) | Default: $kendo-component-border Computed: 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. |