소스 검색

chore(dev-hub) Product Card improvements-removed shadow

Aditya Arora 1 주 전
부모
커밋
30d90d457d
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      apps/developer-hub/src/components/ProductCard/index.module.scss

+ 0 - 8
apps/developer-hub/src/components/ProductCard/index.module.scss

@@ -119,14 +119,6 @@
   white-space: pre;
 }
 
-.featureShadow {
-  position: absolute;
-  inset: 0;
-  pointer-events: none;
-  box-shadow: inset 0 0 4px 0 rgb(255 255 255 / 25%);
-  border-radius: 1.32rem; // 21px
-}
-
 .quickLinks {
   display: flex;
   flex-direction: column;