optimized image rendering, tweaks to game ui

This commit is contained in:
2022-09-10 15:58:29 -05:00
parent 7505c3316d
commit 5a7830340a
9 changed files with 73 additions and 54 deletions

View File

@@ -4,21 +4,26 @@
.all-players {
display: flex;
flex-flow: column nowrap;
justify-content: space-around;
max-width: 80vw;
padding: 0 2rem;
align-items: center;
background-color: rgb(237, 213, 156);
color: black;
.player-ui {
width: 30vw;
p {
margin: 1rem;
}
.subheader {
font-weight: bold;
}
background-color:rgb(172, 149, 94);
margin: 1rem 0;
padding: 0 2rem;
.turn-and-action-based {
display: flex;
flex-flow: row nowrap;
}
.resources {
.player-chips-enum {
display: flex;