Commit 0eac5c3e authored by Illya Klymov's avatar Illya Klymov

Merge branch '239861-move-pipeline-codequality-page-selector' into 'master'

Move pipeline codequality css to a page bundle

See merge request gitlab-org/gitlab!43951
parents a075f2be 69a58bae
...@@ -426,3 +426,17 @@ ...@@ -426,3 +426,17 @@
flex: 1; 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 { ...@@ -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 { .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