fix button classs (#1368)
This commit is contained in:
parent
01c5700acd
commit
75b2d514c2
1 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue