From f7b028bc059468624f79aa886c356a41e2d0c1c5 Mon Sep 17 00:00:00 2001 From: AlecM33 Date: Mon, 26 Dec 2022 22:44:45 -0500 Subject: [PATCH] remove css rule --- client/src/styles/game.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/client/src/styles/game.css b/client/src/styles/game.css index d0894d9..1b342b2 100644 --- a/client/src/styles/game.css +++ b/client/src/styles/game.css @@ -64,12 +64,6 @@ border: 2px solid #045EA6; } -#rrrr { - min-width: 10em; - margin-bottom: 1em !important; - animation: shadow-pulse 1.5s infinite ease-out; -} - #play-pause-placeholder { width: 60px; height: 60px;