Commit c0492a93 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch 'fix-captch-padding-on-trial-registration' into 'master'

Fix margin for submit button with captcha

See merge request gitlab-org/gitlab!78316
parents b4b12c9f b6b3509f
...@@ -772,6 +772,9 @@ svg { ...@@ -772,6 +772,9 @@ svg {
.gl-mt-2 { .gl-mt-2 {
margin-top: 0.25rem; margin-top: 0.25rem;
} }
.gl-mt-5 {
margin-top: 1rem;
}
.gl-mb-3 { .gl-mb-3 {
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
} }
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
%div %div
- if show_recaptcha_sign_up? - if show_recaptcha_sign_up?
= recaptcha_tags nonce: content_security_policy_nonce = recaptcha_tags nonce: content_security_policy_nonce
.submit-container .submit-container.gl-mt-5
= f.submit button_text, class: 'btn gl-button btn-confirm gl-display-block gl-w-full', data: { qa_selector: 'new_user_register_button' } = f.submit button_text, class: 'btn gl-button btn-confirm gl-display-block gl-w-full', data: { qa_selector: 'new_user_register_button' }
= render 'devise/shared/terms_of_service_notice', button_text: button_text = render 'devise/shared/terms_of_service_notice', button_text: button_text
- if show_omniauth_providers && omniauth_providers_placement == :bottom - if show_omniauth_providers && omniauth_providers_placement == :bottom
......
...@@ -772,6 +772,9 @@ svg { ...@@ -772,6 +772,9 @@ svg {
.gl-mt-2 { .gl-mt-2 {
margin-top: 0.25rem; margin-top: 0.25rem;
} }
.gl-mt-5 {
margin-top: 1rem;
}
.gl-mb-3 { .gl-mb-3 {
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment