Sha256: 1db0c42306d1aef161759deffe5142c554b9177706cb573cf8ba6faab84d62e4

Contents?: true

Size: 1.16 KB

Versions: 8

Compression:

Stored size: 1.16 KB

Contents

@import "neat-helpers";

// Root type sizing
// ----------------------------------------
$base-font-size:            1.0;
$line-height-ratio:         1.5;

// Spacing units and sizings
// ----------------------------------------
$_spacing-tight:            0.7rem;
$_spacing-medium:           1.4rem;
$_spacing-wide:             2.8rem;
$_spacing-superwide:        3.6rem;

// Grid & layout structure
// ----------------------------------------
$_grid-prefix:              unquote("");
$column:                    10rem;
$gutter:                    2rem;
$grid-columns:              6;
$max-width:                 140rem;
$visual-grid:               false;
$visual-grid-index:         front;
$visual-grid-color:         #C75D48;
$visual-grid-opacity:       0.05;

// Style
// ----------------------------------------
$font-family:               'Helvetica Neue', Helvetica, Arial, sans-serif;
$background-color:          #ffffff;
$color:                     #2B315C;

$red:                       #E2857E;
$orange:                    #EEC03D;
$yellow:                    #F0E53F;
$green:                     #C3DE32;
$blue:                      #9AC7FE;
$purple:                    #D4AAFE;

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
kayessess-0.2.0 app/assets/stylesheets/_constants.scss
kayessess-0.1.6 app/assets/stylesheets/_constants.scss
kayessess-0.1.5 app/assets/stylesheets/_constants.scss
kayessess-0.1.4 app/assets/stylesheets/_constants.scss
kayessess-0.1.3 app/assets/stylesheets/_constants.scss
kayessess-0.1.2 app/assets/stylesheets/_constants.scss
kayessess-0.1.1 app/assets/stylesheets/_constants.scss
kayessess-0.1.0 app/assets/stylesheets/_constants.scss