Edit Email confirmation styling

This commit is contained in:
Pontoporeia
2026-05-07 20:42:51 +02:00
parent 696259afae
commit d9dd4bdbc7

View File

@@ -51,7 +51,7 @@ class StudentEmail
return <<<HTML return <<<HTML
<div style="font-family:system-ui,sans-serif;max-width:600px;margin:0 auto;color:#333"> <div style="font-family:system-ui,sans-serif;max-width:600px;margin:0 auto;color:#333">
<h1 style="font-size:1.4rem;color:#222">Merci ton TFE a bien été enregistré 🎉</h1> <h1 style="font-size:1.4rem;color:#222">Merci, ton TFE a bien été enregistré.</h1>
<p style="color:#555;font-size:0.95rem"> <p style="color:#555;font-size:0.95rem">
Voici un récapitulatif de ta soumission. Tu n'as pas besoin de répondre à cet e-mail. Voici un récapitulatif de ta soumission. Tu n'as pas besoin de répondre à cet e-mail.
</p> </p>
@@ -59,7 +59,7 @@ class StudentEmail
{$rows} {$rows}
</table> </table>
<p style="margin-top:2rem;font-size:0.85rem;color:#999"> <p style="margin-top:2rem;font-size:0.85rem;color:#999">
Plateforme xamxam · erg Bruxelles xamxam · erg
</p> </p>
</div> </div>
HTML; HTML;