Merge branch 'modals' into 'master'

smoother modal fade-in animation

See merge request !142
This commit is contained in:
Felix Hamann 2019-02-10 22:23:17 +01:00
commit f25b34ea97

View File

@ -13,7 +13,9 @@
color: var(--color-font);
padding: 0 65px 0 20px;
overflow: auto;
transition: all .15s ease;
transition:
opacity .2s .1s ease-in-out,
transform .3s ease-in-out;
pointer-events: none;
opacity: 0;