This commit is contained in:
haoouba 2021-02-07 23:14:34 +08:00
parent 6763584f42
commit 98c7f73c6b
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -2136,7 +2136,7 @@
color: #fff;
font-size: 14px;
&:hover {
animation: 5s ease-in-out 0s infinite normal none running shake;
animation: 5s ease-in-out 0s infinite normal none running shaked;
}
}
}
@ -2451,7 +2451,7 @@
}
}
@keyframes shake {
@keyframes shaked {
2% {
transform: translateY(1.5px) rotate(1.5deg);
}