Sha256: 3efb78982b59eb1511725edff7eae3d23d5606e7d218824172657453ae7fabe7

Contents?: true

Size: 1.3 KB

Versions: 62

Compression:

Stored size: 1.3 KB

Contents

/*------------------------------------*\
    #COLORS
\*------------------------------------*/

/**
 * Color Variables
 *
 * These variables should always be aliased as Functional Variables, either at
 * the bottom of this file, or at the top of the Component SCSS that they
 * belong to. This method helps aid the quick reskinning of Components.
 */

$blue:                              #3366cc !default;
$yellow:                            #fdcc5d !default;
$red:                               #b50010 !default;
$green:                             #19c06a !default;

$white:                             #ffffff !default;
$gray:                              #666666 !default;
$light-gray:                        #dddddd !default;
$black:                             #000000 !default;

$black-alpha-15:                    rgba($black, 0.15) !default;
$black-alpha-50:                    rgba($black, 0.50) !default;

$white-alpha-50:                    rgba($white, 0.50) !default;

$transparent:                       transparent !default;





/**
 * Global Functional Color Variables
 */

$font-color:        $black !default;
$background-color:  $white !default;
$highlight-color:   $yellow !default;
$link-color:        $blue !default;

$overlay-shadow-color:  $black-alpha-15 !default;

$focus-ring-color:  $blue !default;

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.5.27 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.5.26 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.4.45 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.5.25 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.5.23 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.4.44 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.5.22 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.4.43 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.5.21 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.4.42 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.5.20 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.4.41 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.5.19 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.4.40 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.5.18 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.4.39 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.5.17 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.4.38 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.5.16 app/assets/stylesheets/workarea/storefront/settings/_colors.scss
workarea-storefront-3.4.37 app/assets/stylesheets/workarea/storefront/settings/_colors.scss