Buttons Style

Basic Buttons

You can use <a> or <button> elements with class.btn and .btn-[name]

Primary Buttons

Primary colors buttons .btn and .btn-[name]

Outline Buttons

Outline buttons .btn, .btn-o and .btn-[name]

* All this buttons have the class .btn-wide that set de min with to 120px

Buttons Sizes

Add the class .btn-[size]

Buttons Width

Inline format

Deafult fortmat

Min-width format

With the class .btn-wide you set de min width of the buttons to 120px

Block format

With the clas .btn-block buttons span to the full width of their parents

Buttons Groups

Horizontal group

Wrap the buttons with a div.btn-group

Vertical group

Wrap the buttons with a div.btn-group-vertical

Buttons Loading

Loading effect

Add the class .btn-spinnig. Call the functions btnStartSpinning and btnStopSpinning.