FEATURE handling actualites post type

This commit is contained in:
Antoine M 2026-04-08 16:34:26 +02:00
parent 982899419c
commit 10c65f0a30

View File

@ -25,6 +25,9 @@
&--article:before {
@apply w-6 bg-carhop-purple-300 -rotate-45;
}
&--actualites:before {
@apply w-5 h-5 rounded-full border-2 border-primary;
}
&--dbmob:before {
@apply w-4 bg-carhop-red-700;
}