-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Charlotte/new pick up #92
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -22,36 +23,24 @@ export const OutterFavoriteDiv = styled.div` | |||
border-radius: 10px; | |||
background: var(--White, #fff); | |||
box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2); | |||
width: 800px; | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this a merge conflict?
width: 250px; | ||
height: 100%; | ||
padding: 20px; | ||
export const ImageDiv = styled.p` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this a p tag
@@ -254,31 +242,41 @@ export const WhiteBackgroundDiv = styled.div` | |||
box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1); | |||
`; | |||
|
|||
export const Wrapper2 = styled.div` | |||
display: flex; | |||
flex-direction: col; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does col work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
export const BottomColumnDiv = styled.div` | ||
display: flex; | ||
flex-direction: row; | ||
align-items: space-evenly; | ||
justify-content: space-around; | ||
width: 100%; | ||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merge conflict
height: auto; | ||
max-height: 100%; | ||
padding: 36px 34px; | ||
gap: 33px; | ||
max-height: 100%; | ||
margin-top: 205px; | ||
<<<<<<< HEAD | ||
margin-top: 75px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
conflict
src/app/orderPage/page.tsx
Outdated
fontSize: '16px', | ||
}} | ||
> | ||
{product.quantity} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there styling on this text?
src/app/orderPage/page.tsx
Outdated
marginRight: '4px', | ||
}} | ||
> | ||
Quantity: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same question
src/app/profileScreen/styles.ts
Outdated
@@ -112,8 +130,16 @@ export const HeartIcon = styled(Heart)` | |||
`; | |||
|
|||
export const BackButtonDiv = styled.div` | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merge conflict
Monique/order details deliv
Monique/week 7 sprint
What's new in this PR
Description
temp PR (not fully finished)
Screenshots
How to review
Next steps
Relevant Links
Online sources
Related PRs