Files
speckle-server/packages/server/assets/emails/templates/components/head.mjml
T
andrewwallacespeckle d1f040051d refactor(server): Update system emails (#4074)
* Update email verification. And workspace invite emails.

* Footer logos

* Workspace requests

* Trial

* Misc emails

* New logo

* Updates to font, spacing and footer

* Remove space

* Update invite emails

* Correct classes
2025-03-07 15:30:03 +00:00

11 lines
318 B
XML

<mj-head>
<mj-attributes>
<mj-all font-family="Helvetica, Arial, sans-serif" />
<mj-class name="bgblue" background-color="#146CFF" />
</mj-attributes>
<mj-style inline="inline">
h1 { font-size: 2em } h2 { font-size: 1.5em } h3 { font-size: 1.17em } h4 {
font-size: 1em }
</mj-style>
</mj-head>