34 lines
1.4 KiB
Twig
34 lines
1.4 KiB
Twig
{% extends 'mails/base.twig' %}
|
|
|
|
{% block content %}
|
|
<mj-section>
|
|
<mj-column background-color="#ffffff" padding="30px" border-radius="20px">
|
|
<mj-text align="center" font-size="24px" font-weight="900" color="#111827">
|
|
Réinitialisation de mot de passe
|
|
</mj-text>
|
|
|
|
<mj-text align="center">
|
|
Vous avez demandé la réinitialisation de votre mot de passe. Voici votre code de vérification unique :
|
|
</mj-text>
|
|
|
|
<mj-section css-class="code-box" padding="20px">
|
|
<mj-column>
|
|
<mj-text align="center" font-size="42px" font-weight="900" color="#2563eb" letter-spacing="10px">
|
|
{{ datas.code }}
|
|
</mj-text>
|
|
</mj-column>
|
|
</mj-section>
|
|
|
|
<mj-text align="center" font-size="13px" color="#9ca3af" padding-top="20px">
|
|
Ce code est valable pendant 15 minutes. <br/> Si vous n'êtes pas à l'origine de cette demande, ignorez cet e-mail.
|
|
</mj-text>
|
|
|
|
<mj-divider border-width="1px" border-color="#f3f4f6" padding-top="20px" />
|
|
|
|
<mj-text align="center" font-size="12px" color="#d1d5db">
|
|
Ludik Event - Location de structures gonflables et matériel festif.
|
|
</mj-text>
|
|
</mj-column>
|
|
</mj-section>
|
|
{% endblock %}
|