mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 00:18:28 +02:00
✨ Import paths as native shapes
This commit is contained in:
parent
741d67c30b
commit
19febde547
28 changed files with 921 additions and 209 deletions
|
@ -449,6 +449,11 @@ ul.slider-dots {
|
|||
content: "Y";
|
||||
}
|
||||
}
|
||||
|
||||
&.large {
|
||||
width: auto;
|
||||
min-width: 9rem;
|
||||
}
|
||||
}
|
||||
|
||||
input,
|
||||
|
|
|
@ -709,6 +709,8 @@
|
|||
.element-set-content .input-row {
|
||||
& .element-set-subtitle {
|
||||
width: 5.5rem;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -771,7 +773,6 @@
|
|||
min-width: 56px;
|
||||
max-height: 10rem;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue