diff options
Diffstat (limited to 'src/app/manga/loading.module.css')
| -rw-r--r-- | src/app/manga/loading.module.css | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/app/manga/loading.module.css b/src/app/manga/loading.module.css deleted file mode 100644 index d52e913..0000000 --- a/src/app/manga/loading.module.css +++ /dev/null @@ -1,22 +0,0 @@ -.Main {
- height: 100dvh;
- width: 100dvw;
- display: flex;
- justify-content: center;
- align-items: center;
-}
-
-.LoadingContainer {
- width: 50px;
- height: 50px;
- border-radius: 50%;
- border: 8px solid;
- border-color: #f4f4f4 #0000;
- animation: s1 1s infinite;
-}
-
-@keyframes s1 {
- to {
- transform: rotate(0.5turn);
- }
-}
|