Skip to content

Commit

Permalink
refactored some of ordersummary
Browse files Browse the repository at this point in the history
  • Loading branch information
davidqing6432 committed Apr 3, 2024
1 parent 72bebbd commit 9bff656
Showing 1 changed file with 0 additions and 39 deletions.
39 changes: 0 additions & 39 deletions src/components/OrderSummaryFolder/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,43 +103,4 @@ export const WhiteBackgroundDiv = styled.div`
gap: 16px;
flex-grow: 1;
overflow: hidden;
`;


export const ContainerDiv = styled.div`
width: 350px;
height: 400px;
display: flex;
flex-direction: column;
justify-content: space-between;
border-radius: 8px;
box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
overflow: hidden;
`;

export const TotalDiv = styled.div`
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
padding: 16px;
background-color: ${COLORS.lightGrey};
`;

export const OrderRow = styled.tr`
width: 100%;
padding-top: 16px;
padding-bottom: 16px;
display: flex;
flex-direction: row;
justify-content: space-between;
`;

export const OrderTable = styled.table`
width: 100%;
max-height: 200px;
`;

export const OrderTableBody = styled.tbody`
overflow: scroll;
`;

0 comments on commit 9bff656

Please sign in to comment.