From 15ad7bae530713f85580c9224ae7055c356f46d6 Mon Sep 17 00:00:00 2001 From: maatinito <15379878+maatinito@users.noreply.github.com> Date: Thu, 20 Dec 2018 16:36:29 +0100 Subject: [PATCH] Improve the style of the avis invitation email --- app/views/avis_mailer/avis_invitation.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/avis_mailer/avis_invitation.html.haml b/app/views/avis_mailer/avis_invitation.html.haml index edcfd3aa4..860e0d256 100644 --- a/app/views/avis_mailer/avis_invitation.html.haml +++ b/app/views/avis_mailer/avis_invitation.html.haml @@ -20,7 +20,7 @@ %p = "#{@avis.claimant.email} vous a écrit :" %br -%p{ style: "padding: 8px; color: #333333; background-color: #EEEEEE; font-size: 16px;" } +%p{ style: "padding: 8px; color: #333333; background-color: #EEEEEE; font-size: 14px;" } = @avis.introduction - if @avis.gestionnaire.present?