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

8 lines
173 B
SCSS

$primary: #b5e3ff;
$secondary: #a1d6f7;
$ternary: #d6f7ff;
$hover-highlight: rgba(193, 202, 214, 0.5);
$text: #022c47;
$background: white;
$row-label-border-color: #cbf4fe;