STYLE Refining authores list and director of publication styling and icons

This commit is contained in:
Antoine M 2026-03-24 15:25:21 +01:00
parent a534b25982
commit e98f1b71ef

View File

@ -10,6 +10,11 @@
@apply uppercase font-medium text-4xl md:text-5xl lg:text-5xl text-white; @apply uppercase font-medium text-4xl md:text-5xl lg:text-5xl text-white;
line-height: 1.2; line-height: 1.2;
} }
&__authors-list {
@apply flex flex-wrap gap-x-6 gap-y-2;
}
&__publication-director,
&__main-author, &__main-author,
&__first-author { &__first-author {
@apply text-white font-light tracking-wide flex items-center gap-3 mt-4; @apply text-white font-light tracking-wide flex items-center gap-3 mt-4;
@ -24,6 +29,10 @@
} }
} }
&__publication-director::before {
background-image: url('../resources/img/icons/carhop-auteur-directeur.svg');
}
&__first-author::before { &__first-author::before {
background-image: url('../resources/img/icons/carhop-plume2.svg'); background-image: url('../resources/img/icons/carhop-plume2.svg');
} }