Commit 69a58bae authored by Miguel Rincon's avatar Miguel Rincon

Move pipeline codequality tab css to a page bundle

parent e0e5ab3c
......@@ -426,3 +426,17 @@
flex: 1;
}
}
.codequality-report {
.media {
padding: $gl-padding;
}
.media-body {
flex-direction: row;
}
.report-block-container {
height: auto !important;
}
}
......@@ -506,20 +506,6 @@ button.mini-pipeline-graph-dropdown-toggle {
}
}
.codequality-report {
.media {
padding: $gl-padding;
}
.media-body {
flex-direction: row;
}
.report-block-container {
height: auto !important;
}
}
.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