21 lines
No EOL
253 B
Text
21 lines
No EOL
253 B
Text
@import "variables.less";
|
|
|
|
// gantt
|
|
.gantt {
|
|
.bar-milestone {
|
|
.bar {
|
|
fill: @red-light;
|
|
}
|
|
.bar-progress {
|
|
fill: @red;
|
|
}
|
|
}
|
|
}
|
|
|
|
.frappe-list .gantt-container .popup-wrapper .pointer {
|
|
height: 14px;
|
|
}
|
|
|
|
.frappe-rtl .gantt {
|
|
direction: ltr;
|
|
} |