Commit 96060a66 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '239861-move-tests-build-trace-styles' into 'master'

Move pipelines test trace styles to page bundle css

See merge request gitlab-org/gitlab!44922
parents 9c0633f7 b3892848
...@@ -215,7 +215,7 @@ ...@@ -215,7 +215,7 @@
} }
&.build-trace-rounded { &.build-trace-rounded {
border-radius: $border-radius-base; border-radius: $gl-border-radius-base;
} }
} }
......
...@@ -476,3 +476,9 @@ ...@@ -476,3 +476,9 @@
height: auto !important; height: auto !important;
} }
} }
.test-reports-table {
.build-trace {
@include build-trace();
}
}
...@@ -130,12 +130,6 @@ ...@@ -130,12 +130,6 @@
float: none; float: none;
} }
.test-reports-table {
.build-trace {
@include build-trace();
}
}
.progress-bar.bg-primary { .progress-bar.bg-primary {
background-color: $blue-500 !important; 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