STYLE Introducing styles

This commit is contained in:
Antoine 2025-05-12 16:49:29 +02:00
parent 87dabd2371
commit daa596fa61

View File

@ -0,0 +1,22 @@
.content-meta {
@apply flex items-end gap-6 mb-10;
&__type {
@apply font-bold text-xl;
&:before {
@apply content-[''] mr-2 h-3 w-3 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; */
}
}