forked from Lane/institutional-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
Button
Lane edited this page Nov 5, 2012
·
1 revision
Buttons are used for calls to action, and are meant to draw the users eye.
-
Buttons may be created using
<button>or<a>tags and adding the desiredbtnclass.btnandbtn-greenare the only predefined colored buttons. See the styling section for making different colored buttons. You can also add an icon to the button if desired.<button class="btn">Apply Now</button>
-
Use the mixin in the buttons.less file to make custom buttons by defining the base background color and a text color.
.btn-yellow { .standard-button(#ffcc00, #666); }
- No javascript required