Created
December 30, 2018 10:02
-
-
Save stelmakh/3778a082ffcec3b06f2ed65ab02cdf00 to your computer and use it in GitHub Desktop.
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
| .input { | |
| padding: 8px 16px; | |
| font-size: 16px; | |
| border-radius: 4px; | |
| outline: none; | |
| border: 1px solid #e2e2e2; | |
| } | |
| .input.error { | |
| border-color: red; | |
| color: red; | |
| } | |
| .input.disabled { | |
| opacity: 0.5; | |
| pointer-events: none; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment