carhop__dynamiques-theme__P.../resources/css/components/content-meta.css
Nonimart 314834485f
All checks were successful
continuous-integration/drone/push Build is passing
REFACTORING comoponent for better handling both in articles and revues
2025-06-18 14:46:29 +02:00

7 lines
172 B
CSS

.content-meta {
@apply flex !items-center justify-between gap-2;
&__revue-issue {
@apply bg-carhop-green-700 text-white !px-3 !py-2 font-normal h-fit;
}
}