seitime-frappe/frappe/public/less/gantt.less
2017-05-29 10:59:49 +05:30

13 lines
No EOL
138 B
Text

@import "variables.less";
// gantt
.gantt {
.bar-milestone {
.bar {
fill: @red-light;
}
.bar-progress {
fill: @red;
}
}
}