Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: email template background css #470

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions apps/ecosystem/templates/EcosystemInviteTemplate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ export class EcosystemInviteTemplate {
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body style="margin: 0px; padding:0px; background-color: white;">
<body style="margin: 0px; padding:0px; background-color:#F9F9F9;">
<div style="margin: auto; max-width: 450px; padding: 20px 30px; background-color: #FFFFFF; display:block;">
<div style="display: block; text-align:center;">
<img src="${process.env.BRAND_LOGO}" alt="CREDEBL logo" style="max-width:100px" width="100%" height="fit-content" class="CToWUd" data-bit="iit">
<div style="ddisplay: block; text-align:center; background-color: white; padding-bottom: 20px; padding-top: 20px;">
<img src="${process.env.BRAND_LOGO}" alt="CREDEBL logo" style="max-width:100px; background: white; padding: 5px;border-radius: 5px;" height="fit-content" class="CToWUd" data-bit="iit">
</div>

<div style="font-family: Montserrat; font-style: normal; font-weight: 500;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class OrganizationInviteTemplate {
return `<!DOCTYPE html>
<html lang="en">

<head>
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down
6 changes: 3 additions & 3 deletions apps/user/templates/user-email-template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ export class URLUserEmailTemplate {

<body style="margin: 0px; padding:0px; background-color:#F9F9F9;">

<div style="margin: auto; max-width: 450px; padding: 20px 30px; display:block;">
<div style="display: block; text-align:center; background-color: white; padding-bottom: 20px; padding-top: 20px;">
<img src="${process.env.BRAND_LOGO}" alt="CREDEBL logo" style="max-width:100px" width="100%" height="fit-content" class="CToWUd" data-bit="iit">
<div style="margin: auto; max-width: 450px; padding: 20px 30px; background-color: #FFFFFF; display:block;">
<div style="display: block; text-align:center;">
<img src="${process.env.BRAND_LOGO}" alt="CREDEBL logo" style="max-width:100px; background: white; padding: 5px;border-radius: 5px;" width="100%" height="fit-content" class="CToWUd" data-bit="iit">
</div>

<div style="font-family: Montserrat; font-style: normal; font-weight: 500;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export class OutOfBandVerification {
</li>
<li>Complete the onboarding process in ADEYA.</li>
<li>Open the “Share Credential” link below in this email <i>(This will open the link in the ADEYA App)</i></li>
<li><b>Accept</b> the Credential in ADEYA.</li>
<li>Tap the <b>"Send Proof"</b> button in ADEYA to share you credential data.</li>
</ul>
<div style="text-align: center; padding-bottom: 20px;">
Expand Down