From 4c52336fd40a11ebd9968f5bb1cc709f7fffe6ae Mon Sep 17 00:00:00 2001 From: "Jesse C. Fisher" Date: Sat, 26 Oct 2019 01:54:09 -0700 Subject: [PATCH] Improve style of user selected cards --- app/assets/stylesheets/game.css.sass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/game.css.sass b/app/assets/stylesheets/game.css.sass index 371d3e7d..20c03a90 100644 --- a/app/assets/stylesheets/game.css.sass +++ b/app/assets/stylesheets/game.css.sass @@ -147,11 +147,13 @@ ol#cards-to-beat visibility: hidden position: absolute &:checked ~ img - box-shadow: 0px 0px 2px 6px cadetblue + box-shadow: 0px 0px 2px 6px #00dd84 + margin-top: -2vmin img width: 26vmin border: 1px solid black - border-radius: .3vmin + border-radius: 1.2vmin + transition: margin-top ease-out .24s .inventory img width: 6vmin