| Index: includes/styleguide/forms/buttons.md |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/includes/styleguide/forms/buttons.md |
| @@ -0,0 +1,14 @@ |
| + |
| +### Buttons {: .sg-h3 } |
| + |
| +<button class="btn-outline-primary">Outline Primary</button> |
| + |
| +<button class="btn-outline-accent">Outline Accent</button> |
| + |
| +<button class="btn-primary">Solid Primary</button> |
| + |
| +<button class="btn-accent">Solid Accent</button> |
| + |
| +We can also use links as buttons: |
| + |
| +[Outline primary](#){: .btn-outline-primary } |