Skip to content

Instantly share code, notes, and snippets.

@sendgrid-gists
Last active October 17, 2016 17:31
Show Gist options
  • Save sendgrid-gists/4fafd2e8cc139b66bd7d920637a24353 to your computer and use it in GitHub Desktop.
Save sendgrid-gists/4fafd2e8cc139b66bd7d920637a24353 to your computer and use it in GitHub Desktop.
SendGrid style-guide info tooltip text input
<div class="input-text-wrap">
<label class="input-text-label" for="input-text-example-ccv">CCV</label>
<input type="text" id="input-text-example-ccv">
<div class="input-info-tooltip">
<span data-tooltip="The CCV number is a 3 or 4 digit security code printed on the front or back of your card." data-tooltip-pos="right" data-tooltip-length="large">
<i class="sg-icon sg-icon-info-circle input-info-icon" id="input-info-ccv"></i>
</span>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment