Skip to content

Instantly share code, notes, and snippets.

@sendgrid-gists
Created July 25, 2016 17:49
Show Gist options
  • Save sendgrid-gists/c59bf7d92cf38db1d5833b1d8c32b0ca to your computer and use it in GitHub Desktop.
Save sendgrid-gists/c59bf7d92cf38db1d5833b1d8c32b0ca to your computer and use it in GitHub Desktop.
SendGrid style-guide muted text input
<div class="input-text-wrap">
<label class="input-text-label" for="input-text-example-muted">Username</label>
<input type="text" id="input-text-example-muted">
<span class="input-info">Make sure you choose an awesome username.</span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment