mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 08:18:23 +02:00
🎉 Convert libraries to file libraries
This commit is contained in:
parent
8c8b5887d6
commit
49c57be84a
23 changed files with 605 additions and 295 deletions
|
@ -134,6 +134,31 @@
|
|||
}
|
||||
}
|
||||
|
||||
.group-list {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
.group-list-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: $x-small;
|
||||
font-size: $fs11;
|
||||
color: $color-white;
|
||||
|
||||
& .color-block {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 10px;
|
||||
margin-right: $x-small;
|
||||
}
|
||||
|
||||
& span {
|
||||
margin-left: $x-small;
|
||||
color: $color-gray-30;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
||||
.context-menu {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue