bmh_cesium/public/widgets/streetscape/view.css

18 lines
318 B
CSS
Raw Normal View History

2025-03-09 23:23:50 +00:00
.streetscapeBar {
position: absolute;
right: 5px;
top: 5px;
z-index: 19910601;
height: 50px;
padding: 5px 10px 5px 10px;
font-size: 14px;
background-color: #ffffff;
border-radius: 5px;
}
.dark .streetscapeBar {
color: #ffffff;
background-color: rgba(63, 72, 84, 0.6);
}