chore(app): added migration info bar

This commit is contained in:
2026-03-06 23:46:47 +01:00
parent 0a65bf6c55
commit 37c8b6f084
8 changed files with 109 additions and 185 deletions
+14 -11
View File
@@ -53,15 +53,6 @@ a {
text-decoration: none;
transition: color 250ms;
&:visited {
color: white;
}
&:hover,
&:focus {
color: var(--accentColor);
}
}
select,
@@ -329,7 +320,7 @@ hr {
}
// Vue Transition anims
.slide-top {
.slide-top-anim {
&-enter-from,
&-leave-to {
transform: translateY(-100%);
@@ -341,7 +332,19 @@ hr {
}
}
.card-appear {
.slide-bottom-anim {
&-enter-from,
&-leave-to {
transform: translateY(100%);
}
&-enter-active,
&-leave-active {
transition: transform 100ms ease-in-out;
}
}
.card-appear-anim {
&-enter-from,
&-leave-to {
opacity: 0;