Merge branch 'update-spacers' into 'master'

Update spacers to increment 1 unit at a time

See merge request gitlab-org/gitlab-ce!26033
This commit is contained in:
Phil Hughes 2019-03-13 07:51:04 +00:00
commit fac9b24fa3
1 changed files with 4 additions and 1 deletions

View File

@ -42,6 +42,9 @@ $spacers: (
3: ($spacer * 2),
4: ($spacer * 3),
5: ($spacer * 4),
6: ($spacer * 8)
6: ($spacer * 5),
7: ($spacer * 6),
8: ($spacer * 7),
9: ($spacer * 8)
);
$pagination-color: $gl-text-color;