Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 358 Bytes

btn-rounded.md

File metadata and controls

19 lines (12 loc) · 358 Bytes

Rounded Buttons

Rounds the corners of buttons to get a rounded effect

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

Usage

Styles

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

HTML

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