Closed eliorivero closed 7 years ago
This will add a class to the FormToggle wrapper that will allow to target a fieldset that is placed after it. For example:
.dops-form-toggle { & + .jp-form-fieldset, & + .jp-form-setting-explanation { margin-left: rem( 34px ); } }
Can we just have a uniform wrapper around the child settings that has the margin?
Closing and working on an alternative approach.
This will add a class to the FormToggle wrapper that will allow to target a fieldset that is placed after it. For example: