adapting previous/next
This commit is contained in:
parent
b28f842e0c
commit
f4eaafdb4f
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user