WIP: test interactive wall layers
This commit is contained in:
+14
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user