Sha256: 271528be8919814c4ea9988092f333b6b90264eb5b24917092ee7b389a61d07a

Contents?: true

Size: 1.32 KB

Versions: 5

Compression:

Stored size: 1.32 KB

Contents

$base-value: 14;
$baseColor: #000;
$primaryFontFamily: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;

//**** Colors ****
$black:                 #111111;
$blue:                  #0e3651;
$gray:                  #999999;
$green:                 #46a546;
$red:                   #9d261d;
$yellow:                #fe9800;
$orange:                #da6b11;
$pink:                  #c3325f;
$purple:                #7a43b6;
$white:                 #ffffff;

//constant colors

$medium_grey: #3A3C41;
$medium_blue: #0F4F88;
$medium_red: #FF3030;

$light_blue: #4f91cd; 
$light_grey_op: rgba(240,240,240,0.6);
$light_grey_op2: rgba(241, 241, 241, 0.91);

$sky_blue: #A8C7E3;

//constant values - colors
    
$container_color_1: $medium_blue;  //used for header and footer
$container_color_2: $light_grey_op; //used for content
$container_color_3: $light_grey_op2; // used for container

$font_field_color: $medium_grey;
$font_input_color: $light_blue;
$font_error_color: $medium_red;
$font_link_color_1: $medium_blue;
$font_link_color_2: $sky_blue;

$actionColor: $medium_blue;

// constant values - sizes

$default_border_radius: 5px;
$default_font_size: 1em;
$default_font_color: #000;
$default_font_weight: normal;

//modals

$modal_color : #ddd;
$modal_section_color : #f7f7f7;
$modal_section_font_size : 20px;
$modal_title_font_size : 32px; 

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
waterfall_bourbon_neat_rails-2.0.2.1 app/assets/stylesheets/custom/_variables.scss
waterfall_bourbon_neat_rails-2.0.2 app/assets/stylesheets/custom/_variables.scss
waterfall_bourbon_neat_rails-2.0.1.9.1 app/assets/stylesheets/custom/_variables.scss
waterfall_bourbon_neat_rails-2.0.1.9 app/assets/stylesheets/custom/_variables.scss
waterfall_bourbon_neat_rails-2.0.1.8 app/assets/stylesheets/custom/_variables.scss