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/crimson/_variables.scss
T
2023-10-11 15:24:41 +03:00

8 lines
171 B
SCSS

$primary: #a82039;
$secondary: #c41238;
$ternary: #db4f56;
$hover-highlight: rgba(196, 141, 141, 0.5);
$text: white;
$background: white;
$row-label-border-color: #e6535a;