From dec6c878840e8ba105c0f3bab26b0afb6a786656 Mon Sep 17 00:00:00 2001 From: Haishan Date: Mon, 30 Sep 2019 22:13:12 +0800 Subject: feat: new Loading component --- src/components/Loading2.module.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/components/Loading2.module.css (limited to 'src/components/Loading2.module.css') 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; +} -- cgit v1.3.1