summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/base/notification/notification.scss
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/base/notification/notification.scss')
-rw-r--r--WebContent/VAADIN/themes/base/notification/notification.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/base/notification/notification.scss b/WebContent/VAADIN/themes/base/notification/notification.scss
index 6eafcda6bc..0fc7801777 100644
--- a/WebContent/VAADIN/themes/base/notification/notification.scss
+++ b/WebContent/VAADIN/themes/base/notification/notification.scss
@@ -41,7 +41,7 @@
margin: 0;
}
.#{$primaryStyleName}-animate-out {
- @include animation(animate-out 400ms 1s);
+ @include animation(v-notification-animate-out 400ms);
}
.#{$primaryStyleName} {
@@ -65,7 +65,7 @@
}
-@include keyframes(animate-out) {
+@include keyframes(v-notification-animate-out) {
100% {
opacity: 0;
}