Display Green Notification

Hi All,

I would like to display a notification that has a green background color to the user, but I don’t know how.

I have seen it before But I forgot how.

Can anyone remind me.

Thanks,

Iyad

With css:

div.v-Notification {
	background-color: green;
}