Created
May 29, 2019 05:59
-
-
Save daniloparrajr/9e6d21137b4bc3a06b2b5e7d42dee240 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
.gform_wrapper textarea, | |
.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) { | |
font-size: 14px; | |
padding: 7px 10px !important; | |
letter-spacing: normal; | |
border: 1px solid #fff; | |
width: 100%; | |
font-weight: 600; | |
} | |
.gform_wrapper ul.gform_fields li.gfield { | |
padding: 0 !important; | |
margin: 0 0 15px !important; | |
} | |
.gfield:before, | |
.gform_wrapper .top_label .gfield_label { | |
display: none !important; | |
} | |
.gform_wrapper .gform_footer { | |
padding: 0 !important; | |
margin: 15px 0 0 !important; | |
} | |
.gform_button { | |
margin: 0 !important; | |
width: 100% !important; | |
padding: 10px; | |
background-color: #FFCA04; | |
border: 1px solid #FFCA04; | |
color: #fff; | |
font-weight: 600; | |
cursor: pointer; | |
} | |
body .gform_wrapper .top_label div.ginput_container { | |
margin-top: 0 !important; | |
} | |
.gform_wrapper li.hidden_label input { | |
margin-top: 0 !important; | |
} | |
.gform_wrapper .gform_footer { | |
padding: 0; | |
margin: 15px 0 0; | |
} | |
.gform_wrapper { | |
margin: 0 !important; | |
} | |
.gform_wrapper textarea{ | |
display: block !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment