This commit is contained in:
2025-12-29 00:30:05 +01:00
parent 13383ff192
commit 3b9c36f27f
2 changed files with 119 additions and 2 deletions

View File

@@ -109,6 +109,10 @@ body {
.btn:hover { transform: translateY(-1px); transition: transform 120ms ease; }
.btn.ghost { border:1px solid var(--color-border); color: var(--color-text); background: #fff; }
.map-wrapper { border:1px solid var(--color-border); border-radius: var(--radius-sm); padding: 12px; background:#fff; }
.map-container { width: 100%; height: 320px; border-radius: var(--radius-sm); overflow: hidden; border:1px solid var(--color-border); }
.leaflet-container { font-family: inherit; }
.chip.inline { padding: 6px 10px; }
.results .card { padding: 0; }