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
7a696d53
Commit
7a696d53
authored
May 10, 2021
by
Kyle Muldoon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Completed CSS styling of Order Page
parent
6c6e04c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
74 additions
and
0 deletions
+74
-0
checkout.css
ecom-web/src/components/checkout/checkout.css
+74
-0
No files found.
ecom-web/src/components/checkout/checkout.css
0 → 100644
View file @
7a696d53
*
{
font-family
:
Arial
,
sans-serif
;
}
#checkout-container
{
height
:
100vh
;
width
:
100%
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
flex-start
;
align-items
:
center
;
}
.OrderDirectionsElement
{
font-size
:
150%
;
font-weight
:
bold
;
}
.shippingInfoInput
{
margin-bottom
:
10px
;
}
.input-text
{
height
:
40px
;
width
:
100%
;
padding-left
:
20px
;
font-size
:
120%
;
}
.order-component
{
border-top
:
2px
solid
black
;
min-width
:
80%
;
margin-bottom
:
50px
;
}
#orderSummaryContainer
{
display
:
flex
;
flex-direction
:
column
;
width
:
100%
;
align-items
:
center
;
justify-content
:
center
;
margin-top
:
50px
;
}
.OrderSummaryElement
{
display
:
flex
;
flex-direction
:
row
;
width
:
40%
;
justify-content
:
space-between
;
margin-bottom
:
10px
;
font-size
:
150%
;
}
#orderTotal
{
border-top
:
2px
solid
black
;
padding-top
:
10px
;
font-weight
:
bolder
;
color
:
rgb
(
223
,
5
,
5
);
}
#SubmitButtonContainer
{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
margin-bottom
:
100px
;
}
#SubmitButtonInput
{
width
:
75%
;
color
:
white
;
background-color
:
black
;
height
:
80px
;
font-size
:
200%
;
}
\ No newline at end of file
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