Doghouse UiKit

1.1 #Buttons.1-button-colors Button Colors

Toggle example guides Toggle HTML markup

Defines button colors. If only button class is used it will use button--primary.

Examples
Default styling

Link button

.button--primary
Primary button style

Link button

.button--secondary
Secondary button style

Link button

.button--tertiary
Tertiary button style

Link button

.button--transparent
Transparent style button.

Link button

Markup
 <p>
  <a href="#" class="button [modifier class]">Link button</a>
  <button class="button [modifier class]">Button tag</button>
  <input type="submit" class="button [modifier class]" value="Submit button" />
 </p>
Source: scss/objects/_button.scss, line 4