0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-22 14:39:45 -05:00

add fadeIn animation to color palette

This commit is contained in:
Juan de la Cruz 2016-01-12 12:49:32 +01:00
parent cc4ddd214f
commit e9dce3ff2f

View file

@ -1,4 +1,5 @@
.color-palette { .color-palette {
@include animation(0,.5s,fadeInUp);
align-items: center; align-items: center;
background-color: $color-white; background-color: $color-white;
border-top: 1px solid $color-gray-lighter; border-top: 1px solid $color-gray-lighter;