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

This commit is contained in:
Antoine M 2026-03-24 15:23:51 +01:00
parent 5624335a79
commit 9fa95c097b

View File

@ -0,0 +1,14 @@
.post-informations {
.content-tab__title {
@apply text-primary mb-10;
}
.issue-parution-date__label {
@apply mb-2;
}
.issue-parution-date__value {
@apply text-primary;
text-transform: capitalize;
}
}