forked from Jadhao2500/ManageEngineProject
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcheckoutPage.css
More file actions
96 lines (84 loc) · 1.61 KB
/
checkoutPage.css
File metadata and controls
96 lines (84 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
body{
background: #6aa5d8;
margin: 0;
}
#container{
margin: 0px 150px;
background: white;
border: 1px solid #397ba3;
}
nav{
display: flex;
justify-content: space-between;
align-items: center;
background-position: -5px -198px;
background-color: #c1dbf2;
height: 58px;
padding-top: 3px;
border-bottom: solid 2px #9ccfef;
padding: 0 10px;
}
h1{
font-weight: 100;
margin-left: 5px;
}
#container2{
margin-right: 40%;
padding: 10px;
}
#subOrderSummary{
display: flex;
color: #fff;
border-radius: 15px;
background: #7BBB29;
height: 30px;
width: 600px;
text-align: center;
}
.order_summary_tab_active{
width: 200px;
display: inline-block;
padding: 8px 0;
background: #c4c4c4;
border-right: 2px solid #fff;
border-radius: 15px;
text-align: center;
}
.billing_tab{
width: 400px;
display: inline-block;
padding: 8px 0;
text-align: center;
}
.input{
display: flex;
justify-content: space-between;
align-items: center;
margin-right: 180px;
margin-top: 10px;
}
.input p{
margin: 7px;
font-size: 14px;
}
.input input{
border: 1px solid rgba(128, 128, 128, 0.267);
}
.splitImage{
background: url("https://css.zohostatic.com/zohostore/Jul_07_2022_8/images/store-split.png") no-repeat 0 0;
width: 335px;
height: 5px;
display: block;
margin: 40px auto;
margin-left: 100px;
}
button{
padding: 15px;
border-radius: 15px;
background: #7BBB29;
border: none;
margin-left: 180px;
font-weight: 600;
color: white;
font-size: 18px;
}