Tweaks to status colors

This commit is contained in:
2016-10-13 19:24:15 +02:00
parent f8b9e54aaa
commit 7b5b3d432e

View File

@@ -6,7 +6,7 @@ $color-background-nav: hsl(hue($color-background), 20%, 25%)
$color-background-nav-light: hsl(hue($color-background), 20%, 35%) $color-background-nav-light: hsl(hue($color-background), 20%, 35%)
$color-background-nav-dark: hsl(hue($color-background), 20%, 15%) $color-background-nav-dark: hsl(hue($color-background), 20%, 15%)
$color-background-active: #dafff5 // background colour for active items. $color-background-active: #def4ff // background colour for active items.
$font-body: 'Roboto' $font-body: 'Roboto'
$font-headings: 'Lato' $font-headings: 'Lato'
@@ -51,10 +51,10 @@ $color-status-todo: #ff8080
$color-status-todo-light: hsl(hue($color-status-todo), 100%, 85%) $color-status-todo-light: hsl(hue($color-status-todo), 100%, 85%)
$color-status-todo-dark: hsl(hue($color-status-todo), 100%, 65%) $color-status-todo-dark: hsl(hue($color-status-todo), 100%, 65%)
$color-status-on_hold: #cb9e15 $color-status-on_hold: #cb9e15
$color-status-on_hold-light: hsl(hue($color-status-on_hold), 70%, 70%) $color-status-on_hold-light: hsl(hue($color-status-on_hold), 50%, 70%)
$color-status-on_hold-dark: hsl(hue($color-status-on_hold), 50%, 50%) $color-status-on_hold-dark: hsl(hue($color-status-on_hold), 60%, 40%)
$color-status-in_progress: #ffbe00 $color-status-in_progress: #ffbe00
$color-status-in_progress-light: hsl(hue($color-status-in_progress), 100%, 60%) $color-status-in_progress-light: hsl(hue($color-status-in_progress), 100%, 55%)
$color-status-in_progress-dark: hsl(hue($color-status-in_progress), 100%, 45%) $color-status-in_progress-dark: hsl(hue($color-status-in_progress), 100%, 45%)
$color-status-review: #00ceff $color-status-review: #00ceff
$color-status-review-light: hsl(hue($color-status-review), 100%, 75%) $color-status-review-light: hsl(hue($color-status-review), 100%, 75%)
@@ -62,11 +62,11 @@ $color-status-review-dark: hsl(hue($color-status-review), 100%, 40%)
$color-status-approved: #00cc9f $color-status-approved: #00cc9f
$color-status-approved-light: hsl(hue($color-status-approved), 100%, 70%) $color-status-approved-light: hsl(hue($color-status-approved), 100%, 70%)
$color-status-approved-dark: hsl(hue($color-status-approved), 100%, 35%) $color-status-approved-dark: hsl(hue($color-status-approved), 100%, 35%)
$color-status-cbb: #9cc364 $color-status-cbb: #acbf92
$color-status-cbb-light: hsl(hue($color-status-cbb), 70%, 75%) $color-status-cbb-light: hsl(hue($color-status-cbb), 40%, 75%)
$color-status-cbb-dark: hsl(hue($color-status-cbb), 40%, 40%) $color-status-cbb-dark: hsl(hue($color-status-cbb), 15%, 50%)
$color-status-final: #78cc00 $color-status-final: #b0ea10
$color-status-final-light: hsl(hue($color-status-final), 80%, 60%) $color-status-final-light: hsl(hue($color-status-final), 100%, 70%)
$color-status-final-dark: hsl(hue($color-status-final), 100%, 30%) $color-status-final-dark: hsl(hue($color-status-final), 100%, 30%)
$color-status-active: #E6F3FD $color-status-active: #E6F3FD
@@ -79,10 +79,10 @@ $screen-phone: $screen-xs-min
$screen-sm: 768px !default $screen-sm: 768px !default
$screen-sm-min: $screen-sm $screen-sm-min: $screen-sm
$screen-tablet: $screen-sm-min $screen-tablet: $screen-sm-min
$screen-md: 1100px !default // 992px $screen-md: 1100px !default
$screen-md-min: $screen-md $screen-md-min: $screen-md
$screen-desktop: $screen-md-min $screen-desktop: $screen-md-min
$screen-lg: 1270px !default // 1200px $screen-lg: 1270px !default
$screen-lg-min: $screen-lg $screen-lg-min: $screen-lg
$screen-lg-desktop: $screen-lg-min $screen-lg-desktop: $screen-lg-min
$screen-xs-max: $screen-sm-min - 1 $screen-xs-max: $screen-sm-min - 1