Commit 9b27f62d authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Specify gitlab nav

parent 7312b870
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
@mixin gitlab-theme($color-100, $color-200, $color-500, $color-700, $color-800, $color-900, $color-alternate) { @mixin gitlab-theme($color-100, $color-200, $color-500, $color-700, $color-800, $color-900, $color-alternate) {
// Header // Header
header { .navbar-gitlab {
background-color: $color-900; background-color: $color-900;
.navbar-collapse { .navbar-collapse {
...@@ -200,9 +200,9 @@ body { ...@@ -200,9 +200,9 @@ body {
&.ui_light { &.ui_light {
@include gitlab-theme($theme-gray-900, $theme-gray-700, $theme-gray-800, $theme-gray-700, $theme-gray-700, $theme-gray-100, $theme-gray-700); @include gitlab-theme($theme-gray-900, $theme-gray-700, $theme-gray-800, $theme-gray-700, $theme-gray-700, $theme-gray-100, $theme-gray-700);
header { .navbar-gitlab {
background-color: $theme-gray-100; background-color: $theme-gray-100;
box-shadow: 0 2px 0 0 $border-color; box-shadow: 0 1px 0 0 $border-color;
.logo-text svg { .logo-text svg {
fill: $theme-gray-900; fill: $theme-gray-900;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
margin-top: $header-height; margin-top: $header-height;
} }
header { .navbar-gitlab {
@include new-style-dropdown; @include new-style-dropdown;
&.navbar-empty { &.navbar-empty {
...@@ -508,7 +508,7 @@ header { ...@@ -508,7 +508,7 @@ header {
} }
@media (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
header .container-fluid { .navbar-gitlab .container-fluid {
font-size: 18px; font-size: 18px;
.navbar-nav { .navbar-nav {
...@@ -567,6 +567,6 @@ header { ...@@ -567,6 +567,6 @@ header {
border: 1px solid $avatar-border; border: 1px solid $avatar-border;
} }
.with-performance-bar header.navbar-gitlab { .with-performance-bar .navbar-gitlab {
top: $performance-bar-height; top: $performance-bar-height;
} }
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