Sha256: 1973bfffadf86c73bf9259df660877499cf017c582b209a4d29d60eb0a1aed39
Contents?: true
Size: 1.41 KB
Versions: 17
Compression:
Stored size: 1.41 KB
Contents
$base-value: 14; $baseColor: #000; $primaryFontFamily: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; //**** Neat Grid **** $max-width: em(960, $base-value); // Max width of outer container //**** Breakpoints **** $desktop: min-width 850px; $tablet: min-width 750px; $tablet-only: min-width 750px max-width 849px; $mobile-only: max-width 749px; //**** 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); $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 $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; $breakpoint-alpha: 980px; // adjust to your needs - used for the landing page table
Version data entries
17 entries across 17 versions & 1 rubygems