1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 00:24:03 +02:00
This commit is contained in:
Mark Otto
2016-01-07 00:19:48 -08:00
parent ed612b2b41
commit ea9967c535

View File

@@ -57,28 +57,28 @@ $enable-grid-classes: true !default;
// Control the default styling of most Bootstrap elements by modifying these // Control the default styling of most Bootstrap elements by modifying these
// variables. Mostly focused on spacing. // variables. Mostly focused on spacing.
$spacer: 1rem !default; $spacer: 1rem !default;
$spacer-x: $spacer !default; $spacer-x: $spacer !default;
$spacer-y: $spacer !default; $spacer-y: $spacer !default;
$spacers: ( $spacers: (
0: ( 0: (
x: 0, x: 0,
y: 0 y: 0
), ),
1: ( 1: (
x: $spacer-x, x: $spacer-x,
y: $spacer-y y: $spacer-y
), ),
2: ( 2: (
x: ($spacer-x * 1.5), x: ($spacer-x * 1.5),
y: ($spacer-y * 1.5) y: ($spacer-y * 1.5)
), ),
3: ( 3: (
x: ($spacer-x * 3), x: ($spacer-x * 3),
y: ($spacer-y * 3) y: ($spacer-y * 3)
) )
) !default; ) !default;
$border-width: 1px !default; $border-width: 1px !default;
// Body // Body