Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
69a58bae
Commit
69a58bae
authored
Oct 01, 2020
by
Miguel Rincon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move pipeline codequality tab css to a page bundle
parent
e0e5ab3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
14 deletions
+14
-14
app/assets/stylesheets/page_bundles/pipeline.scss
app/assets/stylesheets/page_bundles/pipeline.scss
+14
-0
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+0
-14
No files found.
app/assets/stylesheets/page_bundles/pipeline.scss
View file @
69a58bae
...
...
@@ -426,3 +426,17 @@
flex
:
1
;
}
}
.codequality-report
{
.media
{
padding
:
$gl-padding
;
}
.media-body
{
flex-direction
:
row
;
}
.report-block-container
{
height
:
auto
!
important
;
}
}
app/assets/stylesheets/pages/pipelines.scss
View file @
69a58bae
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment