From ca5820e66a7d71722cf77a89cf6b613e03c12c11 Mon Sep 17 00:00:00 2001 From: hansoojeongsj Date: Thu, 2 Nov 2023 13:29:09 +0900 Subject: [PATCH] =?UTF-8?q?Guestbook=20=ED=8D=BC=EB=B8=94=EB=A6=AC?= =?UTF-8?q?=EC=8B=B1:=20hover=20=EC=99=84=EB=A3=8C=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EA=B7=B8=EB=A6=BC=EC=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WISCOM/src/components/Guestbook/ContentStyle.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WISCOM/src/components/Guestbook/ContentStyle.jsx b/WISCOM/src/components/Guestbook/ContentStyle.jsx index 7668b93..b7bb095 100644 --- a/WISCOM/src/components/Guestbook/ContentStyle.jsx +++ b/WISCOM/src/components/Guestbook/ContentStyle.jsx @@ -77,6 +77,10 @@ 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`