preparing property dialog

This commit is contained in:
Stephan Richter
2020-09-13 01:14:46 +02:00
parent c3d40a66fb
commit b14b8fff15
6 changed files with 72 additions and 40 deletions

View File

@@ -75,6 +75,23 @@ svg text{
background: yellow;
}
#tile-properties{
position: fixed;
top: 10px;
bottom: 10px;
left: 10px;
right: 10px;
background: yellow;
}
.closebtn{
position: absolute;
right: 10px;
font-size: 30px;
background: gray;
color: white;
}
#Eraser polygon{
stroke: red;
}