Commit 9f09767b authored by Phil Hughes's avatar Phil Hughes

fixed some design issues

updated some spacing & colors
parent 9e1951b0
...@@ -74,8 +74,8 @@ $red-700: #a62d19; ...@@ -74,8 +74,8 @@ $red-700: #a62d19;
$red-800: #8b2615; $red-800: #8b2615;
$red-900: #711e11; $red-900: #711e11;
$purple-700: #2d0573; $purple-700: #4A2192;
$purple-800: #451c7f; $purple-800: #2c0a5c;
$purple-900: #380d75; $purple-900: #380d75;
$black: #000; $black: #000;
......
...@@ -55,8 +55,10 @@ header.navbar-gitlab-new { ...@@ -55,8 +55,10 @@ header.navbar-gitlab-new {
.container-fluid { .container-fluid {
.navbar-toggle { .navbar-toggle {
padding: 6px $gl-padding;
margin-right: -5px;
color: currentColor; color: currentColor;
border-left: 1px solid currentColor; border-left: 1px solid $white-light;
&:hover, &:hover,
&:focus, &:focus,
...@@ -68,8 +70,10 @@ header.navbar-gitlab-new { ...@@ -68,8 +70,10 @@ header.navbar-gitlab-new {
.navbar-toggle-left { .navbar-toggle-left {
right: 0; right: 0;
margin-right: 0;
margin-left: -16px;
border-left: 0; border-left: 0;
border-right: 1px solid currentColor; border-right: 1px solid $white-light;
} }
.navbar-nav { .navbar-nav {
...@@ -81,15 +85,15 @@ header.navbar-gitlab-new { ...@@ -81,15 +85,15 @@ header.navbar-gitlab-new {
.nav > li > a { .nav > li > a {
opacity: .9; opacity: .9;
will-change: opacity; will-change: opacity;
}
.nav > li > a:hover, &:hover,
.nav > li > a:focus { &:focus {
color: $white-light; color: $white-light;
opacity: 1; opacity: 1;
> svg { > svg {
fill: $white-light; fill: $white-light;
}
} }
} }
} }
...@@ -127,13 +131,13 @@ header.navbar-gitlab-new { ...@@ -127,13 +131,13 @@ header.navbar-gitlab-new {
} }
.dropdown-chevron { .dropdown-chevron {
font-size: 12px; font-size: 10px;
} }
} }
.search { .search {
form { form {
border-color: $purple-700; border-color: $purple-800;
&:hover { &:hover {
border-color: rgba($white-light, .5); border-color: rgba($white-light, .5);
...@@ -146,7 +150,7 @@ header.navbar-gitlab-new { ...@@ -146,7 +150,7 @@ header.navbar-gitlab-new {
form, form,
.search-input { .search-input {
background-color: $purple-800; background-color: $purple-700;
} }
.search-input { .search-input {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment