31 lines
566 B
CSS
31 lines
566 B
CSS
.article-informations {
|
|
@apply flex flex-col gap-y-28;
|
|
.issue-informations {
|
|
@apply flex gap-x-20 gap-y-8 flex-wrap;
|
|
|
|
.content-tab__title {
|
|
@apply w-full shrink-0 mb-3;
|
|
}
|
|
}
|
|
.issue-updated-date,
|
|
.issue-parution-date {
|
|
text-transform: capitalize;
|
|
}
|
|
.issue-number,
|
|
.issue-parution-date,
|
|
.issue-updated-date {
|
|
&__label {
|
|
@apply mb-3 tracking-widest font-bold;
|
|
}
|
|
&__value {
|
|
@apply !text-primary mb-2;
|
|
}
|
|
}
|
|
}
|
|
|
|
.coordination-numero {
|
|
.author-card {
|
|
@apply mb-6;
|
|
}
|
|
}
|