mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
add fade out animation to color palette
This commit is contained in:
parent
bd7f215591
commit
6d4f297d24
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue