Fix building card to be on top of board pieces
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
68a3c9e1f5
commit
5f3d0a4cdb
@ -86,7 +86,11 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.Table .PlayersStatus {
|
.Table .PlayersStatus {
|
||||||
z-index: 750;
|
z-index: 500; /* Under Hand */
|
||||||
|
}
|
||||||
|
|
||||||
|
.Table .PlayersStatus.ActivePlayer {
|
||||||
|
z-index: 1500; /* On top of Hand */
|
||||||
}
|
}
|
||||||
|
|
||||||
.Table .Hand {
|
.Table .Hand {
|
||||||
|
@ -28,8 +28,7 @@
|
|||||||
filter: brightness(110%);
|
filter: brightness(110%);
|
||||||
transform-origin: 100% 100%;
|
transform-origin: 100% 100%;
|
||||||
transform: scale(1.5);
|
transform: scale(1.5);
|
||||||
z-index: 10000;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.Placard > div:nth-child(1) {
|
.Placard > div:nth-child(1) {
|
||||||
height: 15.5%;
|
height: 15.5%;
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
right: auto;
|
right: auto;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 11rem; /* 1rem over top of Resource cards in hand */
|
bottom: 7rem; /* 1rem over top of Resource cards in hand */
|
||||||
}
|
}
|
||||||
|
|
||||||
.PlayersStatus .Player {
|
.PlayersStatus .Player {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user