-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpayment.css
108 lines (103 loc) · 1.72 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
#container{
display: flex;
height: 500px;
width: 90%;
margin: auto;
}
h2{
font-family:"Graphik Web","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
width:25% ;
text-align: center;
margin-top: 5%;
font-size: 25px;
margin-left: 50px;
}
#container div{
width: 42%;
height: 100%;
margin: auto;
}
#method{
height: 200px;
width: 100%;
/* border: 1px solid blue; */
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
#method>div:nth-child(1){
display: flex;
height: 20px;
width: 60%;
height: 50px;
float: left;
}
#method>div:nth-child(2){
float: left;
width: 100%;
}
#method>div:nth-child(1) div{
display: flex;
/* border: 1px solid red; */
align-items: center;
margin-left: 4px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#dot{
margin-top: 15px;
color:#0075ff ;
}
img{
height: 35px;
width: 100%;
}
h5+input{
width:80%;
height: 40px;
font-size: 15px;
}
#code{
margin-left: 50%;
margin-top: -100px;
}
#code div{
width: 100%;
float: left;
display: flex;
}
h4+input{
width:80%;
height: 40px;
font-size: 15px;
}
#process{
font-family: "Graphik Web","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
background-color: #f6f6f4 ;
}
#process h2{
width: 50%;
}
select{
border:none;
color: #0075ff;
font-size: 15px;
background-color: #f6f6f4 ;
}
#i{
margin-left: 150px;
}
.p{
margin-left: 50px;
}
button{
width: 76%;
margin-left: 50px;
height: 40px;
background-color: #007c89;
border: none;
color: white;
margin-top: 20px;
}
#rupee{
font-size: 14px;
margin-right:3px;
}