whoops, restore forms
This commit is contained in:
parent
3b98b58e02
commit
b6e9d9d809
1 changed files with 22 additions and 0 deletions
22
less/forms.less
Normal file
22
less/forms.less
Normal 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;
|
||||
}
|
Loading…
Add table
Reference in a new issue