Source: scss/_4-Controls/_buttons.scss, line 1
4.1 Buttons
Works with any element not just <button>
. Just add class selector .btn
.
Source: scss/_4-Controls/_buttons.scss, line 1
Works with any element not just <button>
. Just add class selector .btn
.
:hover – Mouse over
:active – Mouse click
.disabled – Disabled button
<button type="button" class="btn btn-primary [modifier class]"><span>Button</span></button>