summaryrefslogtreecommitdiff
path: root/iridescence/src/App.vue
diff options
context:
space:
mode:
Diffstat (limited to 'iridescence/src/App.vue')
-rw-r--r--iridescence/src/App.vue5
1 files changed, 3 insertions, 2 deletions
diff --git a/iridescence/src/App.vue b/iridescence/src/App.vue
index c6ac9a6..5cd436c 100644
--- a/iridescence/src/App.vue
+++ b/iridescence/src/App.vue
@@ -5,8 +5,8 @@
<BusyBar></BusyBar>
<transition
mode="out-in"
- enter-active-class="animate__animated animate__fadeInRight animate__faster"
- leave-active-class="animate__animated animate__fadeOutLeft animate__faster"
+ enter-active-class="animate__animated animate__fadeIn animate__faster"
+ leave-active-class="animate__animated animate__fadeOut animate__faster"
>
<router-view />
</transition>
@@ -62,6 +62,7 @@ $modal-content-width: 50em;
@import "../node_modules/bulma/sass/base/generic.sass";
@import "../node_modules/bulma/sass/base/minireset.sass";
@import "../node_modules/bulma/sass/elements/box.sass";
+@import "../node_modules/bulma/sass/elements/other.sass";
@import "../node_modules/bulma/sass/elements/icon.sass";
@import "../node_modules/bulma/sass/elements/button.sass";
@import "../node_modules/bulma/sass/elements/container.sass";