From 99af1de3b38b6481c71c3b897fc796474fcfe73a Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 13 Dec 2023 11:19:02 +0100 Subject: [PATCH] refining hightlited publication style --- .../pages/template-archive-publications.css | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/resources/css/pages/template-archive-publications.css b/resources/css/pages/template-archive-publications.css index bd531d5..7b4cd90 100644 --- a/resources/css/pages/template-archive-publications.css +++ b/resources/css/pages/template-archive-publications.css @@ -12,7 +12,7 @@ flex flex-col md:flex-row - items-center + items-start justify-around; &__infos { } @@ -48,6 +48,7 @@ /* transform: translateY(-30%); */ @apply rounded-2xl mt-12 md:mt-0; max-width: 200px; + max-height: 250px; /* transform: scale(2) translate(-50%, -20%); */ } &__thumbnail-cover { @@ -81,6 +82,22 @@ 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, .fiches-infos-archives, .videos-webinaires-archives {