mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 22:18:32 +02:00
✨ Add recent used fonts in font selection widget
This commit is contained in:
parent
37f4b83d96
commit
a2c3b0926b
5 changed files with 57 additions and 9 deletions
|
@ -1168,9 +1168,9 @@
|
|||
}
|
||||
|
||||
header {
|
||||
padding: 15px 17px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
|
||||
.backend-filters {
|
||||
|
@ -1225,7 +1225,7 @@
|
|||
border-radius: $br-small;
|
||||
color: $color-gray-20;
|
||||
border: 1px solid $color-gray-30;
|
||||
margin: 0px;
|
||||
margin: 15px 17px;
|
||||
}
|
||||
|
||||
.options {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue