summaryrefslogtreecommitdiff
path: root/src/components/Connections.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Connections.module.css')
-rw-r--r--src/components/Connections.module.css8
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;
+}