2
0
mirror of https://github.com/tenrok/vue-ganttastic.git synced 2026-06-18 01:20:33 +03:00
Files
vue-ganttastic/lib/scss/themes/slumber/_variables.scss
T

11 lines
261 B
SCSS

$primary: #2c2e36;
$secondary: #2f3447;
$ternary: #35394d;
$hover-highlight: rgba(179, 162, 127, 0.5);
$text: #ffe0b3;
$background: #38383b;
$highlighted: #7e7e7e;
$border-color: #444;
$marker-background: #666;
$row-label-border-color: $border-color;