Commit c1d790f8 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera

Merge branch '293869-convert-registration-welcome-css-to-utility' into 'master'

Convert registration welcome CSS to utility classes

See merge request gitlab-org/gitlab!59038
parents 849f5c63 f6bcfb59
......@@ -6,10 +6,10 @@
.row
.form-group.col-sm-12
= f.label :setup_for_company, setup_for_company_label_text, class: 'label-bold'
.d-flex.flex-column.flex-lg-row
.flex-grow-1
.gl-display-flex.gl-flex-direction-column.gl-lg-flex-direction-row
.gl-flex-grow-1
= f.radio_button :setup_for_company, true, class: 'js-setup-for-company'
= f.label :setup_for_company, _('My company or team'), class: 'normal', value: 'true'
.flex-grow-1
.gl-flex-grow-1
= f.radio_button :setup_for_company, false, class: 'js-setup-for-me'
= f.label :setup_for_company, _('Just me'), class: 'normal', value: 'false'
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