Skip to content

Instantly share code, notes, and snippets.

@gnuwilliam
Created August 12, 2013 23:06
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/6216192 to your computer and use it in GitHub Desktop.
Save gnuwilliam/6216192 to your computer and use it in GitHub Desktop.
gist for sudotrap
<div class="example">
<div class="form-group has-warning">
<label class="control-label" for="inputWarning">Input with warning</label>
<input type="text" class="form-control radius" id="inputWarning">
</div>
<div class="form-group has-error">
<label class="control-label" for="inputError">Input with error</label>
<input type="text" class="form-control radius" id="inputError">
</div>
<div class="form-group has-success">
<label class="control-label" for="inputSuccess">Input with success</label>
<input type="text" class="form-control radius" id="inputSuccess">
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment