Responsive Foundation 6.0.0

Sidebar

Forms » Buttons Make an element look like a primary buttonLink

Ashley Kolodziej Since: 1.2.0 New Issue

Styles buttons in a "primary" way so as to look more important when there are multiple buttons near each other.

Extend this class for custom buttons or for elements whose HTML and CSS you don't have control over.

May be used on both form element tags and regular links to make them look like buttons.

Examples

Make a custom toggle look like a primary button.
		.custom-toggle {
				@extend %button-styles;
			}
Source: _forms.scss, line 790 View Source