Specify gitlab nav

This commit is contained in:
Annabel Dunstone Gray 2017-10-06 16:44:54 -07:00
parent 7312b8708f
commit 9b27f62d86
No known key found for this signature in database
GPG key ID: 7C8C78A372AD7A2D
2 changed files with 6 additions and 6 deletions

View file

@ -5,7 +5,7 @@
@mixin gitlab-theme($color-100, $color-200, $color-500, $color-700, $color-800, $color-900, $color-alternate) {
// Header
header {
.navbar-gitlab {
background-color: $color-900;
.navbar-collapse {
@ -200,9 +200,9 @@ body {
&.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);
header {
.navbar-gitlab {
background-color: $theme-gray-100;
box-shadow: 0 2px 0 0 $border-color;
box-shadow: 0 1px 0 0 $border-color;
.logo-text svg {
fill: $theme-gray-900;

View file

@ -2,7 +2,7 @@
margin-top: $header-height;
}
header {
.navbar-gitlab {
@include new-style-dropdown;
&.navbar-empty {
@ -508,7 +508,7 @@ header {
}
@media (max-width: $screen-xs-max) {
header .container-fluid {
.navbar-gitlab .container-fluid {
font-size: 18px;
.navbar-nav {
@ -567,6 +567,6 @@ header {
border: 1px solid $avatar-border;
}
.with-performance-bar header.navbar-gitlab {
.with-performance-bar .navbar-gitlab {
top: $performance-bar-height;
}