mirror of
https://github.com/tenrok/vue-ganttastic.git
synced 2026-06-15 08:52:23 +03:00
10 lines
231 B
SCSS
10 lines
231 B
SCSS
$primary: #de1d5a;
|
|
$secondary: #b50b41;
|
|
$ternary: #ff7da6;
|
|
$hover-highlight: rgba(196, 141, 141, 0.5);
|
|
$text: #fff;
|
|
$background: #fff;
|
|
$row-label-border-color: #f2779e;
|
|
$tooltip-background: $primary;
|
|
$tooltip-color: #fff;
|