From da26c898fb666f65945b372d8d0e26d418bb272d Mon Sep 17 00:00:00 2001 From: Haishan Date: Thu, 14 Nov 2019 00:24:50 +0800 Subject: chore: add place holder when there is no connections data --- src/components/Connections.module.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/components/Connections.module.css (limited to 'src/components/Connections.module.css') diff --git a/src/components/Connections.module.css b/src/components/Connections.module.css new file mode 100644 index 0000000..4991f29 --- /dev/null +++ b/src/components/Connections.module.css @@ -0,0 +1,8 @@ +.placeHolder { + height: 100%; + display: flex; + align-items: center; + justify-content: center; + color: var(--color-background); + opacity: 0.1; +} -- cgit v1.3.1