Sha256: 9b22c295963a00099f45e70fe242e49b5ad5e51d418fdcd0dfd374d326453580

Contents?: true

Size: 492 Bytes

Versions: 5

Compression:

Stored size: 492 Bytes

Contents

// Spacing
//
// Control the default styling of most Bootstrap elements by modifying these
// variables. Mostly focused on spacing.
// You can add more entries to the $spacers map, should you need more variation.

$spacer: 1rem !default;
$spacers: (
  0: 0,
  1: ($spacer * .25),
  2: ($spacer * .5),
  3: $spacer,
  4: ($spacer * 1.5),
  5: ($spacer * 3)
) !default;

// This variable affects the `.h-*` and `.w-*` classes.
$sizes: (
  25: 25%,
  50: 50%,
  75: 75%,
  100: 100%
) !default;

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
card-1.93.7 mod/bootstrap/db/migrate_cards/data/custom_theme/spacing.scss
card-1.93.6 mod/bootstrap/db/migrate_cards/data/custom_theme/spacing.scss
card-1.93.5 mod/bootstrap/db/migrate_cards/data/custom_theme/spacing.scss
card-1.93.4 mod/bootstrap/db/migrate_cards/data/custom_theme/spacing.scss
card-1.93.3 mod/bootstrap/db/migrate_cards/data/custom_theme/spacing.scss