Skip to content

Instantly share code, notes, and snippets.

@gnuwilliam
Last active December 20, 2015 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gnuwilliam/6205608 to your computer and use it in GitHub Desktop.
Save gnuwilliam/6205608 to your computer and use it in GitHub Desktop.
gist for sudotrap
<!-- Standard blue button -->
<button type="button" class="btn btn-{100,50,25,10}">Default</button>
<!-- Success button -->
<button type="button" class="btn btn-{100,50,25,10} btn-success">Success</button>
<!-- Info button -->
<button type="button" class="btn btn-{100,50,25,10} btn-info">Info</button>
<!-- Warning button -->
<button type="button" class="btn btn-{100,50,25,10} btn-warning">Warning</button>
<!-- Danger button -->
<button type="button" class="btn btn-{100,50,25,10} btn-danger">Danger</button>
<!-- ROUNDED -->
<!-- Standard blue button -->
<button type="button" class="btn btn-{100,50,25,10} radius">Default</button>
<!-- Success button -->
<button type="button" class="btn btn-{100,50,25,10} btn-success radius">Success</button>
<!-- Info button -->
<button type="button" class="btn btn-{100,50,25,10} btn-info radius">Info</button>
<!-- Warning button -->
<button type="button" class="btn btn-{100,50,25,10} btn-warning radius">Warning</button>
<!-- Danger button -->
<button type="button" class="btn btn-{100,50,25,10} btn-danger radius">Danger</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment