mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
add fade out animation to color palette
This commit is contained in:
parent
bd7f215591
commit
6d4f297d24
@ -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…
x
Reference in New Issue
Block a user