diff --git a/src/components/home/contentAuth.vue b/src/components/home/contentAuth.vue index fa8165968..65287e456 100644 --- a/src/components/home/contentAuth.vue +++ b/src/components/home/contentAuth.vue @@ -10,7 +10,7 @@ >
-
+
diff --git a/src/styles/theme/background.scss b/src/styles/theme/background.scss index cec5302ed..73f911b8b 100644 --- a/src/styles/theme/background.scss +++ b/src/styles/theme/background.scss @@ -43,6 +43,9 @@ height: 100vh; position: fixed; z-index: 0; +} + +.background-fade-in { opacity: 0; transition: opacity $transition; transition-delay: $transition-duration * 2; // To fake an appearing background