Improve player hand style
This commit is contained in:
parent
2b81a1f976
commit
f8af8ed880
@ -128,6 +128,11 @@ ol#cards-to-beat
|
||||
flex-wrap: wrap
|
||||
text-align: left
|
||||
li
|
||||
margin-left: -21vmin
|
||||
// Don't offset first card
|
||||
&:first-of-type
|
||||
// margin-left: 0
|
||||
margin-left: -4vmin
|
||||
flex: 1 1 auto
|
||||
input[type="checkbox"]
|
||||
visibility: hidden
|
||||
@ -135,7 +140,7 @@ ol#cards-to-beat
|
||||
&:checked ~ img
|
||||
box-shadow: 0px 0px 2px 6px cadetblue
|
||||
img
|
||||
width: 6vmin
|
||||
width: 26vmin
|
||||
border: 1px solid black
|
||||
border-radius: .3vmin
|
||||
.inventory
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user