Commit e949b6e0 authored by Bryce Johnson's avatar Bryce Johnson

Add styles for has-only-one-job [ci-skip].

parent 96d73879
......@@ -1057,6 +1057,7 @@
&.has-only-one-job {
margin-left: 30px;
margin-right: 0;
.left-connector {
@include flat-connector-before;
......@@ -1067,6 +1068,14 @@
.stage-column.has-downstream {
margin-right: $linked-project-column-margin;
&.has-only-one-job:not(:first-child) {
margin-right: 60px;
margin-left: 0;
.left-connector {
@include flat-connector-before;
}
}
.build {
&:first-child {
&::after {
......
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