[장바구니] 스타일 작업#4

- 하단 체크아웃버튼 관련 오현주팀장님과 협의한대로 변경.
This commit is contained in:
junghoon86.park
2025-09-25 09:45:36 +09:00
parent 01eb727e3a
commit 41c4d45061

View File

@@ -135,11 +135,14 @@
.checkoutButton {
width: 480px;
height: 78px;
background-color: #c70850;
background-color: #7a808d;
color: #ffffff;
border: none;
border-radius: 6px;
font-size: 30px;
font-weight: bold;
&:focus {
background-color: #c70850;
}
}
}