adding fade out on close
This commit is contained in:
parent
d84eb3eca8
commit
e50e9dd9be
|
|
@ -14,6 +14,11 @@
|
|||
backdrop-filter: brightness(50%) blur(1px);
|
||||
overflow-y: auto;
|
||||
animation: lightboxIn 0.5s;
|
||||
transition: opacity 0.3s;
|
||||
|
||||
&.fade-out {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
&--inactive {
|
||||
@apply hidden;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user