15 lines
335 B
CSS
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;
|
|
} */
|
|
}
|
|
}
|