diff options
| author | Haishan <[email protected]> | 2019-11-14 00:24:50 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2019-11-14 00:24:50 +0800 |
| commit | da26c898fb666f65945b372d8d0e26d418bb272d (patch) | |
| tree | eb08a6db61af3d8b3234426b71845e9d2923d452 /src/components/Connections.module.css | |
| parent | ab61e8492606c0ba4937467d32835a878b259e34 (diff) | |
chore: add place holder when there is no connections data
Diffstat (limited to 'src/components/Connections.module.css')
| -rw-r--r-- | src/components/Connections.module.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; +} |
