From 3a32f910ecf810312691a3fba5d37f2182d87a08 Mon Sep 17 00:00:00 2001 From: chee Date: Tue, 15 May 2018 14:19:13 +0000 Subject: [PATCH] Add styles for the piece that is currently held --- client/index.sass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/index.sass b/client/index.sass index 190bef3..24781a0 100644 --- a/client/index.sass +++ b/client/index.sass @@ -102,6 +102,8 @@ html, body justify-content: center user-select: none -moz-user-select: none + &.held + filter: drop-shadow(-2px 2px 6px rgba(0, 0, 30, 0.8)) .piece--white @include hexagon(69px, #f7f7f7)