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
|
|
@ -0,0 +1,26 @@
|
|||
.opponent-selector {
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 120px;
|
||||
z-index: 10;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
padding: 4px 10px;
|
||||
background: rgba(10, 18, 37, 0.9);
|
||||
border: 1px solid #1a2b52;
|
||||
border-radius: 4px;
|
||||
color: #e5ecf7;
|
||||
}
|
||||
|
||||
.opponent-selector__label {
|
||||
font-size: 11px;
|
||||
font-weight: 600;
|
||||
letter-spacing: 1px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.opponent-selector__select {
|
||||
min-width: 120px;
|
||||
color: #e5ecf7;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue