Skip to content

Instantly share code, notes, and snippets.

@ShanikaNishadhi
Created October 9, 2019 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShanikaNishadhi/755c16dd737396a6af3f3c0a0ce6d29d to your computer and use it in GitHub Desktop.
Save ShanikaNishadhi/755c16dd737396a6af3f3c0a0ce6d29d to your computer and use it in GitHub Desktop.
smart-gantt-chart {
height: auto;
}
smart-gantt-chart .product-team {
--smart-gantt-chart-task-color: rgb(94, 99, 181);
--smart-gantt-chart-task-label-color: white;
--smart-gantt-chart-task-label-color-selected: white;
}
smart-gantt-chart .marketing-team {
--smart-gantt-chart-task-color: rgb(43, 195, 190);
}
smart-gantt-chart .dev-team {
--smart-gantt-chart-task-color: rgb(242, 115, 112);
--smart-gantt-chart-task-label-color: white;
--smart-gantt-chart-task-label-color-selected: white;
}
smart-gantt-chart .design-team {
--smart-gantt-chart-task-color: rgb(255, 197, 53);
}
smart-gantt-chart .qa-team {
--smart-gantt-chart-task-color: rgb(99, 181, 144);
}
smart-gantt-chart .release-team {
--smart-gantt-chart-task-color: rgb(188, 150, 223);
--smart-gantt-chart-task-label-color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment