REFINE Adding styles for communique-presse component with rounded and bordered design

This commit is contained in:
Antoine M 2026-02-17 16:22:14 +01:00
parent c7239bfc67
commit 7173b89ebf

View File

@ -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;