Sha256: bc3cc5a75a4d7e6cd0ee134f7ca0dfd853477e3e65cbd1d01e42c4f1451fbb96

Contents?: true

Size: 1003 Bytes

Versions: 10

Compression:

Stored size: 1003 Bytes

Contents

// Typography
///////////////////////////////////////////////////////////////////////////////
$sans-serif: $helvetica;
$serif: $georgia;

$base-font-family: $sans-serif;
$header-font-family: $base-font-family;

// Sizes
///////////////////////////////////////////////////////////////////////////////
$base-font-size: 1em;
$base-line-height: $base-font-size * 1.5;
$base-border-radius: em(3);

// Colors
///////////////////////////////////////////////////////////////////////////////

$blue: #477DCA;
$dark-gray: #333;
$medium-gray: #999;
$light-gray: #DDD;
$light-red: #FBE3E4;
$light-yellow: #FFF6BF;
$light-green: #E6EFC2;

// Body Color
$base-body-color: white;

//  Font Colors
$base-font-color: $dark-gray;
$base-accent-color: $blue;

//  Text Link Colors
$base-link-color: $base-accent-color;
$hover-link-color: darken($base-accent-color, 15);

// Border color
$base-border-color: $light-gray;

// Flash Colors
$error-color: $light-red;
$notice-color: $light-yellow;
$success-color: $light-green;

Version data entries

10 entries across 10 versions & 4 rubygems

Version Path
growbot-web-0.0.6 lib/growbot/web/views/sass/bitters/_variables.scss
growbot-web-0.0.5 lib/growbot/web/views/sass/bitters/_variables.scss
growbot-web-0.0.4 lib/growbot/web/views/sass/bitters/_variables.scss
growbot-web-0.0.2 lib/growbot/web/views/sass/bitters/_variables.scss
growbot-web-0.0.1 lib/growbot/web/views/sass/bitters/_variables.scss
refills-0.0.2 source/stylesheets/bitters/_variables.scss
bitters-compass-0.9.3 stylesheets/bitters/_variables.scss
bitters-0.9.3 app/assets/stylesheets/_variables.scss
bitters-compass-0.9.2 stylesheets/bitters/_variables.scss
bitters-0.9.2 app/assets/stylesheets/_variables.scss