summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/common.scss
diff options
context:
space:
mode:
authorwinh <winnie@gitlab.com>2017-08-11 18:42:35 +0200
committerwinh <winnie@gitlab.com>2017-08-29 15:10:51 +0200
commit0c8736a8a741770672fbb91fab9203d323781b86 (patch)
tree490f93219292533f681f1e4730e5da65e34c7764 /app/assets/stylesheets/framework/common.scss
parent6f0f65becbbe968bd26a5a3872044d7b8633bf2e (diff)
downloadgitlab-ce-0c8736a8a741770672fbb91fab9203d323781b86.tar.gz
Change pipeline dropdowns to new stylewinh-pipeline-graph-dropdowns
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index e16fbbf43b5..68a51c5a461 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -16,6 +16,7 @@
.prepend-left-default { margin-left: $gl-padding; }
.prepend-left-20 { margin-left: 20px; }
.append-right-5 { margin-right: 5px; }
+.append-right-8 { margin-right: 8px; }
.append-right-10 { margin-right: 10px; }
.append-right-default { margin-right: $gl-padding; }
.append-right-20 { margin-right: 20px; }