This commit is contained in:
Jonathan Chevalier
2022-10-28 15:03:39 +02:00
parent 4215574f00
commit 8dcd07fce0
15 changed files with 105 additions and 373 deletions

View File

@@ -29,3 +29,13 @@
font-family: 'Montserrat',sans-serif;
background-color: #fff;;
}
.fade-enter-active,
.fade-leave-active {
transition: opacity 0.3s ease;
}
.fade-enter-from,
.fade-leave-to {
opacity: 0;
}