carhop__dynamiques-theme__P.../resources/css/components/post-card--article.css
2025-09-18 11:04:57 +02:00

25 lines
554 B
CSS

.post-card--article {
&.has-cover {
@apply gap-2;
.post-card__content {
@apply md:pl-6;
}
}
.post-card__title {
@apply text-2xl;
}
.post-card__authors {
@apply flex flex-wrap gap-x-8 gap-y-2 pt-6;
li {
@apply text-lg flex items-center gap-2;
&::before {
@apply w-6 h-6 block rounded-full bg-no-repeat bg-center bg-contain;
content: '';
background-image: url('../resources/img/icons/carhop-plume.svg');
@apply filter-primary;
}
}
}
}