UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: выравнивание сетки главного Ганта
This commit is contained in:
@@ -1893,9 +1893,7 @@
|
||||
position: relative;
|
||||
min-height: 23.5rem;
|
||||
padding: 1rem;
|
||||
background:
|
||||
linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 6rem 100%,
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 100% 4.2rem;
|
||||
background: linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px) 0 0 / 100% 4.2rem;
|
||||
}
|
||||
|
||||
.nodedc-home-gantt-floating {
|
||||
@@ -1917,22 +1915,36 @@
|
||||
|
||||
.nodedc-home-gantt-grid {
|
||||
position: absolute;
|
||||
inset: 1rem 1rem 1rem 11.5rem;
|
||||
top: 1rem;
|
||||
bottom: 1rem;
|
||||
left: 12rem;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.nodedc-home-gantt-grid-column {
|
||||
.nodedc-home-gantt-grid-line {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
width: 1px;
|
||||
min-height: 22rem;
|
||||
border-left: 1px solid rgba(255, 255, 255, 0.04);
|
||||
background: rgba(255, 255, 255, 0.045);
|
||||
transform: translateX(-0.5px);
|
||||
}
|
||||
|
||||
.nodedc-home-gantt-grid-line-major {
|
||||
background: rgba(var(--nodedc-card-active-rgb), 0.14);
|
||||
}
|
||||
|
||||
.nodedc-home-gantt-grid-label {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
padding-left: 0.75rem;
|
||||
color: var(--text-color-placeholder);
|
||||
font-size: 0.68rem;
|
||||
font-weight: 700;
|
||||
letter-spacing: 0;
|
||||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.nodedc-home-gantt-today-marker {
|
||||
@@ -2094,10 +2106,10 @@
|
||||
}
|
||||
|
||||
.nodedc-home-gantt-grid {
|
||||
inset: 1rem 1rem 1rem 9.25rem;
|
||||
left: 11.75rem;
|
||||
}
|
||||
|
||||
.nodedc-home-gantt-grid-column {
|
||||
.nodedc-home-gantt-grid-label {
|
||||
padding-left: 0.35rem;
|
||||
font-size: 0.6rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user