docs: update styling

This commit is contained in:
Philipp Kühn
2021-04-20 10:13:43 +02:00
parent b6852ad9ca
commit ecf0c92434
14 changed files with 51 additions and 57 deletions

View File

@@ -3,7 +3,7 @@
<btn
class="page-navigation__previous"
type="secondary"
icon="arrow-left"
icon="arrow-left-line"
icon-position="before"
:to="previousPage.link"
v-if="previousPage"
@@ -13,7 +13,7 @@
<btn
class="page-navigation__next"
type="secondary"
icon="arrow-right"
icon="arrow-right-line"
:to="nextPage.redirect || nextPage.link"
v-if="nextPage"
>