Source: button.scss, line 1
1.1 Buttons
Buttons styles from trimble css
Source: button.scss, line 1
Buttons styles from trimble css
<div>
<button class="button default">default button</button>
</div>
<br/>
<div>
<button class="button small">small button</button>
</div>
<br/>
<div>
<button class="button expanded">expanded button</button>
</div>
<br/>
<div>
<button class="button small">
<i class="icon add"></i>icon button
</button>
</div>
<br/>
<div>
<button class="button default" disabled="disabled">Disabled button</button>
</div>
<br/>
<div>
<button class="button secondary">Secondary button</button>
</div>