handling the component in the parcours page

This commit is contained in:
Antoine M 2024-07-17 11:55:01 +02:00
parent 775faf97dc
commit d14340e083

View File

@ -1,4 +1,5 @@
.previous-next-posts, .previous-next-posts,
.previous-next-parcours,
.previous-next-questions { .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; @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, &__previous,
@ -51,6 +52,7 @@
.previous-next-questions { .previous-next-questions {
&__previous, &__previous,
&__next { &__next {
.page_icon,
.thematique_icon { .thematique_icon {
@apply object-contain @apply object-contain
w-20 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 { .post-news-page-container {
.previous-next-posts { .previous-next-posts {