Allow change scss variables (#66)

This commit is contained in:
Carlos Jesús Huchim Ahumada 2018-04-01 03:56:15 -05:00 committed by Faris Ansari
parent e8467917d7
commit 97591595ac

View File

@ -1,14 +1,14 @@
$bar-color: #b8c2cc; $bar-color: #b8c2cc !default;
$bar-stroke: #8D99A6; $bar-stroke: #8D99A6 !default;
$border-color: #e0e0e0; $border-color: #e0e0e0 !default;
$light-bg: #f5f5f5; $light-bg: #f5f5f5 !default;
$light-border-color: #ebeff2; $light-border-color: #ebeff2 !default;
$light-yellow: #fcf8e3; $light-yellow: #fcf8e3 !default;
$text-muted: #666; $text-muted: #666 !default;
$text-light: #555; $text-light: #555 !default;
$text-color: #333; $text-color: #333 !default;
$blue: #a3a3ff; $blue: #a3a3ff !default;
$handle-color: #ddd; $handle-color: #ddd !default;
.gantt { .gantt {
.grid-background { .grid-background {