From 3e187ff438e8b951a31d55448172d8d1820d9441 Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 3 May 2022 12:23:10 -0400 Subject: [PATCH 1/2] email css update --- resources/views/emails/admin_alert_email.blade.php | 12 +++++++++++- resources/views/emails/confirm_email.blade.php | 12 +++++++++++- resources/views/emails/contact_us.blade.php | 12 +++++++++++- resources/views/emails/invitation.blade.php | 12 +++++++++++- resources/views/emails/kyc_approved.blade.php | 12 +++++++++++- resources/views/emails/kyc_denied.blade.php | 12 +++++++++++- resources/views/emails/reset_password.blade.php | 12 +++++++++++- resources/views/emails/two_fa.blade.php | 12 +++++++++++- resources/views/emails/user_alert_email.blade.php | 12 +++++++++++- resources/views/emails/verify_email.blade.php | 12 +++++++++++- 10 files changed, 110 insertions(+), 10 deletions(-) diff --git a/resources/views/emails/admin_alert_email.blade.php b/resources/views/emails/admin_alert_email.blade.php index 0271aae1..5f4efdc5 100644 --- a/resources/views/emails/admin_alert_email.blade.php +++ b/resources/views/emails/admin_alert_email.blade.php @@ -89,7 +89,7 @@ display: inline-block; } ul li a { - color: #FF473E;; + color: #FF473E; } ul li span { display: block; @@ -106,6 +106,7 @@ margin: 5px 0; } #content-footer { + width: 100%; text-align: center; } #content-footer label { @@ -114,6 +115,15 @@ margin-top: 30px; text-align: center; } + a, + a:hover, + a:link, + a:active, + a:visited { + color: #FF473E; + font-size: 12px; + text-decoration: none; + } #button-link { display: inline-block; margin: auto; diff --git a/resources/views/emails/confirm_email.blade.php b/resources/views/emails/confirm_email.blade.php index 548ffb01..b3d5f485 100644 --- a/resources/views/emails/confirm_email.blade.php +++ b/resources/views/emails/confirm_email.blade.php @@ -89,7 +89,7 @@ display: inline-block; } ul li a { - color: #FF473E;; + color: #FF473E; } ul li span { display: block; @@ -106,6 +106,7 @@ margin: 5px 0; } #content-footer { + width: 100%; text-align: center; } #content-footer label { @@ -114,6 +115,15 @@ margin-top: 30px; text-align: center; } + a, + a:hover, + a:link, + a:active, + a:visited { + color: #FF473E; + font-size: 12px; + text-decoration: none; + } #button-link { display: inline-block; margin: auto; diff --git a/resources/views/emails/contact_us.blade.php b/resources/views/emails/contact_us.blade.php index 029d9347..1ff0192f 100644 --- a/resources/views/emails/contact_us.blade.php +++ b/resources/views/emails/contact_us.blade.php @@ -89,7 +89,7 @@ display: inline-block; } ul li a { - color: #FF473E;; + color: #FF473E; } ul li span { display: block; @@ -106,6 +106,7 @@ margin: 5px 0; } #content-footer { + width: 100%; text-align: center; } #content-footer label { @@ -114,6 +115,15 @@ margin-top: 30px; text-align: center; } + a, + a:hover, + a:link, + a:active, + a:visited { + color: #FF473E; + font-size: 12px; + text-decoration: none; + } #button-link { display: inline-block; margin: auto; diff --git a/resources/views/emails/invitation.blade.php b/resources/views/emails/invitation.blade.php index 5a0c322b..ccb54630 100644 --- a/resources/views/emails/invitation.blade.php +++ b/resources/views/emails/invitation.blade.php @@ -89,7 +89,7 @@ display: inline-block; } ul li a { - color: #FF473E;; + color: #FF473E; } ul li span { display: block; @@ -106,6 +106,7 @@ margin: 5px 0; } #content-footer { + width: 100%; text-align: center; } #content-footer label { @@ -114,6 +115,15 @@ margin-top: 30px; text-align: center; } + a, + a:hover, + a:link, + a:active, + a:visited { + color: #FF473E; + font-size: 12px; + text-decoration: none; + } #button-link { display: inline-block; margin: auto; diff --git a/resources/views/emails/kyc_approved.blade.php b/resources/views/emails/kyc_approved.blade.php index cdfc4b35..7d1dfa65 100644 --- a/resources/views/emails/kyc_approved.blade.php +++ b/resources/views/emails/kyc_approved.blade.php @@ -89,7 +89,7 @@ display: inline-block; } ul li a { - color: #FF473E;; + color: #FF473E; } ul li span { display: block; @@ -106,6 +106,7 @@ margin: 5px 0; } #content-footer { + width: 100%; text-align: center; } #content-footer label { @@ -114,6 +115,15 @@ margin-top: 30px; text-align: center; } + a, + a:hover, + a:link, + a:active, + a:visited { + color: #FF473E; + font-size: 12px; + text-decoration: none; + } #button-link { display: inline-block; margin: auto; diff --git a/resources/views/emails/kyc_denied.blade.php b/resources/views/emails/kyc_denied.blade.php index f2d3666b..8f07482c 100644 --- a/resources/views/emails/kyc_denied.blade.php +++ b/resources/views/emails/kyc_denied.blade.php @@ -89,7 +89,7 @@ display: inline-block; } ul li a { - color: #FF473E;; + color: #FF473E; } ul li span { display: block; @@ -106,6 +106,7 @@ margin: 5px 0; } #content-footer { + width: 100%; text-align: center; } #content-footer label { @@ -114,6 +115,15 @@ margin-top: 30px; text-align: center; } + a, + a:hover, + a:link, + a:active, + a:visited { + color: #FF473E; + font-size: 12px; + text-decoration: none; + } #button-link { display: inline-block; margin: auto; diff --git a/resources/views/emails/reset_password.blade.php b/resources/views/emails/reset_password.blade.php index 7e18ed7c..b130bb0d 100644 --- a/resources/views/emails/reset_password.blade.php +++ b/resources/views/emails/reset_password.blade.php @@ -89,7 +89,7 @@ display: inline-block; } ul li a { - color: #FF473E;; + color: #FF473E; } ul li span { display: block; @@ -106,6 +106,7 @@ margin: 5px 0; } #content-footer { + width: 100%; text-align: center; } #content-footer label { @@ -114,6 +115,15 @@ margin-top: 30px; text-align: center; } + a, + a:hover, + a:link, + a:active, + a:visited { + color: #FF473E; + font-size: 12px; + text-decoration: none; + } #button-link { display: inline-block; margin: auto; diff --git a/resources/views/emails/two_fa.blade.php b/resources/views/emails/two_fa.blade.php index 430103cf..4e754135 100644 --- a/resources/views/emails/two_fa.blade.php +++ b/resources/views/emails/two_fa.blade.php @@ -89,7 +89,7 @@ display: inline-block; } ul li a { - color: #FF473E;; + color: #FF473E; } ul li span { display: block; @@ -106,6 +106,7 @@ margin: 5px 0; } #content-footer { + width: 100%; text-align: center; } #content-footer label { @@ -114,6 +115,15 @@ margin-top: 30px; text-align: center; } + a, + a:hover, + a:link, + a:active, + a:visited { + color: #FF473E; + font-size: 12px; + text-decoration: none; + } #button-link { display: inline-block; margin: auto; diff --git a/resources/views/emails/user_alert_email.blade.php b/resources/views/emails/user_alert_email.blade.php index 0271aae1..5f4efdc5 100644 --- a/resources/views/emails/user_alert_email.blade.php +++ b/resources/views/emails/user_alert_email.blade.php @@ -89,7 +89,7 @@ display: inline-block; } ul li a { - color: #FF473E;; + color: #FF473E; } ul li span { display: block; @@ -106,6 +106,7 @@ margin: 5px 0; } #content-footer { + width: 100%; text-align: center; } #content-footer label { @@ -114,6 +115,15 @@ margin-top: 30px; text-align: center; } + a, + a:hover, + a:link, + a:active, + a:visited { + color: #FF473E; + font-size: 12px; + text-decoration: none; + } #button-link { display: inline-block; margin: auto; diff --git a/resources/views/emails/verify_email.blade.php b/resources/views/emails/verify_email.blade.php index d53e3289..5ae351a5 100644 --- a/resources/views/emails/verify_email.blade.php +++ b/resources/views/emails/verify_email.blade.php @@ -89,7 +89,7 @@ display: inline-block; } ul li a { - color: #FF473E;; + color: #FF473E; } ul li span { display: block; @@ -106,6 +106,7 @@ margin: 5px 0; } #content-footer { + width: 100%; text-align: center; } #content-footer label { @@ -114,6 +115,15 @@ margin-top: 30px; text-align: center; } + a, + a:hover, + a:link, + a:active, + a:visited { + color: #FF473E; + font-size: 12px; + text-decoration: none; + } #button-link { display: inline-block; margin: auto; From 5ccaefb8219247a2a65bd08036fa1ece3e0b960a Mon Sep 17 00:00:00 2001 From: Ledger Leap LLC <69469839+ledgerleapllc@users.noreply.github.com> Date: Wed, 4 May 2022 13:16:51 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 650b376a..ff459eac 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ You may also have to authorize Laravel to write to the storage directory sudo chown -R www-data:www-data storage/ ``` -Last, you need to setup roles and admins to start using the portal and see it work. Visit the URL of the backend with the path **/install**. This will install these things for you. You will find your admin credentials generated in the Laravel log file. You may want to disable this endpoint after the initial install to prevent this install endpoint from being used again if you are planning on deploying to a production environment in the future. This is easily done by switching ENV variable **INSTALL_PATH_ENABLED** to 0, or false. You may need to run the following command if Laravel caching is on. +Last, you need to setup emailers to start using the portal and see it work. Visit the URL of the backend with the path **/install-emailer**. This will install these things for you. ```bash php artisan config:clear