mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 23:08:29 +02:00
add color palette slider scss
This commit is contained in:
parent
3f1ae0feaa
commit
bb28ab78d6
2 changed files with 17 additions and 8 deletions
|
@ -85,6 +85,14 @@
|
|||
.color-palette-content {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.color-palette-inside {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
transition: all .6s ease;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue