8.0 - Mail notification module

Mail notification module that is used on succesful registration page

Default styling

Lorem ipsum

Envelope styling

.mee-mail-notification

Lorem ipsum

Module footer styling

.mee-mail-notification-title

Lorem ipsum

Module footer styling

.mee-mail-notification-footer

<div class="{$modifiers}">Lorem ipsum</siv>

8.1 - Mail notification module example

Mail notification module that is used on succesful registration page

Default styling

Nearly done!

Check your email for your username and password. Click on the link to access your account.

Close
<div class="mee-module-mail-notification">
  <h1>Nearly done!</h1>
    <div class="mee-mail-notification">
      <p>
        Check your email for your username and password. Click on the link to access your account.
      </p>
    </div>
    <div class="mee-mail-notification-footer">
      Need help? Contact our <a href="mailto:help@macmillan.com">Customer Service team</a>.
    </div>
    <a class="mee-button" href="/">Close</a>
  </div>
</div>