diff options
author | Blaster4385 <[email protected]> | 2022-08-25 11:44:08 +0530 |
---|---|---|
committer | Blaster4385 <[email protected]> | 2022-08-25 11:44:08 +0530 |
commit | fcc4c3374d85b33755f852bcc559db0a8eb5115a (patch) | |
tree | 266005279ac7996b479e2cb3b5d48ccebd041290 /client/src/components/Spinner/Spinner.module.css | |
parent | 3450e5ad9c59403b9ad75aa24e71a1b925f7bbcf (diff) |
Misc changes and add more translation
Diffstat (limited to 'client/src/components/Spinner/Spinner.module.css')
-rw-r--r-- | client/src/components/Spinner/Spinner.module.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/components/Spinner/Spinner.module.css b/client/src/components/Spinner/Spinner.module.css new file mode 100644 index 0000000..04197de --- /dev/null +++ b/client/src/components/Spinner/Spinner.module.css @@ -0,0 +1,6 @@ +.spinner { + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; +}
\ No newline at end of file |