Forms
Forms
<label>...</label>
<input>...</input>
<label>...</label>
<textarea>...</textarea>
appearance: none;
-webkit-appearance: none;
box-sizing: border-box;
display: inline-block;
border: 2px solid $color-grey-dark;
border-radius: 0;
box-shadow: none;
font-size: 1.6rem;
line-height: 1;
padding: 1.3rem 2rem;
width: 100%;
– Select –
Option 1
Option 2
Option 3
<label>...</label>
<select>...</select>
appearance: none;
-webkit-appearance: none;
background: url(../images/chevron-down.png) no-repeat center right 2rem;
background-size: 1.1rem;
box-sizing: border-box;
display: inline-block;
border: 2px solid $color-grey-dark;
border-radius: 0;
box-shadow: none;
font-size: 1.6rem;
line-height: 1;
padding: 1.3rem 2rem;
width: 100%;