@getspot/spot-widget 1.4.0 → 2.0.1
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/CHANGELOG.md +12 -0
- package/README.md +562 -5
- package/dist/__mocks__/ui.d.ts +12 -0
- package/dist/__mocks__/ui.d.ts.map +1 -0
- package/dist/api.d.ts +26 -0
- package/dist/api.d.ts.map +1 -0
- package/dist/index.d.ts +25 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.es.js +364 -327
- package/dist/index.umd.js +3 -3
- package/dist/types.d.ts +144 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/ui.d.ts +11 -0
- package/dist/ui.d.ts.map +1 -0
- package/dist/validateOptions.d.ts +3 -0
- package/dist/validateOptions.d.ts.map +1 -0
- package/package.json +22 -3
- package/.turbo/turbo-build.log +0 -13
- package/assets/briefcase.svg +0 -1
- package/assets/building.svg +0 -1
- package/assets/cross.svg +0 -1
- package/assets/medal.svg +0 -1
- package/assets/plane.svg +0 -1
- package/assets/scale.svg +0 -1
- package/assets/umbrella.svg +0 -1
- package/assets/users.svg +0 -1
- package/src/api.js +0 -154
- package/src/index.js +0 -422
- package/src/styles.css +0 -481
- package/src/ui.js +0 -267
- package/src/validateOptions.js +0 -253
- package/vite.config.js +0 -18
package/src/styles.css
DELETED
|
@@ -1,481 +0,0 @@
|
|
|
1
|
-
:root {
|
|
2
|
-
--spot-font-family: Arial;
|
|
3
|
-
--spot-padding: 1.25rem;
|
|
4
|
-
--spot-background-color: #ffffff;
|
|
5
|
-
--spot-font-color: #000000;
|
|
6
|
-
--spot-border-radius: 0.5rem;
|
|
7
|
-
|
|
8
|
-
--spot-title-font-size: 1.25rem;
|
|
9
|
-
--spot-title-font-weight: 700;
|
|
10
|
-
--spot-title-padding: 0 0 1.25rem 0;
|
|
11
|
-
|
|
12
|
-
--spot-description-font-size: 0.875rem;
|
|
13
|
-
--spot-description-font-weight: 400;
|
|
14
|
-
--spot-description-padding: 0 0 0.5rem 0;
|
|
15
|
-
|
|
16
|
-
--spot-bullets-font-size: 0.875rem;
|
|
17
|
-
--spot-bullets-font-weight: 400;
|
|
18
|
-
--spot-bullets-padding: 0.3125rem;
|
|
19
|
-
|
|
20
|
-
--spot-table-border-radius: 0.625rem;
|
|
21
|
-
|
|
22
|
-
--spot-table-header-font-size: 0.875rem;
|
|
23
|
-
--spot-table-header-font-weight: 700;
|
|
24
|
-
--spot-table-header-padding: 0 0.5rem 0.625rem;
|
|
25
|
-
|
|
26
|
-
--spot-table-cell-font-size: 0.815rem;
|
|
27
|
-
--spot-table-cell-font-weight: 400;
|
|
28
|
-
--spot-table-cell-padding: 0 0.625rem;
|
|
29
|
-
|
|
30
|
-
--spot-radio-border: #000000;
|
|
31
|
-
--spot-radio-border-radius: 0.625rem;
|
|
32
|
-
--spot-radio-checked-background: #000000;
|
|
33
|
-
|
|
34
|
-
--spot-radio-text-font-size: 0.875rem;
|
|
35
|
-
--spot-radio-text-font-weight: 400;
|
|
36
|
-
--spot-radio-text-padding: 0.625rem;
|
|
37
|
-
|
|
38
|
-
--spot-radio-selection-background: #f4f4f4;
|
|
39
|
-
--spot-radio-selection-border-radius: 0.625rem;
|
|
40
|
-
--spot-radio-selection-padding: 0.625rem;
|
|
41
|
-
|
|
42
|
-
--spot-recommended-tag-background: #000000;
|
|
43
|
-
--spot-recommended-tag-font-color: #ffffff;
|
|
44
|
-
--spot-recommended-tag-font-size: 0.875rem;
|
|
45
|
-
--spot-recommended-tag-font-weight: 700;
|
|
46
|
-
--spot-recommended-tag-padding: 0.25rem 0.5rem;
|
|
47
|
-
--spot-recommended-tag-border-radius: 0.5rem;
|
|
48
|
-
|
|
49
|
-
--spot-selection-error-font-color: #ff0000;
|
|
50
|
-
--spot-selection-error-font-size: 0.875rem;
|
|
51
|
-
|
|
52
|
-
--spot-qualifying-reasons-margin: 0.75rem 0;
|
|
53
|
-
--spot-qualifying-reasons-padding: 0 0.3125rem;
|
|
54
|
-
--spot-qualifying-reasons-column-gap: 3rem;
|
|
55
|
-
--spot-qualifying-reasons-row-gap: 0.25rem;
|
|
56
|
-
--spot-qualifying-reasons-grid-padding-left: 1rem;
|
|
57
|
-
|
|
58
|
-
--spot-qualifying-reasons-icon-wrapper-size: 1.125rem;
|
|
59
|
-
--spot-qualifying-reasons-icon-size: 0.75rem;
|
|
60
|
-
--spot-qualifying-reasons-icon-border-color: #2E2E2E;
|
|
61
|
-
--spot-qualifying-reasons-icon-border-width: 1px;
|
|
62
|
-
--spot-qualifying-reasons-icon-background: #ffffff;
|
|
63
|
-
--spot-qualifying-reasons-item-gap: 0.625rem;
|
|
64
|
-
|
|
65
|
-
--spot-qualifying-reasons-label-font-size: 0.8rem;
|
|
66
|
-
--spot-qualifying-reasons-label-font-weight: 400;
|
|
67
|
-
--spot-qualifying-reasons-label-font-color: #000000;
|
|
68
|
-
--spot-qualifying-reasons-label-font-family: Arial;
|
|
69
|
-
--spot-selection-error-padding: 0.5rem;
|
|
70
|
-
|
|
71
|
-
--spot-payment-terms-background: #f4f4f4;
|
|
72
|
-
--spot-payment-terms-border-radius: 0.625rem;
|
|
73
|
-
--spot-payment-terms-padding: 1rem;
|
|
74
|
-
--spot-payment-terms-font-color: #636569;
|
|
75
|
-
--spot-payment-terms-font-size: 0.75rem;
|
|
76
|
-
|
|
77
|
-
--spot-payment-terms-header-font-weight: 700;
|
|
78
|
-
--spot-payment-terms-header-font-size: 0.875rem;
|
|
79
|
-
--spot-payment-terms-header-margin-bottom: 0.5rem;
|
|
80
|
-
--spot-payment-terms-header-border-color: #c2c2c2;
|
|
81
|
-
--spot-payment-terms-header-padding: 0 0 0.5rem 0;
|
|
82
|
-
|
|
83
|
-
--spot-terms-font-size: 0.75rem;
|
|
84
|
-
--spot-terms-font-weight: 400;
|
|
85
|
-
--spot-terms-font-color: #636569;
|
|
86
|
-
--spot-terms-padding: 0;
|
|
87
|
-
|
|
88
|
-
--spot-terms-link-text-decoration: underline;
|
|
89
|
-
--spot-terms-link-font-size: 0.75rem;
|
|
90
|
-
--spot-terms-link-font-weight: 400;
|
|
91
|
-
--spot-terms-link-font-color: #636569;
|
|
92
|
-
--spot-terms-link-padding: 0;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.spot-refund-guarantee {
|
|
96
|
-
font-family: var(--spot-font-family);
|
|
97
|
-
padding: var(--spot-padding);
|
|
98
|
-
background-color: var(--spot-background-color);
|
|
99
|
-
color: var(--spot-font-color);
|
|
100
|
-
border: 0.0625rem solid #e0e0e0;
|
|
101
|
-
border-radius: var(--spot-border-radius);
|
|
102
|
-
max-width: 51rem;
|
|
103
|
-
margin: 1rem;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.spot-refund-guarantee * {
|
|
107
|
-
color: inherit;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.spot-header__title {
|
|
111
|
-
font-size: var(--spot-title-font-size);
|
|
112
|
-
font-weight: var(--spot-title-font-weight);
|
|
113
|
-
padding: var(--spot-title-padding);
|
|
114
|
-
color: var(--spot-title-font-color);
|
|
115
|
-
font-family: var(--spot-title-font-family);
|
|
116
|
-
line-height: 120%;
|
|
117
|
-
letter-spacing: -0.03125rem;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.spot-header__description {
|
|
121
|
-
font-size: var(--spot-description-font-size);
|
|
122
|
-
font-weight: var(--spot-description-font-weight);
|
|
123
|
-
color: var(--spot-description-font-color);
|
|
124
|
-
font-family: var(--spot-description-font-family);
|
|
125
|
-
padding: var(--spot-description-padding);
|
|
126
|
-
line-height: 125%;
|
|
127
|
-
letter-spacing: -0.025rem;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
.spot-content__wrapper {
|
|
131
|
-
display: flex;
|
|
132
|
-
flex-direction: column;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
/* Desktop Layout - Columns */
|
|
136
|
-
@media (min-width: 48rem) {
|
|
137
|
-
.spot-content__wrapper.desktop-layout {
|
|
138
|
-
display: grid;
|
|
139
|
-
grid-template-columns: 1fr 20.3125rem;
|
|
140
|
-
align-items: start;
|
|
141
|
-
gap: 1rem;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.desktop-layout .spot-benefits__list {
|
|
145
|
-
grid-row: 1;
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.desktop-layout .spot-covered-items__container {
|
|
149
|
-
grid-row: 2;
|
|
150
|
-
grid-column: 1;
|
|
151
|
-
}
|
|
152
|
-
|
|
153
|
-
.desktop-layout .spot-selection__options {
|
|
154
|
-
grid-row: 3;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.desktop-layout .spot-table__container {
|
|
158
|
-
grid-row: 1 / span 3;
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
/* Mobile Layout - Stacked */
|
|
163
|
-
@media (max-width: 52.438rem) {
|
|
164
|
-
.spot-selection__recommended-tag {
|
|
165
|
-
display: inline-block;
|
|
166
|
-
margin-left: 0;
|
|
167
|
-
/*margin-top: 0.5rem;*/ /*showtable*/
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
@media (max-width: 47.938rem) {
|
|
172
|
-
.spot-selection__recommended-tag {
|
|
173
|
-
margin-top: 0rem;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
@media (max-width: 32.125rem) {
|
|
178
|
-
.spot-selection__recommended-tag {
|
|
179
|
-
margin-top: 0.5rem;
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
/* Mobile Layout - Stacked */
|
|
184
|
-
@media (max-width: 47.9375rem) {
|
|
185
|
-
.spot-table__container {
|
|
186
|
-
display: flex;
|
|
187
|
-
justify-content: center;
|
|
188
|
-
}
|
|
189
|
-
.spot-selection__recommended-tag {
|
|
190
|
-
display: inline-block;
|
|
191
|
-
margin-left: 0;
|
|
192
|
-
}
|
|
193
|
-
.spot-footer__container {
|
|
194
|
-
flex-direction: column;
|
|
195
|
-
margin-top: 0.5rem;
|
|
196
|
-
}
|
|
197
|
-
.spot-refund__table {
|
|
198
|
-
width: 100%;
|
|
199
|
-
table-layout: auto;
|
|
200
|
-
}
|
|
201
|
-
.spot-refund__table th {
|
|
202
|
-
padding: 0rem;
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
/* Benefits List */
|
|
207
|
-
.spot-benefits__list {
|
|
208
|
-
list-style-type: none;
|
|
209
|
-
line-height: 125%;
|
|
210
|
-
gap: 0.5625rem;
|
|
211
|
-
font-size: var(--spot-bullets-font-size);
|
|
212
|
-
font-weight: var(--spot-bullets-font-weight);
|
|
213
|
-
color: var(--spot-bullets-font-color);
|
|
214
|
-
font-family: var(--spot-bullets-font-family);
|
|
215
|
-
padding: var(--spot-bullets-padding);
|
|
216
|
-
margin-block-start: 0rem;
|
|
217
|
-
margin-block-end: 0rem;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.spot-benefits__list li {
|
|
221
|
-
margin-bottom: 0.5rem;
|
|
222
|
-
display: flex;
|
|
223
|
-
align-items: flex-start;
|
|
224
|
-
gap: 0.5rem;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.spot-benefits__list li svg {
|
|
228
|
-
flex-shrink: 0;
|
|
229
|
-
position: relative;
|
|
230
|
-
top: 0.125rem;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
/* Qualifying Reasons */
|
|
234
|
-
.spot-qualifying-reasons__container {
|
|
235
|
-
margin: var(--spot-qualifying-reasons-margin);
|
|
236
|
-
padding: var(--spot-qualifying-reasons-padding);
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.spot-qualifying-reasons__grid {
|
|
240
|
-
display: grid;
|
|
241
|
-
grid-template-columns: repeat(2, minmax(0, max-content));
|
|
242
|
-
column-gap: var(--spot-qualifying-reasons-column-gap);
|
|
243
|
-
row-gap: var(--spot-qualifying-reasons-row-gap);
|
|
244
|
-
max-width: 100%;
|
|
245
|
-
padding-left: var(--spot-qualifying-reasons-grid-padding-left);
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
.spot-qualifying-reasons__item {
|
|
249
|
-
display: flex;
|
|
250
|
-
align-items: center;
|
|
251
|
-
gap: var(--spot-qualifying-reasons-item-gap);
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.spot-qualifying-reasons__icon-wrapper {
|
|
255
|
-
width: var(--spot-qualifying-reasons-icon-wrapper-size);
|
|
256
|
-
height: var(--spot-qualifying-reasons-icon-wrapper-size);
|
|
257
|
-
border-radius: 50%;
|
|
258
|
-
border: var(--spot-qualifying-reasons-icon-border-width) solid var(--spot-qualifying-reasons-icon-border-color);
|
|
259
|
-
background-color: var(--spot-qualifying-reasons-icon-background);
|
|
260
|
-
display: flex;
|
|
261
|
-
align-items: center;
|
|
262
|
-
justify-content: center;
|
|
263
|
-
flex-shrink: 0;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.spot-qualifying-reasons__icon {
|
|
267
|
-
width: var(--spot-qualifying-reasons-icon-size);
|
|
268
|
-
height: var(--spot-qualifying-reasons-icon-size);
|
|
269
|
-
}
|
|
270
|
-
|
|
271
|
-
.spot-qualifying-reasons__label {
|
|
272
|
-
font-size: var(--spot-qualifying-reasons-label-font-size);
|
|
273
|
-
font-weight: var(--spot-qualifying-reasons-label-font-weight);
|
|
274
|
-
color: var(--spot-qualifying-reasons-label-font-color);
|
|
275
|
-
font-family: var(--spot-qualifying-reasons-label-font-family);
|
|
276
|
-
line-height: 1.2;
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
@media (max-width: 480px) {
|
|
280
|
-
.spot-qualifying-reasons__grid {
|
|
281
|
-
grid-template-columns: 1fr;
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
/* Covered Items List */
|
|
286
|
-
.spot-covered-items__container {
|
|
287
|
-
margin-top: 0;
|
|
288
|
-
margin-bottom: 1rem;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
.spot-covered-items__title {
|
|
292
|
-
font-size: var(--spot-description-font-size);
|
|
293
|
-
font-weight: var(--spot-description-font-weight);
|
|
294
|
-
color: var(--spot-description-font-color);
|
|
295
|
-
font-family: var(--spot-description-font-family);
|
|
296
|
-
padding: 0 0.3125rem 0.25rem 0.3125rem;
|
|
297
|
-
line-height: 125%;
|
|
298
|
-
margin: 0;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.spot-covered-items__list {
|
|
302
|
-
list-style-type: disc;
|
|
303
|
-
list-style-position: inside;
|
|
304
|
-
line-height: 125%;
|
|
305
|
-
gap: 0.5625rem;
|
|
306
|
-
font-size: var(--spot-bullets-font-size);
|
|
307
|
-
font-weight: var(--spot-bullets-font-weight);
|
|
308
|
-
color: var(--spot-bullets-font-color);
|
|
309
|
-
font-family: var(--spot-bullets-font-family);
|
|
310
|
-
padding: var(--spot-bullets-padding);
|
|
311
|
-
margin-block-start: 0rem;
|
|
312
|
-
margin-block-end: 0rem;
|
|
313
|
-
}
|
|
314
|
-
|
|
315
|
-
.spot-covered-items__list li {
|
|
316
|
-
margin-bottom: 0.3rem;
|
|
317
|
-
text-align: left;
|
|
318
|
-
}
|
|
319
|
-
|
|
320
|
-
/* Payout Table */
|
|
321
|
-
.spot-table__container {
|
|
322
|
-
width: 100%;
|
|
323
|
-
}
|
|
324
|
-
.spot-refund__table {
|
|
325
|
-
max-width: 22rem;
|
|
326
|
-
border-radius: var(--spot-table-border-radius);
|
|
327
|
-
overflow: hidden;
|
|
328
|
-
border: 0.09375rem solid #636569;
|
|
329
|
-
table-layout: fixed;
|
|
330
|
-
margin-bottom: 1.5rem;
|
|
331
|
-
margin-top: 0.25rem;
|
|
332
|
-
padding: 0.625rem;
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
.spot-refund__table--dynamic {
|
|
336
|
-
height: auto !important;
|
|
337
|
-
min-height: 7.5rem;
|
|
338
|
-
}
|
|
339
|
-
.spot-refund__table td,
|
|
340
|
-
.spot-refund__table th {
|
|
341
|
-
padding: 0.375rem 0.625rem;
|
|
342
|
-
text-align: left;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
/* Table Cells */
|
|
346
|
-
.spot-refund__table th {
|
|
347
|
-
text-align: left;
|
|
348
|
-
font-size: var(--spot-table-header-font-size);
|
|
349
|
-
font-weight: var(--spot-table-header-font-weight);
|
|
350
|
-
color: var(--spot-table-header-font-color);
|
|
351
|
-
font-family: var(--spot-table-header-font-family);
|
|
352
|
-
padding: var(--spot-table-header-padding);
|
|
353
|
-
}
|
|
354
|
-
|
|
355
|
-
.spot-refund__table td {
|
|
356
|
-
text-align: left;
|
|
357
|
-
font-size: var(--spot-table-cell-font-size);
|
|
358
|
-
font-weight: var(--spot-table-cell-font-weight);
|
|
359
|
-
color: var(--spot-table-cell-font-color);
|
|
360
|
-
font-family: var(--spot-table-cell-font-family);
|
|
361
|
-
padding: var(--spot-table-cell-padding);
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
/* Radio Buttons */
|
|
365
|
-
input[type="radio"] {
|
|
366
|
-
-webkit-appearance: none;
|
|
367
|
-
-moz-appearance: none;
|
|
368
|
-
appearance: none;
|
|
369
|
-
width: 0.75rem;
|
|
370
|
-
height: 0.75rem;
|
|
371
|
-
border: 0.0625rem solid var(--spot-radio-border);
|
|
372
|
-
border-radius: var(--spot-radio-border-radius);
|
|
373
|
-
margin-right: 0.5rem;
|
|
374
|
-
position: relative;
|
|
375
|
-
vertical-align: middle;
|
|
376
|
-
top: -0.0625rem;
|
|
377
|
-
cursor: pointer;
|
|
378
|
-
}
|
|
379
|
-
|
|
380
|
-
input[type="radio"]:checked {
|
|
381
|
-
background: var(--spot-radio-checked-background);
|
|
382
|
-
box-shadow: inset 0 0 0 0.0625rem white;
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
/* Radio Options */
|
|
386
|
-
.spot-selection__options {
|
|
387
|
-
display: flex;
|
|
388
|
-
flex-direction: column;
|
|
389
|
-
gap: 0.5rem;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
.spot-selection__option {
|
|
393
|
-
display: block;
|
|
394
|
-
position: relative;
|
|
395
|
-
transition: background 0.2s;
|
|
396
|
-
cursor: pointer;
|
|
397
|
-
font-size: var(--spot-radio-text-font-size);
|
|
398
|
-
font-weight: var(--spot-radio-text-font-weight);
|
|
399
|
-
color: var(--spot-radio-text-font-color);
|
|
400
|
-
font-family: var(--spot-radio-text-font-family);
|
|
401
|
-
padding: var(--spot-radio-text-padding);
|
|
402
|
-
margin-right: 0.5rem;
|
|
403
|
-
gap: 0.5rem;
|
|
404
|
-
flex: 1 0 0;
|
|
405
|
-
align-self: stretch;
|
|
406
|
-
}
|
|
407
|
-
|
|
408
|
-
.spot-selection__option.selected {
|
|
409
|
-
background: var(--spot-radio-selection-background);
|
|
410
|
-
border-radius: var(--spot-radio-selection-border-radius);
|
|
411
|
-
padding: var(--spot-radio-selection-padding);
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.spot-selection__recommended-tag {
|
|
415
|
-
background: var(--spot-recommended-tag-background);
|
|
416
|
-
color: var(--spot-recommended-tag-font-color);
|
|
417
|
-
font-size: var(--spot-recommended-tag-font-size);
|
|
418
|
-
font-weight: var(--spot-recommended-tag-font-weight);
|
|
419
|
-
padding: var(--spot-recommended-tag-padding);
|
|
420
|
-
border-radius: var(--spot-recommended-tag-border-radius);
|
|
421
|
-
margin-left: 1.5rem;
|
|
422
|
-
white-space: nowrap;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
.spot-selection__error {
|
|
426
|
-
color: var(--spot-selection-error-font-color);
|
|
427
|
-
font-size: var(--spot-selection-error-font-size);
|
|
428
|
-
padding: var(--spot-selection-error-padding);
|
|
429
|
-
display: none;
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
.spot-payment-terms__wrapper {
|
|
433
|
-
margin-top: 1rem;
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
.spot-payment-terms__header {
|
|
437
|
-
font-weight: var(--spot-payment-terms-header-font-weight);
|
|
438
|
-
margin-bottom: 0.5rem;
|
|
439
|
-
padding: var(--spot-payment-terms-header-padding);
|
|
440
|
-
font-size: var(--spot-payment-terms-header-font-size);
|
|
441
|
-
border-bottom: 1px solid var(--spot-payment-terms-header-border-color);
|
|
442
|
-
}
|
|
443
|
-
|
|
444
|
-
.spot-payment-terms {
|
|
445
|
-
background-color: var(--spot-payment-terms-background);
|
|
446
|
-
border-radius: var(--spot-payment-terms-border-radius);
|
|
447
|
-
padding: var(--spot-payment-terms-padding);
|
|
448
|
-
margin-right: 0.5rem;
|
|
449
|
-
color: var(--spot-payment-terms-font-color);
|
|
450
|
-
font-size: var(--spot-payment-terms-font-size);
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
/* Footer */
|
|
454
|
-
.spot-footer__terms {
|
|
455
|
-
margin-top: 0.625rem;
|
|
456
|
-
margin-right: 0.25rem;
|
|
457
|
-
font-size: var(--spot-terms-font-size);
|
|
458
|
-
font-weight: var(--spot-terms-font-weight);
|
|
459
|
-
color: var(--spot-terms-font-color);
|
|
460
|
-
font-family: var(--spot-terms-font-family);
|
|
461
|
-
padding: var(--spot-terms-padding);
|
|
462
|
-
}
|
|
463
|
-
|
|
464
|
-
.spot-footer__terms-link {
|
|
465
|
-
text-decoration: var(--spot-terms-link-text-decoration);
|
|
466
|
-
font-size: var(--spot-terms-link-font-size);
|
|
467
|
-
font-weight: var(--spot-terms-link-font-weight);
|
|
468
|
-
color: var(--spot-terms-link-font-color);
|
|
469
|
-
font-family: var(--spot-terms-link-font-family);
|
|
470
|
-
padding: var(--spot-terms-link-padding);
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
.spot-footer__container {
|
|
474
|
-
display: flex;
|
|
475
|
-
justify-content: space-between;
|
|
476
|
-
align-items: center;
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
.spot-footer__powered-by {
|
|
480
|
-
margin-top: 1.5rem;
|
|
481
|
-
}
|