mirror of
https://github.com/bra1n/townsquare.git
synced 2025-04-04 22:24:36 +00:00
show traveler roles in town square
This commit is contained in:
parent
46ce385781
commit
eef0e0d06d
1 changed files with 10 additions and 0 deletions
|
@ -243,6 +243,16 @@ export default {
|
||||||
.life {
|
.life {
|
||||||
transform: perspective(400px) rotateY(0deg);
|
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 ******/
|
/***** Role token ******/
|
||||||
|
|
Loading…
Add table
Reference in a new issue