diff --git a/resources/views/email/auth/verify.blade.php b/resources/views/email/auth/verify.blade.php index 4c3e94fe58c2..b786b3457dc4 100644 --- a/resources/views/email/auth/verify.blade.php +++ b/resources/views/email/auth/verify.blade.php @@ -2,20 +2,29 @@

{{ ctrans('texts.confirmation_message') }}

- - - - - - -
- confirmation_code}") }}" target="_blank" style="border: 0 !important;font-size: 18px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; display: inline-block;"> - {{ ctrans('texts.confirm') }} - -
- +
+ + + + + + + +
+ confirmation_code}") }}" target="_blank" class="new_button" style="text-decoration: none; border: 1px solid '.$this->settings->primary_color.'; display: inline-block; border-radius: 2px; padding-top: 15px; padding-bottom: 15px; padding-left: 25px; padding-right: 25px; font-size: 20px; color: #fff"> + {{ ctrans('texts.confirm') }} + +
+ +
@endcomponent diff --git a/resources/views/email/billing/passwordless-login.blade.php b/resources/views/email/billing/passwordless-login.blade.php index b9bb676770e9..095c5f996a94 100644 --- a/resources/views/email/billing/passwordless-login.blade.php +++ b/resources/views/email/billing/passwordless-login.blade.php @@ -3,17 +3,29 @@

{{ ctrans('texts.login_link_requested_label') }}

{{ ctrans('texts.login_link_requested') }}

- - - - - - -
- - {{ ctrans('texts.login')}} - -
+
+ + + + + + + +
+ + {{ ctrans('texts.login') }} + +
+ +
@endcomponent diff --git a/resources/views/email/gateways/ach-verification-notification.blade.php b/resources/views/email/gateways/ach-verification-notification.blade.php index 6c75d66bf454..ac01d0384444 100644 --- a/resources/views/email/gateways/ach-verification-notification.blade.php +++ b/resources/views/email/gateways/ach-verification-notification.blade.php @@ -3,17 +3,29 @@

{{ ctrans('texts.ach_verification_notification_label') }}

{{ ctrans('texts.ach_verification_notification') }}

- - - - - - -
- - {{ ctrans('texts.complete_verification') }} - -
+
+ + + + + + + +
+ + {{ ctrans('texts.complete_verification') }} + +
+ +
@endcomponent diff --git a/resources/views/email/import/completed.blade.php b/resources/views/email/import/completed.blade.php index 6883db8aceb1..f9b4ed35532c 100644 --- a/resources/views/email/import/completed.blade.php +++ b/resources/views/email/import/completed.blade.php @@ -96,17 +96,29 @@ @endif - - - - - - -
- - {{ ctrans('texts.account_login') }} - -
+
+ + + + + + + +
+ + {{ ctrans('texts.account_login') }} + +
+ +

{{ ctrans('texts.email_signature')}}

{{ ctrans('texts.email_from') }}

diff --git a/resources/views/email/import/csv_completed.blade.php b/resources/views/email/import/csv_completed.blade.php index 9b915a9e6129..7a77de0aabec 100644 --- a/resources/views/email/import/csv_completed.blade.php +++ b/resources/views/email/import/csv_completed.blade.php @@ -91,17 +91,30 @@ @endif - - - - - - -
- - {{ ctrans('texts.account_login') }} - -
+
+ + + + + + + +
+ + {{ ctrans('texts.account_login') }} + +
+ +
+

{{ ctrans('texts.email_signature')}}

{{ ctrans('texts.email_from') }}

diff --git a/resources/views/email/migration/completed.blade.php b/resources/views/email/migration/completed.blade.php index d6879ef6debd..6bdd41abc656 100644 --- a/resources/views/email/migration/completed.blade.php +++ b/resources/views/email/migration/completed.blade.php @@ -2,20 +2,30 @@

{{ ctrans('texts.migration_completed')}}

{{ ctrans('texts.migration_completed_description')}}

- - - - - -
- - {{ ctrans('texts.account_login') }} - -
+
+ + + + + + + +
+ + {{ ctrans('texts.account_login') }} + +
+ +

{{ ctrans('texts.email_signature')}}
{{ ctrans('texts.email_from') }}