forked from Ajay-bhagal/team_12
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpayment.css
129 lines (129 loc) · 2.67 KB
/
payment.css
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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
#parent {
padding: 60px;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
/* height: 100%; */
/* width: 100%; */
}
/* div{
border: 1px solid blue;
} */
#payment_option > div{
/* height: 80%;
width: 70%; */
margin-top: -100px;
padding-top: 20px;
}
#payment_option {
display: flex;
align-items: center;
justify-content: space-around;
}
#price_details {
margin-top: -120px;
display: flex;
align-items: center;
justify-content: space-around;
}
#price_details > div {
/* height: 80%; */
/* width: 60%; */
gap: 10px;
padding-top: 20px;
}
#price_details > div > div:first-child {
/* height: 30%;
width: 80%; */
margin: auto;
margin-bottom: 20px;
}
#price_details > div > div:last-child {
/* height: 60%;
width: 80%; */
margin: auto;
}
#price_details > div > div:last-child > div {
/* background-color: brown; */
display: grid;
grid-template-columns: repeat(2, 1fr);
}
#card_date {
margin-top: 50px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
}
.border {
border: 0.5px solid rgb(180, 176, 176);
padding: 20px;
padding-top: 0px;
margin-top: 30px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#card{
padding: 50px;
margin-top: 30px;
border-radius: 10px;
border: 0.5px solid rgb(180, 176, 176);
width: 400px;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#discount {
padding: 0px;
text-align: center;
}
#submit {
height: 40px;
border: 0px;
border-radius: 8px;
width: 150px;
background-color: rgb(56, 55, 55);
color: white;
}
#sbmt_div {
text-align: center;
padding-left: 24%;
padding-bottom: 15px;
}
input{
height: 40px;
border-radius: 8px;
border: 1px solid black;
text-align: center;
}
select{
height: 30px;
width: 60px;
}
#card > div > input{
height: 40px;
width: 400px;
}
button{
height: 40px;
background-color: white;
border-radius: 8px;
border: 1px solid black;
}
button:hover{
background-color: whitesmoke;
}
.red{
color: red;
}
.otp_class{
margin-top: 300px;
margin-left: 600px;
margin-right: 500px;
padding: 20px;
/* padding-top: 300px;
padding-left: 600px; */
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#ship{
display: flex;
padding: 10px;
/* justify-content: center; */
margin: auto;
}