feat: add official Kempen operating scope
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 18:32:32 +02:00
parent e9c75b2fd6
commit bb7310e015
17 changed files with 1020 additions and 9 deletions
+14
View File
@@ -5542,6 +5542,20 @@ section {
gap: 0.36rem;
}
.geo-project-scope-select {
display: grid;
gap: 0.24rem;
color: #4c5b56;
font-size: 0.66rem;
font-weight: 800;
}
.geo-project-scope-select select {
min-height: 2.25rem;
padding: 0.35rem 0.45rem;
font-size: 0.72rem;
}
.geo-theme-option {
display: grid;
grid-template-columns: 0.72rem minmax(0, 1fr) auto;