Mobile Only
Desktop Only
Button Default
Button White
Button Outline
Button White Outline
Button Small
Button White Small
Button Outline Small
Button White Outline Small
Button Default Large
Button White Large
Button Outline Large
Button White Outline Large

<a href="https://example.com" class="button hide-desktop">Mobile Only</a>
<a href="https://example.com" class="button hide-mobile">Desktop Only</a>
<a href="https://example.com" class="button">Button Default</a>
<a href="https://example.com" class="button white">Button White</a>
<a href="https://example.com" class="button outline">Button Outline</a>
<a href="https://example.com" class="button white outline">Button White Outline</a>
<a href="https://example.com" class="button small">Button Small</a>
<a href="https://example.com" class="button white small">Button White Small</a>
<a href="https://example.com" class="button outline small">Button Outline Small</a>
<a href="https://example.com" class="button white outline small">Button White Outline Small</a>
<a href="https://example.com" class="button large">Button Default Large</a>
<a href="https://example.com" class="button white large">Button White Large</a>
<a href="https://example.com" class="button outline large">Button Outline Large</a>
<a href="https://example.com" class="button white outline large">Button White Outline Large</a>