diff options
Diffstat (limited to 'WebContent/VAADIN/themes/base/notification')
-rw-r--r-- | WebContent/VAADIN/themes/base/notification/notification.scss (renamed from WebContent/VAADIN/themes/base/notification/notification.css) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/base/notification/notification.css b/WebContent/VAADIN/themes/base/notification/notification.scss index ccd5b8d218..e67ac14050 100644 --- a/WebContent/VAADIN/themes/base/notification/notification.css +++ b/WebContent/VAADIN/themes/base/notification/notification.scss @@ -1,3 +1,5 @@ +@mixin base-notification { + .v-Notification { background: #999; color: #fff; @@ -37,3 +39,5 @@ display: block; margin: 0; } + +}
\ No newline at end of file |