mirror of
https://github.com/penpot/penpot.git
synced 2025-05-23 06:36:11 +02:00
✨ Adds multiselection attributes
This commit is contained in:
parent
d6573c2bcc
commit
b52289860f
23 changed files with 831 additions and 612 deletions
|
@ -96,6 +96,11 @@
|
|||
position: relative;
|
||||
align-items: center;
|
||||
|
||||
.color-text {
|
||||
width: 3rem;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.attributes-color-display {
|
||||
display: flex;
|
||||
}
|
||||
|
|
|
@ -571,14 +571,13 @@
|
|||
svg {
|
||||
cursor: pointer;
|
||||
height: 20px;
|
||||
stroke: $color-gray-40;
|
||||
stroke-width: 30px;
|
||||
fill: $color-gray-40;
|
||||
width: 20px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
svg {
|
||||
stroke: $color-gray-10;
|
||||
fill: $color-gray-10;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue