Yep
This commit is contained in:
14
Shogi.UI/Pages/Play/GameBoard/SeatedGameBoard.razor.css
Normal file
14
Shogi.UI/Pages/Play/GameBoard/SeatedGameBoard.razor.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.promote-prompt {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
border: 2px solid #444;
|
||||
padding: 1rem;
|
||||
box-shadow: 1px 1px 1px #444;
|
||||
text-align: center;
|
||||
z-index: 101;
|
||||
|
||||
background-color: #444;
|
||||
border: 1px solid black;
|
||||
}
|
||||
Reference in New Issue
Block a user