STYLE update content-meta styles with new flex layout and additional variants for revue-issue
This commit is contained in:
parent
f3a301a0a2
commit
b0e335a592
|
|
@ -19,6 +19,24 @@
|
|||
|
||||
&__reading-time {
|
||||
line-height: 27px;
|
||||
/* @apply text-sm text-gray-500; */
|
||||
}
|
||||
}
|
||||
|
||||
.content-meta {
|
||||
@apply flex flex-wrap !items-center justify-between gap-2;
|
||||
&__revue-issue {
|
||||
@apply !px-3 !py-2 font-semibold h-fit;
|
||||
@apply bg-carhop-green-700 text-white;
|
||||
|
||||
&--green {
|
||||
@apply bg-carhop-green-700 !text-white;
|
||||
}
|
||||
|
||||
&--white {
|
||||
@apply bg-white !text-carhop-green-700;
|
||||
}
|
||||
/* &--primary {
|
||||
@apply bg-carhop-green-700 text-white;
|
||||
} */
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user