Skip to content

Commit

Permalink
✨ Feat: 카카오페이 결제 기능 구현 완료 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuKyeong2002 committed Aug 6, 2024
1 parent 79b2d51 commit 96f3079
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 18 deletions.
9 changes: 9 additions & 0 deletions src/assets/icons/Kakaopay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/assets/icons/Tosspay.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions src/pages/shop/Charge.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Box = styled.div`
display: flex;
align-items: center;
justify-content: center;
padding: 15px;
padding: 10px;
background-color: ${(props) => props.theme.color.primaryColor};
position: relative;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
Expand All @@ -72,7 +72,7 @@ const MyText = styled.span`
`;

const Content = styled.div`
padding: 20px;
padding: 10px;
`;

const TopRow = styled.div`
Expand All @@ -97,12 +97,11 @@ const ObjCheckText2 = styled.span`
`;

const PaymentContainer = styled.div`
margin: 20px;
background-color: #ffffff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
margin-bottom: 20px;
margin: 10px;
display: flex;
justify-content: space-between;
cursor: pointer;
Expand Down
Loading

0 comments on commit 96f3079

Please sign in to comment.