Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 361 Bytes

btn-squared.md

File metadata and controls

19 lines (12 loc) · 361 Bytes

Rounded Buttons

Squares the corners of buttons to get a 90 degree angle.

Simply add the .btn-squared class to your existing buttons and the styles will apply.

Usage

Styles

@import 'path/to/node_modules/bootstrap-scss-plugins/scss/button-squared';

HTML

<button class="btn btn-squared btn-primary">Click me!</button>