Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-08 14:54:13 +0300
committerDouwe Maan <douwe@gitlab.com>2015-12-08 15:06:53 +0300
commitbadeb82f63e416eb7a7c3bf7def7fc3d5ba10222 (patch)
tree4cd26b5f67fd4a8d0897ad946b279a2979788ca9 /app/assets/stylesheets/framework/callout.scss
parent507fdb4b2bf67419613abff150de5b4283faaeff (diff)
Use consistent padding for .gitlab-ci.yml info callouts
Diffstat (limited to 'app/assets/stylesheets/framework/callout.scss')
-rw-r--r--app/assets/stylesheets/framework/callout.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/callout.scss b/app/assets/stylesheets/framework/callout.scss
index f3ce4e3c219..20a9bfb9816 100644
--- a/app/assets/stylesheets/framework/callout.scss
+++ b/app/assets/stylesheets/framework/callout.scss
@@ -7,8 +7,8 @@
/* Common styles for all types */
.bs-callout {
- margin: 20px 0;
- padding: 20px;
+ margin: $gl-padding 0;
+ padding: $gl-padding;
border-left: 3px solid $border-color;
color: $text-color;
background: $background-color;
@@ -42,4 +42,3 @@
border-color: #5cA64d;
color: #3c763d;
}
-