From 7173b89ebf09bd49a2689f7d68b6b17cb3b4e70e Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 17 Feb 2026 16:22:14 +0100 Subject: [PATCH] REFINE Adding styles for communique-presse component with rounded and bordered design --- resources/css/components/content-meta.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/css/components/content-meta.css b/resources/css/components/content-meta.css index b6e21ab..b365791 100644 --- a/resources/css/components/content-meta.css +++ b/resources/css/components/content-meta.css @@ -11,6 +11,10 @@ &--revue:before { @apply rounded-full bg-carhop-orange-400; } + + &--communique-presse:before { + @apply rounded-full bg-white border-2 border-primary; + } &--articles:before, &--article:before { @apply w-6 bg-carhop-purple-300 -rotate-45;