-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhosted_field_style.css
147 lines (124 loc) · 3.08 KB
/
hosted_field_style.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
fieldset {
margin-bottom: 0 !important;
}
.bt_form_wrap {
width: 95% !important;
}
#bt_card_number, #bt_cvv, #bt_exp_date {
background: #fff none repeat scroll 0 0;
height: 34px;
border: 1px solid #cccccc;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
padding: 0 10px !important;
}
#bt_card_number {
padding: 0 55px !important;
}
#cvv-icon.payment-method-icon {
background-image: url("img/braintree_dropin_sprite.png");
background-position: 0 -100px;
display: block;
text-indent: -999em;
position: relative;
top: -52px;
width: 44px;
float: right;
height: 26px;
left: -4px;
border: 1px solid #ccc;
}
.payment-method-icon.master-card {
background-image: url("img/braintree_dropin_sprite.png");
background-position: 0 -268px;
display: block;
height: 28px;
text-indent: -999em;
width: 44px;
position: absolute;
top: 25px;
left: 5px;
}
.payment-method-icon.visa {
background-image: url("img/braintree_dropin_sprite.png");
background-position: 0 -380px;
display: block;
height: 28px;
text-indent: -999em;
width: 44px;
position: absolute;
top: 25px;
left: 5px;
}
.payment-method-icon.american-express {
background-image: url("img/braintree_dropin_sprite.png");
background-position: 0 -352px;
display: block;
height: 28px;
text-indent: -999em;
width: 44px;
position: absolute;
top: 25px;
left: 5px;
}
.payment-method-icon.diners-club {
background-image: url("img/braintree_dropin_sprite.png");
background-position: 0 -128px;
display: block;
height: 28px;
text-indent: -999em;
width: 44px;
position: absolute;
top: 25px;
left: 5px;
}
.payment-method-icon.maestro {
background-image: url("img/braintree_dropin_sprite.png");
background-position: 0 -240px;
display: block;
height: 28px;
text-indent: -999em;
width: 44px;
position: absolute;
top: 25px;
left: 5px;
}
.payment-method-icon.discover {
background-image: url("img/braintree_dropin_sprite.png");
background-position: 0 -156px;
display: block;
height: 28px;
text-indent: -999em;
width: 44px;
position: absolute;
top: 25px;
left: 5px;
}
.payment-method-icon.jcb {
background-image: url("img/braintree_dropin_sprite.png");
background-position: 0 -212px;
display: block;
height: 28px;
text-indent: -999em;
width: 44px;
position: absolute;
top: 25px;
left: 5px;
}
.inputError {
box-shadow: 0 0 5px #ff0101 !important;
}
.invalid {
box-shadow: 0 0 5px #ff0101 !important;
}
label {
text-transform:none !important;
font-size: 13px !important;
}
.pay-btn {
background: #69a219 none repeat scroll 0 0 !important;
border-color: #558512 !important;
border-style: solid !important;
border-width: 1px 1px 3px !important;
font-weight: bold;
}