We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5aacb8 commit 52399e4Copy full SHA for 52399e4
1 file changed
src/components/Navbar.module.css
@@ -27,14 +27,17 @@
27
28
/* ── Customer label pill (non-interactive) ──────────────────────────────── */
29
.customerPill {
30
- font-size: 12px;
+ display: flex;
31
+ align-items: center;
32
+ gap: 6px;
33
+ padding: 5px 10px;
34
+ border-radius: 7px;
35
+ border: 1px solid var(--border-strong);
36
+ background: var(--bg-hover);
37
+ color: var(--text-primary);
38
+ font-size: 13px;
39
font-weight: 600;
40
font-family: 'Poppins', sans-serif;
- color: var(--accent);
- background: var(--bg-accent);
- border: 1px solid var(--border-strong);
- border-radius: 6px;
- padding: 3px 10px;
41
white-space: nowrap;
42
flex-shrink: 0;
43
user-select: none;
0 commit comments