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-group-gapmap.get( $kendo-spacing, 2 )
Description
The row-gap between the elements in the Notification group.
$kendo-notification-padding-xmap.get( $kendo-spacing, 3 )
Description
The horizontal padding of the Notification.
$kendo-notification-padding-ymap.get( $kendo-spacing, 2 )
Description
The vertical padding of the Notification.
$kendo-notification-border-width1px
$kendo-notification-border-radiusmap.get( $kendo-spacing, 0.5 )
Description
The border radius of the Notification.
$kendo-notification-font-familyvar( --kendo-font-family, inherit )
Description
The font family of the Notification.
$kendo-notification-font-sizevar( --kendo-font-size-sm, inherit )
Description
The font size of the Notification.
$kendo-notification-line-heightvar( --kendo-line-height, normal )
Description
The line height of the Notification.
$kendo-notification-bgvar( --kendo-component-bg, inherit )
Description
The background color of the Notification.
$kendo-notification-textvar( --kendo-component-text, inherit )
Description
The text color of the Notification.
$kendo-notification-bordervar( --kendo-component-border, inherit )
Description
The border color of the Notification.
$kendo-notification-box-shadownone
Description
The box shadow of the Notification.
$kendo-notification-icon-spacingmap.get( $kendo-spacing, 2 )
Description
The horizontal spacing of the Notification icon.
$kendo-notification-close-icon-spacingmap.get( $kendo-spacing, 4 )
Description
The horizontal spacing of the Notification close icon.
$kendo-notification-icon-textvar( --kendo-component-text, inherit )
Description
The color of the Notification icon.
$kendo-notification-brand-colors( primary: primary, error: error, warning: warning, success: success, info: info, secondary: if($kendo-enable-color-system, secondary, neutral), tertiary: tertiary, )
Description
The theme variations for the Notification.
$kendo-notification-theme-colors()
Description
The theme colors map for the Notification variations.

In this article

Not finding the help you need?