mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-08 07:50:44 -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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
gap: 5px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
.icons-search,
|
.icons-search,
|
||||||
|
@ -12,6 +11,7 @@
|
||||||
|
|
||||||
.icons-search {
|
.icons-search {
|
||||||
padding-top: var(--spacing-20);
|
padding-top: var(--spacing-20);
|
||||||
|
padding-bottom: var(--spacing-16);
|
||||||
}
|
}
|
||||||
|
|
||||||
.icons-list {
|
.icons-list {
|
||||||
|
|
|
@ -13,4 +13,8 @@
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&::placeholder {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue