Skip to content

Commit

Permalink
cart view
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanAuyeung committed Apr 19, 2024
1 parent eeecb55 commit 5c3ec58
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/app/cart/styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ export const FavoriteDiv = styled.div`
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
max-width: 750px;
width: 100%;
`;

export const ImageBackground = styled.div`
Expand All @@ -30,7 +27,6 @@ export const CartItemsDiv = styled.div`
flex-direction: column;
align-items: center;
border-radius: 10px;
width: 750px;
overflow: auto;
gap: 32px;
margin-top: 20px;
Expand Down Expand Up @@ -78,7 +74,7 @@ export const FooterMoved = styled(Footer)`
export const TransparentButton = styled.button`
background-color: transparent;
border: transparent;
padding-left: 40px;
margin-left: 40px;
margin-bottom: 25px;
`;

Expand Down Expand Up @@ -109,6 +105,7 @@ export const QuantityButton = styled.div`
border: 2px solid ${COLORS.navy};
color: ${COLORS.navy};
cursor: pointer;
margin-left: 200px;
`;

export const PlusMinusButton = styled.button`
Expand All @@ -128,13 +125,13 @@ export const Label = styled.p`

export const LabelBox = styled.div`
width: 150px;
margin-left: 50px;
`;

export const ContentDiv = styled.div`
display: flex;
flex-direction: row;
justify-content: space-between;
gap: 100px;
padding-left: 50px;
background-color: ${COLORS.offWhite};
`;
Expand Down Expand Up @@ -382,5 +379,5 @@ export const CategorySpacing = styled.div`
`;

export const OrderSumSectionSpacing = styled.div`
margin-left: 195px;
margin-left: 135px;
`;

0 comments on commit 5c3ec58

Please sign in to comment.