feat: add refresh progressing animation

This commit is contained in:
Tienson Qin
2020-12-03 00:06:49 +08:00
parent bcb40c6629
commit 0dce7cdb11
4 changed files with 20 additions and 6 deletions

View File

@@ -463,6 +463,10 @@ svg {
}
}
.loader {
-webkit-animation: lds-dual-ring 2s infinite linear;
}
.canceled {
text-decoration: line-through;
}