13 lines
No EOL
138 B
Text
13 lines
No EOL
138 B
Text
@import "variables.less";
|
|
|
|
// gantt
|
|
.gantt {
|
|
.bar-milestone {
|
|
.bar {
|
|
fill: @red-light;
|
|
}
|
|
.bar-progress {
|
|
fill: @red;
|
|
}
|
|
}
|
|
} |