FEATURE handling search resullts cards
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-15 15:05:45 +02:00
parent 13c77accbb
commit ebd6ad8c19

View File

@ -1,5 +1,5 @@
.content-meta {
@apply flex items-end gap-6 mb-4;
@apply flex items-end gap-6 mb-4 text-primary;
&__type {
@apply font-bold text-lg flex items-center gap-2;
@ -7,9 +7,11 @@
&:before {
@apply content-[''] mr-2 h-6 w-6 inline-block;
}
&--revues:before,
&--revue:before {
@apply rounded-full bg-carhop-orange-400;
}
&--articles:before,
&--article:before {
@apply w-6 bg-carhop-purple-300 -rotate-45;
}