Sha256: fd726242dcf11dfba55bebe09637275744439fc528f79626343b4116428f2c03

Contents?: true

Size: 1.17 KB

Versions: 8

Compression:

Stored size: 1.17 KB

Contents

/******************************************************************************/
// config/_colors.scss
//
// DESCRIPTION: Establishes the brand colors. Only colors relative to the brand
// definition live here.
//

$black: #41414e !default;
$white: #e6e7ec !default;

$grey: #e7e8ea !default;
$dark-grey: #48505f !default;

$off-white: #f7f7f7 !default;

$green: #7fc35f !default;
$light-green: #cfe7cd !default;

$yellow: #f08a24 !default;

$red: #ed5770 !default;

$primary-color: #f35656 !default;
$secondary-color: $grey !default;
$alert-color: $red !default;
$success-color: $green !default;
$warning-color: $yellow !default;
$info-color: #a0d3e8 !default;


// color implementation
$body-background-color: $white !default;
$light-text-color: rgba($white, .35) !default;

// navigation
$nav-border-color: $primary-color !default;
$nav-menu-icon-color: $primary-color !default;
$nav-link-color: $light-text-color !default;
$nav-link-hover-color: $grey !default;
$nav-link-hr-color: $light-text-color !default;

// @mixin color-block
$colors-border: rgba($dark-grey, .25) !default;
$colors-h5-background-color: $grey !default;

// @mixin hover-border
$hover-border-background-color: $red !default;

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
woo-0.2.0 app/assets/stylesheets/woo/config/_colors.scss
woo-0.1.12 app/assets/stylesheets/woo/config/_colors.scss
woo-0.1.11 app/assets/stylesheets/woo/config/_colors.scss
woo-0.1.10 app/assets/stylesheets/woo/config/_colors.scss
woo-0.1.9 app/assets/stylesheets/woo/config/_colors.scss
woo-0.1.8 app/assets/stylesheets/woo/config/_colors.scss
woo-0.1.7 app/assets/stylesheets/woo/config/_colors.scss
woo-0.1.6 app/assets/stylesheets/woo/config/_colors.scss