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
0
Merge Requests
0
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
Léo-Paul Géneau
gitlab-ce
Commits
e633688f
Commit
e633688f
authored
Nov 16, 2016
by
Didem Acet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix SCSS linter errors.
parent
39754c6c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
8 deletions
+9
-8
app/assets/stylesheets/pages/issues.scss
app/assets/stylesheets/pages/issues.scss
+9
-8
No files found.
app/assets/stylesheets/pages/issues.scss
View file @
e633688f
...
@@ -56,25 +56,26 @@ ul.related-merge-requests > li {
...
@@ -56,25 +56,26 @@ ul.related-merge-requests > li {
.merge-request-status
{
.merge-request-status
{
font-size
:
13px
;
font-size
:
13px
;
padding
:
0
px
5px
;
padding
:
0
5px
;
color
:
#FFF
;
color
:
$white-light
;
height
:
20px
;
height
:
20px
;
border-radius
:
3px
;
border-radius
:
3px
;
line-height
:
18px
;
line-height
:
18px
;
border
:
1px
solid
;
&
.merged
{
&
.merged
{
border
:
1px
solid
#2A96CC
;
border
-color
:
darken
(
$blue-normal
,
10%
)
;
background
:
#2D9FD8
;
background
:
$blue-normal
;
}
}
&
.closed
{
&
.closed
{
border
:
1px
solid
#C5254D
;
border
-color
:
darken
(
$red-normal
,
10%
)
;
background
:
#D62954
;
background
:
$red-normal
;
}
}
&
.open
{
&
.open
{
border
:
1px
solid
#2EA65E
;
border
:
1px
solid
darken
(
$green-normal
,
10%
)
;
background
:
#31AF64
;
background
:
$green-normal
;
}
}
}
}
...
...
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