mirror of https://github.com/bra1n/townsquare.git
show traveler roles in town square
This commit is contained in:
parent
46ce385781
commit
eef0e0d06d
|
@ -243,6 +243,16 @@ export default {
|
|||
.life {
|
||||
transform: perspective(400px) rotateY(0deg);
|
||||
}
|
||||
|
||||
&.traveler:not(.dead) .token {
|
||||
transform: perspective(400px) scale(0.8);
|
||||
pointer-events: none;
|
||||
transition-delay: 0s;
|
||||
}
|
||||
|
||||
&.traveler.dead .token {
|
||||
transition-delay: 0s;
|
||||
}
|
||||
}
|
||||
|
||||
/***** Role token ******/
|
||||
|
|
Loading…
Reference in New Issue