0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-14 19:19:09 -05:00

fix lightbox slow animation

This commit is contained in:
Juan de la Cruz 2016-12-22 09:04:12 +01:00
parent 6991421782
commit 2e04fe60f4

View file

@ -30,7 +30,7 @@
padding: $medium $x-big; padding: $medium $x-big;
position: relative; position: relative;
width: 500px; width: 500px;
@include animation(.1s,1s,fadeInDown); @include animation(.1s,.5s,fadeInDown);
.lightbox-label { .lightbox-label {
display: flex; display: flex;