fix: loader direction

This commit is contained in:
Tienson Qin
2021-07-09 00:25:07 +08:00
parent 9f3ad93ab7
commit 91a0bf1eeb
2 changed files with 5 additions and 1 deletions

View File

@@ -728,6 +728,10 @@ li p:last-child,
-webkit-animation: spin 2s infinite linear;
}
.loader-reverse {
-webkit-animation: spin 2s infinite linear reverse;
}
.canceled,
.done {
text-decoration: line-through;