mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
implement gameboard v1
This commit is contained in:
parent
b103db681b
commit
0d7336edc2
177 changed files with 16995 additions and 139 deletions
13
webclient/src/components/Game/PlayerBoard/PlayerBoard.css
Normal file
13
webclient/src/components/Game/PlayerBoard/PlayerBoard.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
.player-board {
|
||||
display: grid;
|
||||
grid-template-columns: 160px minmax(0, 1fr) 110px;
|
||||
height: 100%;
|
||||
min-height: 0;
|
||||
background: #0a1225;
|
||||
border-bottom: 2px solid #1a2b52;
|
||||
}
|
||||
|
||||
.player-board--mirrored {
|
||||
border-bottom: none;
|
||||
border-top: 2px solid #1a2b52;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue