carhop__carhop-theme__DEV/resources/css/components/content-meta.css
Antoine M 92f5dc72d1
All checks were successful
continuous-integration/drone/push Build is passing
STYLE Adjusting content-meta icon size
2025-06-19 16:22:35 +02:00

23 lines
468 B
CSS

.content-meta {
@apply flex items-end gap-6 mb-10;
&__type {
@apply font-bold text-xl flex items-center gap-2;
&:before {
@apply content-[''] mr-2 h-6 w-6 inline-block;
}
&--revue:before {
@apply rounded-full bg-carhop-orange-400;
}
&--article:before {
@apply w-6 bg-carhop-purple-300 -rotate-45;
}
}
&__reading-time {
line-height: 27px;
/* @apply text-sm text-gray-500; */
}
}