0
Fork 0
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:
María Valderrama 2024-05-28 07:57:39 +02:00
parent 79c1231e56
commit 8f4080c2a9
2 changed files with 5 additions and 1 deletions

View file

@ -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 {

View file

@ -13,4 +13,8 @@
&:focus { &:focus {
outline: none; outline: none;
} }
&::placeholder {
opacity: 1;
}
} }