Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ecommerce-maven
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ascend
ecommerce-maven
Commits
b49c9405
Commit
b49c9405
authored
May 10, 2021
by
Shaphen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AFP-47 Shaphen Pangburn]: Add mock shipping details to product details
parent
cb300969
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
5 deletions
+21
-5
product-details.jsx
ecom-web/src/components/product-market/product-details.jsx
+3
-1
product-market.css
ecom-web/src/resources/stylesheets/product-market.css
+18
-4
No files found.
ecom-web/src/components/product-market/product-details.jsx
View file @
b49c9405
...
...
@@ -25,7 +25,9 @@ export default class ProductDetails extends Component {
<
div
id=
"product-details-right"
>
<
div
id=
"product-details-condenser"
>
<
div
id=
"prod-details-shipping"
>
[Shipping Estimate]
<
p
id=
"express-shipping"
>
Express shipping
&
free returns
</
p
>
<
p
>
Free Delivery:
<
span
>
Everywhere!
</
span
></
p
>
<
p
>
Get it by:
<
span
>
Never!
</
span
></
p
>
</
div
>
<
input
type=
"number"
id=
"prod-details-quantity"
placeholder=
"Quantity"
/>
<
button
id=
"prod-details-add-to-cart"
>
...
...
ecom-web/src/resources/stylesheets/product-market.css
View file @
b49c9405
...
...
@@ -247,21 +247,35 @@
}
#product-details-condenser
{
height
:
50
%
;
height
:
28
%
;
width
:
100%
;
margin
:
1
2
5px
0px
0px
20px
;
margin
:
1
8
5px
0px
0px
20px
;
}
#prod-details-shipping
{
height
:
200
px
;
height
:
95
px
;
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
border
:
1px
solid
;
flex-wrap
:
wrap
;
align-content
:
center
;
margin-bottom
:
10px
;
cursor
:
default
;
}
#prod-details-shipping
p
span
{
font-weight
:
600
;
}
#prod-details-shipping
p
{
margin-top
:
10px
;
}
#express-shipping
{
font-size
:
14.3px
;
margin-bottom
:
10px
;
}
#prod-details-quantity
{
border
:
1px
dotted
rgba
(
0
,
0
,
0
,
0.3
);
outline
:
none
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment