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
53697439
Commit
53697439
authored
Jul 09, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make subnavigation a bit darker color
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
697e9889
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
9 deletions
+7
-9
app/assets/stylesheets/framework/nav.scss
app/assets/stylesheets/framework/nav.scss
+2
-2
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+5
-7
No files found.
app/assets/stylesheets/framework/nav.scss
View file @
53697439
...
...
@@ -77,10 +77,10 @@
&
.sub-nav
{
text-align
:
center
;
background-color
:
$background-color
;
background-color
:
$
dark-
background-color
;
.container-fluid
{
background-color
:
$background-color
;
background-color
:
$
dark-
background-color
;
margin-bottom
:
0
;
}
...
...
app/assets/stylesheets/framework/variables.scss
View file @
53697439
...
...
@@ -12,10 +12,11 @@ $sidebar-breakpoint: 1024px;
/*
* UI elements
*/
$border-color
:
#e5e5e5
;
$focus-border-color
:
#3aabf0
;
$table-border-color
:
#f0f0f0
;
$background-color
:
#fafafa
;
$border-color
:
#e5e5e5
;
$focus-border-color
:
#3aabf0
;
$table-border-color
:
#f0f0f0
;
$background-color
:
#fafafa
;
$dark-background-color
:
#f7f7f7
;
/*
* Text
...
...
@@ -153,9 +154,6 @@ $warning-message-bg: #fbf2d9;
$warning-message-color
:
#9e8e60
;
$warning-message-border
:
#f0e2bb
;
/* header */
$light-grey-header
:
#faf9f9
;
/* tanuki logo colors */
$tanuki-red
:
#e24329
;
$tanuki-orange
:
#fc6d26
;
...
...
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