Full Width Block Buttons
Adding button-full
to a button not only applies display: block
, but also removes borders on the left and right, and any border-radius which may be applied. This style is useful when the button should stretch across the entire width of the display. Additionally, the button's parent element does not have padding
applied.
<buttonclass="button button-full button-positive">
Full Width Block Button
</button>