From bdce615cacea23a1c519ef27fbe8732c7f9e66dd Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Wed, 17 Nov 2021 07:54:43 -0800 Subject: [PATCH] Change selected card style --- app/assets/stylesheets/game.css.sass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/game.css.sass b/app/assets/stylesheets/game.css.sass index 3121816d..25e8cb4d 100644 --- a/app/assets/stylesheets/game.css.sass +++ b/app/assets/stylesheets/game.css.sass @@ -150,13 +150,13 @@ ol#cards-to-beat opacity: .000001 position: absolute &:checked ~ img - box-shadow: 0px 0px 2px 5px #056dff, inset 0 0 2px 3px #000000 + box-shadow: 0px 0px 2px 5px #05adff, inset 0 0 2px 3px #056dff margin-top: -2vmin img width: 26vmin border: 1px solid black border-radius: 1.2vmin - transition: margin-top ease-out .24s + transition: margin-top ease-out .10s #mid ul#inventory