Example
<a class="forma-button" href="#">
 <span class="forma-button__label">button</span>
</a>
Example
<a class="forma-button forma-button--orange-hover" href="#">
 <span class="forma-button__label">button</span>
</a>
Example
<a class="forma-button forma-button--disabled" href="#">
 <span class="forma-button__label">button</span>
</a>
Example
<a class="forma-button forma-button--green" href="#">
 <span class="forma-button__label">button</span>
</a>
Example
<a class="forma-button forma-button--green-border" href="#">
 <span class="forma-button__label">button</span>
</a>
Example
<a class="forma-button forma-button--gray" href="#">
 <span class="forma-button__label">button</span>
</a>
Example
<a class="forma-button forma-button--black" href="#">
 <span class="forma-button__label">button</span>
</a>
Example
<a class="forma-button forma-button--white" href="#">
 <span class="forma-button__label">button</span>
</a>
Example
<a class="forma-button forma-button--border" href="#">
 <span class="forma-button__label">button</span>
</a>
Example
<a class="forma-button forma-button--orange" href="#">
 <span class="forma-button__label">button</span>
</a>
Example
<a class="close-button" href="#">
<span class="close-button__icon"></span>
 <span class="close-button__label">close</span>
</a>