23.2 #Select.small-select Small select
.sf-select.-small
Html
<div class="sf-select -small">
<select class="sf-select__item">
<option>Option 1</option>
<option>Option 2</option>
<option>Option 3</option>
</select>
</div>