Document btn-info-outline as an example

This commit is contained in:
David\ Beitey 2015-09-03 14:37:48 +10:00
parent 562e6257b5
commit 3c86d7f00c
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ In need of a button, but not the hefty background colors they bring? Replace the
<button type="button" class="btn btn-primary-outline">Primary</button>
<button type="button" class="btn btn-secondary-outline">Secondary</button>
<button type="button" class="btn btn-success-outline">Success</button>
<button type="button" class="btn btn-info-outline">Info</button>
<button type="button" class="btn btn-warning-outline">Warning</button>
<button type="button" class="btn btn-danger-outline">Danger</button>
{% endexample %}