@import "framework/variables"; @import 'framework/tw_bootstrap_variables'; @import "bootstrap/variables"; $new-navbar-bg: #380D75; header.navbar-gitlab-new { color: $gray-normal; background-color: $new-navbar-bg; .header-content { padding-left: 0; .title-container { padding-top: 0; overflow: visible; } .title { padding-top: 14px; padding-right: 9px; color: currentColor; @media (min-width: $screen-sm-min) { padding-right: 15px; } a { &:hover, &:focus { color: currentColor; text-decoration: none; } } } .dropdown.open { > a { border-bottom-color: $white-light; } } .dropdown-menu { margin-top: 4px; min-width: 130px; @media (max-width: $screen-xs-max) { left: auto; right: 0; } } } .navbar-collapse { color: $white-light; } .container-fluid { .navbar-toggle { border-left: 1px solid currentColor; &:hover, &:focus, &.active { color: currentColor; background-color: transparent; } } .navbar-toggle-left { right: 0; border-left: 0; border-right: 1px solid currentColor; } .navbar-nav { @media (max-width: $screen-xs-max) { padding-right: 10px; } } .nav > li > a { opacity: .9; will-change: opacity; } .nav > li > a:hover, .nav > li > a:focus { color: $white-light; opacity: 1; > svg { fill: $white-light; } } } } .navbar-sub-nav { display: flex; margin-bottom: 0; color: $white-light; > li { &.active > a, a:hover, a:focus { border-bottom-color: $white-light; text-decoration: none; outline: 0; opacity: 1; } > a { display: block; padding: 16px 9px 13px; font-size: 13px; color: currentColor; border-bottom: 3px solid transparent; opacity: .9; will-change: opacity; @media (min-width: $screen-sm-min) { padding: 15px 15px 12px; font-size: 14px; } } } .dropdown-chevron { font-size: 12px; } } .search { form { border-color: #2D0573; &:hover { border-color: rgba($white-light, .5); } } &.search-active form { border-color: $white-light; } form, .search-input { background-color: #451C7F; } .search-input { color: $white-light; } .search-input::placeholder { color: $white-light; } .location-badge { color: $white-light; background-color: $new-navbar-bg; } &.search-active { .search-input-wrap { i { color: $white-light; } } } }