refining hightlited publication style

This commit is contained in:
Antoine M 2023-12-13 11:19:02 +01:00
parent 4890e2faba
commit 99af1de3b3

View File

@ -12,7 +12,7 @@
flex flex
flex-col flex-col
md:flex-row md:flex-row
items-center items-start
justify-around; justify-around;
&__infos { &__infos {
} }
@ -48,6 +48,7 @@
/* transform: translateY(-30%); */ /* transform: translateY(-30%); */
@apply rounded-2xl mt-12 md:mt-0; @apply rounded-2xl mt-12 md:mt-0;
max-width: 200px; max-width: 200px;
max-height: 250px;
/* transform: scale(2) translate(-50%, -20%); */ /* transform: scale(2) translate(-50%, -20%); */
} }
&__thumbnail-cover { &__thumbnail-cover {
@ -81,6 +82,22 @@
aspect-ratio: 16/9; aspect-ratio: 16/9;
} }
} }
#highlighted-share-publication {
@apply bg-primary text-white items-start;
/* @apply bg-gray items-start; */
.highlighted-publication__titling__title,
.highlighted-publication__comment {
@apply text-white;
}
.highlighted-publication__comment {
}
.highlighted-share-publication__cover {
@apply rounded-2xl mt-12 md:mt-0;
max-width: 350px;
}
}
.brochures-archives, .brochures-archives,
.fiches-infos-archives, .fiches-infos-archives,
.videos-webinaires-archives { .videos-webinaires-archives {