Skip to content

Instantly share code, notes, and snippets.

@noahmanion
Created September 6, 2019 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noahmanion/3472aeb5faa5f235f1cbdd780630009f to your computer and use it in GitHub Desktop.
Save noahmanion/3472aeb5faa5f235f1cbdd780630009f to your computer and use it in GitHub Desktop.
.lp.pom-form .lp-pom-form-field .checkbox-group {
height: 80px;
}
.lp.pom-form .lp-pom-form-field .radio-group {
height: 80px;
}
.multistep .option input {
display: none;
}
.multistep .option input + label {
display: inline-block;
background-color: #fff;
cursor: pointer;
padding: 10px;
border: 2px solid #EA892E;
color: #EA892E;
font-family: 'Montserrat', sans-serif;
height: auto !important;
}
.multistep .option input:checked + label {
background-color: #EA892E;
border: 2px solid #fff;
color: #fff;
font-family: 'Montserrat', sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment