Sha256: 8aa5e68e6a138b3f8bbc790881469cc82bbd8990e22a3c15e63aabc1b24a336c

Contents?: true

Size: 353 Bytes

Versions: 4

Compression:

Stored size: 353 Bytes

Contents

// Update color maps

$custom-colors: (
  // Backwards compatibility
  "default": #bbbbbb
);

$theme-colors: map-merge($theme-colors, $custom-colors);


// Disable box shadows on form controls.
// This is done after importing the default Bootstrap variables as a null value would be overwritten.

$input-box-shadow: null;
$form-select-box-shadow: null;

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
trestle-0.10.1 frontend/css/variables/_maps.scss
trestle-0.10.0 frontend/css/variables/_maps.scss
trestle-0.10.0.pre2 frontend/css/variables/_maps.scss
trestle-0.10.0.pre frontend/css/variables/_maps.scss