2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-05-17 03:49:37 +03:00
Files
vue-ganttastic/lib/scss/_variables.scss
T
2023-10-11 15:24:41 +03:00

14 lines
424 B
SCSS

$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;