2
0
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:
2021-12-14 17:50:06 +03:00
parent 070454a32b
commit d2cfbbfe0c
34 changed files with 758 additions and 329 deletions
+13
View File
@@ -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;