@globalpayments/js 1.9.13 → 1.9.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/internal/lib/styles/click-to-pay/default.d.ts +288 -0
- package/types/internal/lib/styles/click-to-pay/gp-default.d.ts +288 -0
- package/types/internal/lib/styles/click-to-pay/simple.d.ts +288 -0
- package/types/internal/lib/styles/default.d.ts +194 -167
- package/types/internal/lib/styles/gp-default.d.ts +261 -220
- package/types/internal/lib/styles/simple.d.ts +219 -192
- package/types/lib/version.d.ts +1 -1
- package/types/ui/form/index.d.ts +652 -539
|
@@ -94,183 +94,69 @@ export declare const parentStyles: (assetBaseUrl: string) => {
|
|
|
94
94
|
height: string;
|
|
95
95
|
margin: string;
|
|
96
96
|
};
|
|
97
|
-
"apple-pay-button": {
|
|
98
|
-
"--apple-pay-button-width": string;
|
|
99
|
-
"--apple-pay-button-height": string;
|
|
100
|
-
"--apple-pay-button-border-radius": string;
|
|
101
|
-
"--apple-pay-button-padding": string;
|
|
102
|
-
"--apple-pay-button-box-sizing": string;
|
|
103
|
-
display: string;
|
|
104
|
-
margin: string;
|
|
105
|
-
};
|
|
106
|
-
".secure-payment-form": {
|
|
107
|
-
display: string;
|
|
108
|
-
"-ms-flex-wrap": string;
|
|
109
|
-
"flex-wrap": string;
|
|
110
|
-
};
|
|
111
|
-
".secure-payment-form *": {
|
|
112
|
-
"box-sizing": string;
|
|
113
|
-
};
|
|
114
|
-
".secure-payment-form label": {
|
|
115
|
-
margin: string;
|
|
116
|
-
display: string;
|
|
117
|
-
"font-size": string;
|
|
118
|
-
"font-weight": string;
|
|
119
|
-
"font-family": string;
|
|
120
|
-
};
|
|
121
|
-
".secure-payment-form > div": {
|
|
122
|
-
flex: string;
|
|
123
|
-
};
|
|
124
|
-
".secure-payment-form .credit-card-card-cvv iframe": {
|
|
125
|
-
width: string;
|
|
126
|
-
float: string;
|
|
127
|
-
};
|
|
128
|
-
".secure-payment-form .credit-card-shield": {
|
|
129
|
-
flex: string;
|
|
130
|
-
"margin-right": string;
|
|
131
|
-
background: string;
|
|
132
|
-
width: string;
|
|
133
|
-
height: string;
|
|
134
|
-
};
|
|
135
|
-
".secure-payment-form .credit-card-logo": {
|
|
136
|
-
flex: string;
|
|
137
|
-
"margin-left": string;
|
|
138
|
-
background: string;
|
|
139
|
-
width: string;
|
|
140
|
-
height: string;
|
|
141
|
-
};
|
|
142
|
-
".secure-payment-form .credit-card-submit": {
|
|
143
|
-
margin: string;
|
|
144
|
-
};
|
|
145
|
-
".secure-payment-form iframe": {
|
|
146
|
-
"min-height": string;
|
|
147
|
-
width: string;
|
|
148
|
-
};
|
|
149
|
-
".secure-payment-form .tooltip": {
|
|
150
|
-
position: string;
|
|
151
|
-
width: string;
|
|
152
|
-
height: string;
|
|
153
|
-
border: string;
|
|
154
|
-
"border-left": string;
|
|
155
|
-
color: string;
|
|
156
|
-
overflow: string;
|
|
157
|
-
"background-size": string;
|
|
158
|
-
background: string;
|
|
159
|
-
};
|
|
160
|
-
".secure-payment-form .tooltip:focus": {
|
|
161
|
-
border: string;
|
|
162
|
-
outline: string;
|
|
163
|
-
};
|
|
164
|
-
".secure-payment-form .tooltip-content": {
|
|
165
|
-
visibility: string;
|
|
166
|
-
width: string;
|
|
167
|
-
"background-color": string;
|
|
168
|
-
color: string;
|
|
169
|
-
"text-align": string;
|
|
170
|
-
"border-radius": string;
|
|
171
|
-
border: string;
|
|
172
|
-
padding: string;
|
|
173
|
-
position: string;
|
|
174
|
-
"z-index": string;
|
|
175
|
-
right: string;
|
|
176
|
-
opacity: string;
|
|
177
|
-
transition: string;
|
|
178
|
-
"font-size": string;
|
|
179
|
-
"font-weight": string;
|
|
180
|
-
"margin-top": string;
|
|
181
|
-
overflow: string;
|
|
182
|
-
"box-shadow": string;
|
|
183
|
-
};
|
|
184
|
-
".secure-payment-form .tooltip:hover + .tooltip-content": {
|
|
185
|
-
visibility: string;
|
|
186
|
-
opacity: string;
|
|
187
|
-
};
|
|
188
|
-
".secure-payment-form .tooltip:focus + .tooltip-content": {
|
|
189
|
-
visibility: string;
|
|
190
|
-
opacity: string;
|
|
191
|
-
};
|
|
192
|
-
".secure-payment-form .other-cards-label": {
|
|
193
|
-
"border-bottom": string;
|
|
194
|
-
"text-align": string;
|
|
195
|
-
margin: string;
|
|
196
|
-
position: string;
|
|
197
|
-
};
|
|
198
|
-
".secure-payment-form .other-cards-label span": {
|
|
199
|
-
"text-align": string;
|
|
200
|
-
padding: string;
|
|
201
|
-
background: string;
|
|
202
|
-
position: string;
|
|
203
|
-
color: string;
|
|
204
|
-
width: string;
|
|
205
|
-
left: string;
|
|
206
|
-
"-webkit-transform": string;
|
|
207
|
-
"-moz-transform": string;
|
|
208
|
-
"-ms-transform": string;
|
|
209
|
-
"-o-transform": string;
|
|
210
|
-
transform: string;
|
|
211
|
-
margin: string;
|
|
212
|
-
"font-family": string;
|
|
213
|
-
"font-size": string;
|
|
214
|
-
"white-space": string;
|
|
215
|
-
};
|
|
216
|
-
".secure-payment-form .hidden": {
|
|
217
|
-
display: string;
|
|
218
|
-
};
|
|
219
97
|
".secure-payment-form .ctp-panel": {
|
|
220
98
|
border: string;
|
|
221
99
|
"box-shadow": string;
|
|
222
100
|
"border-radius": string;
|
|
101
|
+
"container-type": string;
|
|
102
|
+
"font-family": string;
|
|
223
103
|
"margin-bottom": string;
|
|
224
104
|
};
|
|
225
105
|
".secure-payment-form div[class^='credit-card'].apm-active ~ div:not([class$='shield']):not([class$='logo'])": {
|
|
226
106
|
display: string;
|
|
227
107
|
};
|
|
228
108
|
".secure-payment-form .ctp-panel .ctp-button": {
|
|
229
|
-
display: string;
|
|
230
|
-
background: string;
|
|
231
|
-
"flex-direction": string;
|
|
232
109
|
"align-items": string;
|
|
233
|
-
|
|
110
|
+
background: string;
|
|
111
|
+
cursor: string;
|
|
112
|
+
display: string;
|
|
234
113
|
flex: string;
|
|
235
|
-
|
|
114
|
+
"flex-direction": string;
|
|
236
115
|
"flex-grow": string;
|
|
116
|
+
order: string;
|
|
117
|
+
padding: string;
|
|
237
118
|
position: string;
|
|
238
|
-
"
|
|
239
|
-
"line-height": string;
|
|
240
|
-
cursor: string;
|
|
241
|
-
"font-family": string;
|
|
119
|
+
"white-space": string;
|
|
242
120
|
};
|
|
243
|
-
".secure-payment-form .
|
|
244
|
-
|
|
121
|
+
".secure-payment-form .ctp-panel .ctp-header": {
|
|
122
|
+
width: string;
|
|
245
123
|
};
|
|
246
|
-
".secure-payment-form .ctp-panel .ctp-button
|
|
247
|
-
|
|
248
|
-
|
|
124
|
+
".secure-payment-form .ctp-panel .ctp-button .heading": {
|
|
125
|
+
"font-family": string;
|
|
126
|
+
"font-weight": string;
|
|
127
|
+
"line-height": string;
|
|
128
|
+
"font-size": string;
|
|
129
|
+
};
|
|
130
|
+
".secure-payment-form .ctp-panel .ctp-button .ctp-icon": {
|
|
131
|
+
background: string;
|
|
132
|
+
"background-size": string;
|
|
249
133
|
width: string;
|
|
250
134
|
height: string;
|
|
251
|
-
|
|
252
|
-
"border-width": string;
|
|
135
|
+
margin: string;
|
|
253
136
|
display: string;
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
137
|
+
"vertical-align": string;
|
|
138
|
+
flex: string;
|
|
139
|
+
order: string;
|
|
140
|
+
"flex-grow": string;
|
|
257
141
|
};
|
|
258
|
-
".secure-payment-form .ctp-panel .
|
|
259
|
-
|
|
142
|
+
".secure-payment-form .ctp-panel .ctp-button .subheading": {
|
|
143
|
+
margin: string;
|
|
144
|
+
"font-family": string;
|
|
145
|
+
"font-weight": string;
|
|
146
|
+
"font-size": string;
|
|
147
|
+
"line-height": string;
|
|
148
|
+
color: string;
|
|
149
|
+
};
|
|
150
|
+
".secure-payment-form div[class^='ctp'] .card-brands": {
|
|
260
151
|
background: string;
|
|
261
|
-
right: string;
|
|
262
|
-
border: string;
|
|
263
|
-
"border-width": string;
|
|
264
|
-
display: string;
|
|
265
152
|
padding: string;
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
"z-index": string;
|
|
269
|
-
top: string;
|
|
270
|
-
"margin-top": string;
|
|
271
|
-
};
|
|
272
|
-
".secure-payment-form .apm-active .right-arrow": {
|
|
153
|
+
width: string;
|
|
154
|
+
height: string;
|
|
273
155
|
display: string;
|
|
156
|
+
"vertical-align": string;
|
|
157
|
+
flex: string;
|
|
158
|
+
order: string;
|
|
159
|
+
"flex-grow": string;
|
|
274
160
|
};
|
|
275
161
|
".secure-payment-form .ctp-info-tooltip": {
|
|
276
162
|
width: string;
|
|
@@ -280,6 +166,7 @@ export declare const parentStyles: (assetBaseUrl: string) => {
|
|
|
280
166
|
overflow: string;
|
|
281
167
|
background: string;
|
|
282
168
|
margin: string;
|
|
169
|
+
"white-space": string;
|
|
283
170
|
};
|
|
284
171
|
".secure-payment-form .ctp-info-tooltip-content": {
|
|
285
172
|
visibility: string;
|
|
@@ -296,16 +183,21 @@ export declare const parentStyles: (assetBaseUrl: string) => {
|
|
|
296
183
|
"margin-top": string;
|
|
297
184
|
opacity: string;
|
|
298
185
|
transition: string;
|
|
186
|
+
"font-family": string;
|
|
299
187
|
"font-size": string;
|
|
300
188
|
"font-weight": string;
|
|
301
189
|
"box-shadow": string;
|
|
302
190
|
};
|
|
191
|
+
".secure-payment-form .ctp-info-tooltip-content .ctp-icon": {
|
|
192
|
+
"margin-left": string;
|
|
193
|
+
};
|
|
303
194
|
".secure-payment-form .ctp-info-tooltip .ctp-heading": {
|
|
304
195
|
"max-width": string;
|
|
305
196
|
margin: string;
|
|
306
197
|
};
|
|
307
198
|
".secure-payment-form .ctp-info-tooltip-content ul": {
|
|
308
199
|
padding: string;
|
|
200
|
+
"margin-bottom": string;
|
|
309
201
|
};
|
|
310
202
|
".secure-payment-form .ctp-info-tooltip-content li": {
|
|
311
203
|
padding: string;
|
|
@@ -351,127 +243,276 @@ export declare const parentStyles: (assetBaseUrl: string) => {
|
|
|
351
243
|
visibility: string;
|
|
352
244
|
opacity: string;
|
|
353
245
|
};
|
|
354
|
-
"
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
246
|
+
"@container (min-width: 408px)": {
|
|
247
|
+
".secure-payment-form .ctp-panel .ctp-button .heading": {
|
|
248
|
+
"font-size": string;
|
|
249
|
+
};
|
|
250
|
+
".secure-payment-form .ctp-panel .right-arrow": {
|
|
251
|
+
"border-width": string;
|
|
252
|
+
};
|
|
253
|
+
".secure-payment-form .ctp-panel .ctp-button .ctp-icon": {
|
|
254
|
+
width: string;
|
|
255
|
+
height: string;
|
|
256
|
+
"background-size": string;
|
|
257
|
+
};
|
|
258
|
+
};
|
|
259
|
+
".secure-payment-form .apm-active .ctp-panel .ctp-button": {
|
|
260
|
+
cursor: string;
|
|
261
|
+
};
|
|
262
|
+
".secure-payment-form.apm-active .ctp-panel .ctp-button": {
|
|
263
|
+
cursor: string;
|
|
264
|
+
};
|
|
265
|
+
".secure-payment-form .ctp-panel .ctp-button:after": {
|
|
266
|
+
content: string;
|
|
267
|
+
position: string;
|
|
358
268
|
width: string;
|
|
359
269
|
height: string;
|
|
360
|
-
|
|
270
|
+
border: string;
|
|
271
|
+
"border-width": string;
|
|
272
|
+
display: string;
|
|
273
|
+
padding: string;
|
|
274
|
+
transform: string;
|
|
275
|
+
"-webkit-transform": string;
|
|
361
276
|
};
|
|
362
|
-
".secure-payment-form
|
|
277
|
+
".secure-payment-form .ctp-panel .right-arrow": {
|
|
278
|
+
position: string;
|
|
363
279
|
background: string;
|
|
280
|
+
right: string;
|
|
281
|
+
border: string;
|
|
282
|
+
"border-width": string;
|
|
364
283
|
display: string;
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
"
|
|
368
|
-
|
|
369
|
-
|
|
284
|
+
padding: string;
|
|
285
|
+
transform: string;
|
|
286
|
+
"-webkit-transform": string;
|
|
287
|
+
"z-index": string;
|
|
288
|
+
top: string;
|
|
289
|
+
"margin-top": string;
|
|
370
290
|
};
|
|
371
|
-
".secure-payment-form
|
|
291
|
+
".secure-payment-form .apm-active .right-arrow": {
|
|
372
292
|
display: string;
|
|
373
293
|
};
|
|
374
|
-
".secure-payment-form
|
|
294
|
+
".secure-payment-form.apm-active .right-arrow": {
|
|
375
295
|
display: string;
|
|
376
296
|
};
|
|
377
|
-
"
|
|
378
|
-
|
|
297
|
+
"#ctp-wrapper #header": {
|
|
298
|
+
display: string;
|
|
299
|
+
};
|
|
300
|
+
"#ctp-wrapper .logindiv .tooltip": {
|
|
301
|
+
display: string;
|
|
302
|
+
};
|
|
303
|
+
"#ctp-wrapper .logindiv .lblemailInput": {
|
|
304
|
+
display: string;
|
|
305
|
+
};
|
|
306
|
+
"#ctp-wrapper #verifyVisa .VerificationLabel": {
|
|
379
307
|
"font-size": string;
|
|
308
|
+
"font-family": string;
|
|
380
309
|
"line-height": string;
|
|
381
|
-
"font-weight": string;
|
|
382
310
|
};
|
|
383
|
-
"
|
|
384
|
-
|
|
311
|
+
"#ctp-wrapper #verifyVisa label": {
|
|
312
|
+
display: string;
|
|
313
|
+
"font-size": string;
|
|
314
|
+
"font-family": string;
|
|
315
|
+
margin: string;
|
|
385
316
|
};
|
|
386
|
-
"
|
|
317
|
+
"#ctp-wrapper .blue-button label": {
|
|
387
318
|
"font-size": string;
|
|
388
319
|
"line-height": string;
|
|
389
|
-
"
|
|
390
|
-
float: string;
|
|
320
|
+
"font-family": string;
|
|
391
321
|
margin: string;
|
|
392
322
|
};
|
|
393
|
-
"
|
|
323
|
+
"#ctp-wrapper .cardhdr label": {
|
|
324
|
+
margin: string;
|
|
325
|
+
display: string;
|
|
394
326
|
"font-size": string;
|
|
395
327
|
"line-height": string;
|
|
396
|
-
|
|
397
|
-
|
|
328
|
+
};
|
|
329
|
+
"#ctp-wrapper .cardhdr label.crdSelectuser": {
|
|
398
330
|
margin: string;
|
|
399
331
|
};
|
|
400
|
-
"
|
|
332
|
+
"#ctp-wrapper button label": {
|
|
333
|
+
margin: string;
|
|
401
334
|
"font-size": string;
|
|
402
|
-
"line-height": string;
|
|
403
|
-
"text-align": string;
|
|
404
|
-
float: string;
|
|
405
335
|
};
|
|
406
|
-
"
|
|
407
|
-
|
|
408
|
-
"margin-top": string;
|
|
336
|
+
"#ctp-wrapper .quitbanner > svg": {
|
|
337
|
+
display: string;
|
|
409
338
|
};
|
|
410
|
-
"
|
|
339
|
+
"#ctp-wrapper #footer": {
|
|
411
340
|
display: string;
|
|
412
341
|
};
|
|
413
|
-
"
|
|
414
|
-
|
|
342
|
+
"#ctp-wrapper .signinlayout": {
|
|
343
|
+
"max-width": string;
|
|
344
|
+
"min-height": string;
|
|
345
|
+
};
|
|
346
|
+
".secure-payment-form.apm-active .signinlayout": {
|
|
347
|
+
"min-height": string;
|
|
415
348
|
};
|
|
416
|
-
"
|
|
349
|
+
"#ctp-wrapper .rsdcode": {
|
|
417
350
|
"font-size": string;
|
|
418
|
-
"line-height": string;
|
|
419
351
|
"font-weight": string;
|
|
420
352
|
margin: string;
|
|
421
353
|
};
|
|
422
|
-
"
|
|
354
|
+
"#ctp-wrapper .footerLabelDiv label": {
|
|
423
355
|
"font-size": string;
|
|
424
|
-
"line-height": string;
|
|
425
356
|
"font-weight": string;
|
|
426
|
-
margin: string;
|
|
357
|
+
"margin-top": string;
|
|
358
|
+
"margin-bottom": string;
|
|
359
|
+
};
|
|
360
|
+
"#ctp-wrapper .logindiv": {
|
|
361
|
+
"min-height": string;
|
|
427
362
|
};
|
|
428
|
-
"
|
|
363
|
+
"#ctp-wrapper .VerificationLabel label": {
|
|
364
|
+
display: string;
|
|
365
|
+
margin: string;
|
|
429
366
|
"font-size": string;
|
|
430
|
-
|
|
431
|
-
|
|
367
|
+
};
|
|
368
|
+
"#ctp-wrapper .VerificationLabel #userMobileMC": {
|
|
432
369
|
margin: string;
|
|
433
370
|
};
|
|
434
|
-
"
|
|
435
|
-
|
|
371
|
+
"#ctp-wrapper .transctcardlabel": {
|
|
372
|
+
margin: string;
|
|
373
|
+
"font-size": string;
|
|
374
|
+
};
|
|
375
|
+
"#ctp-wrapper .TransitionLabel": {
|
|
436
376
|
"font-size": string;
|
|
437
377
|
"line-height": string;
|
|
438
|
-
|
|
378
|
+
"text-align": string;
|
|
379
|
+
float: string;
|
|
380
|
+
margin: string;
|
|
439
381
|
};
|
|
440
|
-
"
|
|
382
|
+
"apple-pay-button": {
|
|
383
|
+
"--apple-pay-button-width": string;
|
|
384
|
+
"--apple-pay-button-height": string;
|
|
385
|
+
"--apple-pay-button-border-radius": string;
|
|
386
|
+
"--apple-pay-button-padding": string;
|
|
387
|
+
"--apple-pay-button-box-sizing": string;
|
|
388
|
+
display: string;
|
|
441
389
|
margin: string;
|
|
442
390
|
};
|
|
443
|
-
".secure-payment-form
|
|
444
|
-
|
|
445
|
-
"
|
|
446
|
-
"
|
|
391
|
+
".secure-payment-form": {
|
|
392
|
+
display: string;
|
|
393
|
+
"-ms-flex-wrap": string;
|
|
394
|
+
"flex-wrap": string;
|
|
447
395
|
};
|
|
448
|
-
".secure-payment-form
|
|
396
|
+
".secure-payment-form *": {
|
|
397
|
+
"box-sizing": string;
|
|
398
|
+
};
|
|
399
|
+
".secure-payment-form label": {
|
|
400
|
+
margin: string;
|
|
401
|
+
display: string;
|
|
449
402
|
"font-size": string;
|
|
450
|
-
"line-height": string;
|
|
451
403
|
"font-weight": string;
|
|
452
|
-
"
|
|
404
|
+
"font-family": string;
|
|
453
405
|
};
|
|
454
|
-
".secure-payment-form
|
|
455
|
-
|
|
406
|
+
".secure-payment-form > div": {
|
|
407
|
+
flex: string;
|
|
456
408
|
};
|
|
457
|
-
".secure-payment-form
|
|
458
|
-
|
|
459
|
-
|
|
409
|
+
".secure-payment-form .credit-card-card-cvv iframe": {
|
|
410
|
+
width: string;
|
|
411
|
+
float: string;
|
|
412
|
+
};
|
|
413
|
+
".secure-payment-form .credit-card-shield": {
|
|
414
|
+
flex: string;
|
|
415
|
+
"margin-right": string;
|
|
416
|
+
background: string;
|
|
417
|
+
width: string;
|
|
418
|
+
height: string;
|
|
419
|
+
};
|
|
420
|
+
".secure-payment-form .apm-shield": {
|
|
421
|
+
flex: string;
|
|
422
|
+
"margin-right": string;
|
|
423
|
+
background: string;
|
|
424
|
+
width: string;
|
|
425
|
+
height: string;
|
|
426
|
+
};
|
|
427
|
+
".secure-payment-form .credit-card-logo": {
|
|
428
|
+
flex: string;
|
|
429
|
+
"margin-left": string;
|
|
430
|
+
background: string;
|
|
431
|
+
width: string;
|
|
432
|
+
height: string;
|
|
460
433
|
};
|
|
461
|
-
".secure-payment-form
|
|
434
|
+
".secure-payment-form .apm-logo": {
|
|
435
|
+
flex: string;
|
|
436
|
+
"margin-left": string;
|
|
437
|
+
background: string;
|
|
438
|
+
width: string;
|
|
439
|
+
height: string;
|
|
440
|
+
};
|
|
441
|
+
".secure-payment-form .credit-card-submit": {
|
|
442
|
+
margin: string;
|
|
443
|
+
};
|
|
444
|
+
".secure-payment-form iframe": {
|
|
462
445
|
"min-height": string;
|
|
446
|
+
width: string;
|
|
447
|
+
};
|
|
448
|
+
".secure-payment-form .tooltip": {
|
|
449
|
+
position: string;
|
|
450
|
+
width: string;
|
|
451
|
+
height: string;
|
|
452
|
+
border: string;
|
|
453
|
+
"border-left": string;
|
|
454
|
+
color: string;
|
|
455
|
+
overflow: string;
|
|
456
|
+
"background-size": string;
|
|
457
|
+
background: string;
|
|
458
|
+
};
|
|
459
|
+
".secure-payment-form .tooltip:focus": {
|
|
460
|
+
border: string;
|
|
461
|
+
outline: string;
|
|
462
|
+
};
|
|
463
|
+
".secure-payment-form .tooltip-content": {
|
|
464
|
+
visibility: string;
|
|
465
|
+
width: string;
|
|
466
|
+
"background-color": string;
|
|
467
|
+
color: string;
|
|
468
|
+
"text-align": string;
|
|
469
|
+
"border-radius": string;
|
|
470
|
+
border: string;
|
|
463
471
|
padding: string;
|
|
472
|
+
position: string;
|
|
473
|
+
"z-index": string;
|
|
474
|
+
right: string;
|
|
475
|
+
opacity: string;
|
|
476
|
+
transition: string;
|
|
477
|
+
"font-size": string;
|
|
478
|
+
"font-weight": string;
|
|
479
|
+
"margin-top": string;
|
|
480
|
+
overflow: string;
|
|
481
|
+
"box-shadow": string;
|
|
464
482
|
};
|
|
465
|
-
".secure-payment-form
|
|
466
|
-
|
|
483
|
+
".secure-payment-form .tooltip:hover + .tooltip-content": {
|
|
484
|
+
visibility: string;
|
|
485
|
+
opacity: string;
|
|
467
486
|
};
|
|
468
|
-
".secure-payment-form
|
|
469
|
-
|
|
487
|
+
".secure-payment-form .tooltip:focus + .tooltip-content": {
|
|
488
|
+
visibility: string;
|
|
489
|
+
opacity: string;
|
|
470
490
|
};
|
|
471
|
-
".secure-payment-form
|
|
472
|
-
|
|
491
|
+
".secure-payment-form .other-cards-label": {
|
|
492
|
+
"border-bottom": string;
|
|
493
|
+
"text-align": string;
|
|
494
|
+
margin: string;
|
|
495
|
+
position: string;
|
|
496
|
+
};
|
|
497
|
+
".secure-payment-form .other-cards-label span": {
|
|
498
|
+
"text-align": string;
|
|
499
|
+
padding: string;
|
|
500
|
+
background: string;
|
|
501
|
+
position: string;
|
|
502
|
+
color: string;
|
|
503
|
+
width: string;
|
|
504
|
+
left: string;
|
|
505
|
+
"-webkit-transform": string;
|
|
506
|
+
"-moz-transform": string;
|
|
507
|
+
"-ms-transform": string;
|
|
508
|
+
"-o-transform": string;
|
|
509
|
+
transform: string;
|
|
510
|
+
margin: string;
|
|
511
|
+
"font-family": string;
|
|
512
|
+
"font-size": string;
|
|
513
|
+
"white-space": string;
|
|
473
514
|
};
|
|
474
|
-
".secure-payment-form
|
|
515
|
+
".secure-payment-form .hidden": {
|
|
475
516
|
display: string;
|
|
476
517
|
};
|
|
477
518
|
"@font-face": {
|