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:
parent
bd7f215591
commit
6d4f297d24
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue