mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 22:49:01 -05:00
add fadeIn animation to color palette
This commit is contained in:
parent
cc4ddd214f
commit
e9dce3ff2f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue