@gravityforms/components
Version:
UI components for use in Gravity Forms development. Both React and vanilla js flavors.
28 lines (21 loc) • 367 B
CSS
.gform-admin {
.gform-fieldset {
border: none;
margin: 0;
padding: 0;
}
.gform-fieldset--help-text-above {
.gform-input-help-text {
margin-block-end: 0.375rem;
}
}
.gform-fieldset--help-text-below {
.gform-input-help-text {
margin-block-start: 0.375rem;
}
}
.gform-fieldset__legend {
margin-block-end: 0.375rem;
padding: 0;
}
}