clean up css slightly

This commit is contained in:
Cade Scroggins
2016-01-31 20:37:52 -08:00
parent c8d7b7f400
commit 9297bddb7e
+6 -2
View File
@@ -23,6 +23,11 @@
text-align: center; text-align: center;
} }
input {
border: 0;
-webkit-appearance: none;
}
.wrapper { .wrapper {
position: relative; position: relative;
top: 40%; top: 40%;
@@ -40,12 +45,11 @@
} }
.search__text { .search__text {
-webkit-appearance: none; box-sizing: border-box;
width: 100%; width: 100%;
max-width: 300px; max-width: 300px;
padding: 0.75rem; padding: 0.75rem;
background: #3F4A56; background: #3F4A56;
border: 0;
border-radius: 2px; border-radius: 2px;
color: #fff; color: #fff;
font-size: 1.1rem; font-size: 1.1rem;