Files
react-gantt/demos/cases/GanttPreventActions.css
Marta Kowalska 80ca059fb8 v2.3.1
2025-10-22 08:13:59 +00:00

39 lines
746 B
CSS

.rows.wx-RPSbwjNq {
display: flex;
flex-direction: column;
position: relative;
width: 100%;
height: 100%;
}
.bar.wx-RPSbwjNq {
display: flex;
height: 60px;
align-items: end;
font-family: var(--wx-font-family);
font-size: var(--wx-font-size);
padding-top: 12px;
--wx-label-width: 130px;
}
.bar.wx-RPSbwjNq:first-child {
margin-left: 10px;
}
.gantt.wx-RPSbwjNq {
height: 100%;
position: relative;
border-top: var(--wx-gantt-border);
overflow: hidden;
}
.gantt.wx-RPSbwjNq.hide-progress > .wx-gantt .wx-bar .wx-progress-marker {
display: none;
}
.gantt.wx-RPSbwjNq.hide-links > .wx-gantt .wx-bar .wx-link {
display: none;
}
.gantt.wx-RPSbwjNq.hide-drag > .wx-gantt .wx-bar {
cursor: pointer !important;
}