2016-09-21 14:02:05 +02:00
|
|
|
$color-background: #eaebec
|
|
|
|
$color-background-light: lighten($color-background, 5%)
|
|
|
|
$color-background-dark: darken($color-background, 5%)
|
|
|
|
$color-background-nav: hsl(hue($color-background), 20%, 25%)
|
|
|
|
|
|
|
|
$color-background-nav-light: hsl(hue($color-background), 20%, 35%)
|
|
|
|
$color-background-nav-dark: hsl(hue($color-background), 20%, 15%)
|
|
|
|
|
|
|
|
$font-body: 'Roboto'
|
|
|
|
$font-headings: 'Lato'
|
|
|
|
$font-size: 14px
|
|
|
|
|
|
|
|
$color-text: #4d4e53
|
|
|
|
|
|
|
|
$color-text-dark: $color-text
|
|
|
|
$color-text-dark-primary: #646469 // rgba($color-text, .87)
|
|
|
|
$color-text-dark-secondary: #9E9FA2 // rgba($color-text, .54)
|
|
|
|
$color-text-dark-hint: #BBBBBD // rgba($color-text, .38)
|
|
|
|
|
|
|
|
$color-text-light: white
|
|
|
|
$color-text-light-primary: rgba($color-text-light, .87)
|
|
|
|
$color-text-light-secondary: rgba($color-text-light, .54)
|
|
|
|
$color-text-light-hint: rgba($color-text-light, .38)
|
|
|
|
|
|
|
|
$color-primary: #68B3C8
|
|
|
|
$color-primary-light: hsl(hue($color-primary), 30%, 90%)
|
|
|
|
$color-primary-dark: hsl(hue($color-primary), 80%, 30%)
|
|
|
|
$color-primary-accent: hsl(hue($color-primary), 100%, 50%)
|
|
|
|
|
|
|
|
$color-secondary: #f42942
|
|
|
|
$color-secondary-light: hsl(hue($color-secondary), 30%, 90%)
|
|
|
|
$color-secondary-dark: hsl(hue($color-secondary), 80%, 40%)
|
|
|
|
$color-secondary-accent: hsl(hue($color-secondary), 100%, 50%)
|
|
|
|
|
|
|
|
$color-warning: #F3BB45 !default
|
|
|
|
$color-info: #68B3C8 !default
|
|
|
|
$color-success: #27AE60 !default
|
|
|
|
$color-danger: #EB5E28 !default
|
|
|
|
|
|
|
|
/* Borrowed from dillo.space :) */
|
|
|
|
$color_upvote: #ff8b60
|
|
|
|
$color_downvote: #74a4ff
|
|
|
|
|
|
|
|
/* Label Status */
|
|
|
|
$color-status-invalid: lightgray
|
2016-09-22 16:43:19 +02:00
|
|
|
$color-status-invalid-dark: hsl(hue($color-status-invalid), 100%, 75%)
|
2016-09-22 21:27:15 +02:00
|
|
|
$color-status-todo: #ff8080
|
2016-09-22 16:43:19 +02:00
|
|
|
$color-status-todo-dark: hsl(hue($color-status-todo), 100%, 75%)
|
2016-09-22 21:27:15 +02:00
|
|
|
$color-status-in_progress: #ffbe00
|
2016-09-22 16:43:19 +02:00
|
|
|
$color-status-in_progress-dark: hsl(hue($color-status-in_progress), 100%, 45%)
|
2016-09-22 21:27:15 +02:00
|
|
|
$color-status-on_hold: #cb9e15
|
|
|
|
$color-status-on_hold-dark: hsl(hue($color-status-on_hold), 50%, 50%)
|
|
|
|
$color-status-approved: #a3e04d
|
2016-09-22 16:43:19 +02:00
|
|
|
$color-status-approved-dark: hsl(hue($color-status-approved), 100%, 50%)
|
2016-09-22 21:27:15 +02:00
|
|
|
$color-status-cbb: #9cd5e2
|
|
|
|
$color-status-cbb-dark: hsl(hue($color-status-cbb), 40%, 60%)
|
2016-09-21 14:02:05 +02:00
|
|
|
$color-status-final: #e7f5d3
|
2016-09-22 16:43:19 +02:00
|
|
|
$color-status-final-dark: hsl(hue($color-status-final), 100%, 40%)
|
2016-09-21 14:02:05 +02:00
|
|
|
$color-status-review: #e4f5f9
|
2016-09-22 16:43:19 +02:00
|
|
|
$color-status-review-dark: hsl(hue($color-status-review), 100%, 50%)
|
2016-09-21 14:02:05 +02:00
|
|
|
|
|
|
|
$color-status-active: #E6F3FD
|
|
|
|
$color-status-updated: #e7f5d3
|
|
|
|
|
|
|
|
/* Mobile Stuff */
|
|
|
|
$screen-xs: 480px !default
|
|
|
|
$screen-xs-min: $screen-xs
|
|
|
|
$screen-phone: $screen-xs-min
|
|
|
|
$screen-sm: 768px !default
|
|
|
|
$screen-sm-min: $screen-sm
|
|
|
|
$screen-tablet: $screen-sm-min
|
|
|
|
$screen-md: 1100px !default // 992px
|
|
|
|
$screen-md-min: $screen-md
|
|
|
|
$screen-desktop: $screen-md-min
|
|
|
|
$screen-lg: 1270px !default // 1200px
|
|
|
|
$screen-lg-min: $screen-lg
|
|
|
|
$screen-lg-desktop: $screen-lg-min
|
|
|
|
$screen-xs-max: $screen-sm-min - 1
|
|
|
|
$screen-sm-max: $screen-md-min - 1
|
|
|
|
$screen-md-max: $screen-lg-min - 1
|
|
|
|
|
|
|
|
|
|
|
|
$sidebar-width: 50px
|
2016-09-22 12:31:39 +02:00
|
|
|
|
|
|
|
$shots-list-thumbnail-width: 100px
|