update tests

This commit is contained in:
Janne Koivistoinen 2017-12-08 15:59:37 +02:00
parent f5b52b90f7
commit b5b9caa183
2 changed files with 16 additions and 6 deletions

View file

@ -110,10 +110,15 @@
transform: scale(0);
}
@keyframes notificationPop {
0% {transform: scale(0); opacity: 0;}
100% {transform: scale(1); opacity: 1;}
0% {
transform: scale(0);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
.desktop {

View file

@ -171,10 +171,15 @@
transform: scale(0);
}
@keyframes notificationPop {
0% {transform: scale(0); opacity: 0;}
100% {transform: scale(1); opacity: 1;}
0% {
transform: scale(0);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
/* Profile menu */