Created
September 3, 2018 08:24
-
-
Save agoiabel/7fab2f8e860d333e0e6f63c4bf5036d8 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
| .form-control { | |
| width: 50%; | |
| border: 1px solid #ccc; | |
| padding: 10px; | |
| } | |
| .control-error { | |
| border: 1px solid red; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment