Commit 55340c36 authored by Filipa Lacerda's avatar Filipa Lacerda

Align action icons in pipeline graph

parent 39c9091a
...@@ -344,7 +344,6 @@ ...@@ -344,7 +344,6 @@
svg { svg {
vertical-align: middle; vertical-align: middle;
margin-right: 3px;
} }
.stage-column { .stage-column {
...@@ -495,17 +494,12 @@ ...@@ -495,17 +494,12 @@
svg { svg {
fill: $gl-text-color-secondary; fill: $gl-text-color-secondary;
position: relative; position: relative;
left: 1px;
top: -1px; top: -1px;
width: 16px;
height: 16px;
} }
&.play { &.play {
svg { svg {
width: 16px; left: 2px;
height: 16px;
left: 3px;
} }
} }
} }
......
---
title: Align action icons in pipeline graph
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