New to Kendo UI for Vue? Start a free 30-day trial

Customizing Notification

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-notification-padding-xNumber$alert-padding-x1rem
Description
Vertical padding of the notification container.
$kendo-notification-padding-yNumber$alert-padding-y1rem
Description
Horizontal padding of the notification.
$kendo-notification-border-widthNumber$alert-border-width1px
Description
Width of the border around the notification.
$kendo-notification-border-radiusNumber$alert-border-radius0.375rem
Description
Border radius of the notification.
$kendo-notification-shadowList$kendo-popup-shadow0 2px 4px 0 rgba(0, 0, 0, 0.03), 0 4px 5px 0 rgba(0, 0, 0, 0.04)
Description
Box shadow of the notification.
$kendo-notification-font-familyList$kendo-font-familysystem-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
Description
Font family of the notification.
$kendo-notification-font-sizeNumber$kendo-font-size-sm0.875rem
Description
Font size of the notification.
$kendo-notification-line-heightNumber$kendo-line-height-md1.5
Description
Line height of the notification.
$kendo-notification-icon-spacingNumber$kendo-icon-spacing0.5rem
Description
Horizontal spacing of the notification icon.
$kendo-notification-bgColor$kendo-component-bg#ffffff
Description
Background color of the notification.
$kendo-notification-textColor$kendo-component-text#212529
Description
Text color of the notification.
$kendo-notification-borderColor$kendo-component-border#dee2e6
Description
Border color of the notification.
$kendo-notification-theme-colorsMap$kendo-theme-colors("primary": #0d6efd, "secondary": #6c757d, "tertiary": #6f42c1, "info": #0dcaf0, "success": #198754, "warning": #ffc107, "error": #dc3545, "dark": #212529, "light": #f8f9fa, "inverse": #212529)
Description
Theme colors of the notification.

In this article

Not finding the help you need?