mapillary-js/styles/DebugComponent.css
2016-02-05 10:56:03 +01:00

29 lines
470 B
CSS

.Debug {
position: fixed;
top: 0;
right: 0;
bottom: 0;
width: 30em;
background-color: lime;
font-size: 12px;
padding: 1em;
font-family: Input, Menlo, monospace;
z-index: 100;
}
.DebugButton {
background-color: lime;
color: white;
border: 1px solid white;
border-radius: 2px;
cursor: pointer;
cursor: hand;
z-index: 100;
}
.DebugButtonFixed {
position: absolute;
bottom: 2px;
left: 2px;
}