RobotNet/RobotNet.WebApp/Maps/Components/Editor/MapMousePosition.razor.css
2025-10-15 15:15:53 +07:00

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
}