Add more spacers.
This commit is contained in:
@@ -20,6 +20,24 @@ $warning: $orange !default;
|
|||||||
// Options
|
// Options
|
||||||
$enable-shadows: true !default;
|
$enable-shadows: true !default;
|
||||||
|
|
||||||
|
// Spacing
|
||||||
|
$spacer: 1rem !default;
|
||||||
|
$spacers: (
|
||||||
|
0: 0,
|
||||||
|
1: $spacer * .25,
|
||||||
|
2: $spacer * .5,
|
||||||
|
3: $spacer,
|
||||||
|
4: $spacer * 1.5,
|
||||||
|
45: $spacer * 2,
|
||||||
|
5: $spacer * 3,
|
||||||
|
6: $spacer * 4,
|
||||||
|
7: $spacer * 5,
|
||||||
|
8: $spacer * 6,
|
||||||
|
9: $spacer * 7,
|
||||||
|
10: $spacer * 8,
|
||||||
|
11: $spacer * 9,
|
||||||
|
) !default;
|
||||||
|
|
||||||
// Links
|
// Links
|
||||||
$link-hover-decoration: none !default;
|
$link-hover-decoration: none !default;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user