Sha256: c85c0bce940463f5a90209c560311a25e06acbf41a1f7eacb8d5d777544c0d4d

Contents?: true

Size: 1.67 KB

Versions: 3

Compression:

Stored size: 1.67 KB

Contents

$site : (
  padding : 50px
);

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

$color : (
  system    : #6e46a0,
  brand     : #ff8200,
  supply    : #f00a0a,
  demo      : #005a9b,
  generic   : #fe5900,
  theatre   : #019fc6,
  talks     : #ff9000,
  music     : #dc3636,
  classical : #bf8f3a,
  cinema    : #259d31,
  tours     : #718ab2,
  hire      : #412f79,
  members   : #5d91e5,
  art       : #f90082,
  shop      : #23D5B0,
  addicts   : #e6433a,
  family    : #029ddf,
  receptive : #b25400,
  value     : #5fb641,
  next      : #ffa905,
  maybe     : #974597,
  paradise  : #e8396c,
  artforall : #f9ae00,
  park      : #009640,
  news      : #009fe3,
  dodgers   : #0092FF,
  navy      : #1f70ad,
  green     : #259d31,
  smoke     : darken(white,7%),
  gray      : darken(white,25%),
  gun       : darken(white,60%),
  slate     : lighten(black,20%),
  carbon    : lighten(black,10%),
  coal      : lighten(black,5%)
);

$book : (
  large : 110px,
  medium : 90px,
  small : 70px
);

$query : (
  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;
$line   : ($radius * 6);
$input  : 14px;

$NavBorder : 1px solid darken(map-get($color,smoke),10%);
$BigGap    : map-get($topbar,height) + map-get($site,padding);
$SmallGap  : 20px;

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
futuro-0.9.3 _sass/helpers/variables.scss
futuro-0.9.2 _sass/helpers/variables.scss
futuro-0.9.1 _sass/helpers/variables.scss