Tighten employee badge logo styling.
Deploy Ladill Frontdesk / deploy (push) Successful in 46s

Use a smaller black logo with more spacing before the employee name on printed badges.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-28 22:25:05 +00:00
co-authored by Cursor
parent 1fbe84666b
commit 1f8adaf73e
@@ -7,8 +7,8 @@
body { font-family: system-ui, sans-serif; margin: 0; padding: 1rem; background: #f8fafc; }
.badge { width: 3.5in; border: 2px solid #4f46e5; border-radius: 12px; padding: 1rem; background: #fff; }
.org { font-size: 0.75rem; color: #666; text-transform: uppercase; letter-spacing: 0.05em; }
.org-logo { display: block; max-height: 2.25rem; max-width: 100%; object-fit: contain; margin-bottom: 0.5rem; }
.name { font-size: 1.5rem; font-weight: 700; margin: 0.5rem 0; color: #0f172a; }
.org-logo { display: block; max-height: 1.35rem; max-width: 75%; object-fit: contain; margin: 0 0 1rem; filter: brightness(0); }
.name { font-size: 1.5rem; font-weight: 700; margin: 0 0 0.5rem; color: #0f172a; }
.meta { font-size: 0.875rem; color: #444; line-height: 1.5; }
.code { font-family: monospace; font-size: 1.25rem; font-weight: 700; color: #4f46e5; margin-top: 1rem; }
.qr { margin-top: 0.75rem; }