WIP: test interactive wall layers

This commit is contained in:
2026-09-14 16:00:23 +02:00
parent 7293ac348d
commit ace42261cf
9 changed files with 210 additions and 82 deletions
+14
View File
@@ -210,4 +210,18 @@ input:invalid {
}
.mixed-tech {
color: #f0280f;
}
/* Building view top bar */
.bview-bar {
position: absolute;
top: 4.5rem;
width: 450px;
left: 50%;
transform: translateX(-50%);
border-radius: 8px;
}
/* Map container border for building view */
.bview-border {
border:#263aac 4px solid;
border-radius: 8px;
}