diff --git a/resources/css/components/previous-next-posts.css b/resources/css/components/previous-next-posts.css index 6bcd2e2..b46bd9c 100644 --- a/resources/css/components/previous-next-posts.css +++ b/resources/css/components/previous-next-posts.css @@ -1,4 +1,5 @@ .previous-next-posts, +.previous-next-parcours, .previous-next-questions { @apply grid md:grid-cols-2 gap-x-6 gap-y-3 mx-auto max-w-screen-xl px-6 xl:px-24 my-16; &__previous, @@ -51,6 +52,7 @@ .previous-next-questions { &__previous, &__next { + .page_icon, .thematique_icon { @apply object-contain w-20 @@ -68,6 +70,23 @@ } } } +.previous-next-parcours { + &__previous, + &__next { + .page_icon { + @apply object-contain + w-20 + h-20; + } + .post_denomination { + @apply mb-1 text-secondary; + } + .post_title { + @apply text-neutral-900; + line-height: 1.4; + } + } +} .post-news-page-container { .previous-next-posts {