mirror of
https://github.com/penpot/penpot.git
synced 2025-07-17 12:17:14 +02:00
💄 Redesign design tab phase one
This commit is contained in:
parent
d7dea040af
commit
9ed06c4483
159 changed files with 4150 additions and 1171 deletions
|
@ -22,6 +22,7 @@
|
|||
svg {
|
||||
@extend .button-icon;
|
||||
transform: rotate(90deg);
|
||||
stroke: var(--icon-foreground);
|
||||
}
|
||||
}
|
||||
.custom-select-dropdown {
|
||||
|
@ -42,7 +43,7 @@
|
|||
display: flex;
|
||||
align-items: center;
|
||||
height: $s-32;
|
||||
padding: $s-8;
|
||||
padding: 0 $s-8;
|
||||
border-radius: $br-6;
|
||||
color: var(--menu-foreground-color);
|
||||
.label {
|
||||
|
@ -55,6 +56,7 @@
|
|||
svg {
|
||||
@extend .button-icon-small;
|
||||
visibility: hidden;
|
||||
stroke: var(--icon-foreground);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue