mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-06 14:50:21 -05:00
fix(icons-plugin): design review
This commit is contained in:
parent
79c1231e56
commit
8f4080c2a9
2 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100vh;
|
||||
gap: 5px;
|
||||
overflow: hidden;
|
||||
|
||||
.icons-search,
|
||||
|
@ -12,6 +11,7 @@
|
|||
|
||||
.icons-search {
|
||||
padding-top: var(--spacing-20);
|
||||
padding-bottom: var(--spacing-16);
|
||||
}
|
||||
|
||||
.icons-list {
|
||||
|
|
|
@ -13,4 +13,8 @@
|
|||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&::placeholder {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue