github.com/aspring/packer@v0.8.1-0.20150629211158-9db281ac0f89/website/source/assets/stylesheets/_reset.scss (about)

     1  form, input, textarea, button {
     2    padding: 0;
     3    margin: 0;
     4    vertical-align: middle;
     5    border: 0;
     6    box-shadow: none;
     7    -moz-border-radius: 0;
     8    -webkit-border-radius: 0;
     9    -khtml-border-radius: 0;
    10    border-radius: 0;
    11    background-color: transparent;
    12    font-family: $mono;
    13    font-size: $base-font-size;
    14    line-height: 1.0;
    15    color: inherit;
    16  
    17  	&:focus {
    18    	line-height: 1.0;
    19    	box-shadow: none !important;
    20    	outline: none;
    21    	vertical-align: middle;
    22  	}
    23  }