Created
November 20, 2014 00:01
-
-
Save omurphy27/e0ff41e3d378f099a94e to your computer and use it in GitHub Desktop.
Gravity Forms validation errors styling CSS.css
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
| // Gravity Forms validation errors styling CSS | |
| .validation_message { | |
| font: 12px/1.5em 'Raleway', Arial, sans-serif; | |
| color: #E70F20; | |
| } | |
| .validation_error, | |
| .gform_confirmation_message { | |
| text-align: center; | |
| font-weight: bold; | |
| margin: 0 0 20px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment