mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
update tests
This commit is contained in:
parent
f5b52b90f7
commit
b5b9caa183
2 changed files with 16 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue