Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/status.scss')
-rw-r--r--app/assets/stylesheets/pages/status.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/status.scss b/app/assets/stylesheets/pages/status.scss
index 4f3d6fb0d44..4ad2dcbe92f 100644
--- a/app/assets/stylesheets/pages/status.scss
+++ b/app/assets/stylesheets/pages/status.scss
@@ -12,8 +12,6 @@
svg {
height: 13px;
width: 13px;
- position: relative;
- top: 2px;
overflow: visible;
}
@@ -38,7 +36,7 @@
}
&.ci-preparing {
- @include status-color($gray-100, $gray-500, $gray-600);
+ @include status-color($gray-100, $gray-300, $gray-400);
}
&.ci-pending,