Glyph Button
Basic button glyphs for <button>, <input type="submit">, or <a role="button"> tags, along with inverse buttons.
evo-glyph-button
<button class="evo-button evo-glyph-button">button</button>
Create a <button> tag and apply the evo-button and evo-glyph-button classes. Default styles are set in _evo_variables.scss.
<button class="evo-button evo-glyph-button button-box-none ghost-to-ghost-color">borderless button</button>
anchor link button experimental
anchor button
<a href="#" class="evo-button evo-glyph-button" role="button">anchor button</a>
Create an <a role="button"> tag and apply the evo-button and evo-glyph-button classes. Default styles are set in _evo_variables.scss.
input button experimental
<input value="input button" class="evo-button evo-glyph-button width-auto"> /
Create an input type="submit"> and apply the evo-button and evo-glyph-button classes. Default styles are set in _evo_variables.scss.
evo-glyph-button-inverse
<button class="evo-button-inverse evo-glyph-button-inverse">button</button>
Create a <button> tag and apply the evo-button-inverse and evo-glyph-button-inverse classes. Default styles are set in _evo_variables.scss.
<button class="evo-button-inverse evo-glyph-button-inverse button-box-none ghost-to-ghost-color">borderless button</button>
anchor link button inverse experimental
anchor button
<a href="#" class="evo-button-inverse evo-glyph-button-inverse" role="button">anchor button</a>
Create an <a role="button"> tag and apply the evo-button-inverse and evo-glyph-button-inverse classes. Default styles are set in _evo_variables.scss.
input button inverse experimental
<input value="input button" class="evo-button-inverse evo-glyph-button-inverse width-auto"> /
Create an input type="submit"> and apply the evo-button-inverse and evo-glyph-button-inverse classes. Default styles are set in _evo_variables.scss.