Different Sizes
Adding button-large
to a button makes it larger, adding button-small
makes it smaller.
<buttonclass="button button-small button-assertive">
Small Button
</button><buttonclass="button button-large button-positive">
Large Button
</button>