entirely remove old inputs file

This commit is contained in:
Owen Versteeg 2014-08-07 02:53:48 -04:00
parent f8c750be3a
commit 3b98b58e02

View file

@ -1,22 +0,0 @@
textarea, input, .addon-front, .btn-sm, .nav a {
font-size: 14px;
}
textarea, input {
border: 1px solid #ccc;
padding: 8px;
&:focus {
border-color: #5ab;
}
}
textarea, input[type='text'] {
-webkit-appearance: none; /* make iOS inputs pretty */
width: 13em;
}
.addon-front {
box-shadow: 0 0 0 1px #ccc;
padding: 8px 12px;
}