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
277cada2
Commit
277cada2
authored
Jun 16, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve SCSS conflicts
parent
b6feafe4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
12 deletions
+2
-12
app/assets/stylesheets/framework/panels.scss
app/assets/stylesheets/framework/panels.scss
+2
-3
app/assets/stylesheets/pages/boards.scss
app/assets/stylesheets/pages/boards.scss
+0
-3
app/assets/stylesheets/pages/issues.scss
app/assets/stylesheets/pages/issues.scss
+0
-3
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+0
-3
No files found.
app/assets/stylesheets/framework/panels.scss
View file @
277cada2
...
...
@@ -26,19 +26,18 @@
margin-left
:
5px
;
}
<<<<<<<
HEAD
&
.split
{
display
:
flex
;
align-items
:
center
;
}
=======
.panel-empty-heading
{
border-bottom
:
0
;
}
.panel-body
{
padding
:
$gl-padding
;
>>>>>>>
ce
/
master
}
.left
{
flex
:
1
1
auto
;
...
...
app/assets/stylesheets/pages/boards.scss
View file @
277cada2
...
...
@@ -459,7 +459,6 @@
margin
:
5px
;
}
<<<<<<<
HEAD
.boards-title-holder
{
padding
:
25px
13px
$gl-padding
;
...
...
@@ -480,8 +479,6 @@
border-top
:
1px
solid
$border-color
;
}
=======
>>>>>>>
ce
/
master
.page-with-layout-nav.page-with-sub-nav
.issue-boards-sidebar
{
&
.right-sidebar
{
top
:
0
;
...
...
app/assets/stylesheets/pages/issues.scss
View file @
277cada2
@import
"./issues/issue_count_badge"
;
<<<<<<<
HEAD
@import
"./issues/related_issues"
;
=======
>>>>>>>
ce
/
master
.issues-list
{
.issue
{
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
277cada2
...
...
@@ -564,9 +564,7 @@
}
.build-content
{
<<<<<<<
HEAD
@include
build-content
();
=======
display
:
inline-block
;
padding
:
8px
10px
9px
;
width
:
100%
;
...
...
@@ -580,7 +578,6 @@
background-color
:
$stage-hover-bg
;
border
:
1px
solid
$stage-hover-border
;
color
:
$gl-text-color
;
>>>>>>>
ce
/
master
}
// Connect first build in each stage with right horizontal line
...
...
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