0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

fix input-select dashboard

This commit is contained in:
elhombretecla 2016-11-15 09:26:17 +01:00
parent d1210304af
commit 7035ec719a

View file

@ -33,9 +33,10 @@
.input-select {
background-color: transparent;
border-color: $color-gray;
font-size: $fs14;
margin-bottom: 0;
margin-left: $medium;
padding: 3px 15px 3px 3px;
padding: 3px 25px 3px 3px;
}
}
@ -78,7 +79,6 @@
}
&.library-gap {
padding: $small $medium $small 270px;
}