mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 14:58:28 +02:00
Merge remote-tracking branch 'origin/main' into develop
This commit is contained in:
commit
235d3dbf3d
110 changed files with 1833 additions and 1006 deletions
3
frontend/resources/images/icons/set-thumbnail.svg
Normal file
3
frontend/resources/images/icons/set-thumbnail.svg
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 500">
|
||||
<path d="M0 0h500v500H0Zm50 50v400h400V50Zm241.416 73.877c-5.652 0-10.234 4.582-10.234 10.234v71.637c0 5.652 4.582 10.234 10.234 10.234h71.638c5.652 0 10.234-4.582 10.234-10.234v-71.637c0-5.652-4.582-10.234-10.234-10.234zm-157.894 0c-5.652 0-10.234 4.582-10.234 10.234v71.637c0 5.652 4.582 10.234 10.234 10.234h71.637c5.652 0 10.234-4.582 10.234-10.234v-71.637c0-5.652-4.582-10.234-10.234-10.234zM291.416 281.77c-5.652 0-10.234 4.582-10.234 10.234v71.638c0 5.652 4.582 10.234 10.234 10.234h71.638c5.652 0 10.234-4.582 10.234-10.234v-71.638c0-5.652-4.582-10.234-10.234-10.234zm-157.894 0c-5.652 0-10.234 4.582-10.234 10.234v71.638c0 5.652 4.582 10.234 10.234 10.234h71.637c5.652 0 10.234-4.582 10.234-10.234v-71.638c0-5.652-4.582-10.234-10.234-10.234z"/>
|
||||
</svg>
|
After Width: | Height: | Size: 826 B |
|
@ -195,7 +195,7 @@
|
|||
border-radius: 4px;
|
||||
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
|
||||
z-index: 12;
|
||||
top: 40px;
|
||||
top: 30px;
|
||||
left: 6px;
|
||||
width: 155px;
|
||||
|
||||
|
|
|
@ -144,7 +144,7 @@
|
|||
.color-bullet {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border-radius: $br-small;
|
||||
border-radius: 50%;
|
||||
border: 1px solid $color-gray-60;
|
||||
}
|
||||
|
||||
|
|
|
@ -316,6 +316,10 @@ $height-palette-max: 80px;
|
|||
}
|
||||
}
|
||||
|
||||
.workspace-frame-icon {
|
||||
fill: $color-gray-40;
|
||||
}
|
||||
|
||||
.workspace-frame-label {
|
||||
fill: $color-gray-40;
|
||||
font-size: $fs12;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue