[is='flynt-form-gravity-form'], [is='flynt-block-text'] { // Prevent that top of the form is hidden behind desktop navbar after submitting (HBS-441) // https://jasonyingling.me/quick-tip-anchor-scrolling-with-gravity-forms-and-fixed-navigation/ @include breakpoint($lg-up) { .gform_anchor::before { content: ''; display: block; height: $navbar-desktop-slim-height; margin: -$navbar-desktop-slim-height 0 0; width: 0; } } // Fix loading spinner (HBS-441) .gform_ajax_spinner { margin-left: 30px; max-width: 30px; } .gform_wrapper.gravity-theme { .gchoice { .gfield-choice-input { margin: 10px; vertical-align: baseline; } .gfield-choice-input + label { font-weight: normal; } } .gfield_required_asterisk { color: $color-gold; font-size: 18px; } .ginput_container input, .ginput_container select { padding-left: 14px; padding-top: 14px; } } }