0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00

add fade out animation to color palette

This commit is contained in:
Juan de la Cruz 2016-01-13 08:35:36 +01:00
parent bd7f215591
commit 6d4f297d24

View file

@ -29,7 +29,11 @@
.left-arrow {
transform: rotate(180deg);
}
&.fade-out-down {
@include animation(0,.5s,fadeOutDown);
}
}
.color-palette-actions {
display: flex;
flex-direction: column;