1
0
mirror of https://github.com/bitwarden/server synced 2026-02-20 19:33:32 +00:00
Files
server/src/Core/MailTemplates/Mjml/components/admin-console-head.mjml
2026-02-11 10:28:16 -05:00

49 lines
1.1 KiB
XML

<mj-attributes>
<mj-all
font-family="'Helvetica Neue','Inter',Helvetica,Arial,sans-serif" />
<mj-class
name="ac-text"
font-size="16px"
font-weight="400"
line-height="24px"
/>
<mj-class
name="ac-heading"
font-size="20px"
font-weight="700"
line-height="30px"
/>
<mj-class
name="ac-hero-text"
font-size="20px"
font-weight="400"
line-height="30px"
align="left"
color="#ffffff"
/>
<mj-class
name="ac-button"
background-color="#ffffff"
color="#1A41AC"
border-radius="9999px"
align="left"
inner-padding="12px 24px"
font-size="16px"
font-weight="700"
line-height="24px"
/>
</mj-attributes>
<mj-style>
.ac-link {
text-decoration: none;
color: #175ddc;
font-weight: 700;
}
@media only screen and (max-width: 480px) {
.hide-mobile { display: none !important; }
}
</mj-style>