This Documentation is Moved!

This is currently being depreciated. Please visited the new location for the styleguide at https://assets.acc.org/Arches/Latest/docs/

Arches: CVquality

Arches:CVquality

Multi Product Brand Style System by the American College of Cardiology

Source: dist/css/cvquality_boot.css, line 7452

3.1 Buttons

Basic Buttons

Example s

Default styling

[modifier class] button

.clear

All button states can become hollow

clear button

.radius

Give the button softer corners

radius button
<a class="btn btn-primary [modifier class]" href="#">[modifier class] button</a>
<button class="btn btn-primary [modifier class]" href="#">[modifier class] button</button>
Copy Code