mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-23 09:40:33 +03:00
feat: sass based themes (more customization)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
$primary: #eee !default;
|
||||
$secondary: #e0e0e0 !default;
|
||||
$ternary: #f5f5f5 !default;
|
||||
$hover-highlight: rgba(204, 216, 219, 0.5) !default;
|
||||
$text: #404040 !default;
|
||||
$background: #fff !default;
|
||||
$highlighted: #dcefff !default;
|
||||
$border-color: #eaeaea !default;
|
||||
$timeaxis-background: #fff !default;
|
||||
$marker-background: #000 !default;
|
||||
$row-label-border-color: $border-color !default;
|
||||
$tooltip-background: #000;
|
||||
$tooltip-color: #fff;
|
||||
Reference in New Issue
Block a user