From 9e1951b0678d79c00532dc0de84ac53bd832d5c4 Mon Sep 17 00:00:00 2001 From: Phil Hughes Date: Wed, 21 Jun 2017 14:49:59 +0100 Subject: padding updates fixed mobile nav colors --- app/assets/stylesheets/new_nav.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/new_nav.scss b/app/assets/stylesheets/new_nav.scss index d24fd3b160d..14ff4f75e07 100644 --- a/app/assets/stylesheets/new_nav.scss +++ b/app/assets/stylesheets/new_nav.scss @@ -20,7 +20,7 @@ header.navbar-gitlab-new { color: currentColor; @media (min-width: $screen-sm-min) { - padding-right: 15px; + padding-right: $gl-padding; } a { @@ -55,6 +55,7 @@ header.navbar-gitlab-new { .container-fluid { .navbar-toggle { + color: currentColor; border-left: 1px solid currentColor; &:hover, @@ -119,7 +120,7 @@ header.navbar-gitlab-new { will-change: opacity; @media (min-width: $screen-sm-min) { - padding: 15px 15px 12px; + padding: 15px $gl-padding 12px; font-size: 14px; } } -- cgit v1.2.1