7 lines
172 B
CSS
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;
|
|
}
|
|
}
|