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.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/components/Connections.module.css b/src/components/Connections.module.css
index 4991f29..45f20de 100644
--- a/src/components/Connections.module.css
+++ b/src/components/Connections.module.css
@@ -6,3 +6,15 @@
color: var(--color-background);
opacity: 0.1;
}
+
+.connQty {
+ font-family: var(--font-normal);
+ font-size: 0.75em;
+ margin-left: 3px;
+ padding: 2px 7px;
+ display: inline-flex;
+ justify-content: center;
+ align-items: center;
+ background-color: var(--bg-near-transparent);
+ border-radius: 30px;
+}