mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 06:08:24 +02:00
✨ Minor fixes on color palette.
This commit is contained in:
parent
1fb6a6c8a5
commit
7a3616d542
4 changed files with 125 additions and 90 deletions
|
@ -27,7 +27,7 @@
|
|||
margin: 0 .5rem;
|
||||
width: 1rem;
|
||||
}
|
||||
|
||||
|
||||
&:hover {
|
||||
svg {
|
||||
fill: $color-gray-50;
|
||||
|
@ -37,7 +37,7 @@
|
|||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
.left-arrow {
|
||||
transform: rotate(180deg);
|
||||
|
@ -70,7 +70,7 @@
|
|||
justify-content: center;
|
||||
margin-right: .5rem;
|
||||
padding: 0.5rem;
|
||||
|
||||
|
||||
.color-palette-buttons {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
|
@ -126,6 +126,7 @@
|
|||
}
|
||||
|
||||
.color-palette-inside {
|
||||
position: relative;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
transition: all .6s ease;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue