summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/common.scss
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-02-29 11:37:27 +0000
committerPhil Hughes <me@iamphill.com>2016-03-02 11:41:52 +0000
commit834eea08565397d58e043ea61f945171c70018e2 (patch)
treeb1914239b50eaf9dcbe65ee47f1eb6e6a4594c2d /app/assets/stylesheets/framework/common.scss
parent386d442a18ec758330942ff5feefd02cb403e817 (diff)
downloadgitlab-ce-834eea08565397d58e043ea61f945171c70018e2.tar.gz
Profile settings
Closes #13853
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 9e8506b2a81..1f58be4bdf2 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -6,10 +6,13 @@
.cdark { color: #444 }
/** COMMON CLASSES **/
+.prepend-top-0 { margin-top: 0; }
+.prepend-top-5 { margin-top: 5px; }
.prepend-top-10 { margin-top:10px }
.prepend-top-default { margin-top: $gl-padding !important; }
.prepend-top-20 { margin-top:20px }
.prepend-left-10 { margin-left:10px }
+.prepend-left-default { margin-left:$gl-padding }
.prepend-left-20 { margin-left:20px }
.append-right-10 { margin-right:10px }
.append-right-20 { margin-right:20px }