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
d90c9511
Commit
d90c9511
authored
May 10, 2021
by
Shaphen Pangburn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AFP-48 Shaphen Pangburn]: Refactor css to adapt to bootstrap formatting
parent
3bea8ff0
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20483 additions
and
33 deletions
+20483
-33
package-lock.json
ecom-web/package-lock.json
+20454
-24
product-details.jsx
ecom-web/src/components/product-market/product-details.jsx
+3
-3
product-item.jsx
ecom-web/src/components/product-market/product-item.jsx
+2
-2
product-market.css
ecom-web/src/resources/stylesheets/product-market.css
+24
-4
No files found.
ecom-web/package-lock.json
View file @
d90c9511
This diff is collapsed.
Click to expand it.
ecom-web/src/components/product-market/product-details.jsx
View file @
d90c9511
...
...
@@ -26,8 +26,8 @@ export default class ProductDetails extends Component {
<
div
id=
"product-details-condenser"
>
<
div
id=
"prod-details-shipping"
>
<
p
id=
"express-shipping"
>
Express shipping
&
free returns
</
p
>
<
p
>
Free Delivery:
<
span
>
Everywhere!
</
span
></
p
>
<
p
>
Get it by:
<
span
>
Never!
</
span
></
p
>
<
p
id=
"free-delivery"
>
Free Delivery:
<
span
>
Everywhere!
</
span
></
p
>
<
p
id=
"get-it-by"
>
Get it by:
<
span
>
Never!
</
span
></
p
>
</
div
>
{
this
.
props
.
product
.
promo
?
...
...
@@ -37,7 +37,7 @@ export default class ProductDetails extends Component {
<
p
id=
"prod-details-promo-original-price"
>
Normally: $
{
this
.
props
.
product
.
price
}
</
p
>
</
div
>
:
""
<
p
id=
"prod-details-original-price"
>
Price: $
{
this
.
props
.
product
.
price
}
</
p
>
}
<
input
type=
"number"
id=
"prod-details-quantity"
placeholder=
"Quantity"
/>
<
button
id=
"prod-details-add-to-cart"
>
...
...
ecom-web/src/components/product-market/product-item.jsx
View file @
d90c9511
...
...
@@ -66,8 +66,8 @@ export default class ProductItem extends Component {
left
:
'50%'
,
right
:
'0'
,
bottom
:
'0'
,
marginLeft
:
"-3
46
px"
,
marginTop
:
"-3
72
px"
,
marginLeft
:
"-3
25
px"
,
marginTop
:
"-3
20
px"
,
width
:
'650px'
,
height
:
'600px'
,
background
:
'white'
,
...
...
ecom-web/src/resources/stylesheets/product-market.css
View file @
d90c9511
...
...
@@ -154,6 +154,9 @@
#order-quantity
{
border
:
1px
dotted
rgba
(
0
,
0
,
0
,
0.3
);
outline
:
none
;
width
:
42px
;
height
:
30px
;
margin-top
:
2px
;
color
:
rgb
(
29
,
29
,
29
);
transition
:
all
0.5s
;
}
...
...
@@ -247,9 +250,9 @@
}
#product-details-condenser
{
height
:
2
8%
;
height
:
4
8%
;
width
:
100%
;
margin
:
1
85
px
0px
0px
20px
;
margin
:
1
48
px
0px
0px
20px
;
}
#prod-details-shipping
{
...
...
@@ -272,12 +275,22 @@
}
#express-shipping
{
font-size
:
1
4.3
px
;
font-size
:
1
3.8
px
;
margin-bottom
:
10px
;
}
#free-delivery
{
font-size
:
15.5px
;
}
#get-it-by
{
text-align
:
left
;
width
:
100%
;
}
#prod-details-quantity
{
border
:
1px
dotted
rgba
(
0
,
0
,
0
,
0.3
);
border-radius
:
5px
;
outline
:
none
;
margin-left
:
3px
;
color
:
rgb
(
29
,
29
,
29
);
...
...
@@ -291,7 +304,7 @@
#prod-details-add-to-cart
{
cursor
:
pointer
;
padding
:
5px
40px
;
margin
:
10px
2
px
;
margin
:
10px
3
px
;
width
:
98%
;
border-radius
:
5px
;
border
:
1px
solid
black
;
...
...
@@ -318,6 +331,13 @@
margin-bottom
:
10px
;
}
#prod-details-original-price
{
text-align
:
center
;
font-size
:
17px
;
margin-bottom
:
10px
;
color
:
red
;
}
input
::-webkit-outer-spin-button
,
input
::-webkit-inner-spin-button
{
-webkit-appearance
:
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