This commit is contained in:
Marta Kowalska
2025-10-22 08:13:59 +00:00
commit 80ca059fb8
162 changed files with 16816 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
.rows.wx-DZzpn0qn {
position: relative;
display: flex;
flex-direction: column;
background: var(--wx-background);
width: 100%;
height: 100%;
overflow: hidden;
}
.bar.wx-DZzpn0qn {
padding: 10px;
display: flex;
align-items: center;
justify-content: space-between;
}
.gtcell.wx-DZzpn0qn {
position: relative;
height: 100%;
border-top: var(--wx-gantt-border);
overflow: hidden;
}
.label.wx-DZzpn0qn {
padding-right: 20px;
font-size: var(--wx-font-size);
}