whoops, restore forms

This commit is contained in:
Owen Versteeg 2014-08-07 02:56:34 -04:00
parent 3b98b58e02
commit b6e9d9d809

22
less/forms.less Normal file
View file

@ -0,0 +1,22 @@
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;
}