Sha256: a33cb856838d42884764a2153cec21be0c09782288df63a699e2157cba9b2653
Contents?: true
Size: 1.11 KB
Versions: 4
Compression:
Stored size: 1.11 KB
Contents
$generic : #fe5900; $theatre : #019fc6; $talks : #ff9000; $music : #dc3636; $classical : #bf8f3a; $cinema : #259d31; $tours : #718ab2; $hire : #412f79; $membership : #5d91e5; $art : #f90082; $smoke : darken(white,7%); $gray : darken(white,25%); $gun : darken(white,60%); $carbon : lighten(black,10%); $coal : lighten(black,5%); $min800h : 'only screen and (min-height: 800px)'; $min1000w : 'only screen and (min-width: 1000px)'; $min1200w : 'only screen and (min-width: 1200px)'; $min1112w : 'only screen and (min-width: 1112px)'; $min1224w : 'only screen and (min-width: 1224px)'; @mixin zero($b:0,$r:0,$l:0,$t:0) { bottom: $b; right: $r; left: $l; top: $t; } @mixin center() { &:before { display: inline-block; vertical-align: middle; margin-right: -0.25em; height: 100%; content: ''; } } @mixin ib() { vertical-align: middle; display: inline-block; max-width: 90%; } @mixin cf { &:before { content: " "; display: table; } &:after { content: " "; display: table; clear: both; } } :focus { outline: rgba(0,0,0,0); }
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
futuro-0.0.4 | _sass/_helpers.scss |
futuro-0.0.3 | _sass/_helpers.scss |
futuro-0.0.2 | _sass/_helpers.scss |
futuro-0.0.1 | _sass/_helpers.scss |