Commit ea2025b0 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 4f4e3e26 78048629
......@@ -34,3 +34,12 @@ $h3-font-size: 14px * 1.75;
$h4-font-size: 14px * 1.5;
$h5-font-size: 14px * 1.25;
$h6-font-size: 14px;
$spacer: $grid-size;
$spacers: (
0: 0,
1: ($spacer * .5),
2: ($spacer),
3: ($spacer * 2),
4: ($spacer * 3),
5: ($spacer * 4)
);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment