diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-07-19 15:24:20 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-07-19 15:24:20 +0100 |
commit | 25777183b48765698c61467590a17301c2cce9ab (patch) | |
tree | b9a8d868fcbbe8554349eb1af57ddf3728fe64f2 | |
parent | f3ce7a37a4aa00c0af614757087b6536c9ef701f (diff) | |
download | gitlab-ce-25777183b48765698c61467590a17301c2cce9ab.tar.gz |
Centers loading icon in CI action
-rw-r--r-- | app/assets/stylesheets/pages/pipelines.scss | 5 | ||||
-rw-r--r-- | changelogs/unreleased/64265-center-loading-icon.yml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss index ff4fa8aacdc..5f4db37c317 100644 --- a/app/assets/stylesheets/pages/pipelines.scss +++ b/app/assets/stylesheets/pages/pipelines.scss @@ -695,6 +695,10 @@ top: -1px; } + .spinner { + top: 2px; + } + &.play { svg { left: 2px; @@ -861,6 +865,7 @@ button.mini-pipeline-graph-dropdown-toggle { } } + .spinner, svg { width: $ci-action-dropdown-svg-size; height: $ci-action-dropdown-svg-size; diff --git a/changelogs/unreleased/64265-center-loading-icon.yml b/changelogs/unreleased/64265-center-loading-icon.yml new file mode 100644 index 00000000000..cd4253b63c6 --- /dev/null +++ b/changelogs/unreleased/64265-center-loading-icon.yml @@ -0,0 +1,5 @@ +--- +title: Center loading icon in CI action component +merge_request: +author: +type: fixed |