fix: use tailwind to set animation style

This commit is contained in:
Peng Xiao
2021-07-20 00:06:09 +08:00
committed by Tienson Qin
parent 3fa04b4c5f
commit 94286c1e05
3 changed files with 6 additions and 11 deletions

View File

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