tweak storm bonus animation

prod-hotfix
Thibault Duplessis 2021-01-28 10:44:14 +01:00
parent f116b4f08d
commit 84935b2d06
1 changed files with 1 additions and 3 deletions

View File

@ -32,21 +32,19 @@
to {
transform: translate(0, -40px);
opacity: 0;
opacity: .3;
}
}
&__bonus, &__malus {
font-size: 3.5em;
color: $c-good;
text-shadow: 0 0 15px $c-good;
margin-left: .3ch;
animation: mod-fade-out 1.1s ease-out;
}
&__malus {
color: $c-bad;
text-shadow: 0 0 15px $c-bad;
}
}
}