Created
April 3, 2019 12:57
-
-
Save saroarhossain57/720a39352c6584945ec63a14f88508ae to your computer and use it in GitHub Desktop.
This file contains 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
/*Error management styles*/ | |
.hiring_a_spartechs .validation_error { | |
display: none; | |
} | |
.gform_wrapper .hiring_a_spartechs li.gfield.gfield_error, | |
.gform_wrapper .hiring_a_spartechs li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { | |
background-color: inherit; | |
margin-bottom: inherit; | |
border-top: inherit; | |
border-bottom: inherit; | |
padding-bottom: inherit; | |
padding-top: inherit; | |
box-sizing: inherit; | |
max-width: 100% !important; | |
} | |
.gform_wrapper .hiring_a_spartechs li.gfield.gfield_error.gfield_contains_required div.gfield_description { | |
max-width: 100%; | |
padding-right: 0px; | |
padding-top: 2px; | |
} | |
.gform_wrapper .hiring_a_spartechs li.gfield_error .ginput_container.ginput_container_textarea { | |
margin-bottom: -7px; | |
} | |
.gform_wrapper.gform_validation_error .hiring_a_spartechs .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) { | |
max-width: 100%!important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment