Sha256: 231a29a8fc137b0d88b671425b062d91f8cdbe4583f90e554479453faa62a3c2

Contents?: true

Size: 1.35 KB

Versions: 4

Compression:

Stored size: 1.35 KB

Contents

// 50 Shades of Grey

$dark-grey:       #313131;
$grey:            #6e6e6e;
$light-grey:      lighten($grey, 30%);
$lighter-grey:    #f0f3f5;

$aqua:          #18788d;
$navy:          #043751;
$dark-navy:     darken($navy, 10%);

// Brand Colors

$straya-green:  #008752;
$straya-yellow: #FFC423;

// Status Colors

$green:           #007554;
$light-green:     #e6efc2;

$red:             #cc0000;
$light-red:       #f9dede;

$yellow:          #f9c642;
$light-yellow:    #fdf7dc;

$blue:            #00bfe9;
$light-blue:      #e8f5fa;


// Seperation of Pretty colors from contextual colors

$action-color:              $straya-green;
$action-color--hover:       darken($action-color, 5%);
$action-color--active:      darken($action-color, 10%);
$action-color--disabled:    $light-grey;

$focus-color:               lighten($aqua, 30%);
$error-color:               $red;
$success-color:             $green;
$warning-color:             $yellow;
$info-color:                $blue;

$body-text-color:           $dark-grey;

$button-bg-color:             $action-color;
$button-bg-color--hover:      $action-color--hover;
$button-bg-color--active:     $action-color--active;
$button-bg-color--disabled:   $action-color--disabled;

$button-text-color:           white;

$input-focus-color:         $focus-color;

$border-color:              $light-grey;
$background-color:          white;

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dta_rapid-0.2.14 _sass/_colors.scss
dta_rapid-0.2.13 _sass/_colors.scss
dta_rapid-0.2.12 _sass/_colors.scss
dta_rapid-0.2.11 _sass/_colors.scss