chore(ui): tweak modal animations

This commit is contained in:
Łukasz Mierzwa
2021-04-28 12:27:06 +01:00
committed by Łukasz Mierzwa
parent 7156666294
commit ae56b3809f
2 changed files with 6 additions and 2 deletions

View File

@@ -26,3 +26,7 @@
max-width: $modal-xl + 10;
}
}
.modal-backdrop {
backdrop-filter: blur(2px);
}

View File

@@ -1,5 +1,5 @@
$duration-modal: 0.3s;
$move: -400px;
$duration-modal: 0.2s;
$move: -50px;
$opacity-modal: 0;
$duration-bg: 0.2s;