feat(mail): improve email template header and button styling
Show logo or organisation name (not both), increase logo max-width to 250px, and add » to portal action buttons. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -13,5 +13,5 @@
|
||||
@endsection
|
||||
|
||||
@section('action')
|
||||
<a href="{{ $portalUrl }}" style="display: inline-block; padding: 12px 24px; background-color: {{ $branding['primary_color'] }}; color: #ffffff; text-decoration: none; border-radius: 6px; font-size: 15px; font-weight: 600;">Naar het portaal</a>
|
||||
<a href="{{ $portalUrl }}" style="display: inline-block; padding: 12px 24px; background-color: {{ $branding['primary_color'] }}; color: #ffffff; text-decoration: none; border-radius: 6px; font-size: 15px; font-weight: 600;">Naar het portaal »</a>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user