2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-15 08:52:23 +03:00
Files
vue-ganttastic/lib/scss/themes/fuchsia/_variables.scss
T

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;