diff options
Diffstat (limited to 'WebContent/VAADIN/themes/liferay/notification')
-rw-r--r-- | WebContent/VAADIN/themes/liferay/notification/notification.scss (renamed from WebContent/VAADIN/themes/liferay/notification/notification.css) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/liferay/notification/notification.css b/WebContent/VAADIN/themes/liferay/notification/notification.scss index 10168fecbd..2312768287 100644 --- a/WebContent/VAADIN/themes/liferay/notification/notification.css +++ b/WebContent/VAADIN/themes/liferay/notification/notification.scss @@ -1,3 +1,5 @@ +@mixin liferay-notification { + .v-Notification { background: #dff4ff; color: #34404F; @@ -45,4 +47,6 @@ .v-Notification-system h1 { display: block; margin: 0; +} + }
\ No newline at end of file |