Skip to content
Snippets Groups Projects
Commit 1de626e0 authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

fix scrollToTop bg color

parent ba45c8d7
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<NavigationBar :breadcrumb="breadcrumb" :menus="menus" /> <NavigationBar :breadcrumb="breadcrumb" :menus="menus" />
<Nuxt /> <Nuxt />
<a <a
class="scrollToTop bg-primary position-fixed text-white d-flex align-items-center justify-content-center rounded" class="scrollToTop bg-info position-fixed text-white d-flex align-items-center justify-content-center rounded"
href="#" href="#"
@click="scrollToTop($event)"> @click="scrollToTop($event)">
<outline-chevron-double-up-icon class="icon" /> <outline-chevron-double-up-icon class="icon" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment