feat: add semantic GIS selection metrics
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user