fix: reduce css

This commit is contained in:
Nolan Lawson 2020-06-03 18:00:53 -07:00
parent 51a9b0e0ff
commit fbee4e238e

View file

@ -1,4 +1,4 @@
.picker button {
button {
margin: 0;
padding: 0;
border: none;
@ -11,12 +11,12 @@
}
}
.picker input {
input {
padding: 0;
margin: 0;
line-height: 1.15;
}
.picker input[type=search] {
input[type=search] {
-webkit-appearance: none;
}