$button-class: "-btn" !global $button-font-weight: 200 !global $button-min-font-size: 9px !global $button-border-radius: 3px !global $button-border-width: 1px !global
Use button class -btn
to create great buttons.
Use theme classes (you can include any theme, so themes class names can be different) -primary-
, -error-
, -success-
, etc. with <button>
or <input type="button">
to set theme.
As always to use font-awesome icons you need to:
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
to your <head>
(but it's better to download and include it into you project);fa
for icons;
Use class -btn
with <a>
, <input>
and <button>
.
Add _round_
modifier to round button