Sha256: 9c1368b2142680523cc531d0b3336411ad61b61929212aa78e771ba1fbd3bf31

Contents?: true

Size: 1.57 KB

Versions: 3

Compression:

Stored size: 1.57 KB

Contents

$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,
  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%)
);

// map-get($color,system)

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

// map-get($book,small)

$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;

// map-get($query,max599)

$NavBorder: 1px solid darken(map-get($color,smoke),10%);

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
futuro-0.7.9 _sass/helpers/variables.scss
futuro-0.7.8 _sass/helpers/variables.scss
futuro-0.7.6 _sass/helpers/variables.scss