Form

Form elements sync with overall styling of evo text and colors. Use <input type="text">, <option>, and <textarea> tags.

evo-form input

Legend
<input type="text" placeholder="Text" class="evo-form"/>

Create a <input type="text"> tag, and place a <label> tag above or below it. Default form styles are set in _variables.scss.

containers and labels

Legend Legend

button (maybe form example mixes go down here? mix colors, shapes, borders, backgrounds, icons)

<input type="submit" class="evo-button" />

Create a <input type="submit"> tag. Default input button styles are set in _variables.scss. See the "buttons" section for more styles.