0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 00:40:30 -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 { .left-arrow {
transform: rotate(180deg); transform: rotate(180deg);
} }
&.fade-out-down {
@include animation(0,.5s,fadeOutDown);
}
} }
.color-palette-actions { .color-palette-actions {
display: flex; display: flex;
flex-direction: column; flex-direction: column;