Added player / opponent color borders 👾
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
$view-container-side-offset: 5%;
|
||||
$param-container-side-offset: 5%;
|
||||
$img-hand-height: 95%;
|
||||
/*$img-pile-width: 95%;*/
|
||||
$hand-height: 14%;
|
||||
|
||||
*, *::before, *::after {
|
||||
@ -156,6 +155,14 @@ aside {
|
||||
height: calc(($img-hand-height / 100%) * ($hand-height / 100%) * 100vh);
|
||||
}
|
||||
|
||||
.in-play-card[data-owned = true] {
|
||||
border: 1px solid #0ff7;
|
||||
}
|
||||
|
||||
.in-play-card[data-owned = false] {
|
||||
border: 1px solid #f007;
|
||||
}
|
||||
|
||||
[data-tapped = true] {
|
||||
transform: translate(-50%, -50%) rotate(90deg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user