implement gameboard v1

This commit is contained in:
seavor 2026-04-19 23:21:42 -05:00
parent b103db681b
commit 0d7336edc2
177 changed files with 16995 additions and 139 deletions

View file

@ -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;
}