github.com/phobos182/packer@v0.2.3-0.20130819023704-c84d2aeffc68/website/source/stylesheets/_reset.scss (about) 1 form, 2 input, 3 textarea, 4 button { 5 padding: 0; 6 margin: 0; 7 vertical-align: middle; 8 border: 0; 9 box-shadow: none; 10 -moz-border-radius: 0; 11 -webkit-border-radius: 0; 12 -khtml-border-radius: 0; 13 border-radius: 0; 14 background-color: transparent; 15 font-family: $mono; 16 font-size: $base-font-size; 17 line-height: 1.0; 18 color: inherit; 19 20 &:focus { 21 line-height: 1.0; 22 box-shadow: none !important; 23 outline: none; 24 vertical-align: middle; 25 26 } 27 }