mirror of
https://github.com/penpot/penpot.git
synced 2025-07-17 18:27:13 +02:00
💄 UI structure redesign
This commit is contained in:
parent
1bb3a3a084
commit
28a06c99b5
97 changed files with 2194 additions and 259 deletions
|
@ -25,6 +25,7 @@
|
|||
}
|
||||
}
|
||||
.custom-select-dropdown {
|
||||
@include menuShadow;
|
||||
position: absolute;
|
||||
top: $s-32;
|
||||
left: 0;
|
||||
|
@ -33,10 +34,9 @@
|
|||
margin: 0;
|
||||
margin-top: $s-4;
|
||||
border-radius: $br-8;
|
||||
z-index: $z-index-10;
|
||||
z-index: $z-index-3;
|
||||
overflow-y: auto;
|
||||
background-color: var(--menu-background-color);
|
||||
box-shadow: 0px 0px $s-12 0px var(--menu-shadow-color);
|
||||
}
|
||||
.checked-element {
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue