show traveler roles in town square

This commit is contained in:
Steffen 2020-05-05 20:38:56 +02:00
parent 46ce385781
commit eef0e0d06d
No known key found for this signature in database
GPG Key ID: 764D74E98267DFC6
1 changed files with 10 additions and 0 deletions

View File

@ -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 ******/