15 lines
244 B
CSS
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;
|
|
}
|
|
}
|