15 lines
247 B
CSS
15 lines
247 B
CSS
div {
|
|
width:fit-content;
|
|
height: fit-content;
|
|
}
|
|
.map-editor-info {
|
|
color: #00cc66;
|
|
font-size: 15px;
|
|
position: absolute;
|
|
top: 5px;
|
|
left: 5px;
|
|
font-weight: bold;
|
|
background-color:white;
|
|
border-radius:4px
|
|
}
|