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:
parent
6991421782
commit
2e04fe60f4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue