Commit b3892848 authored by Miguel Rincon's avatar Miguel Rincon

Move pipelines test trace styles to page bundle

In order to make the global css file (pipelines.scss) smaller, this
change moves the pipeline tests trace styles to the page bundle scss
file.
parent 57af5fcd
......@@ -215,7 +215,7 @@
}
&.build-trace-rounded {
border-radius: $border-radius-base;
border-radius: $gl-border-radius-base;
}
}
......
......@@ -476,3 +476,9 @@
height: auto !important;
}
}
.test-reports-table {
.build-trace {
@include build-trace();
}
}
......@@ -130,12 +130,6 @@
float: none;
}
.test-reports-table {
.build-trace {
@include build-trace();
}
}
.progress-bar.bg-primary {
background-color: $blue-500 !important;
}
......
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