-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpostcheckout.css
116 lines (95 loc) · 1.43 KB
/
postcheckout.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
.HandW {
width: 80%;
height: 40px;
}
.dummy {
height: 15px;
}
.letterSpa {
letter-spacing: 2px;
}
.bgColor {
background-color: #f3f2ef;
}
.width1 {
width: 57%;
}
.bgColor1 {
background-color: #398b18;
width: 34%;
height: 100%;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.bgColor2 {
background-color: white;
width: 100%;
height: 100%;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.dimension1 {
height: 90px;
width: 35%;
font-size: 20px;
padding-top: 11px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
background-color: #398b18;
}
.dimension2 {
height: 90px;
width: 65%;
font-size: 20px;
padding-top: 15px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.radius1 {
border-radius: 10px;
}
.roundText {
width: 30px;
height: 30px;
border-radius: 50%;
border: 1px solid gray;
background-color: #398b18;
}
.bgGreen {
background-color: #398b18;
}
.fontS {
font-size: 13px;
}
.rTL {
border-top-left-radius: 10px;
}
.rTR {
border-top-right-radius: 10px;
}
.rBL {
border-bottom-left-radius: 10px;
}
.rBR {
border-bottom-right-radius: 10px;
}
.borderRadius {
border-radius: 25px;
height: 50px;
align-items: center;
}
.fontSize1 {
font-size: 11px;
}
.h50 {
height: 50px;
}
.w33 {
width: 33%;
}
.heighT {
height: 40px;
}
.on :hover {
background-color: rgba(89, 89, 243, 0.705);
}