summaryrefslogtreecommitdiff
path: root/src/components/Loading2.module.css
diff options
context:
space:
mode:
authorHaishan <[email protected]>2019-09-30 22:13:12 +0800
committerHaishan <[email protected]>2019-10-01 00:23:58 +0800
commitdec6c878840e8ba105c0f3bab26b0afb6a786656 (patch)
treed5ba29769f857468ef114905883c7e3063bd182a /src/components/Loading2.module.css
parentf0c6d39ef29d01cddd769d539fb59639bfab43d5 (diff)
feat: new Loading component <Loading2 />
Diffstat (limited to 'src/components/Loading2.module.css')
-rw-r--r--src/components/Loading2.module.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/components/Loading2.module.css b/src/components/Loading2.module.css
new file mode 100644
index 0000000..067281e
--- /dev/null
+++ b/src/components/Loading2.module.css
@@ -0,0 +1,8 @@
+.lo {
+ opacity: 0.5;
+ width: 100%;
+ height: 100%;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+}