Commit 78048629 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '55256-bs-spacer' into 'master'

Add spacer and spacers as overrides

Closes #55256

See merge request gitlab-org/gitlab-ce!24459
parents 49e538d0 57d2bf04
......@@ -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