Poprawki stylistyczne modalu aktualizacji; link do najnowszego wydania w stopce

This commit is contained in:
2022-07-16 12:41:24 +02:00
parent 9594e2c21a
commit fc56c38c45
7 changed files with 50 additions and 54 deletions
-13
View File
@@ -13,19 +13,6 @@
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%;