style(messagerie): improve font-size & styles

This commit is contained in:
Colin Darie 2022-10-06 14:25:54 +02:00
parent 278b58ef78
commit fd3b30d8e6
4 changed files with 6 additions and 12 deletions

View file

@ -1,12 +1,12 @@
= image_tag(icon_path, class: 'person-icon', alt: '')
.width-100
%h2
%h2.fr-h6
%span.mail
= commentaire_issuer
- if commentaire_from_guest?
%span.guest= t('.guest')
%span.date{ class: highlight_if_unseen_class, data: scroll_to_target }
%span.fr-text--xs.fr-text-mention--grey.font-weight-normal= t('.guest')
%span.date{ class: ["fr-text--xs", "fr-text-mention--grey", "font-weight-normal", highlight_if_unseen_class], data: scroll_to_target }
= commentaire_date
.rich-text= commentaire_body