Skip to content

Commit

Permalink
Merge pull request #42 from 2023WISCOM/feature/#10-guestbook
Browse files Browse the repository at this point in the history
Design: 완료버튼 Hover 효과 적용
  • Loading branch information
harim061 authored Nov 2, 2023
2 parents 1e62337 + 9916491 commit a7624a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions WISCOM/src/components/Guestbook/ContentStyle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ export const Button = styled.button`
width: 100%; /* 모바일 화면에서 가로 가득 차도록 설정합니다. */
margin: 0; /* 좌우 마진을 제거합니다. */
}
&:hover {
box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.25) inset;
}
`;

export const Entries = styled.div`
Expand Down

0 comments on commit a7624a2

Please sign in to comment.