.gform_wrapper.gravity-theme .gfield-choice-input {
opacity: 0;
position: absolute;
top: 50% !important;
transform: translateY(-50%);
&:checked+label {
background: green;
color: $white;
}
}
.gchoice {
input:checked+label {
&:before {
filter: brightness(5);
}
}
}
.gform_wrapper.gravity-theme .gchoice {
max-width: 423px;
margin-right: 0;
margin-bottom: 1rem;
@media (min-width: $xl) {
margin-right: 10px;
}
&:last-child {
margin-right: 0;
}
}
.gform_wrapper.gravity-theme .gchoice {
label {
background: lightgray;
border-radius: 80px;
padding: 15px 30px;
display: inline-block;
width: auto;
position: relative;
color: $black;
font-size: 20px;
line-height: 28px;
display: flex;
align-items: center;
max-width: 100%;
@media (min-width: $xl) {
padding: 15px 20px;
}
@media (min-width: $xxl) {
padding: 15px 30px;
}
&:before {
position: relative;
content: '';
z-index: 1;
width: 24px;
height: 20px;
margin-right: 12px;
display: block;
background-repeat: no-repeat !important;
}
}
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter