From 5ea2e80f2dd947d817b8e3c7ffcab7b069c43449 Mon Sep 17 00:00:00 2001 From: MTG2000 Date: Mon, 16 May 2022 19:10:44 +0300 Subject: [PATCH] style: remove drop shadows vote btn --- src/Components/VoteButton/styles.module.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Components/VoteButton/styles.module.css b/src/Components/VoteButton/styles.module.css index 1e54a88..e2c7297 100644 --- a/src/Components/VoteButton/styles.module.css +++ b/src/Components/VoteButton/styles.module.css @@ -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 {