Some claiming logic
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user