1 #components Components

Reusable components that can be used across the site. So far this just includes buttons.

1.1 #components.buttons Buttons

A majority of buttons in the site are built from the same base class.

Examples
Default styling
Link Button
.primary
Use this class to indicate that the button is the primary feature of this form.
Link Button
.remove
Use this class to indicate that the button will remove a feature, or other negative connotations.
Link Button
:hover
Highlight the button when hovered.
Link Button
:disabled
Make the button change appearance to reflect it being disabled.
Link Button
:active
"Press" the button down when clicked.
Link Button
<a href="#" class="button ">Link Button</a>
<button class="button ">Button Element</button>
<input type="button" class="button " value="input[type='button']"/>