style: remove drop shadows vote btn

This commit is contained in:
MTG2000
2022-05-16 19:10:44 +03:00
parent ed5b83662d
commit 5ea2e80f2d

View File

@@ -12,7 +12,6 @@
font-weight: bold;
font-size: 21px;
will-change: transform;
text-shadow: 0 0 4px #ff0707;
transform: translate(-50%, 0) scale(0.5);
animation: fly_value 0.5s 1 ease-out;
}
@@ -69,7 +68,6 @@
animation-timing-function: linear;
animation-iteration-count: 1;
animation-fill-mode: forwards;
filter: drop-shadow(0 0 4px);
}
@keyframes fly_spark_1 {