Commit b9ba97f1 authored by Phil Hughes's avatar Phil Hughes

fix scss-lint job

[ci skip]
parent c5f25f65
...@@ -2,9 +2,11 @@ ...@@ -2,9 +2,11 @@
@import 'framework/tw_bootstrap_variables'; @import 'framework/tw_bootstrap_variables';
@import "bootstrap/variables"; @import "bootstrap/variables";
$new-navbar-bg: #2d2d2d;
header.navbar-gitlab-new { header.navbar-gitlab-new {
color: #f5f5f5; color: $gray-normal;
background-color: #2d2d2d; background-color: $new-navbar-bg;
.header-content { .header-content {
padding-left: 0; padding-left: 0;
...@@ -26,7 +28,7 @@ header.navbar-gitlab-new { ...@@ -26,7 +28,7 @@ header.navbar-gitlab-new {
.dropdown.open { .dropdown.open {
> a { > a {
border-bottom-color: #4180ec; border-bottom-color: $blue-400;
} }
} }
...@@ -37,7 +39,7 @@ header.navbar-gitlab-new { ...@@ -37,7 +39,7 @@ header.navbar-gitlab-new {
} }
.navbar-collapse { .navbar-collapse {
color: #d5d5d5; color: $gray-dark;
} }
.container-fluid { .container-fluid {
...@@ -66,10 +68,10 @@ header.navbar-gitlab-new { ...@@ -66,10 +68,10 @@ header.navbar-gitlab-new {
.nav > li > a:hover, .nav > li > a:hover,
.nav > li > a:focus { .nav > li > a:focus {
color: #f5f5f5; color: $gray-normal;
> svg { > svg {
fill: #f5f5f5; fill: $gray-normal;
} }
} }
} }
...@@ -78,11 +80,11 @@ header.navbar-gitlab-new { ...@@ -78,11 +80,11 @@ header.navbar-gitlab-new {
.navbar-sub-nav { .navbar-sub-nav {
display: flex; display: flex;
margin-bottom: 0; margin-bottom: 0;
color: #d5d5d5; color: $gray-dark;
> li { > li {
&.active > a { &.active > a {
border-bottom-color: #4180ec; border-bottom-color: $blue-400;
} }
> a { > a {
...@@ -99,7 +101,7 @@ header.navbar-gitlab-new { ...@@ -99,7 +101,7 @@ header.navbar-gitlab-new {
&:hover, &:hover,
&:focus { &:focus {
color: #f5f5f5; color: $gray-normal;
text-decoration: none; text-decoration: none;
} }
} }
...@@ -113,11 +115,11 @@ header.navbar-gitlab-new { ...@@ -113,11 +115,11 @@ header.navbar-gitlab-new {
.search { .search {
form, form,
.search-input { .search-input {
background-color: #525252; background-color: $gl-gray-light;
} }
.search-input, .search-input,
.search-input::placeholder { .search-input::placeholder {
color: #f5f5f5; color: $gray-normal;
} }
} }
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