Components

Buttons

We are using two types of buttons :

  • The type defaults of Bootstrap : to direct actions
  • Flat button for secondaries action on a page or navigation between them

Button styles can be applied to any element. Typically you'll want to use either a <button> or an <a> element:

Primary
  <button class="btn btn-default">Default</button>
  <a class="btn btn-primary" href="http://azendoo.com">
    Primary
  </a>
Buttons Modifier Class
btn btn-default
btn btn-primary
btn btn-danger
btn btn-success
btn btn-default btn-flat
btn btn-primary btn-flat
btn btn-danger btn-flat
btn btn-success btn-flat
btn btn-white btn-flat