From b06fc1034a5de3bed999554d861b8cf5d69e6969 Mon Sep 17 00:00:00 2001 From: Roy Schut Date: Thu, 14 Nov 2024 10:41:51 +0100 Subject: [PATCH] feat(project): remove card box-shadow --- .../ui-react/src/components/Card/Card.module.scss | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/packages/ui-react/src/components/Card/Card.module.scss b/packages/ui-react/src/components/Card/Card.module.scss index c0e62bdcf..21bc00799 100644 --- a/packages/ui-react/src/components/Card/Card.module.scss +++ b/packages/ui-react/src/components/Card/Card.module.scss @@ -18,12 +18,7 @@ position: relative; z-index: 1; outline: none !important; - box-shadow: none !important; transform: scale(1.05); - - & .poster { - box-shadow: 0 0 0 3px var(--highlight-color, variables.$white), 0 8px 10px rgb(0 0 0 / 14%), 0 3px 14px rgb(0 0 0 / 12%), 0 4px 5px rgb(0 0 0 / 20%); - } } } @@ -67,10 +62,6 @@ &:hover { transform: scale(1); cursor: default; - - & .poster { - box-shadow: none; - } } } } @@ -84,8 +75,6 @@ background-position: center; background-size: cover; border-radius: 4px; - box-shadow: 0 8px 10px rgb(0 0 0 / 14%), 0 3px 14px rgb(0 0 0 / 12%), 0 4px 5px rgb(0 0 0 / 20%); - transition: box-shadow 0.1s ease; &.current::after { position: absolute;