Buttons - GiacomoLaw/quickly GitHub Wiki

Quickly has multiple button styles. View them on the demo site.

Standard

Just a standard button, with slightly rounded corners.

class="btn"

Rounded

A button with very rounded corners.

class="btn btn-rounded"

Square

Square corners.

class="btn btn-square"

Warning

A button for important actions. It has a yellow color with a red outline, so the user knows that the action is serious.

class="btn btn-warning"

Danger

Red button for very important actions.

class="btn btn-danger"


You can apply multiple classes to a button, such as btn-rounded and btn-warning at the same time. Not that you need to always have the btn master class.