mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 02:48:23 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
68b26d5f41
73 changed files with 693 additions and 295 deletions
|
@ -260,7 +260,7 @@
|
|||
.close {
|
||||
background-color: $color-white;
|
||||
cursor: pointer;
|
||||
padding: 3px 5px;
|
||||
padding-left: 5px;
|
||||
|
||||
svg {
|
||||
fill: $color-gray-30;
|
||||
|
|
|
@ -338,6 +338,10 @@
|
|||
|
||||
.typography-container {
|
||||
position: relative;
|
||||
|
||||
&:last-child {
|
||||
padding-bottom: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.drag-counter {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
background-color: $color-gray-50;
|
||||
border-bottom: 1px solid $color-gray-60;
|
||||
display: grid;
|
||||
grid-template-columns: 45% 10% 45%;
|
||||
grid-template-columns: 1fr 130px 1fr;
|
||||
height: 48px;
|
||||
padding: 0 $size-4 0 55px;
|
||||
top: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue