mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 18:48:37 -05:00
fix lightbox slow animation
This commit is contained in:
parent
6991421782
commit
2e04fe60f4
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
padding: $medium $x-big;
|
||||
position: relative;
|
||||
width: 500px;
|
||||
@include animation(.1s,1s,fadeInDown);
|
||||
@include animation(.1s,.5s,fadeInDown);
|
||||
|
||||
.lightbox-label {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Reference in a new issue