From 4c80efd1ed2d1c4123e553ffc70046849d8b3a8a Mon Sep 17 00:00:00 2001 From: Philippe Ozil Date: Thu, 4 Jan 2024 14:23:25 +0100 Subject: [PATCH] feat: hover effect on property tile --- .../main/default/lwc/propertyTileList/propertyTileList.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/force-app/main/default/lwc/propertyTileList/propertyTileList.css b/force-app/main/default/lwc/propertyTileList/propertyTileList.css index 73ea56485..26eb6330f 100644 --- a/force-app/main/default/lwc/propertyTileList/propertyTileList.css +++ b/force-app/main/default/lwc/propertyTileList/propertyTileList.css @@ -1,3 +1,7 @@ c-property-tile { min-width: 220px; } + +c-property-tile:hover { + box-shadow: 4px 5px 5px #9d9fa0; +}