FEATURE Styling post details
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-06-19 15:33:05 +02:00
parent 6e318f5fa0
commit d5b3f35c62

View File

@ -88,5 +88,21 @@
z-index: 2; z-index: 2;
} }
} }
&__post-details {
@apply flex gap-8 pt-12;
.label {
@apply uppercase font-bold tracking-widest !mb-0;
}
.card-revue__issue-number {
@apply flex items-center gap-2;
&__value {
@apply bg-primary text-white p-4 font-bold uppercase;
}
}
}
} }
} }