mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 21:09:00 -05:00
fix select input style bug
This commit is contained in:
parent
89baabbb62
commit
3cd089bad8
1 changed files with 2 additions and 2 deletions
|
@ -382,12 +382,12 @@ input[type="checkbox"]:focus {
|
||||||
@extend .input-text;
|
@extend .input-text;
|
||||||
background-image: url("/images/svg/arrow-down.svg");
|
background-image: url("/images/svg/arrow-down.svg");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 92% 48%;
|
background-position: 95% 48%;
|
||||||
background-size: 10px;
|
background-size: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&.small {
|
&.small {
|
||||||
padding: $x-small $small
|
padding: $x-small $big $x-small $x-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue