1
0
mirror of https://github.com/bitwarden/server synced 2026-02-09 13:09:58 +00:00

[PM-30610] Use MJML classes for text attributes

This commit is contained in:
Jimmy Vo
2026-02-02 15:02:42 -05:00
parent 7de5e35058
commit d9236803fb

View File

@@ -15,6 +15,12 @@
<mj-attributes>
<mj-all
font-family="'Inter','Helvetica Neue',Helvetica,Arial,sans-serif" />
<mj-class
name="ac-text"
font-size="16px"
font-weight="400"
line-height="24px"
/>
</mj-attributes>
<mj-style>
@@ -100,9 +106,7 @@
background-color="#fff">
<mj-column>
<mj-text
font-size="14px"
line-height="20px"
font-weight="400"
mj-class="ac-text"
padding="0px">
As a member of <b>{{OrganizationName}}</b>:
</mj-text>
@@ -134,13 +138,11 @@
</mj-spacer>
</mj-column>
<mj-column
width="80%"
vertical-align="top">
width="80%"
vertical-align="top">
<mj-text
font-size="14px"
line-height="20px"
font-weight="400"
padding="0px 0px 0px 0px">
mj-class="ac-text"
padding="0px 0px 0px 0px">
You can access passwords Flinn Family has shared with you.
</mj-text>
</mj-column>
@@ -174,9 +176,7 @@
width="80%"
vertical-align="top">
<mj-text
font-size="14px"
line-height="20px"
font-weight="400"
mj-class="ac-text"
padding="0px 0px 0px 0px">
You can easily share passwords with friends, family, or coworkers.<br/>
<a href="https://bitwarden.com/help/sharing" class="ac-link">Share passwords in Bitwarden</a>
@@ -207,9 +207,7 @@
</mj-text>
<mj-text
font-size="16px"
font-weight="400"
line-height="24px"
mj-class="ac-text"
padding="0 0 24px 0">
Already using the <a href="https://bitwarden.com/download/" class="ac-link">browser extension</a>?
Download the Bitwarden mobile app from the
@@ -271,9 +269,7 @@
Learn more about Bitwarden
</mj-text>
<mj-text
font-size="14px"
line-height="20px"
font-weight="400"
mj-class="ac-text"
padding="0px">
Find user guides, product documentation, and videos on the <a href="https://bitwarden.com/help/" class="ac-link">Bitwarden help center</a>.
</mj-text>