Dodano modal aktualizacji

This commit is contained in:
2022-07-15 15:32:12 +02:00
parent 54b47d44e5
commit 942f883b91
6 changed files with 120 additions and 20 deletions
+13
View File
@@ -13,6 +13,19 @@
background: rgba(black, 0.65);
}
.card-anim {
&-enter-active,
&-leave-active {
transition: all 150ms ease-in-out;
}
&-enter-from,
&-leave-to {
transform: translate(-50%, -50%) scale(0.8);
opacity: 0;
}
}
.card {
position: fixed;
top: 50%;