Last active
December 16, 2020 19:19
-
-
Save nathaningram/643fed7df9c0d8630445eedf57ac7630 to your computer and use it in GitHub Desktop.
Deconstruction: Brilliantly.net (Part One) - 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
| .fl-node-5f9300e0babe9 .fl-photo-img, | |
| .fl-node-5f9300e0babe9 .fl-photo-content { | |
| max-width: 300px !important; | |
| height: auto; | |
| } | |
| li.gfield { | |
| margin-bottom: 60px !important; | |
| } | |
| .gfield_description { | |
| font-weight: normal !important; | |
| color: #666 !important; | |
| } | |
| #input_5_3 label, | |
| #input_5_5 label, | |
| #input_5_6 label, | |
| #input_5_7 label { | |
| color: #3a3a3a !important; | |
| padding-left: 6px; | |
| font-weight: normal; | |
| } | |
| input[type="radio"]:checked+label { | |
| font-weight: bold !important; | |
| } | |
| #field_5_10 { | |
| text-align: center; | |
| } | |
| #field_5_10 input { | |
| display: none; | |
| } | |
| #field_5_10 input[type="radio"]:checked+label { | |
| display: none; | |
| } | |
| #field_5_10 .gfield_radio label { | |
| color: #fff !important; | |
| background:#F41F4D; | |
| text-align: center; | |
| padding: 10px 30px 7px; | |
| margin-top: 10px; | |
| border-radius: 50px; | |
| } | |
| .gform_footer { | |
| margin-top: 0 !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment