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:
authorFilipa Lacerda <filipa@gitlab.com>2018-04-12 17:17:29 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-04-12 17:17:29 +0300
commit55340c363b84d1028948e136107be10cc1a0faaa (patch)
treef6007d2c724f7aee0308a61edc9cd00544d50832 /app/assets
parent39c9091a88a22c4a0430d75cca988714f72fbd19 (diff)
Align action icons in pipeline graph
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss8
1 files changed, 1 insertions, 7 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index 8d5eb2e8c5a..2c840cb407a 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -344,7 +344,6 @@
svg {
vertical-align: middle;
- margin-right: 3px;
}
.stage-column {
@@ -495,17 +494,12 @@
svg {
fill: $gl-text-color-secondary;
position: relative;
- left: 1px;
top: -1px;
- width: 16px;
- height: 16px;
}
&.play {
svg {
- width: 16px;
- height: 16px;
- left: 3px;
+ left: 2px;
}
}
}