diff options
Diffstat (limited to 'src/app/manga/loading.module.css')
| -rw-r--r-- | src/app/manga/loading.module.css | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/src/app/manga/loading.module.css b/src/app/manga/loading.module.css index 148d8b8..18b1cf0 100644 --- a/src/app/manga/loading.module.css +++ b/src/app/manga/loading.module.css @@ -1,22 +1,22 @@ -.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(.5turn) - } +.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(.5turn)
+ }
}
\ No newline at end of file |