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
Tatuya Kamada
gitlab-ce
Commits
ec9e0c11
Commit
ec9e0c11
authored
Mar 30, 2016
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SCSS variables
parent
0c3cef02
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
4 deletions
+11
-4
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+7
-0
app/assets/stylesheets/pages/notes.scss
app/assets/stylesheets/pages/notes.scss
+4
-4
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
ec9e0c11
...
...
@@ -207,3 +207,10 @@ $location-badge-bg: $gray-normal;
$location-icon-color
:
#e7e9ed
;
$location-active-color
:
$gl-text-color
;
$location-active-bg
:
$search-input-border-color
;
/*
* Notes
*/
$notes-light-color
:
#8e8e8e
;
$notes-action-color
:
#8f8f8f
;
$notes-role-border-color
:
#e4e4e4
;
app/assets/stylesheets/pages/notes.scss
View file @
ec9e0c11
...
...
@@ -176,7 +176,7 @@ ul.notes {
.note-headline-light
,
.discussion-headline-light
{
color
:
#8e8e8e
;
color
:
$notes-light-color
;
}
/**
...
...
@@ -187,7 +187,7 @@ ul.notes {
.note-actions
{
float
:
right
;
margin-left
:
10px
;
color
:
#8F8F8F
;
color
:
$notes-action-color
;
}
.note-action-button
,
...
...
@@ -219,10 +219,10 @@ ul.notes {
display
:
inline-block
;
padding-left
:
4px
;
padding-right
:
4px
;
color
:
#8F8F8F
;
color
:
$notes-action-color
;
font-size
:
12px
;
line-height
:
20px
;
border
:
1px
solid
#E4E4E4
;
border
:
1px
solid
$notes-role-border-color
;
border-radius
:
$border-radius-base
;
}
...
...
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