Sha256: fd5d150e83610821af969562b88fd121fd6fcc855494449330e754b5e120e8b2

Contents?: true

Size: 1.16 KB

Versions: 1

Compression:

Stored size: 1.16 KB

Contents

$site : (
  padding : 50px
);

$topbar : (
  height  : 60px,
  padding : 15px
);

$book : (

  large : (
    title  : 5.6rem,
    width  : 110px
  ),

  medium : (
    title  : 5.6rem,
    width  : 90px
  ),

  small : (
    title  : 5.6rem,
    width  : 75px
  )

);

$query : (
  min440  : 'only screen and (min-width: 440px)',
  max599  : 'only screen and (max-width: 599px)',
  min600  : 'only screen and (min-width: 600px)',
  max639  : 'only screen and (max-width: 639px)',
  min640  : 'only screen and (min-width: 640px)',
  min700  : 'only screen and (min-width: 700px)',
  max767  : 'only screen and (max-width: 767px)',
  min768  : 'only screen and (min-width: 768px)',
  max839  : 'only screen and (max-width: 839px)',
  min840  : 'only screen and (min-width: 840px)',
  min1024 : 'only screen and (min-width: 1024px)'
);

$radius : 4px;
$NavBorder : 1px solid setcolor(gray);
$BigGap    : map-get($topbar,height) + map-get($site,padding);
$SmallGap  : 20px;


// https://stackoverflow.com/questions/27740063/merge-multiple-sass-maps
// function for more concise usage of map-get()

@function getbook($size, $value) {

  @return map-get(map-get($book, $size), $value);

}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
futuro-1.1.0 _sass/helpers/variables.scss