Skip to content

Commit

Permalink
[Fix/BAR-275] 참고하는 탬플릿 호버시 box shadow 노출 (#94)
Browse files Browse the repository at this point in the history
fix: 템플릿 호버시 shadow 노출
  • Loading branch information
miro-ring authored Mar 17, 2024
1 parent 324eaa6 commit cb8c2a8
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ export const wrapper = style([
{
position: 'relative',
padding: '28px 32px 20px',

':hover': {
boxShadow: '0px 8px 20px 0px rgba(34, 34, 34, 0.08)',
},
},
]);

Expand Down

0 comments on commit cb8c2a8

Please sign in to comment.