Last active
October 17, 2016 17:31
-
-
Save sendgrid-gists/4fafd2e8cc139b66bd7d920637a24353 to your computer and use it in GitHub Desktop.
SendGrid style-guide info tooltip text input
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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