mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-22 09:36:55 +03:00
fix: $spacer value
This commit is contained in:
parent
96ab8408f4
commit
476f585920
|
@ -3,7 +3,7 @@
|
|||
// Control the default styling of most Bootstrap elements by modifying these
|
||||
// variables. Mostly focused on spacing.
|
||||
|
||||
$spacer: .5rem !default; // 1rem !default; // $form-group-margin-bottom uses $spacer-y. Decided to try this globally and see how it works out.
|
||||
$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: (
|
||||
|
|
Loading…
Reference in New Issue
Block a user