diff --git a/resources/views/frontdesk/employees/badge.blade.php b/resources/views/frontdesk/employees/badge.blade.php index 97ebd96..4fdc622 100644 --- a/resources/views/frontdesk/employees/badge.blade.php +++ b/resources/views/frontdesk/employees/badge.blade.php @@ -7,6 +7,7 @@ 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; } .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; } @@ -17,7 +18,14 @@
Shown on the visitor kiosk instead of the Ladill Frontdesk logo. PNG, JPG, WebP, or SVG up to 2 MB.
+Shown on the visitor kiosk and employee badges. PNG, JPG, WebP, or SVG up to 2 MB.
@if (\App\Support\OrganizationBranding::hasCustomLogo($organization))