carhop__dynamiques-theme__P.../resources/css/components/content-meta.css
Nonimart 56e313c5a9
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE potmizing component colors variants
2025-06-18 16:28:20 +02:00

15 lines
335 B
CSS

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