FEATURE potmizing component colors variants
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-06-18 16:28:20 +02:00
parent c985af534a
commit 56e313c5a9

View File

@ -1,6 +1,14 @@
.content-meta { .content-meta {
@apply flex !items-center justify-between gap-2; @apply flex !items-center justify-between gap-2;
&__revue-issue { &__revue-issue {
@apply bg-carhop-green-700 text-white !px-3 !py-2 font-normal h-fit; @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;
} */
} }
} }