Add one-click GIS workflow run
This commit is contained in:
@@ -4873,6 +4873,40 @@ section {
|
||||
font-size: 0.78rem;
|
||||
}
|
||||
|
||||
.guided-gis-full-run {
|
||||
grid-column: span 1;
|
||||
}
|
||||
|
||||
.guided-gis-batch-status {
|
||||
display: grid;
|
||||
gap: 0.12rem;
|
||||
min-width: 0;
|
||||
border: 1px solid rgba(15, 118, 110, 0.22);
|
||||
border-radius: 6px;
|
||||
padding: 0.44rem 0.52rem;
|
||||
background: #f8fbf9;
|
||||
}
|
||||
|
||||
.guided-gis-batch-status strong {
|
||||
overflow: hidden;
|
||||
color: #0f766e;
|
||||
font-size: 0.68rem;
|
||||
font-weight: 850;
|
||||
letter-spacing: 0.045em;
|
||||
text-overflow: ellipsis;
|
||||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.guided-gis-batch-status span {
|
||||
overflow: hidden;
|
||||
color: var(--muted);
|
||||
font-size: 0.76rem;
|
||||
line-height: 1.25;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.bbox-select-surface {
|
||||
border-left-width: 3px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user