This commit is contained in:
Marta Kowalska
2025-12-22 20:22:30 +00:00
parent d4429300aa
commit bb81e7a336
90 changed files with 3676 additions and 1828 deletions

View File

@@ -0,0 +1,30 @@
.wx-scale.wx-ZkvhDKir {
position: sticky;
top: 0;
background-color: var(--wx-background);
box-shadow: var(--wx-timescale-shadow);
z-index: 5;
}
.wx-row.wx-ZkvhDKir,
.wx-cell.wx-ZkvhDKir {
display: flex;
box-sizing: border-box;
}
.wx-row.wx-ZkvhDKir {
border-bottom: var(--wx-gantt-border);
}
.wx-cell.wx-ZkvhDKir {
justify-content: center;
align-items: center;
border-right: var(--wx-timescale-border);
font: var(--wx-timescale-font);
color: var(--wx-timescale-font-color);
}
.wx-cell.wx-weekend.wx-ZkvhDKir {
background: var(--wx-gantt-holiday-background);
color: var(--wx-gantt-holiday-color);
}