Skip to content

Commit

Permalink
fix: mailers css from design review 2
Browse files Browse the repository at this point in the history
  • Loading branch information
foochifa committed Sep 13, 2023
1 parent a31fff9 commit 59d4ff5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/app/views/templates/payment-confirmation.view.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@
"
>
<p>
<img width="94.14px" src="https://file.go.gov.sg/form-logo.png" />
<img
width="120px"
src="https://file.go.gov.sg/formslogotransparent.png"
/>
</p>
<p
style="
Expand All @@ -59,13 +62,14 @@
letter-spacing: -0.019em;
font-feature-settings: 'cv05' on, 'cv10' on;
color: #2c2e34;
color: #2e2e2e;
margin-bottom: 32px;
margin-top: 36px;
"
>
Your payment on <%= formTitle %> has been received successfully.
</p>
<div style="color: #454953; margin-bottom: 32px">
<div style="color: #474747; margin-bottom: 32px">
<p style="margin: 0px">
<span class="body-1">Form:</span>
<span class="subhead-1"> <%= formTitle %></span>
Expand Down Expand Up @@ -109,7 +113,7 @@
</a>
<hr style="border-top: 1px" />
<div style="margin-top: 36px">
<p style="color: #454953" class="subhead-2">
<p style="color: #474747" class="subhead-2">
If you are having trouble with the button above, copy and paste the
link below into your browser:
</p>
Expand Down

0 comments on commit 59d4ff5

Please sign in to comment.