Some claiming logic

This commit is contained in:
2023-02-06 13:03:25 +00:00
parent 79c4ce20d1
commit 38b720d1b7
7 changed files with 84 additions and 37 deletions

View File

@ -70,6 +70,24 @@
}
.label {
font-weight: bold;
position: absolute;
top: -20px;
}
.action {
position: absolute;
top: 50px;
}
.hidden {
display: none;
}
.east {
border-color: darkgreen;
}
.west {
border-color: darkblue;
}