feat: add semantic GIS selection metrics
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-15 06:07:34 +02:00
parent 3ff2d07f3c
commit 0baa9b069c
16 changed files with 520 additions and 22 deletions
+27
View File
@@ -6135,6 +6135,33 @@ section {
white-space: nowrap;
}
.geo-supporting-metrics {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
gap: 0.35rem;
}
.geo-supporting-metrics > div {
display: flex;
gap: 0.4rem;
align-items: baseline;
justify-content: space-between;
min-width: 0;
border-bottom: 1px solid #e4ebe8;
padding: 0.3rem 0.1rem;
}
.geo-supporting-metrics span {
color: #687570;
font-size: 0.64rem;
}
.geo-supporting-metrics strong {
color: #263832;
font-size: 0.72rem;
white-space: nowrap;
}
.geo-temporal-metrics > div.positive {
border-color: #b8d8c5;
background: #f1faf4;