aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/styles/loading.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-13 21:23:36 +0530
committerreal-zephex <[email protected]>2024-05-13 21:23:36 +0530
commit5a75c4551b3f6cc28aa7e9bef2dc56a36a8a494b (patch)
treedfba994e9780532340f70c8178fbea34d205a071 /src/app/anime/styles/loading.module.css
parentadjustments to the search bar on the anime page (diff)
downloaddramalama-5a75c4551b3f6cc28aa7e9bef2dc56a36a8a494b.tar.xz
dramalama-5a75c4551b3f6cc28aa7e9bef2dc56a36a8a494b.zip
added loading.jsx file and it's css subpart
Diffstat (limited to 'src/app/anime/styles/loading.module.css')
-rw-r--r--src/app/anime/styles/loading.module.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/app/anime/styles/loading.module.css b/src/app/anime/styles/loading.module.css
new file mode 100644
index 0000000..f0d0606
--- /dev/null
+++ b/src/app/anime/styles/loading.module.css
@@ -0,0 +1,12 @@
+.LoadingContainer {
+ height: 100vh;
+ width: 100vw;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+}
+
+.LoadingContainer strong {
+ color: white;
+ font-size: 20px;
+} \ No newline at end of file