Buttons
Button styling in Responsive has, like everything else, been designed with the bare minimum of CSS.
Hook classes have been added to mimic focus .focus
, active .active
, and disabled .disabled
states.
We strongly recommend using the <button></button>
element over
the <input />
element for all button style markup.
OS Default
Default
Standard button
element.
Default
Standard input[type="submit"]
element.
Styled
Default
Add the class .btn
.
Default
Standard input[type="submit"]
element.
Styled button States
Inline buttons
Add the class .btn-inline
OS Default
input[type="submit"]