Commit bcaa392b authored by Mark Florian's avatar Mark Florian

Merge branch 'pb-migrate-bulk-spinners-v2' into 'master'

Migrate loading spinners to be design system compliant

See merge request gitlab-org/gitlab!82238
parents 22802500 a14c08ae
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.save-group-loader .save-group-loader
.center .center
%h2 %h2
%i.loading.gl-spinner = gl_loading_icon(size: 'md')
= page_title = page_title
%p %p
= s_('GroupImport|Please wait while we import the group for you. Refresh at will.') = s_('GroupImport|Please wait while we import the group for you. Refresh at will.')
...@@ -48,4 +48,4 @@ ...@@ -48,4 +48,4 @@
.mr-loading-status .mr-loading-status
.loading.hide .loading.hide
.gl-spinner.gl-spinner-md = gl_loading_icon(size: 'md')
.text-center.gl-mt-3 = gl_loading_icon(size: 'md', css_class: 'gl-mt-3')
.gl-spinner.gl-spinner-md
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