0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 23:49:45 -05:00

fix select input style bug

This commit is contained in:
Juan de la Cruz 2016-02-18 17:06:02 +01:00
parent 89baabbb62
commit 3cd089bad8

View file

@ -382,12 +382,12 @@ input[type="checkbox"]:focus {
@extend .input-text;
background-image: url("/images/svg/arrow-down.svg");
background-repeat: no-repeat;
background-position: 92% 48%;
background-position: 95% 48%;
background-size: 10px;
cursor: pointer;
&.small {
padding: $x-small $small
padding: $x-small $big $x-small $x-small;
}
}