Customizing Notification
Variables
The following table lists the available variables for customization.
Name | Type | Default value | Computed value |
---|---|---|---|
$kendo-notification-padding-x | Number | 8px | 8px |
Description
The horizontal padding of the Notification. | |||
$kendo-notification-padding-y | Number | 4px | 4px |
Description
The vertical padding of the Notification. | |||
$kendo-notification-border-width | Number | 1px | 1px |
Description
The width of the border around the Notification. | |||
$kendo-notification-border-radius | Number | $kendo-border-radius-md | 4px |
Description
The border radius of the Notification. | |||
$kendo-notification-font-family | String | $kendo-font-family | inherit |
Description
The font family of the Notification. | |||
$kendo-notification-font-size | Number | $kendo-font-size-sm | 12px |
Description
The font size of the Notification. | |||
$kendo-notification-line-height | Number | $kendo-line-height-md | 1.4285714286 |
Description
The line height of the Notification. | |||
$kendo-notification-bg | Color | $kendo-component-bg | #ffffff |
Description
The background color of the Notification. | |||
$kendo-notification-text | Color | $kendo-component-text | #424242 |
Description
The text color of the Notification. | |||
$kendo-notification-border | Color | $kendo-component-border | rgba(0, 0, 0, 0.08) |
Description
The border color of the Notification. | |||
$kendo-notification-shadow | String | $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)) |
Description
The box shadow of the Notification. | |||
$kendo-notification-icon-spacing | Number | $kendo-icon-spacing | 4px |
Description
The horizontal spacing of the Notification icon. | |||
$kendo-notification-theme-colors | Map | $kendo-theme-colors | ("primary": #ff6358, "secondary": #666666, "tertiary": #03a9f4, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #ebebeb, "inverse": #424242) |
Description
The theme colors map for the Notification. | |||
$kendo-notification-theme | Map | notification-theme( $kendo-notification-theme-colors ) | ("inverse": (color: white, background-color: #424242, border: #424242), "light": (color: black, background-color: #ebebeb, border: #ebebeb), "dark": (color: white, background-color: #424242, border: #424242), "error": (color: white, background-color: #f31700, border: #f31700), "warning": (color: black, background-color: #ffc000, border: #ffc000), "success": (color: white, background-color: #37b400, border: #37b400), "info": (color: white, background-color: #0058e9, border: #0058e9), "tertiary": (color: white, background-color: #03a9f4, border: #03a9f4), "secondary": (color: white, background-color: #666666, border: #666666), "primary": (color: white, background-color: #ff6358, border: #ff6358)) |
Description
The generated theme colors map for the Notification. |