0
Fork 0
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:
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;
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 {

View file

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