summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-06-21 14:49:59 +0100
committerPhil Hughes <me@iamphill.com>2017-06-21 14:49:59 +0100
commit9e1951b0678d79c00532dc0de84ac53bd832d5c4 (patch)
treea3a4d390bea31827d8c075fbeff451744da63486
parent79a842c53d77e9b5b95c538372ac263c28864659 (diff)
downloadgitlab-ce-9e1951b0678d79c00532dc0de84ac53bd832d5c4.tar.gz
padding updates
fixed mobile nav colors
-rw-r--r--app/assets/stylesheets/new_nav.scss5
1 files 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;
}
}