From 1f8adaf73e32f30c1c0fb92ac8d80039c00cbe75 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Sun, 28 Jun 2026 22:25:05 +0000 Subject: [PATCH] Tighten employee badge logo styling. Use a smaller black logo with more spacing before the employee name on printed badges. Co-authored-by: Cursor --- resources/views/frontdesk/employees/badge.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/frontdesk/employees/badge.blade.php b/resources/views/frontdesk/employees/badge.blade.php index 4fdc622..d11426e 100644 --- a/resources/views/frontdesk/employees/badge.blade.php +++ b/resources/views/frontdesk/employees/badge.blade.php @@ -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; }