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
Boxiang Sun
gitlab-ce
Commits
9f09767b
Commit
9f09767b
authored
Jun 22, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed some design issues
updated some spacing & colors
parent
9e1951b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
14 deletions
+18
-14
app/assets/stylesheets/framework/variables.scss
app/assets/stylesheets/framework/variables.scss
+2
-2
app/assets/stylesheets/new_nav.scss
app/assets/stylesheets/new_nav.scss
+16
-12
No files found.
app/assets/stylesheets/framework/variables.scss
View file @
9f09767b
...
...
@@ -74,8 +74,8 @@ $red-700: #a62d19;
$red-800
:
#8b2615
;
$red-900
:
#711e11
;
$purple-700
:
#
2d0573
;
$purple-800
:
#
451c7f
;
$purple-700
:
#
4A2192
;
$purple-800
:
#
2c0a5c
;
$purple-900
:
#380d75
;
$black
:
#000
;
...
...
app/assets/stylesheets/new_nav.scss
View file @
9f09767b
...
...
@@ -55,8 +55,10 @@ header.navbar-gitlab-new {
.container-fluid
{
.navbar-toggle
{
padding
:
6px
$gl-padding
;
margin-right
:
-5px
;
color
:
currentColor
;
border-left
:
1px
solid
currentColor
;
border-left
:
1px
solid
$white-light
;
&
:hover
,
&
:focus
,
...
...
@@ -68,8 +70,10 @@ header.navbar-gitlab-new {
.navbar-toggle-left
{
right
:
0
;
margin-right
:
0
;
margin-left
:
-16px
;
border-left
:
0
;
border-right
:
1px
solid
currentColor
;
border-right
:
1px
solid
$white-light
;
}
.navbar-nav
{
...
...
@@ -81,15 +85,15 @@ header.navbar-gitlab-new {
.nav
>
li
>
a
{
opacity
:
.9
;
will-change
:
opacity
;
}
.nav
>
li
>
a
:hover
,
.nav
>
li
>
a
:focus
{
color
:
$white-light
;
opacity
:
1
;
&
:hover
,
&
:focus
{
color
:
$white-light
;
opacity
:
1
;
>
svg
{
fill
:
$white-light
;
>
svg
{
fill
:
$white-light
;
}
}
}
}
...
...
@@ -127,13 +131,13 @@ header.navbar-gitlab-new {
}
.dropdown-chevron
{
font-size
:
1
2
px
;
font-size
:
1
0
px
;
}
}
.search
{
form
{
border-color
:
$purple-
7
00
;
border-color
:
$purple-
8
00
;
&
:hover
{
border-color
:
rgba
(
$white-light
,
.5
);
...
...
@@ -146,7 +150,7 @@ header.navbar-gitlab-new {
form
,
.search-input
{
background-color
:
$purple-
8
00
;
background-color
:
$purple-
7
00
;
}
.search-input
{
...
...
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