detail page port

This commit is contained in:
nicwands
2026-05-29 11:22:56 -04:00
parent b85d28c142
commit e22d75c50a
65 changed files with 7006 additions and 4044 deletions

View File

@@ -1,7 +1,7 @@
// Fades
.fade-enter-active,
.fade-leave-active {
transition: opacity 400ms;
transition: opacity 200ms;
}
.fade-enter-from,
.fade-leave-to {
@@ -41,3 +41,13 @@
.slide-left-leave-to {
transform: translateX(-100%);
}
// Page
.page-enter-active,
.page-leave-active {
transition: opacity 400ms;
}
.page-enter-from,
.page-leave-to {
opacity: 0;
}