Skip to content

Commit

Permalink
feat(project): remove card box-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
royschut committed Nov 14, 2024
1 parent b6aa634 commit b06fc10
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/ui-react/src/components/Card/Card.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%);
}
}
}

Expand Down Expand Up @@ -67,10 +62,6 @@
&:hover {
transform: scale(1);
cursor: default;

& .poster {
box-shadow: none;
}
}
}
}
Expand All @@ -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;
Expand Down

0 comments on commit b06fc10

Please sign in to comment.