diff --git a/resources/css/components/previous-next-posts.css b/resources/css/components/previous-next-posts.css index b71a622..fb2ba9a 100644 --- a/resources/css/components/previous-next-posts.css +++ b/resources/css/components/previous-next-posts.css @@ -74,6 +74,23 @@ } } .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, &__next { .page_icon {