Notification

Notifications are UI elements for displaying important information related to a user’s actions or the system they are using.

Sass Variables

The Telerik and Kendo UI Notification enables you to configure and customize its appearance through the available Sass variables.

VariableDefault ValueComputed ValueValue
kendo-notification-group-gapk-map-get( $kendo-spacing, 2 )8pxDefault: k-map-get( $kendo-spacing, 2 )Computed: 8px
Description: The row-gap between the elements in the Notification group.
kendo-notification-padding-x8px8pxDefault: 8pxComputed: 8px
Description: The horizontal padding of the Notification.
kendo-notification-padding-y4px4pxDefault: 4pxComputed: 4px
Description: The vertical padding of the Notification.
kendo-notification-border-width1px1pxDefault: 1pxComputed: 1px
Description: The width of the border around the Notification.
kendo-notification-border-radius$kendo-border-radius-md4pxDefault: $kendo-border-radius-mdComputed: 4px
Description: The border radius of the Notification.
kendo-notification-font-family$kendo-font-familyinheritDefault: $kendo-font-familyComputed: inherit
Description: The font family of the Notification.
kendo-notification-font-size$kendo-font-size-sm12pxDefault: $kendo-font-size-smComputed: 12px
Description: The font size of the Notification.
kendo-notification-line-height$kendo-line-height-md1.4285714286Default: $kendo-line-height-mdComputed: 1.4285714286
Description: The line height of the Notification.
kendo-notification-bg$kendo-component-bg #ffffffDefault: $kendo-component-bgComputed: #ffffff
Description: The background color of the Notification.
kendo-notification-text$kendo-component-text #424242Default: $kendo-component-textComputed: #424242
Description: The text color of the Notification.
kendo-notification-border$kendo-component-border rgba(0, 0, 0, 0.08)Default: $kendo-component-borderComputed: rgba(0, 0, 0, 0.08)
Description: The border color of the Notification.
kendo-notification-shadow$kendo-popup-shadowvar(--kendo-elevation-4, 0 8px 10px rgba(0, 0, 0, 0.12), 0 4px 16px rgba(0, 0, 0, 0.12))Default: $kendo-popup-shadowComputed: 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$kendo-icon-spacing4pxDefault: $kendo-icon-spacingComputed: 4px
Description: The horizontal spacing of the Notification icon.
kendo-notification-theme-colors$kendo-theme-colors("primary": #ff6358, "secondary": #666666, "tertiary": #03a9f4, "info": #0058e9, "success": #37b400, "warning": #ffc000, "error": #f31700, "dark": #424242, "light": #ebebeb, "inverse": #424242)Default: $kendo-theme-colorsComputed: ("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-themenotification-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))Default: notification-theme( $kendo-notification-theme-colors )Computed: ("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.