From a0164bcd8513190365fe49979db1852d872099aa Mon Sep 17 00:00:00 2001 From: Antoine Date: Mon, 16 Mar 2026 10:16:55 +0100 Subject: [PATCH] REFACTOR add 'archives-presse' style to content-meta.css for consistent styling with other press components --- resources/css/components/content-meta.css | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/css/components/content-meta.css b/resources/css/components/content-meta.css index 4575a8c..39c33d7 100644 --- a/resources/css/components/content-meta.css +++ b/resources/css/components/content-meta.css @@ -15,6 +15,7 @@ @apply rounded-full bg-carhop-orange-400; } + &--archives-presse:before , &--communique-presse:before { @apply rounded-full bg-white border-2 border-primary; }