From 2f3b2b296287ee441af61b5f70ca9a731ea29d53 Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Tue, 27 Jun 2023 10:59:33 +0200 Subject: [PATCH] style(demande): fix updated at font size --- app/views/shared/dossiers/_champs.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/dossiers/_champs.html.haml b/app/views/shared/dossiers/_champs.html.haml index 8ee1d2336..25a646868 100644 --- a/app/views/shared/dossiers/_champs.html.haml +++ b/app/views/shared/dossiers/_champs.html.haml @@ -3,7 +3,7 @@ .flex %p.flex-grow.fr-text-action-high--grey.fr-mb-0= dossier.procedure.routing_criteria_name - %p.champ-updated-at.fr-mb-0.fr-text--sm + %p.champ-updated-at.fr-mb-0.fr-text--xs - if demande_seen_at&.<(dossier.groupe_instructeur_updated_at) %span{ class: highlight_if_unseen_class(demande_seen_at, dossier.groupe_instructeur_updated_at) } = t(:updated_at, scope: [:views, :shared, :dossiers, :form], datetime: try_format_datetime(dossier.updated_at))