fix button classs (#1368)

This commit is contained in:
Stelios Gavras 2017-11-27 19:36:15 +02:00 committed by Michael Rose
parent 01c5700acd
commit 75b2d514c2

View file

@ -83,7 +83,7 @@ HTML and CSS are our tools. Mauris a ante. Suspendisse quam sem, consequat at, c
Make any link standout more when applying the `.btn` class.
```html
<a href="#" class="btn btn-success">Success Button</a>
<a href="#" class="btn btn--success">Success Button</a>
```
<div markdown="0"><a href="#" class="btn">Primary Button</a></div>
@ -95,4 +95,4 @@ Make any link standout more when applying the `.btn` class.
## Notices
**Watch out!** You can also add notices by appending `{: .notice}` to a paragraph.
{: .notice}
{: .notice}