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