@adstore/templates 2.0.0 → 2.0.4
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 +34 -0
- package/dist/style.css +245 -207
- package/dist/templates.es.js +345 -226
- package/dist/templates.umd.js +345 -226
- package/package.json +2 -1
package/dist/style.css
CHANGED
@@ -122,11 +122,11 @@ button,
|
|
122
122
|
textarea {
|
123
123
|
overflow: auto;
|
124
124
|
resize: vertical;
|
125
|
-
}.
|
125
|
+
}._root_10lbg_1 {
|
126
126
|
position: relative;
|
127
127
|
}
|
128
128
|
|
129
|
-
.
|
129
|
+
._icon_10lbg_5 {
|
130
130
|
width: 30px;
|
131
131
|
height: 30px;
|
132
132
|
display: flex;
|
@@ -138,12 +138,12 @@ textarea {
|
|
138
138
|
cursor: pointer;
|
139
139
|
}
|
140
140
|
|
141
|
-
.
|
141
|
+
._iconTarget_10lbg_17 {
|
142
142
|
width: 17px;
|
143
143
|
height: 20px;
|
144
144
|
}
|
145
145
|
|
146
|
-
.
|
146
|
+
._body_10lbg_22 {
|
147
147
|
position: absolute;
|
148
148
|
left: -30px;
|
149
149
|
top: 50px;
|
@@ -151,12 +151,12 @@ textarea {
|
|
151
151
|
display: none;
|
152
152
|
}
|
153
153
|
|
154
|
-
.
|
155
|
-
animation:
|
154
|
+
._bodyOpen_10lbg_30 {
|
155
|
+
animation: _simpleGift_in_10lbg_1 0.3s;
|
156
156
|
display: block;
|
157
157
|
}
|
158
158
|
|
159
|
-
@keyframes
|
159
|
+
@keyframes _simpleGift_in_10lbg_1 {
|
160
160
|
from {
|
161
161
|
opacity: 0;
|
162
162
|
}
|
@@ -164,7 +164,7 @@ textarea {
|
|
164
164
|
opacity: 1;
|
165
165
|
}
|
166
166
|
}
|
167
|
-
.
|
167
|
+
._close_10lbg_43 {
|
168
168
|
position: absolute;
|
169
169
|
top: 9px;
|
170
170
|
right: 9px;
|
@@ -173,12 +173,12 @@ textarea {
|
|
173
173
|
align-items: center;
|
174
174
|
cursor: pointer;
|
175
175
|
}
|
176
|
-
.
|
176
|
+
._close_10lbg_43 svg {
|
177
177
|
width: 15px;
|
178
178
|
height: 15px;
|
179
179
|
}
|
180
180
|
|
181
|
-
.
|
181
|
+
._arrow_10lbg_57 {
|
182
182
|
position: absolute;
|
183
183
|
transform: rotate(45deg);
|
184
184
|
height: 15px;
|
@@ -188,39 +188,41 @@ textarea {
|
|
188
188
|
background-color: #333;
|
189
189
|
}
|
190
190
|
|
191
|
-
.
|
191
|
+
._container_10lbg_67 {
|
192
192
|
background-color: #333;
|
193
193
|
padding: 10px 10px 4px 10px;
|
194
194
|
border-radius: 4px;
|
195
195
|
}
|
196
196
|
|
197
|
-
.
|
197
|
+
._inner_10lbg_73 {
|
198
198
|
display: flex;
|
199
199
|
align-items: center;
|
200
200
|
margin-bottom: 10px;
|
201
201
|
padding-right: 30px;
|
202
202
|
}
|
203
203
|
|
204
|
-
.
|
204
|
+
._logo_10lbg_80 {
|
205
205
|
min-width: 60px;
|
206
206
|
height: 24px;
|
207
207
|
background-color: #eee;
|
208
208
|
}
|
209
209
|
|
210
|
-
.
|
210
|
+
._text_10lbg_86 {
|
211
211
|
font-size: 17px;
|
212
212
|
line-height: 1.2;
|
213
213
|
color: #fff;
|
214
214
|
margin-left: 10px;
|
215
215
|
--accent-color: #ffbc00;
|
216
216
|
--accent-size: #fff;
|
217
|
+
--font-family: Roboto, sans-serif;
|
217
218
|
}
|
218
|
-
.
|
219
|
+
._text_10lbg_86 span {
|
220
|
+
font-family: var(--font-family);
|
219
221
|
color: var(--accent-color);
|
220
222
|
font-size: var(--accent-size);
|
221
223
|
}
|
222
224
|
|
223
|
-
.
|
225
|
+
._button_10lbg_101 {
|
224
226
|
font-size: 13px;
|
225
227
|
line-height: 2;
|
226
228
|
border-radius: 4px;
|
@@ -229,7 +231,11 @@ textarea {
|
|
229
231
|
color: #333;
|
230
232
|
}
|
231
233
|
|
232
|
-
.
|
234
|
+
._buttonAnimated_10lbg_110 {
|
235
|
+
animation: _increase_10lbg_1 3s infinite;
|
236
|
+
}
|
237
|
+
|
238
|
+
._legal_10lbg_114 {
|
233
239
|
position: relative;
|
234
240
|
display: flex;
|
235
241
|
width: calc(100% + 12px);
|
@@ -246,7 +252,7 @@ textarea {
|
|
246
252
|
margin-top: 5px;
|
247
253
|
}
|
248
254
|
|
249
|
-
.
|
255
|
+
._legalOpen_10lbg_131 {
|
250
256
|
position: absolute;
|
251
257
|
inset: 0;
|
252
258
|
z-index: 2;
|
@@ -254,7 +260,7 @@ textarea {
|
|
254
260
|
width: 100%;
|
255
261
|
}
|
256
262
|
|
257
|
-
.
|
263
|
+
._legalText_10lbg_139 {
|
258
264
|
display: inline-block;
|
259
265
|
margin: 0;
|
260
266
|
-webkit-line-clamp: 1;
|
@@ -264,23 +270,25 @@ textarea {
|
|
264
270
|
text-overflow: ellipsis;
|
265
271
|
padding-right: 25px;
|
266
272
|
}
|
267
|
-
.
|
273
|
+
._legalOpen_10lbg_131 ._legalText_10lbg_139 {
|
268
274
|
text-align: center;
|
269
275
|
padding-right: 0;
|
270
276
|
}
|
271
277
|
|
272
|
-
.
|
278
|
+
._legalButton_10lbg_154 {
|
273
279
|
cursor: pointer;
|
274
280
|
text-decoration: underline;
|
275
281
|
position: absolute;
|
276
282
|
right: 4px;
|
277
283
|
bottom: 4px;
|
278
284
|
}
|
279
|
-
.
|
285
|
+
._legalOpen_10lbg_131 ._legalButton_10lbg_154 {
|
280
286
|
position: initial;
|
287
|
+
display: inline-block;
|
288
|
+
margin: 0 3px;
|
281
289
|
}
|
282
290
|
|
283
|
-
@keyframes
|
291
|
+
@keyframes _fadein_10lbg_1 {
|
284
292
|
0%, 100% {
|
285
293
|
opacity: 0;
|
286
294
|
}
|
@@ -288,7 +296,7 @@ textarea {
|
|
288
296
|
opacity: 1;
|
289
297
|
}
|
290
298
|
}
|
291
|
-
@keyframes
|
299
|
+
@keyframes _pulse_10lbg_1 {
|
292
300
|
from {
|
293
301
|
transform: scale(1);
|
294
302
|
}
|
@@ -296,7 +304,7 @@ textarea {
|
|
296
304
|
transform: scale(1.05);
|
297
305
|
}
|
298
306
|
}
|
299
|
-
@keyframes
|
307
|
+
@keyframes _gradient_10lbg_1 {
|
300
308
|
0% {
|
301
309
|
background-position: 0% 50%;
|
302
310
|
}
|
@@ -307,7 +315,7 @@ textarea {
|
|
307
315
|
background-position: 0% 50%;
|
308
316
|
}
|
309
317
|
}
|
310
|
-
@keyframes
|
318
|
+
@keyframes _wiggle_10lbg_1 {
|
311
319
|
0%, 7% {
|
312
320
|
transform: rotateZ(0);
|
313
321
|
}
|
@@ -329,11 +337,25 @@ textarea {
|
|
329
337
|
40%, 100% {
|
330
338
|
transform: rotateZ(0);
|
331
339
|
}
|
332
|
-
}
|
340
|
+
}
|
341
|
+
@keyframes _increase_10lbg_1 {
|
342
|
+
0% {
|
343
|
+
transform: scale(1) translateZ(0);
|
344
|
+
}
|
345
|
+
10%, 30% {
|
346
|
+
transform: scale(0.85) translateZ(0);
|
347
|
+
}
|
348
|
+
20%, 40% {
|
349
|
+
transform: scale(1) translateZ(0);
|
350
|
+
}
|
351
|
+
50% {
|
352
|
+
transform: scale(1) translateZ(0);
|
353
|
+
}
|
354
|
+
}._root_107vu_1 {
|
333
355
|
position: relative;
|
334
356
|
}
|
335
357
|
|
336
|
-
.
|
358
|
+
._icon_107vu_5 {
|
337
359
|
width: 30px;
|
338
360
|
height: 30px;
|
339
361
|
display: flex;
|
@@ -345,12 +367,12 @@ textarea {
|
|
345
367
|
cursor: pointer;
|
346
368
|
}
|
347
369
|
|
348
|
-
.
|
370
|
+
._iconTarget_107vu_17 {
|
349
371
|
width: 17px;
|
350
372
|
height: 20px;
|
351
373
|
}
|
352
374
|
|
353
|
-
.
|
375
|
+
._body_107vu_22 {
|
354
376
|
position: absolute;
|
355
377
|
left: -30px;
|
356
378
|
top: 50px;
|
@@ -358,12 +380,12 @@ textarea {
|
|
358
380
|
display: none;
|
359
381
|
}
|
360
382
|
|
361
|
-
.
|
362
|
-
animation:
|
383
|
+
._bodyOpen_107vu_30 {
|
384
|
+
animation: _complexGift_in_107vu_1 0.3s;
|
363
385
|
display: block;
|
364
386
|
}
|
365
387
|
|
366
|
-
@keyframes
|
388
|
+
@keyframes _complexGift_in_107vu_1 {
|
367
389
|
from {
|
368
390
|
opacity: 0;
|
369
391
|
}
|
@@ -371,7 +393,7 @@ textarea {
|
|
371
393
|
opacity: 1;
|
372
394
|
}
|
373
395
|
}
|
374
|
-
.
|
396
|
+
._arrow_107vu_43 {
|
375
397
|
position: absolute;
|
376
398
|
transform: rotate(45deg);
|
377
399
|
height: 15px;
|
@@ -381,12 +403,12 @@ textarea {
|
|
381
403
|
background-color: #333;
|
382
404
|
}
|
383
405
|
|
384
|
-
.
|
406
|
+
._container_107vu_53 {
|
385
407
|
background-color: #333;
|
386
408
|
border-radius: 4px;
|
387
409
|
}
|
388
410
|
|
389
|
-
.
|
411
|
+
._promotion_107vu_58 {
|
390
412
|
position: absolute;
|
391
413
|
top: 12px;
|
392
414
|
right: 35px;
|
@@ -394,7 +416,7 @@ textarea {
|
|
394
416
|
font-size: 8px;
|
395
417
|
}
|
396
418
|
|
397
|
-
.
|
419
|
+
._close_107vu_66 {
|
398
420
|
position: absolute;
|
399
421
|
top: 9px;
|
400
422
|
right: 9px;
|
@@ -403,38 +425,38 @@ textarea {
|
|
403
425
|
align-items: center;
|
404
426
|
cursor: pointer;
|
405
427
|
}
|
406
|
-
.
|
428
|
+
._close_107vu_66 svg {
|
407
429
|
width: 15px;
|
408
430
|
height: 15px;
|
409
431
|
}
|
410
432
|
|
411
|
-
.
|
433
|
+
._head_107vu_80 {
|
412
434
|
padding: 12px 20px;
|
413
435
|
display: flex;
|
414
436
|
align-items: center;
|
415
437
|
color: #fff;
|
416
438
|
}
|
417
439
|
|
418
|
-
.
|
440
|
+
._headIcon_107vu_87 {
|
419
441
|
width: 20px;
|
420
442
|
height: 20px;
|
421
443
|
margin-right: 10px;
|
422
444
|
}
|
423
445
|
|
424
|
-
.
|
446
|
+
._headTitle_107vu_93 {
|
425
447
|
font-size: 16px;
|
426
448
|
line-height: 1.2;
|
427
449
|
font-weight: bold;
|
428
450
|
width: 100%;
|
429
451
|
}
|
430
452
|
|
431
|
-
.
|
453
|
+
._inner_107vu_100 {
|
432
454
|
border-radius: 6px;
|
433
455
|
overflow: hidden;
|
434
456
|
padding: 0 6px 6px 6px;
|
435
457
|
}
|
436
458
|
|
437
|
-
@keyframes
|
459
|
+
@keyframes _fadein_107vu_1 {
|
438
460
|
0%, 100% {
|
439
461
|
opacity: 0;
|
440
462
|
}
|
@@ -442,7 +464,7 @@ textarea {
|
|
442
464
|
opacity: 1;
|
443
465
|
}
|
444
466
|
}
|
445
|
-
@keyframes
|
467
|
+
@keyframes _pulse_107vu_1 {
|
446
468
|
from {
|
447
469
|
transform: scale(1);
|
448
470
|
}
|
@@ -450,18 +472,18 @@ textarea {
|
|
450
472
|
transform: scale(1.05);
|
451
473
|
}
|
452
474
|
}
|
453
|
-
@keyframes
|
475
|
+
@keyframes _gradient_107vu_1 {
|
454
476
|
0% {
|
455
|
-
background-position: 0
|
477
|
+
background-position: 0 50%;
|
456
478
|
}
|
457
479
|
50% {
|
458
480
|
background-position: 100% 50%;
|
459
481
|
}
|
460
482
|
100% {
|
461
|
-
background-position: 0
|
483
|
+
background-position: 0 50%;
|
462
484
|
}
|
463
485
|
}
|
464
|
-
@keyframes
|
486
|
+
@keyframes _wiggle_107vu_1 {
|
465
487
|
0%, 7% {
|
466
488
|
transform: rotateZ(0);
|
467
489
|
}
|
@@ -483,25 +505,25 @@ textarea {
|
|
483
505
|
40%, 100% {
|
484
506
|
transform: rotateZ(0);
|
485
507
|
}
|
486
|
-
}.
|
508
|
+
}._root_1p6us_1 {
|
487
509
|
padding: 6px;
|
488
510
|
background-color: #fff;
|
489
511
|
position: relative;
|
490
512
|
display: block;
|
491
513
|
}
|
492
|
-
.
|
514
|
+
._root_1p6us_1:first-child {
|
493
515
|
border-top-left-radius: 6px;
|
494
516
|
border-top-right-radius: 6px;
|
495
517
|
}
|
496
|
-
.
|
518
|
+
._root_1p6us_1:first-child:after {
|
497
519
|
display: none;
|
498
520
|
}
|
499
|
-
.
|
521
|
+
._root_1p6us_1:last-child {
|
500
522
|
border-bottom-left-radius: 6px;
|
501
523
|
border-bottom-right-radius: 6px;
|
502
524
|
border-bottom: none;
|
503
525
|
}
|
504
|
-
.
|
526
|
+
._root_1p6us_1:after {
|
505
527
|
content: "";
|
506
528
|
width: 100%;
|
507
529
|
height: 1px;
|
@@ -512,14 +534,20 @@ textarea {
|
|
512
534
|
bottom: 0;
|
513
535
|
}
|
514
536
|
|
515
|
-
.
|
537
|
+
._body_1p6us_30 {
|
516
538
|
display: flex;
|
517
539
|
align-items: center;
|
518
540
|
position: relative;
|
519
541
|
padding-left: 6px;
|
542
|
+
justify-content: space-between;
|
543
|
+
}
|
544
|
+
|
545
|
+
._bodyInner_1p6us_38 {
|
546
|
+
display: flex;
|
547
|
+
align-items: center;
|
520
548
|
}
|
521
549
|
|
522
|
-
.
|
550
|
+
._line_1p6us_43 {
|
523
551
|
position: absolute;
|
524
552
|
left: -6px;
|
525
553
|
top: 0;
|
@@ -529,7 +557,7 @@ textarea {
|
|
529
557
|
border-radius: 0 2px 2px 0;
|
530
558
|
}
|
531
559
|
|
532
|
-
.
|
560
|
+
._text_1p6us_53 {
|
533
561
|
font-size: 12px;
|
534
562
|
line-height: 1.2;
|
535
563
|
color: #333;
|
@@ -537,13 +565,15 @@ textarea {
|
|
537
565
|
padding-right: 10px;
|
538
566
|
--accent-size: 12px;
|
539
567
|
--accent-color: #ffbc00;
|
568
|
+
--font-family: Roboto, sans-serif;
|
540
569
|
}
|
541
|
-
.
|
570
|
+
._text_1p6us_53 span {
|
571
|
+
font-family: var(--font-family);
|
542
572
|
color: var(--accent-color);
|
543
573
|
font-size: var(--accent-size);
|
544
574
|
}
|
545
575
|
|
546
|
-
.
|
576
|
+
._button_1p6us_69 {
|
547
577
|
margin-left: auto;
|
548
578
|
padding: 2px;
|
549
579
|
background-color: #ffb800;
|
@@ -555,21 +585,21 @@ textarea {
|
|
555
585
|
line-height: 2;
|
556
586
|
font-weight: bold;
|
557
587
|
}
|
558
|
-
.
|
588
|
+
._button_1p6us_69 ._logo_1p6us_81 {
|
559
589
|
width: 30px;
|
560
590
|
height: 30px;
|
561
591
|
margin-right: initial;
|
562
592
|
display: block;
|
563
593
|
}
|
564
|
-
.
|
594
|
+
._variant2_1p6us_87 ._button_1p6us_69 ._logo_1p6us_81 {
|
565
595
|
display: none;
|
566
596
|
}
|
567
597
|
|
568
|
-
.
|
598
|
+
._buttonText_1p6us_91 {
|
569
599
|
padding: 0 7px;
|
570
600
|
}
|
571
601
|
|
572
|
-
.
|
602
|
+
._logo_1p6us_81 {
|
573
603
|
width: 25px;
|
574
604
|
height: 25px;
|
575
605
|
border-radius: 30px;
|
@@ -577,11 +607,11 @@ textarea {
|
|
577
607
|
margin-right: 10px;
|
578
608
|
display: none;
|
579
609
|
}
|
580
|
-
.
|
610
|
+
._variant2_1p6us_87 ._logo_1p6us_81 {
|
581
611
|
display: block;
|
582
612
|
}
|
583
613
|
|
584
|
-
.
|
614
|
+
._legal_1p6us_107 {
|
585
615
|
background-color: #eee;
|
586
616
|
padding: 2px 5px;
|
587
617
|
height: 14px;
|
@@ -590,49 +620,48 @@ textarea {
|
|
590
620
|
border-radius: 4px;
|
591
621
|
color: #7e8392;
|
592
622
|
font-size: 8px;
|
593
|
-
}.
|
623
|
+
}._root_1bgnc_1 {
|
594
624
|
max-width: 320px;
|
595
625
|
width: 100%;
|
596
626
|
overflow: hidden;
|
597
627
|
border-radius: 10px;
|
598
628
|
background-color: #fff;
|
599
629
|
min-height: 500px;
|
630
|
+
display: flex;
|
600
631
|
}
|
601
632
|
|
602
|
-
.
|
633
|
+
._laptop_1bgnc_11, ._tablet_1bgnc_11 {
|
603
634
|
max-width: 410px;
|
604
635
|
min-height: 680px;
|
605
636
|
}
|
606
637
|
|
607
|
-
.
|
638
|
+
._desktop_1bgnc_16 {
|
608
639
|
max-width: 930px;
|
609
640
|
min-height: 500px;
|
610
641
|
}
|
611
642
|
|
612
|
-
.
|
643
|
+
._body_1bgnc_21 {
|
613
644
|
padding: 25px 10px 12px 10px;
|
614
645
|
display: flex;
|
615
646
|
flex-direction: column;
|
616
647
|
justify-content: flex-end;
|
617
648
|
align-items: center;
|
618
|
-
height: 100%;
|
619
649
|
}
|
620
|
-
.
|
650
|
+
._desktop_1bgnc_16 ._body_1bgnc_21 {
|
621
651
|
padding: 30px 47px 15px 47px;
|
622
652
|
}
|
623
653
|
|
624
|
-
.
|
654
|
+
._logo_1bgnc_32 {
|
625
655
|
width: 100px;
|
626
656
|
height: 60px;
|
627
657
|
background: #eee;
|
628
658
|
}
|
629
659
|
|
630
|
-
.
|
660
|
+
._text_1bgnc_38 {
|
631
661
|
margin: auto 0;
|
632
662
|
}
|
633
663
|
|
634
|
-
.
|
635
|
-
height: 70px;
|
664
|
+
._button_1bgnc_42 {
|
636
665
|
border-radius: 8px;
|
637
666
|
padding: 0 15px;
|
638
667
|
font-size: 24px;
|
@@ -643,11 +672,11 @@ textarea {
|
|
643
672
|
justify-content: center;
|
644
673
|
width: 100%;
|
645
674
|
}
|
646
|
-
.
|
675
|
+
._desktop_1bgnc_16 ._button_1bgnc_42 {
|
647
676
|
width: 70%;
|
648
677
|
}
|
649
678
|
|
650
|
-
.
|
679
|
+
._legal_1bgnc_57 {
|
651
680
|
font-size: 9px;
|
652
681
|
color: #333;
|
653
682
|
padding: 0 10px;
|
@@ -655,41 +684,37 @@ textarea {
|
|
655
684
|
width: 100%;
|
656
685
|
line-height: 1.2;
|
657
686
|
}
|
658
|
-
.
|
687
|
+
._desktop_1bgnc_16 ._legal_1bgnc_57 {
|
659
688
|
width: 70%;
|
660
|
-
}.
|
689
|
+
}._root_2ic16_1 {
|
661
690
|
font-size: 20px;
|
662
691
|
color: #333;
|
663
692
|
--accent-color: #f00;
|
664
693
|
--accent-size: 20px;
|
694
|
+
--font-family: Roboto, sans-serif;
|
665
695
|
}
|
666
|
-
.
|
696
|
+
._root_2ic16_1 span {
|
697
|
+
font-family: var(--font-family);
|
667
698
|
color: var(--accent-color);
|
668
699
|
font-size: var(--accent-size);
|
669
|
-
}.
|
670
|
-
|
671
|
-
width: 100%;
|
700
|
+
}._root_13k8c_1 {
|
701
|
+
width: 280px;
|
672
702
|
overflow: hidden;
|
673
703
|
border-radius: 10px;
|
674
704
|
background-color: #fff;
|
675
|
-
}
|
676
|
-
|
677
|
-
._desktop_1q3m6_9 {
|
678
|
-
max-width: 1000px;
|
679
|
-
}
|
680
|
-
|
681
|
-
._content_1q3m6_13 {
|
682
705
|
padding: 15px 10px;
|
683
706
|
display: flex;
|
684
707
|
flex-direction: column;
|
685
708
|
justify-content: center;
|
686
709
|
height: 100%;
|
687
710
|
}
|
688
|
-
|
711
|
+
|
712
|
+
._desktop_13k8c_13 {
|
713
|
+
width: 1000px;
|
689
714
|
padding: 30px 20px;
|
690
715
|
}
|
691
716
|
|
692
|
-
.
|
717
|
+
._title_13k8c_18 {
|
693
718
|
text-transform: uppercase;
|
694
719
|
margin-bottom: 20px;
|
695
720
|
font-weight: bold;
|
@@ -699,79 +724,80 @@ textarea {
|
|
699
724
|
text-align: center;
|
700
725
|
line-height: 1.2;
|
701
726
|
}
|
702
|
-
.
|
727
|
+
._desktop_13k8c_13 ._title_13k8c_18 {
|
703
728
|
margin-bottom: 70px;
|
704
729
|
font-size: 26px;
|
705
730
|
}
|
706
731
|
|
707
|
-
.
|
732
|
+
._wrapper_13k8c_33 {
|
708
733
|
display: flex;
|
709
734
|
flex-direction: column;
|
710
735
|
justify-content: center;
|
711
736
|
gap: 15px;
|
712
737
|
}
|
713
|
-
.
|
738
|
+
._desktop_13k8c_13 ._wrapper_13k8c_33 {
|
714
739
|
flex-direction: initial;
|
715
740
|
gap: 25px;
|
716
|
-
}.
|
741
|
+
}._root_17kc6_1 {
|
717
742
|
text-align: center;
|
718
743
|
background-color: #f7f7f7;
|
719
744
|
overflow: hidden;
|
720
745
|
border-radius: 10px;
|
721
|
-
|
746
|
+
width: 265px;
|
722
747
|
display: block;
|
723
748
|
}
|
724
749
|
|
725
|
-
.
|
750
|
+
._desktop_17kc6_10 {
|
726
751
|
height: 300px;
|
752
|
+
width: 300px;
|
727
753
|
}
|
728
754
|
|
729
|
-
.
|
755
|
+
._header_17kc6_15 {
|
730
756
|
display: none;
|
731
757
|
background-color: #eee;
|
732
758
|
height: 49px;
|
733
759
|
align-items: center;
|
734
760
|
justify-content: center;
|
735
761
|
}
|
736
|
-
.
|
762
|
+
._desktop_17kc6_10 ._header_17kc6_15 {
|
737
763
|
display: flex;
|
738
764
|
}
|
739
765
|
|
740
|
-
.
|
766
|
+
._logo_17kc6_26 {
|
741
767
|
width: 60px;
|
742
768
|
background-color: #dbdbdb;
|
743
769
|
height: 40px;
|
744
770
|
}
|
745
771
|
|
746
|
-
.
|
772
|
+
._container_17kc6_32 {
|
747
773
|
display: flex;
|
748
774
|
flex-direction: column;
|
749
775
|
padding: 10px;
|
750
776
|
}
|
751
|
-
.
|
777
|
+
._desktop_17kc6_10 ._container_17kc6_32 {
|
752
778
|
padding: 0 16px 12px 16px;
|
753
779
|
justify-content: space-between;
|
754
780
|
height: calc(100% - 50px);
|
755
781
|
}
|
756
782
|
|
757
|
-
.
|
783
|
+
._body_17kc6_43 {
|
758
784
|
padding: 11px 10px 9px 10px;
|
759
785
|
display: flex;
|
760
786
|
align-items: center;
|
761
787
|
margin-bottom: 12px;
|
762
788
|
}
|
763
|
-
.
|
789
|
+
._desktop_17kc6_10 ._body_17kc6_43 {
|
764
790
|
margin: auto;
|
765
791
|
}
|
766
|
-
.
|
792
|
+
._body_17kc6_43 ._logo_17kc6_26 {
|
767
793
|
display: block;
|
768
794
|
margin-right: 12px;
|
769
795
|
}
|
770
|
-
.
|
796
|
+
._desktop_17kc6_10 ._body_17kc6_43 ._logo_17kc6_26 {
|
771
797
|
display: none;
|
772
798
|
}
|
773
799
|
|
774
|
-
.
|
800
|
+
._text_17kc6_60 {
|
775
801
|
flex: 1;
|
776
802
|
display: block;
|
777
803
|
justify-content: center;
|
@@ -782,22 +808,23 @@ textarea {
|
|
782
808
|
font-size: 16px;
|
783
809
|
--accent-size: 16px;
|
784
810
|
--accent-color: #e23333;
|
811
|
+
--font-family: Roboto, sans-serif;
|
785
812
|
}
|
786
|
-
.
|
813
|
+
._text_17kc6_60 span {
|
814
|
+
font-family: var(--font-family);
|
787
815
|
color: var(--accent-color);
|
788
816
|
font-size: var(--accent-size);
|
789
817
|
}
|
790
|
-
.
|
818
|
+
._desktop_17kc6_10 ._text_17kc6_60 {
|
791
819
|
font-size: 22px;
|
792
820
|
--accent-size: 22px;
|
793
821
|
}
|
794
822
|
|
795
|
-
.
|
823
|
+
._button_17kc6_83 {
|
796
824
|
display: inline-flex;
|
797
825
|
align-items: center;
|
798
826
|
justify-content: center;
|
799
|
-
padding:
|
800
|
-
height: 30px;
|
827
|
+
padding: 10px 15px;
|
801
828
|
margin-bottom: 10px;
|
802
829
|
font-size: 12px;
|
803
830
|
color: #333;
|
@@ -805,38 +832,37 @@ textarea {
|
|
805
832
|
border-radius: 8px;
|
806
833
|
width: 100%;
|
807
834
|
}
|
808
|
-
.
|
809
|
-
height: 40px;
|
835
|
+
._desktop_17kc6_10 ._button_17kc6_83 {
|
810
836
|
margin-bottom: 12px;
|
811
837
|
width: initial;
|
812
838
|
font-size: 16px;
|
813
839
|
}
|
814
840
|
|
815
|
-
.
|
841
|
+
._legal_17kc6_101 {
|
816
842
|
overflow-y: auto;
|
817
843
|
padding: 0 4px;
|
818
844
|
height: 15px;
|
819
845
|
font-size: 9px;
|
820
846
|
color: #333;
|
821
847
|
}
|
822
|
-
.
|
848
|
+
._desktop_17kc6_10 ._legal_17kc6_101 {
|
823
849
|
height: 20px;
|
824
850
|
}
|
825
851
|
|
826
|
-
.
|
852
|
+
._legal_17kc6_101::-webkit-scrollbar {
|
827
853
|
width: 4px;
|
828
|
-
background: #
|
854
|
+
background: #E5E6E9;
|
829
855
|
border-radius: 5px;
|
830
856
|
}
|
831
857
|
|
832
|
-
.
|
858
|
+
._legal_17kc6_101::-webkit-scrollbar-track {
|
833
859
|
border-radius: 5px;
|
834
860
|
}
|
835
861
|
|
836
|
-
.
|
837
|
-
background: #
|
862
|
+
._legal_17kc6_101::-webkit-scrollbar-thumb {
|
863
|
+
background: #7E8392;
|
838
864
|
border-radius: 5px;
|
839
|
-
}.
|
865
|
+
}._root_i7e17_1 {
|
840
866
|
max-width: 320px;
|
841
867
|
width: 100%;
|
842
868
|
overflow: hidden;
|
@@ -846,18 +872,18 @@ textarea {
|
|
846
872
|
display: block;
|
847
873
|
}
|
848
874
|
|
849
|
-
.
|
850
|
-
.
|
875
|
+
._laptop_i7e17_11,
|
876
|
+
._tablet_i7e17_12 {
|
851
877
|
max-width: 410px;
|
852
878
|
min-height: 680px;
|
853
879
|
}
|
854
880
|
|
855
|
-
.
|
881
|
+
._desktop_i7e17_17 {
|
856
882
|
max-width: 930px;
|
857
883
|
min-height: 500px;
|
858
884
|
}
|
859
885
|
|
860
|
-
.
|
886
|
+
._body_i7e17_22 {
|
861
887
|
padding: 25px 10px 12px 10px;
|
862
888
|
display: flex;
|
863
889
|
flex-direction: column;
|
@@ -865,60 +891,62 @@ textarea {
|
|
865
891
|
align-items: center;
|
866
892
|
height: 100%;
|
867
893
|
}
|
868
|
-
.
|
894
|
+
._desktop_i7e17_17 ._body_i7e17_22 {
|
869
895
|
padding: 30px 47px 15px 47px;
|
870
896
|
}
|
871
897
|
|
872
|
-
.
|
898
|
+
._head_i7e17_34 {
|
873
899
|
display: flex;
|
874
900
|
align-items: center;
|
875
901
|
flex-direction: column-reverse;
|
876
902
|
margin-bottom: 10px;
|
877
903
|
}
|
878
|
-
.
|
904
|
+
._desktop_i7e17_17 ._head_i7e17_34 {
|
879
905
|
flex-direction: initial;
|
880
906
|
}
|
881
907
|
|
882
|
-
.
|
908
|
+
._title_i7e17_44 {
|
883
909
|
font-size: 23px;
|
884
910
|
text-transform: uppercase;
|
885
911
|
margin-top: 10px;
|
886
912
|
color: #333;
|
887
913
|
font-weight: bold;
|
888
914
|
}
|
889
|
-
.
|
915
|
+
._desktop_i7e17_17 ._title_i7e17_44 {
|
890
916
|
font-size: 36px;
|
891
917
|
margin-right: 32px;
|
892
918
|
margin-bottom: initial;
|
893
919
|
}
|
894
920
|
|
895
|
-
.
|
921
|
+
._logo_i7e17_57 {
|
896
922
|
width: 100px;
|
897
923
|
height: 60px;
|
898
924
|
background: #eee;
|
899
925
|
}
|
900
926
|
|
901
|
-
.
|
927
|
+
._wrapper_i7e17_63 {
|
902
928
|
margin: auto 0;
|
903
929
|
display: flex;
|
904
930
|
flex-direction: column;
|
905
931
|
width: 100%;
|
906
932
|
}
|
907
933
|
|
908
|
-
.
|
934
|
+
._text_i7e17_70 {
|
909
935
|
font-size: 20px;
|
910
936
|
color: #333;
|
911
937
|
margin-bottom: 15px;
|
912
938
|
width: 100%;
|
913
939
|
text-align: center;
|
914
940
|
--accent-color: #f0f;
|
941
|
+
--font-family: Roboto, sans-serif;
|
915
942
|
}
|
916
|
-
.
|
943
|
+
._text_i7e17_70 span {
|
944
|
+
font-family: var(--font-family);
|
917
945
|
color: var(--accent-color);
|
918
946
|
font-size: var(--accent-size);
|
919
947
|
}
|
920
948
|
|
921
|
-
.
|
949
|
+
._button_i7e17_85 {
|
922
950
|
display: flex;
|
923
951
|
align-items: center;
|
924
952
|
width: 100%;
|
@@ -928,12 +956,12 @@ textarea {
|
|
928
956
|
border-radius: 4px;
|
929
957
|
overflow: hidden;
|
930
958
|
}
|
931
|
-
.
|
959
|
+
._desktop_i7e17_17 ._button_i7e17_85 {
|
932
960
|
flex-direction: initial;
|
933
961
|
width: 80%;
|
934
962
|
}
|
935
963
|
|
936
|
-
.
|
964
|
+
._buttonHead_i7e17_100 {
|
937
965
|
display: flex;
|
938
966
|
align-items: center;
|
939
967
|
height: 42px;
|
@@ -945,14 +973,14 @@ textarea {
|
|
945
973
|
width: 100%;
|
946
974
|
justify-content: center;
|
947
975
|
}
|
948
|
-
.
|
976
|
+
._desktop_i7e17_17 ._buttonHead_i7e17_100 {
|
949
977
|
height: 55px;
|
950
978
|
width: initial;
|
951
979
|
flex-direction: initial;
|
952
980
|
font-size: 31px;
|
953
981
|
}
|
954
982
|
|
955
|
-
.
|
983
|
+
._buttonTarget_i7e17_119 {
|
956
984
|
display: flex;
|
957
985
|
align-items: center;
|
958
986
|
height: 35px;
|
@@ -963,12 +991,12 @@ textarea {
|
|
963
991
|
width: 100%;
|
964
992
|
justify-content: center;
|
965
993
|
}
|
966
|
-
.
|
994
|
+
._desktop_i7e17_17 ._buttonTarget_i7e17_119 {
|
967
995
|
height: 55px;
|
968
996
|
font-size: 31px;
|
969
997
|
}
|
970
998
|
|
971
|
-
.
|
999
|
+
._legal_i7e17_135 {
|
972
1000
|
font-size: 9px;
|
973
1001
|
color: #333;
|
974
1002
|
padding: 0 10px;
|
@@ -976,81 +1004,83 @@ textarea {
|
|
976
1004
|
width: 100%;
|
977
1005
|
line-height: 1.2;
|
978
1006
|
}
|
979
|
-
.
|
1007
|
+
._desktop_i7e17_17 ._legal_i7e17_135 {
|
980
1008
|
width: 70%;
|
981
|
-
}.
|
1009
|
+
}._root_10yn9_1 {
|
982
1010
|
padding: 10px;
|
983
1011
|
display: flex;
|
984
1012
|
align-items: center;
|
985
1013
|
width: 100%;
|
986
1014
|
}
|
987
1015
|
|
988
|
-
.
|
1016
|
+
._left_10yn9_8 {
|
989
1017
|
padding-right: 15px;
|
990
1018
|
display: none;
|
991
1019
|
align-items: center;
|
992
1020
|
border-right: 1px solid #333;
|
993
1021
|
flex: 1;
|
994
1022
|
}
|
995
|
-
.
|
1023
|
+
._desktop_10yn9_15 ._left_10yn9_8 {
|
996
1024
|
display: flex;
|
997
1025
|
}
|
998
1026
|
|
999
|
-
.
|
1027
|
+
._teams_10yn9_19 {
|
1000
1028
|
margin-right: 30px;
|
1001
1029
|
display: flex;
|
1002
1030
|
align-items: center;
|
1003
1031
|
}
|
1004
1032
|
|
1005
|
-
.
|
1033
|
+
._logo_10yn9_25 {
|
1006
1034
|
width: 50px;
|
1007
1035
|
height: 50px;
|
1008
1036
|
background-color: #eee;
|
1009
1037
|
}
|
1010
1038
|
|
1011
|
-
.
|
1039
|
+
._league_10yn9_31 {
|
1012
1040
|
font-size: 15px;
|
1013
1041
|
color: #333;
|
1014
1042
|
}
|
1015
1043
|
|
1016
|
-
.
|
1044
|
+
._name_10yn9_36 {
|
1017
1045
|
font-size: 18px;
|
1018
1046
|
font-weight: bold;
|
1019
1047
|
color: #333;
|
1020
1048
|
}
|
1021
1049
|
|
1022
|
-
.
|
1050
|
+
._right_10yn9_42 {
|
1023
1051
|
padding: 0 10px;
|
1024
1052
|
width: 100%;
|
1025
1053
|
display: flex;
|
1026
|
-
align-items: center;
|
1027
1054
|
}
|
1028
|
-
.
|
1055
|
+
._desktop_10yn9_15 ._right_10yn9_42 {
|
1056
|
+
align-items: center;
|
1029
1057
|
padding: 0 30px;
|
1030
|
-
width:
|
1058
|
+
width: 30%;
|
1031
1059
|
}
|
1032
1060
|
|
1033
|
-
.
|
1061
|
+
._odd_10yn9_53 {
|
1034
1062
|
display: flex;
|
1035
1063
|
align-items: center;
|
1036
1064
|
flex-direction: column;
|
1037
1065
|
flex: 1;
|
1038
1066
|
}
|
1039
|
-
.
|
1067
|
+
._desktop_10yn9_15 ._odd_10yn9_53 {
|
1040
1068
|
flex-direction: row;
|
1041
1069
|
flex: initial;
|
1070
|
+
justify-content: space-between;
|
1071
|
+
width: 100%;
|
1042
1072
|
}
|
1043
1073
|
|
1044
|
-
.
|
1074
|
+
._oddLabel_10yn9_66 {
|
1045
1075
|
font-size: 13px;
|
1046
1076
|
color: #333;
|
1047
1077
|
}
|
1048
|
-
.
|
1078
|
+
._desktop_10yn9_15 ._oddLabel_10yn9_66 {
|
1049
1079
|
font-size: 19px;
|
1050
1080
|
margin-right: 15px;
|
1051
1081
|
}
|
1052
1082
|
|
1053
|
-
.
|
1083
|
+
._oddValue_10yn9_75 {
|
1054
1084
|
padding: 3px 10px;
|
1055
1085
|
background-color: #ffbc00;
|
1056
1086
|
border-radius: 2px;
|
@@ -1058,28 +1088,29 @@ textarea {
|
|
1058
1088
|
color: #333;
|
1059
1089
|
margin-top: 3px;
|
1060
1090
|
}
|
1061
|
-
.
|
1091
|
+
._desktop_10yn9_15 ._oddValue_10yn9_75 {
|
1062
1092
|
font-size: 19px;
|
1063
1093
|
padding: 3px 20px;
|
1064
1094
|
margin-top: initial;
|
1065
1095
|
}
|
1066
1096
|
|
1067
|
-
.
|
1097
|
+
._team_10yn9_19 {
|
1068
1098
|
display: flex;
|
1069
1099
|
flex-direction: column;
|
1070
1100
|
align-items: center;
|
1101
|
+
width: 30%;
|
1071
1102
|
}
|
1072
|
-
.
|
1103
|
+
._desktop_10yn9_15 ._team_10yn9_19 {
|
1073
1104
|
display: none;
|
1074
1105
|
}
|
1075
1106
|
|
1076
|
-
.
|
1107
|
+
._teamLogo_10yn9_99 {
|
1077
1108
|
width: 34px;
|
1078
1109
|
height: 34px;
|
1079
1110
|
background-color: #eee;
|
1080
1111
|
}
|
1081
1112
|
|
1082
|
-
.
|
1113
|
+
._teamName_10yn9_105 {
|
1083
1114
|
font-size: 11px;
|
1084
1115
|
text-transform: uppercase;
|
1085
1116
|
}._root_1slvw_1 {
|
@@ -1193,7 +1224,7 @@ textarea {
|
|
1193
1224
|
}
|
1194
1225
|
._legalOpen_1slvw_98 ._legalButton_1slvw_103 {
|
1195
1226
|
position: static;
|
1196
|
-
}.
|
1227
|
+
}._root_a3kem_1 {
|
1197
1228
|
position: relative;
|
1198
1229
|
z-index: 1;
|
1199
1230
|
overflow: hidden;
|
@@ -1205,23 +1236,28 @@ textarea {
|
|
1205
1236
|
display: block;
|
1206
1237
|
}
|
1207
1238
|
|
1208
|
-
.
|
1209
|
-
.
|
1239
|
+
._desktop_a3kem_13,
|
1240
|
+
._laptop_a3kem_14 {
|
1210
1241
|
padding: 0 50px;
|
1211
1242
|
}
|
1212
1243
|
|
1213
|
-
.
|
1244
|
+
._promotion_a3kem_18 {
|
1214
1245
|
position: absolute;
|
1215
1246
|
bottom: 0;
|
1216
|
-
|
1247
|
+
left: 0;
|
1217
1248
|
color: #fff;
|
1218
1249
|
background-color: #333;
|
1219
1250
|
font-size: 7px;
|
1220
1251
|
padding: 2px 6px;
|
1252
|
+
border-top-right-radius: 4px;
|
1253
|
+
}
|
1254
|
+
._desktop_a3kem_13 ._promotion_a3kem_18, ._laptop_a3kem_14 ._promotion_a3kem_18 {
|
1221
1255
|
border-top-left-radius: 4px;
|
1256
|
+
left: initial;
|
1257
|
+
right: 0;
|
1222
1258
|
}
|
1223
1259
|
|
1224
|
-
.
|
1260
|
+
._background_a3kem_34 {
|
1225
1261
|
position: absolute;
|
1226
1262
|
left: 0;
|
1227
1263
|
right: 0;
|
@@ -1230,7 +1266,7 @@ textarea {
|
|
1230
1266
|
z-index: -1;
|
1231
1267
|
}
|
1232
1268
|
|
1233
|
-
.
|
1269
|
+
._content_a3kem_43 {
|
1234
1270
|
margin: auto;
|
1235
1271
|
height: 100%;
|
1236
1272
|
display: grid;
|
@@ -1240,14 +1276,14 @@ textarea {
|
|
1240
1276
|
align-items: center;
|
1241
1277
|
max-width: 1300px;
|
1242
1278
|
}
|
1243
|
-
.
|
1279
|
+
._desktop_a3kem_13 ._content_a3kem_43, ._laptop_a3kem_14 ._content_a3kem_43 {
|
1244
1280
|
grid-template-columns: auto minmax(0, 1fr) auto;
|
1245
1281
|
}
|
1246
|
-
.
|
1282
|
+
._variant2_a3kem_56 ._content_a3kem_43 {
|
1247
1283
|
grid-template-columns: minmax(0, 1fr) auto;
|
1248
1284
|
}
|
1249
1285
|
|
1250
|
-
.
|
1286
|
+
._logo_a3kem_60 {
|
1251
1287
|
background-size: contain;
|
1252
1288
|
background-position: center;
|
1253
1289
|
background-repeat: no-repeat;
|
@@ -1255,31 +1291,31 @@ textarea {
|
|
1255
1291
|
width: 100px;
|
1256
1292
|
background-color: #eee;
|
1257
1293
|
}
|
1258
|
-
.
|
1294
|
+
._variant2_a3kem_56 ._logo_a3kem_60 {
|
1259
1295
|
display: none;
|
1260
1296
|
}
|
1261
1297
|
|
1262
|
-
.
|
1298
|
+
._left_a3kem_72 {
|
1263
1299
|
width: 200px;
|
1264
1300
|
height: 100%;
|
1265
1301
|
align-items: center;
|
1266
1302
|
justify-content: center;
|
1267
1303
|
display: none;
|
1268
1304
|
}
|
1269
|
-
.
|
1305
|
+
._desktop_a3kem_13 ._left_a3kem_72, ._laptop_a3kem_14 ._left_a3kem_72 {
|
1270
1306
|
display: flex;
|
1271
1307
|
}
|
1272
|
-
.
|
1308
|
+
._variant2_a3kem_56 ._left_a3kem_72 {
|
1273
1309
|
display: none;
|
1274
1310
|
}
|
1275
1311
|
|
1276
|
-
.
|
1312
|
+
._center_a3kem_86 {
|
1277
1313
|
position: relative;
|
1278
1314
|
z-index: 1;
|
1279
1315
|
height: 100%;
|
1280
1316
|
}
|
1281
1317
|
|
1282
|
-
.
|
1318
|
+
._slide_a3kem_92 {
|
1283
1319
|
position: absolute;
|
1284
1320
|
left: 0;
|
1285
1321
|
top: 0;
|
@@ -1289,39 +1325,39 @@ textarea {
|
|
1289
1325
|
animation-timing-function: ease-in;
|
1290
1326
|
animation-duration: 3s;
|
1291
1327
|
}
|
1292
|
-
.
|
1328
|
+
._slide_a3kem_92:only-child {
|
1293
1329
|
animation: none;
|
1294
1330
|
opacity: 1;
|
1295
1331
|
}
|
1296
|
-
.
|
1297
|
-
animation-name: _fade-in-
|
1332
|
+
._slide_animated_default_a3kem_106 {
|
1333
|
+
animation-name: _fade-in-out_a3kem_1;
|
1298
1334
|
}
|
1299
|
-
._slide_animated_bottom-
|
1300
|
-
animation-name: _fade-in-bottom-out-
|
1335
|
+
._slide_animated_bottom-top_a3kem_109 {
|
1336
|
+
animation-name: _fade-in-bottom-out-top_a3kem_1;
|
1301
1337
|
}
|
1302
|
-
._slide_animated_top-
|
1303
|
-
animation-name: _fade-in-bottom-out-
|
1338
|
+
._slide_animated_top-bottom_a3kem_112 {
|
1339
|
+
animation-name: _fade-in-bottom-out-top_a3kem_1;
|
1304
1340
|
}
|
1305
1341
|
|
1306
|
-
.
|
1342
|
+
._right_a3kem_116 {
|
1307
1343
|
display: flex;
|
1308
1344
|
flex-direction: column;
|
1309
1345
|
align-items: center;
|
1310
1346
|
justify-content: center;
|
1311
1347
|
height: 100%;
|
1312
1348
|
}
|
1313
|
-
.
|
1349
|
+
._right_a3kem_116 ._logo_a3kem_60 {
|
1314
1350
|
display: block;
|
1315
1351
|
max-height: 35px;
|
1316
1352
|
}
|
1317
|
-
.
|
1353
|
+
._desktop_a3kem_13 ._right_a3kem_116 ._logo_a3kem_60, ._laptop_a3kem_14 ._right_a3kem_116 ._logo_a3kem_60, ._variant2_a3kem_56 ._right_a3kem_116 ._logo_a3kem_60 {
|
1318
1354
|
display: none;
|
1319
1355
|
}
|
1320
1356
|
|
1321
|
-
.
|
1357
|
+
._buttonWrapper_a3kem_131 {
|
1322
1358
|
margin-top: 7px;
|
1323
1359
|
}
|
1324
|
-
.
|
1360
|
+
._buttonWrapper_a3kem_131:before {
|
1325
1361
|
z-index: 2;
|
1326
1362
|
display: block;
|
1327
1363
|
content: "";
|
@@ -1332,11 +1368,11 @@ textarea {
|
|
1332
1368
|
right: 0;
|
1333
1369
|
transform: none;
|
1334
1370
|
}
|
1335
|
-
.
|
1371
|
+
._desktop_a3kem_13 ._buttonWrapper_a3kem_131, ._laptop_a3kem_14 ._buttonWrapper_a3kem_131 {
|
1336
1372
|
margin-top: 0;
|
1337
1373
|
}
|
1338
1374
|
|
1339
|
-
.
|
1375
|
+
._button_a3kem_131 {
|
1340
1376
|
background-color: #ff6a13;
|
1341
1377
|
border-radius: 20px;
|
1342
1378
|
color: #fff;
|
@@ -1349,30 +1385,30 @@ textarea {
|
|
1349
1385
|
padding: 5px 15px;
|
1350
1386
|
transition: filter 250ms;
|
1351
1387
|
}
|
1352
|
-
.
|
1353
|
-
animation:
|
1388
|
+
._button_animated_a3kem_162 {
|
1389
|
+
animation: _increase_a3kem_1 3s infinite;
|
1354
1390
|
}
|
1355
|
-
.
|
1391
|
+
._desktop_a3kem_13 ._button_a3kem_131, ._laptop_a3kem_14 ._button_a3kem_131 {
|
1356
1392
|
margin-top: 0;
|
1357
1393
|
padding: 10px 35px;
|
1358
1394
|
}
|
1359
|
-
.
|
1395
|
+
._variant2_a3kem_56 ._button_a3kem_131 {
|
1360
1396
|
display: flex;
|
1361
1397
|
align-items: center;
|
1362
1398
|
padding: 2px 12px 2px 2px;
|
1363
1399
|
}
|
1364
|
-
.
|
1400
|
+
._button_a3kem_131 ._logo_a3kem_60 {
|
1365
1401
|
display: none;
|
1366
1402
|
width: 35px;
|
1367
1403
|
height: 35px;
|
1368
1404
|
border-radius: 30px;
|
1369
1405
|
margin-right: 10px;
|
1370
1406
|
}
|
1371
|
-
.
|
1407
|
+
._variant2_a3kem_56 ._button_a3kem_131 ._logo_a3kem_60 {
|
1372
1408
|
display: block;
|
1373
1409
|
}
|
1374
1410
|
|
1375
|
-
@keyframes _fade-in-
|
1411
|
+
@keyframes _fade-in-out_a3kem_1 {
|
1376
1412
|
0% {
|
1377
1413
|
opacity: 0;
|
1378
1414
|
}
|
@@ -1386,7 +1422,7 @@ textarea {
|
|
1386
1422
|
opacity: 0;
|
1387
1423
|
}
|
1388
1424
|
}
|
1389
|
-
@keyframes _fade-in-bottom-out-
|
1425
|
+
@keyframes _fade-in-bottom-out-top_a3kem_1 {
|
1390
1426
|
0% {
|
1391
1427
|
opacity: 0;
|
1392
1428
|
transform: translateY(100%);
|
@@ -1404,7 +1440,7 @@ textarea {
|
|
1404
1440
|
opacity: 0;
|
1405
1441
|
}
|
1406
1442
|
}
|
1407
|
-
@keyframes _fade-in-top-out-
|
1443
|
+
@keyframes _fade-in-top-out-bottom_a3kem_1 {
|
1408
1444
|
0% {
|
1409
1445
|
opacity: 0;
|
1410
1446
|
transform: translateY(-100%);
|
@@ -1422,7 +1458,7 @@ textarea {
|
|
1422
1458
|
opacity: 0;
|
1423
1459
|
}
|
1424
1460
|
}
|
1425
|
-
@keyframes
|
1461
|
+
@keyframes _increase_a3kem_1 {
|
1426
1462
|
0% {
|
1427
1463
|
-webkit-transform: scale(1) translateZ(0);
|
1428
1464
|
-moz-transform: scale(1) translateZ(0);
|
@@ -1443,7 +1479,7 @@ textarea {
|
|
1443
1479
|
-moz-transform: scale(1) translateZ(0);
|
1444
1480
|
transform: scale(1) translateZ(0);
|
1445
1481
|
}
|
1446
|
-
}.
|
1482
|
+
}._root_1cgtj_1 {
|
1447
1483
|
height: 100%;
|
1448
1484
|
display: flex;
|
1449
1485
|
justify-content: center;
|
@@ -1453,13 +1489,15 @@ textarea {
|
|
1453
1489
|
font-size: 16px;
|
1454
1490
|
--accent-color: #ffbc00ff;
|
1455
1491
|
--accent-size: 16px;
|
1492
|
+
--font-family: Roboto, sans-serif;
|
1456
1493
|
}
|
1457
|
-
.
|
1494
|
+
._root_1cgtj_1 span {
|
1495
|
+
font-family: var(--font-family);
|
1458
1496
|
color: var(--accent-color);
|
1459
1497
|
font-size: var(--accent-size);
|
1460
1498
|
}
|
1461
1499
|
|
1462
|
-
.
|
1500
|
+
._desktop_1cgtj_19 {
|
1463
1501
|
font-size: 22px;
|
1464
1502
|
--accent-size: 22px;
|
1465
1503
|
}._root_vjs41_1 {
|