adapting previous/next

This commit is contained in:
Antoine M 2024-07-23 11:35:11 +02:00
parent b28f842e0c
commit f4eaafdb4f

View File

@ -74,6 +74,23 @@
} }
} }
.previous-next-parcours { .previous-next-parcours {
&__previous {
@apply text-right;
&:after {
@apply mr-auto ml-0;
order: -1;
background-image: url('../resources/img/graphic-assets/chevron_left.svg');
}
}
&__next {
@apply text-left;
&:before {
@apply ml-auto mr-0;
order: 2;
background-image: url('../resources/img/graphic-assets/chevron_right.svg');
}
}
&__previous, &__previous,
&__next { &__next {
.page_icon { .page_icon {