Sha256: 21e32022fbb7da081da0c59eee04129c99679f30c9d1a1720730738e642754af
Contents?: true
Size: 673 Bytes
Versions: 1
Compression:
Stored size: 673 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 !default; /* 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.4.9 | app/assets/stylesheets/chr/settings.scss |