added new variables for spacing, set margins in _cards with new variables

This commit is contained in:
ijin08
2019-03-11 08:51:32 +01:00
parent 00ce556bd0
commit 7dc4853e91
5 changed files with 31 additions and 26 deletions

View File

@@ -20,6 +20,10 @@ $enable-hover-media-query: false !default;
// Control the default styling of most Bootstrap elements by modifying these
// variables. Mostly focused on spacing.
$space-xs: 4px !default;
$space-s: 8px !default;
$space-m: 16px !default;
$space-xl: 32px !default;
$spacer: 14px !default;
$spacer-x: $spacer !default;
$spacer-y: $spacer !default;