Button - Standard is the secondary button defined by the primary cyan color
Base
Use the base class pier-button-standard to create a default standard button
HTML markup
<button class="pier-button-standard"><i class="pier-button-hero__icon fas fa-check"></i>Button Text
</button>
Sizes
Use the modifier classes pier-button-standard--xs, pier-button-standard--sm, pier-button-standard--md, or pier-button-standard--lg to change the size of the button-standard.
Use the modifier class pier-button-standard--error to change the state of the standard button to error.
HTML markup
<button class="pier-button-standard pier-button-standard--error">
Button Text
</button>
Group
Use the modifier classes pier-button-standard--cap-left to cap the left border radius to 0, pier-button-standard--cap-rightto cap the right border radius to 0, pier-button-standard--capto cap both sides to a border radius of 0