mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 07:38:21 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
e9914d5265
14 changed files with 79 additions and 33 deletions
|
@ -35,6 +35,7 @@
|
|||
input {
|
||||
&.no-padding {
|
||||
padding-top: 12px;
|
||||
height: 50px;
|
||||
}
|
||||
min-height: 40px;
|
||||
}
|
||||
|
|
|
@ -85,6 +85,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
span.library-title {
|
||||
color: $color-gray-10;
|
||||
font-size: $fs14;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.tool-window-bar-icon {
|
||||
height: 21px;
|
||||
display: flex;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue