Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .gform_wrapper .gform_heading {
- margin-bottom: 2rem !important;
- }
- .gform_wrapper li.gfield {
- padding: 0 0 1.5rem 0;
- margin: 0 0 1.5rem 0;
- }
- .gform_wrapper li.gfield label.gfield_label {
- color: rgba(55, 112, 149, 1);
- font-weight: 400;
- font-size: 1.25rem;
- line-height: 1.618;
- }
- .gform_wrapper li.gfield div.ginput_container.ginput_container_radio,
- .gform_wrapper li.gfield div.ginput_container.ginput_container_checkbox{
- margin: 0 1rem;
- border-left: 2px solid #eee;
- padding-left: 1rem;
- }
- .gform_wrapper li.gfield label.gfield_label:before {
- display: inline-block;
- margin-right: .5rem;
- background-color: rgba(241, 90, 41, 1);
- color: #fff;
- padding: .25rem .5rem;
- line-height: 1.2;
- font-size: .875rem;
- -webkit-border-radius: 50px;
- -moz-border-radius: 50px;
- border-radius: 50px;
- }
- .gform_wrapper li.gfield:nth-child(1) label.gfield_label:before {
- content: "1";
- }
- .gform_wrapper li.gfield:nth-child(2) label.gfield_label:before {
- content: "2";
- }
- .gform_wrapper li.gfield:nth-child(3) label.gfield_label:before {
- content: "3";
- }
- .gform_wrapper li.gfield:nth-child(4) label.gfield_label:before {
- content: "4";
- }
- .gform_wrapper li.gfield:nth-child(5) label.gfield_label:before {
- content: "5";
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement