FEATURE Introducing component style

This commit is contained in:
Nonimart 2025-06-25 18:11:40 +02:00
parent d31693e9e3
commit ae7e718783

View File

@ -0,0 +1,26 @@
.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-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;
}
}