Created
July 25, 2016 17:45
-
-
Save sendgrid-gists/01914ab78874968e39c1dbbbc1d15520 to your computer and use it in GitHub Desktop.
SendGrid style-guide disabled 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 is-disabled"> | |
<label class="input-text-label" for="input-text-example-disabled">Username</label> | |
<input type="text" id="input-text-example-disabled" disabled> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment