Sha256: c1ba86541b35337a2350238289c7577c8ae4f8783a91682f4f6337dac1f1bef3
Contents?: true
Size: 664 Bytes
Versions: 1
Compression:
Stored size: 664 Bytes
Contents
/* Settings ---------------------------------------------------------------- */ $positiveColor: rgb( 74,135,238) !default; $stableColor: rgb(178,178,178) !default; $lightColor: rgb(210,210,210) !default; $assertiveColor: rgb(239, 78, 58) !default; $neutralColor: rgb(246,246,246) !default; $contrastColor: rgb(230,230,230) !default; $white: rgb(255,255,255) !default; $black: #333 !default; $fontFamily: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; /* Layouts ----------------------------------------------------------------- */ $tablet: "screen and (min-width:768px)"; $desktop: "screen and (min-width:1024px)";
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chr-0.3.5 | app/assets/stylesheets/chr/_settings.scss |