summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-16 15:52:08 -0700
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-10-16 15:52:08 -0700
commiteed9b1718e1e786c2341bb7fe604dc5d6cfeee81 (patch)
tree9e9cef649a2ff192f1c0eccc76a55cdf724de4ce
parent30083458b9e2a1e9e54ea09aea8c037e76732af4 (diff)
downloadgitlab-ce-38156-breadcrumbs-margin.tar.gz
Use variable for mobile breadcrumbs padding38156-breadcrumbs-margin
-rw-r--r--app/assets/stylesheets/framework/new-sidebar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/new-sidebar.scss b/app/assets/stylesheets/framework/new-sidebar.scss
index 78972717932..17fa31c450d 100644
--- a/app/assets/stylesheets/framework/new-sidebar.scss
+++ b/app/assets/stylesheets/framework/new-sidebar.scss
@@ -466,7 +466,7 @@ $new-sidebar-collapsed-width: 50px;
@media (max-width: $screen-xs-max) {
+ .breadcrumbs-links {
- padding-left: 17px;
+ padding-left: $gl-padding;
border-left: 1px solid $gl-text-color-quaternary;
}
}