mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
chore(ui): tweak modal animations
This commit is contained in:
committed by
Łukasz Mierzwa
parent
7156666294
commit
ae56b3809f
@@ -26,3 +26,7 @@
|
||||
max-width: $modal-xl + 10;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-backdrop {
|
||||
backdrop-filter: blur(2px);
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
$duration-modal: 0.3s;
|
||||
$move: -400px;
|
||||
$duration-modal: 0.2s;
|
||||
$move: -50px;
|
||||
$opacity-modal: 0;
|
||||
|
||||
$duration-bg: 0.2s;
|
||||
|
||||
Reference in New Issue
Block a user