Commit 2e56b134 authored by Phil Hughes's avatar Phil Hughes

Merge branch '64265-center-loading-icon' into 'master'

Centers loading icon in CI action

Closes #64265

See merge request gitlab-org/gitlab-ce!30947
parents 8291a581 25777183
...@@ -695,6 +695,10 @@ ...@@ -695,6 +695,10 @@
top: -1px; top: -1px;
} }
.spinner {
top: 2px;
}
&.play { &.play {
svg { svg {
left: 2px; left: 2px;
...@@ -861,6 +865,7 @@ button.mini-pipeline-graph-dropdown-toggle { ...@@ -861,6 +865,7 @@ button.mini-pipeline-graph-dropdown-toggle {
} }
} }
.spinner,
svg { svg {
width: $ci-action-dropdown-svg-size; width: $ci-action-dropdown-svg-size;
height: $ci-action-dropdown-svg-size; height: $ci-action-dropdown-svg-size;
......
---
title: Center loading icon in CI action component
merge_request:
author:
type: fixed
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