-
Notifications
You must be signed in to change notification settings - Fork 0
Buttons
Giacomo Lawrance edited this page Apr 5, 2019
·
2 revisions
Quickly has multiple button styles. View them on the demo site.
Just a standard button, with slightly rounded corners.
class="btn"
A button with very rounded corners.
class="btn btn-rounded"
Square corners.
class="btn btn-square"
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"
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.