Centers loading icon in CI action

This commit is contained in:
Filipa Lacerda 2019-07-19 15:24:20 +01:00
parent f3ce7a37a4
commit 25777183b4
2 changed files with 10 additions and 0 deletions

View File

@ -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;

View File

@ -0,0 +1,5 @@
---
title: Center loading icon in CI action component
merge_request:
author:
type: fixed