2014-10-20 13:55:50 -04:00
|
|
|
form, input, textarea, button {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
vertical-align: middle;
|
|
|
|
border: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
-moz-border-radius: 0;
|
|
|
|
-webkit-border-radius: 0;
|
|
|
|
-khtml-border-radius: 0;
|
|
|
|
border-radius: 0;
|
|
|
|
background-color: transparent;
|
|
|
|
font-family: $mono;
|
|
|
|
font-size: $base-font-size;
|
|
|
|
line-height: 1.0;
|
|
|
|
color: inherit;
|
2013-06-20 20:27:04 -04:00
|
|
|
|
2015-07-22 21:09:32 -04:00
|
|
|
&:focus {
|
|
|
|
line-height: 1.0;
|
|
|
|
box-shadow: none !important;
|
|
|
|
outline: none;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2014-10-20 13:55:50 -04:00
|
|
|
}
|