Skip to content

Commit

Permalink
Update buttons.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Shepherd authored and shawnbot committed Sep 9, 2019
1 parent de5e406 commit 13616aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/components/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Use `.btn-large` to increase the padding and border radius of a button. This is

```html live
<p>
<a class="btn btn-large btn-purple" href="#url" role="button">Large link button</a>
<a class="btn btn-large" href="#url" role="button">Large link button</a>
<button class="btn btn-large" type="button">Large button button</button>
</p>
```
Expand All @@ -68,7 +68,7 @@ Use `.btn-large` with a type scale utility to transform the text to a bigger siz

```html live
<p class="f3">
<a class="btn btn-large btn-purple" href="#url" role="button">Large link button</a>
<a class="btn btn-large" href="#url" role="button">Large link button</a>
<button class="btn btn-large btn-outline-blue" type="button">Large button button</button>
</p>
```
Expand Down

0 comments on commit 13616aa

Please sign in to comment.