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
08b73e4e
Commit
08b73e4e
authored
Jun 07, 2017
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve SCSS conflicts
parent
eaebe30b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
17 deletions
+6
-17
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+1
-4
app/assets/stylesheets/pages/environments.scss
app/assets/stylesheets/pages/environments.scss
+3
-3
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+2
-3
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+0
-7
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
08b73e4e
...
@@ -188,14 +188,11 @@ $divergence-graph-bar-bg: #ccc;
...
@@ -188,14 +188,11 @@ $divergence-graph-bar-bg: #ccc;
$divergence-graph-separator-bg
:
#ccc
;
$divergence-graph-separator-bg
:
#ccc
;
$general-hover-transition-duration
:
100ms
;
$general-hover-transition-duration
:
100ms
;
$general-hover-transition-curve
:
linear
;
$general-hover-transition-curve
:
linear
;
<<<<<<<
HEAD
$highlight-changes-color
:
rgb
(
235
,
255
,
232
);
$issue-box-upcoming-bg
:
#8f8f8f
;
$issue-box-upcoming-bg
:
#8f8f8f
;
$pages-group-name-color
:
#4c4e54
;
$pages-group-name-color
:
#4c4e54
;
$ldap-members-override-bg
:
$orange-50
;
$ldap-members-override-bg
:
$orange-50
;
=======
$
highlight-changes-color
:
rgb
(
235
,
255
,
232
);
>>>>>>>
ce
/
master
/*
/*
* Common component specific colors
* Common component specific colors
...
...
app/assets/stylesheets/pages/environments.scss
View file @
08b73e4e
...
@@ -123,7 +123,6 @@
...
@@ -123,7 +123,6 @@
}
}
}
}
<<<<<<<
HEAD
/**
/**
* Deploy boards
* Deploy boards
*/
*/
...
@@ -271,7 +270,9 @@
...
@@ -271,7 +270,9 @@
width
:
20px
;
width
:
20px
;
display
:
block
;
display
:
block
;
font-size
:
20px
;
font-size
:
20px
;
=======
}
}
.gl-responsive-table-row
{
.gl-responsive-table-row
{
.environments-actions
{
.environments-actions
{
@media
(
min-width
:
$screen-md-min
)
{
@media
(
min-width
:
$screen-md-min
)
{
...
@@ -317,7 +318,6 @@
...
@@ -317,7 +318,6 @@
@media
(
max-width
:
$screen-sm-max
)
{
@media
(
max-width
:
$screen-sm-max
)
{
border-top
:
1px
solid
$white-normal
;
border-top
:
1px
solid
$white-normal
;
margin-top
:
10px
;
margin-top
:
10px
;
>>>>>>>
ce
/
master
}
}
}
}
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
08b73e4e
...
@@ -998,7 +998,6 @@
...
@@ -998,7 +998,6 @@
}
}
}
}
<<<<<<<
HEAD
/**
/**
* Cross-project pipelines (applied conditionally to pipeline graph)
* Cross-project pipelines (applied conditionally to pipeline graph)
*/
*/
...
@@ -1110,7 +1109,7 @@
...
@@ -1110,7 +1109,7 @@
font-size
:
10px
;
font-size
:
10px
;
vertical-align
:
top
;
vertical-align
:
top
;
}
}
=======
.pipeline-header-container
{
.pipeline-header-container
{
min-height
:
55px
;
min-height
:
55px
;
...
@@ -1118,4 +1117,4 @@
...
@@ -1118,4 +1117,4 @@
padding-top
:
12px
;
padding-top
:
12px
;
}
}
}
}
>>>>>>>
ce
/
master
app/assets/stylesheets/pages/projects.scss
View file @
08b73e4e
...
@@ -697,16 +697,12 @@ pre.light-well {
...
@@ -697,16 +697,12 @@ pre.light-well {
}
}
}
}
<<<<<<<
HEAD
a
.allowed-to-merge
,
a
.allowed-to-merge
,
a
.allowed-to-push
{
a
.allowed-to-push
{
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.new-protected-branch
,
.new-protected-branch
,
=======
.new_protected_branch
,
>>>>>>>
ce
/
master
.new-protected-tag
{
.new-protected-tag
{
label
{
label
{
margin-top
:
6px
;
margin-top
:
6px
;
...
@@ -714,7 +710,6 @@ a.allowed-to-push {
...
@@ -714,7 +710,6 @@ a.allowed-to-push {
}
}
}
}
<<<<<<<
HEAD
.protected-branch-push-access-list
,
.protected-branch-push-access-list
,
.protected-branch-merge-access-list
{
.protected-branch-merge-access-list
{
a
{
a
{
...
@@ -722,8 +717,6 @@ a.allowed-to-push {
...
@@ -722,8 +717,6 @@ a.allowed-to-push {
}
}
}
}
=======
>>>>>>>
ce
/
master
.create-new-protected-branch-button
,
.create-new-protected-branch-button
,
.create-new-protected-tag-button
{
.create-new-protected-tag-button
{
@include
dropdown-link
;
@include
dropdown-link
;
...
...
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