项目文件夹

文件
Stefan Moldovan ca24e0184d ## [2.1.0] 2018-06-13
### Bug fixing
- Card-chart fixed on Windows
- Bug fixes for responsive devices
- Small changes for components
2018-06-13 12:52:26 +03:00

27 行
635 B
SCSS

// Spacing
//
// Control the default styling of most Bootstrap elements by modifying these
// variables. Mostly focused on spacing.
$spacer: 1rem !default; // $form-group-margin-bottom uses $spacer-y. Decided to try this globally and see how it works out.
//$spacer-x: $spacer !default;
//$spacer-y: $spacer !default;
//$spacers: (
// 0: (
// x: 0,
// y: 0
// ),
// 1: (
// x: $spacer-x,
// y: $spacer-y
// ),
// 2: (
// x: ($spacer-x * 1.5),
// y: ($spacer-y * 1.5)
// ),
// 3: (
// x: ($spacer-x * 3),
// y: ($spacer-y * 3)
// )
//) !default;