carhop__carhop-theme__DEV/resources/css/components/post-informations.css
Antoine M 9fa95c097b
All checks were successful
continuous-integration/drone/push Build is passing
FEATURE Styling component
2026-03-24 15:23:51 +01:00

15 lines
244 B
CSS

.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;
}
}