Add a background behind playersstatus
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
6bfc9e6ba9
commit
1f7d985a62
@ -2,13 +2,12 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
position: absolute;
|
||||
margin-bottom: 0.5rem;
|
||||
color: #444;
|
||||
color: #d0d0d0;
|
||||
pointer-events: none;
|
||||
align-items: flex-end;
|
||||
right: 0.5rem;
|
||||
width: 10rem;
|
||||
bottom: 11rem;
|
||||
right: 0;
|
||||
background-color: #44444480;
|
||||
padding: 0.25rem;
|
||||
}
|
||||
|
||||
.PlayerStatus * {
|
||||
@ -18,12 +17,11 @@
|
||||
.PlayersStatus.ActivePlayer {
|
||||
align-items: flex-start;
|
||||
pointer-events: all;
|
||||
left: 0.5rem;
|
||||
right: auto;
|
||||
bottom: 7rem; /* 1rem over top of Resource cards in hand */
|
||||
}
|
||||
|
||||
.PlayersStatus .Player {
|
||||
.PlayersStatus .Player:not(:last-child) {
|
||||
margin-bottom: 0.5rem;
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
@ -37,7 +35,6 @@
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
padding-right: 0.5rem;
|
||||
padding-left: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user