mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-23 18:55:48 +00:00
spacing
This commit is contained in:
parent
ed612b2b41
commit
ea9967c535
1 changed files with 12 additions and 12 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue