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

13 lines
170 B
CSS

polygon {
fill: #c2c2a3;
stroke: none;
fill-opacity: 0.5;
}
circle {
fill: #FFBD33;
stroke: #FF5733;
stroke-width: 0;
r: var(--node-r);
}