only apply right margin to radio input

fixes #1101. I wanted to apply a custom class to the input, however that is unfortunately obscured and unreachable with our current implementation of `formsy-react-components`
This commit is contained in:
Matthew Taylor 2016-12-13 12:11:24 -05:00
parent 3f1c9dcccb
commit ba50840809

View file

@ -62,10 +62,10 @@
&.demographics-step { &.demographics-step {
.radio { .radio {
margin: 1.5rem 1.5rem 0 0; margin: 1.5rem 1.5rem 0 0;
}
input { input[type="radio"] {
margin-right: 1rem; margin-right: 1rem;
}
} }
.demographics-step-input-other { .demographics-step-input-other {