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