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
3be988bc
Commit
3be988bc
authored
Feb 26, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
36f260b9
b7a3c8f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/assets/stylesheets/framework/common.scss
app/assets/stylesheets/framework/common.scss
+4
-0
app/assets/stylesheets/framework/variables_overrides.scss
app/assets/stylesheets/framework/variables_overrides.scss
+2
-1
No files found.
app/assets/stylesheets/framework/common.scss
View file @
3be988bc
...
...
@@ -467,3 +467,7 @@ img.emoji {
background-color
:
$gray-600
;
}
}
.cursor-pointer
{
cursor
:
pointer
;
}
app/assets/stylesheets/framework/variables_overrides.scss
View file @
3be988bc
...
...
@@ -41,5 +41,6 @@ $spacers: (
2
:
(
$spacer
)
,
3
:
(
$spacer
*
2
)
,
4
:
(
$spacer
*
3
)
,
5
:
(
$spacer
*
4
)
5
:
(
$spacer
*
4
)
,
6
:
(
$spacer
*
8
)
);
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