1.4.5: Poprawki odświeżonego wyglądu

This commit is contained in:
2021-04-21 23:39:37 +02:00
parent 3d9b766cc7
commit b046b12905
9 changed files with 38 additions and 15 deletions
+2 -2
View File
@@ -205,12 +205,12 @@ export default class StationsView extends Vue {
.card-anim {
&-enter-active,
&-leave-active {
transition: all 0.25s ease-in-out;
transition: all $animDuration $animType;
}
&-enter,
&-leave-to {
transform: translate(-45%, -50%);
transform: translate(-50%, -50%) scale(0.85);
opacity: 0;
}
}