Created
September 6, 2019 21:43
-
-
Save noahmanion/3472aeb5faa5f235f1cbdd780630009f 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
.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