dropdown with small padding-- can be used in conjunction with .btn--small .dropdown--small
dropdown with xsmall padding-- can be used in conjunction with .btn--xsmall .dropdown--xsmall
dropdown with error .error
<form>
<label class="dropdown [modifier class]">
<select name="speed" id="speed">
<option disabled="disabled" selected="selected">Select</option>
<option>Work It</option>
<option>Harder</option>
<option>Better</option>
<option>Faster</option>
<option>Stronger</option>
<option>More Than</option>
<option>Hour</option>
<option>Our</option>
<option>Never</option>
<option>Ever</option>
<option>After</option>
<option>Work is</option>
<option>Over</option>
</select>
</label>
</form>