@adstore/templates 2.0.12 → 2.0.13
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 +6 -0
- package/dist/style.css +111 -104
- package/dist/templates.es.js +92 -83
- package/dist/templates.umd.js +92 -83
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/style.css
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
.
|
1
|
+
._root_1scoi_1 {
|
2
2
|
position: relative;
|
3
3
|
}
|
4
4
|
|
5
|
-
.
|
5
|
+
._icon_1scoi_5 {
|
6
6
|
width: 30px;
|
7
7
|
height: 30px;
|
8
8
|
display: flex;
|
@@ -14,25 +14,25 @@
|
|
14
14
|
cursor: pointer;
|
15
15
|
}
|
16
16
|
|
17
|
-
.
|
17
|
+
._iconTarget_1scoi_17 {
|
18
18
|
width: 17px;
|
19
19
|
height: 20px;
|
20
20
|
}
|
21
21
|
|
22
|
-
.
|
22
|
+
._body_1scoi_22 {
|
23
23
|
position: absolute;
|
24
24
|
left: -30px;
|
25
25
|
top: 50px;
|
26
|
-
width:
|
26
|
+
width: 300px;
|
27
27
|
display: none;
|
28
28
|
}
|
29
29
|
|
30
|
-
.
|
31
|
-
animation:
|
30
|
+
._bodyOpen_1scoi_30 {
|
31
|
+
animation: _simpleGift_in_1scoi_1 0.3s;
|
32
32
|
display: block;
|
33
33
|
}
|
34
34
|
|
35
|
-
@keyframes
|
35
|
+
@keyframes _simpleGift_in_1scoi_1 {
|
36
36
|
from {
|
37
37
|
opacity: 0;
|
38
38
|
}
|
@@ -40,7 +40,7 @@
|
|
40
40
|
opacity: 1;
|
41
41
|
}
|
42
42
|
}
|
43
|
-
.
|
43
|
+
._close_1scoi_43 {
|
44
44
|
position: absolute;
|
45
45
|
top: 9px;
|
46
46
|
right: 9px;
|
@@ -49,12 +49,12 @@
|
|
49
49
|
align-items: center;
|
50
50
|
cursor: pointer;
|
51
51
|
}
|
52
|
-
.
|
52
|
+
._close_1scoi_43 svg {
|
53
53
|
width: 15px;
|
54
54
|
height: 15px;
|
55
55
|
}
|
56
56
|
|
57
|
-
.
|
57
|
+
._arrow_1scoi_57 {
|
58
58
|
position: absolute;
|
59
59
|
transform: rotate(45deg);
|
60
60
|
height: 15px;
|
@@ -64,26 +64,27 @@
|
|
64
64
|
background-color: #333;
|
65
65
|
}
|
66
66
|
|
67
|
-
.
|
67
|
+
._container_1scoi_67 {
|
68
68
|
background-color: #333;
|
69
69
|
padding: 10px 10px 4px 10px;
|
70
70
|
border-radius: 4px;
|
71
71
|
}
|
72
72
|
|
73
|
-
.
|
73
|
+
._inner_1scoi_73 {
|
74
74
|
display: flex;
|
75
75
|
align-items: center;
|
76
76
|
margin-bottom: 10px;
|
77
77
|
padding-right: 30px;
|
78
78
|
}
|
79
79
|
|
80
|
-
.
|
80
|
+
._logo_1scoi_80 {
|
81
81
|
min-width: 60px;
|
82
82
|
height: 24px;
|
83
83
|
background-color: #eee;
|
84
|
+
background-position: center;
|
84
85
|
}
|
85
86
|
|
86
|
-
.
|
87
|
+
._text_1scoi_87 {
|
87
88
|
font-size: 17px;
|
88
89
|
line-height: 1.2;
|
89
90
|
color: #fff;
|
@@ -92,13 +93,13 @@
|
|
92
93
|
--accent-size: #fff;
|
93
94
|
--font-family: Roboto, sans-serif;
|
94
95
|
}
|
95
|
-
.
|
96
|
+
._text_1scoi_87 span {
|
96
97
|
font-family: var(--font-family);
|
97
98
|
color: var(--accent-color);
|
98
99
|
font-size: var(--accent-size);
|
99
100
|
}
|
100
101
|
|
101
|
-
.
|
102
|
+
._button_1scoi_102 {
|
102
103
|
font-size: 13px;
|
103
104
|
line-height: 2;
|
104
105
|
border-radius: 4px;
|
@@ -107,11 +108,15 @@
|
|
107
108
|
color: #333;
|
108
109
|
}
|
109
110
|
|
110
|
-
.
|
111
|
-
animation:
|
111
|
+
._buttonAnimated_1scoi_111 {
|
112
|
+
animation: _increase_1scoi_1 3s infinite;
|
113
|
+
}
|
114
|
+
|
115
|
+
._legalWrapper_1scoi_115 {
|
116
|
+
min-height: 18px;
|
112
117
|
}
|
113
118
|
|
114
|
-
.
|
119
|
+
._legal_1scoi_115 {
|
115
120
|
position: relative;
|
116
121
|
display: flex;
|
117
122
|
width: calc(100% + 12px);
|
@@ -127,8 +132,7 @@
|
|
127
132
|
line-height: 11px;
|
128
133
|
margin-top: 5px;
|
129
134
|
}
|
130
|
-
|
131
|
-
._legalOpen_241qx_131 {
|
135
|
+
._legalOpen_1scoi_135 ._legal_1scoi_115 {
|
132
136
|
position: absolute;
|
133
137
|
inset: 0;
|
134
138
|
z-index: 2;
|
@@ -136,7 +140,7 @@
|
|
136
140
|
width: 100%;
|
137
141
|
}
|
138
142
|
|
139
|
-
.
|
143
|
+
._legalText_1scoi_143 {
|
140
144
|
display: inline-block;
|
141
145
|
margin: 0;
|
142
146
|
-webkit-line-clamp: 1;
|
@@ -146,26 +150,26 @@
|
|
146
150
|
text-overflow: ellipsis;
|
147
151
|
padding-right: 25px;
|
148
152
|
}
|
149
|
-
.
|
153
|
+
._legalOpen_1scoi_135 ._legalText_1scoi_143 {
|
150
154
|
text-align: center;
|
151
155
|
padding-right: 0;
|
152
156
|
overflow: auto;
|
153
157
|
}
|
154
158
|
|
155
|
-
.
|
159
|
+
._legalButton_1scoi_159 {
|
156
160
|
cursor: pointer;
|
157
161
|
text-decoration: underline;
|
158
162
|
position: absolute;
|
159
163
|
right: 4px;
|
160
164
|
bottom: 4px;
|
161
165
|
}
|
162
|
-
.
|
166
|
+
._legalOpen_1scoi_135 ._legalButton_1scoi_159 {
|
163
167
|
position: initial;
|
164
168
|
display: inline-block;
|
165
169
|
margin: 0 3px;
|
166
170
|
}
|
167
171
|
|
168
|
-
@keyframes
|
172
|
+
@keyframes _fadein_1scoi_1 {
|
169
173
|
0%, 100% {
|
170
174
|
opacity: 0;
|
171
175
|
}
|
@@ -173,7 +177,7 @@
|
|
173
177
|
opacity: 1;
|
174
178
|
}
|
175
179
|
}
|
176
|
-
@keyframes
|
180
|
+
@keyframes _pulse_1scoi_1 {
|
177
181
|
from {
|
178
182
|
transform: scale(1);
|
179
183
|
}
|
@@ -181,7 +185,7 @@
|
|
181
185
|
transform: scale(1.05);
|
182
186
|
}
|
183
187
|
}
|
184
|
-
@keyframes
|
188
|
+
@keyframes _gradient_1scoi_1 {
|
185
189
|
0% {
|
186
190
|
background-position: 0% 50%;
|
187
191
|
}
|
@@ -192,7 +196,7 @@
|
|
192
196
|
background-position: 0% 50%;
|
193
197
|
}
|
194
198
|
}
|
195
|
-
@keyframes
|
199
|
+
@keyframes _wiggle_1scoi_1 {
|
196
200
|
0%, 7% {
|
197
201
|
transform: rotateZ(0);
|
198
202
|
}
|
@@ -215,7 +219,7 @@
|
|
215
219
|
transform: rotateZ(0);
|
216
220
|
}
|
217
221
|
}
|
218
|
-
@keyframes
|
222
|
+
@keyframes _increase_1scoi_1 {
|
219
223
|
0% {
|
220
224
|
transform: scale(1) translateZ(0);
|
221
225
|
}
|
@@ -385,25 +389,25 @@
|
|
385
389
|
40%, 100% {
|
386
390
|
transform: rotateZ(0);
|
387
391
|
}
|
388
|
-
}.
|
392
|
+
}._root_1dvwc_1 {
|
389
393
|
padding: 6px;
|
390
394
|
background-color: #fff;
|
391
395
|
position: relative;
|
392
396
|
display: block;
|
393
397
|
}
|
394
|
-
.
|
398
|
+
._root_1dvwc_1:first-child {
|
395
399
|
border-top-left-radius: 6px;
|
396
400
|
border-top-right-radius: 6px;
|
397
401
|
}
|
398
|
-
.
|
402
|
+
._root_1dvwc_1:first-child:after {
|
399
403
|
display: none;
|
400
404
|
}
|
401
|
-
.
|
405
|
+
._root_1dvwc_1:last-child {
|
402
406
|
border-bottom-left-radius: 6px;
|
403
407
|
border-bottom-right-radius: 6px;
|
404
408
|
border-bottom: none;
|
405
409
|
}
|
406
|
-
.
|
410
|
+
._root_1dvwc_1:after {
|
407
411
|
content: "";
|
408
412
|
width: 100%;
|
409
413
|
height: 1px;
|
@@ -414,7 +418,7 @@
|
|
414
418
|
bottom: 0;
|
415
419
|
}
|
416
420
|
|
417
|
-
.
|
421
|
+
._body_1dvwc_30 {
|
418
422
|
display: flex;
|
419
423
|
align-items: center;
|
420
424
|
position: relative;
|
@@ -422,12 +426,12 @@
|
|
422
426
|
justify-content: space-between;
|
423
427
|
}
|
424
428
|
|
425
|
-
.
|
429
|
+
._bodyInner_1dvwc_38 {
|
426
430
|
display: flex;
|
427
431
|
align-items: center;
|
428
432
|
}
|
429
433
|
|
430
|
-
.
|
434
|
+
._line_1dvwc_43 {
|
431
435
|
position: absolute;
|
432
436
|
left: -6px;
|
433
437
|
top: 0;
|
@@ -437,7 +441,7 @@
|
|
437
441
|
border-radius: 0 2px 2px 0;
|
438
442
|
}
|
439
443
|
|
440
|
-
.
|
444
|
+
._text_1dvwc_53 {
|
441
445
|
font-size: 12px;
|
442
446
|
line-height: 1.2;
|
443
447
|
color: #333;
|
@@ -447,13 +451,13 @@
|
|
447
451
|
--accent-color: #ffbc00;
|
448
452
|
--font-family: Roboto, sans-serif;
|
449
453
|
}
|
450
|
-
.
|
454
|
+
._text_1dvwc_53 span {
|
451
455
|
font-family: var(--font-family);
|
452
456
|
color: var(--accent-color);
|
453
457
|
font-size: var(--accent-size);
|
454
458
|
}
|
455
459
|
|
456
|
-
.
|
460
|
+
._button_1dvwc_69 {
|
457
461
|
margin-left: auto;
|
458
462
|
padding: 2px;
|
459
463
|
background-color: #ffb800;
|
@@ -465,33 +469,34 @@
|
|
465
469
|
line-height: 2;
|
466
470
|
font-weight: bold;
|
467
471
|
}
|
468
|
-
.
|
472
|
+
._button_1dvwc_69 ._logo_1dvwc_81 {
|
469
473
|
width: 30px;
|
470
474
|
height: 30px;
|
471
475
|
margin-right: initial;
|
472
476
|
display: block;
|
473
477
|
}
|
474
|
-
.
|
478
|
+
._variant2_1dvwc_87 ._button_1dvwc_69 ._logo_1dvwc_81 {
|
475
479
|
display: none;
|
476
480
|
}
|
477
481
|
|
478
|
-
.
|
482
|
+
._buttonText_1dvwc_91 {
|
479
483
|
padding: 0 7px;
|
480
484
|
}
|
481
485
|
|
482
|
-
.
|
486
|
+
._logo_1dvwc_81 {
|
483
487
|
width: 25px;
|
484
488
|
height: 25px;
|
485
489
|
border-radius: 30px;
|
486
490
|
background-color: #eee;
|
487
491
|
margin-right: 10px;
|
488
492
|
display: none;
|
493
|
+
background-position: center;
|
489
494
|
}
|
490
|
-
.
|
495
|
+
._variant2_1dvwc_87 ._logo_1dvwc_81 {
|
491
496
|
display: block;
|
492
497
|
}
|
493
498
|
|
494
|
-
.
|
499
|
+
._legal_1dvwc_108 {
|
495
500
|
background-color: #eee;
|
496
501
|
padding: 2px 5px;
|
497
502
|
height: 14px;
|
@@ -502,20 +507,20 @@
|
|
502
507
|
font-size: 8px;
|
503
508
|
}
|
504
509
|
|
505
|
-
.
|
510
|
+
._legal_1dvwc_108::-webkit-scrollbar {
|
506
511
|
width: 4px;
|
507
512
|
background: #e5e6e9;
|
508
513
|
border-radius: 5px;
|
509
514
|
}
|
510
515
|
|
511
|
-
.
|
516
|
+
._legal_1dvwc_108::-webkit-scrollbar-track {
|
512
517
|
border-radius: 5px;
|
513
518
|
}
|
514
519
|
|
515
|
-
.
|
520
|
+
._legal_1dvwc_108::-webkit-scrollbar-thumb {
|
516
521
|
background: #7e8392;
|
517
522
|
border-radius: 5px;
|
518
|
-
}.
|
523
|
+
}._root_1l0ud_1 {
|
519
524
|
max-width: 320px;
|
520
525
|
width: 100%;
|
521
526
|
overflow: hidden;
|
@@ -525,43 +530,43 @@
|
|
525
530
|
display: flex;
|
526
531
|
}
|
527
532
|
|
528
|
-
.
|
533
|
+
._laptop_1l0ud_11 {
|
529
534
|
max-width: 930px;
|
530
535
|
min-height: 680px;
|
531
536
|
}
|
532
537
|
|
533
|
-
.
|
538
|
+
._tablet_1l0ud_16 {
|
534
539
|
max-width: 410px;
|
535
540
|
min-height: 680px;
|
536
541
|
}
|
537
542
|
|
538
|
-
.
|
543
|
+
._desktop_1l0ud_21 {
|
539
544
|
max-width: 75%;
|
540
545
|
min-height: 500px;
|
541
546
|
}
|
542
547
|
|
543
|
-
.
|
548
|
+
._body_1l0ud_26 {
|
544
549
|
padding: 25px 10px 12px 10px;
|
545
550
|
display: flex;
|
546
551
|
flex-direction: column;
|
547
552
|
justify-content: flex-end;
|
548
553
|
align-items: center;
|
549
554
|
}
|
550
|
-
.
|
555
|
+
._desktop_1l0ud_21 ._body_1l0ud_26 {
|
551
556
|
padding: 30px 47px 15px 47px;
|
552
557
|
}
|
553
558
|
|
554
|
-
.
|
559
|
+
._logo_1l0ud_37 {
|
555
560
|
width: 100px;
|
556
561
|
height: 60px;
|
557
|
-
background: #eee;
|
562
|
+
background: #eee center;
|
558
563
|
}
|
559
564
|
|
560
|
-
.
|
565
|
+
._text_1l0ud_43 {
|
561
566
|
margin: auto 0;
|
562
567
|
}
|
563
568
|
|
564
|
-
.
|
569
|
+
._button_1l0ud_47 {
|
565
570
|
border-radius: 8px;
|
566
571
|
padding: 0 15px;
|
567
572
|
font-size: 24px;
|
@@ -572,11 +577,11 @@
|
|
572
577
|
justify-content: center;
|
573
578
|
width: 100%;
|
574
579
|
}
|
575
|
-
.
|
580
|
+
._desktop_1l0ud_21 ._button_1l0ud_47 {
|
576
581
|
width: 70%;
|
577
582
|
}
|
578
583
|
|
579
|
-
.
|
584
|
+
._legal_1l0ud_62 {
|
580
585
|
font-size: 9px;
|
581
586
|
color: #333;
|
582
587
|
padding: 0 10px;
|
@@ -584,7 +589,7 @@
|
|
584
589
|
width: 100%;
|
585
590
|
line-height: 1.2;
|
586
591
|
}
|
587
|
-
.
|
592
|
+
._desktop_1l0ud_21 ._legal_1l0ud_62 {
|
588
593
|
width: 70%;
|
589
594
|
}._root_2ic16_1 {
|
590
595
|
font-size: 20px;
|
@@ -638,7 +643,7 @@
|
|
638
643
|
._desktop_13k8c_13 ._wrapper_13k8c_33 {
|
639
644
|
flex-direction: initial;
|
640
645
|
gap: 25px;
|
641
|
-
}.
|
646
|
+
}._root_1ska4_1 {
|
642
647
|
text-align: center;
|
643
648
|
background-color: #f7f7f7;
|
644
649
|
overflow: hidden;
|
@@ -647,57 +652,58 @@
|
|
647
652
|
display: block;
|
648
653
|
}
|
649
654
|
|
650
|
-
.
|
655
|
+
._desktop_1ska4_10 {
|
651
656
|
height: 300px;
|
652
657
|
width: 300px;
|
653
658
|
}
|
654
659
|
|
655
|
-
.
|
660
|
+
._header_1ska4_15 {
|
656
661
|
display: none;
|
657
662
|
background-color: #eee;
|
658
663
|
height: 49px;
|
659
664
|
align-items: center;
|
660
665
|
justify-content: center;
|
661
666
|
}
|
662
|
-
.
|
667
|
+
._desktop_1ska4_10 ._header_1ska4_15 {
|
663
668
|
display: flex;
|
664
669
|
}
|
665
670
|
|
666
|
-
.
|
671
|
+
._logo_1ska4_26 {
|
667
672
|
width: 60px;
|
668
673
|
background-color: #dbdbdb;
|
669
674
|
height: 40px;
|
675
|
+
background-position: center;
|
670
676
|
}
|
671
677
|
|
672
|
-
.
|
678
|
+
._container_1ska4_33 {
|
673
679
|
display: flex;
|
674
680
|
flex-direction: column;
|
675
681
|
padding: 10px;
|
676
682
|
}
|
677
|
-
.
|
683
|
+
._desktop_1ska4_10 ._container_1ska4_33 {
|
678
684
|
padding: 0 16px 12px 16px;
|
679
685
|
justify-content: space-between;
|
680
686
|
height: calc(100% - 50px);
|
681
687
|
}
|
682
688
|
|
683
|
-
.
|
689
|
+
._body_1ska4_44 {
|
684
690
|
padding: 11px 10px 9px 10px;
|
685
691
|
display: flex;
|
686
692
|
align-items: center;
|
687
693
|
margin-bottom: 12px;
|
688
694
|
}
|
689
|
-
.
|
695
|
+
._desktop_1ska4_10 ._body_1ska4_44 {
|
690
696
|
margin: auto;
|
691
697
|
}
|
692
|
-
.
|
698
|
+
._body_1ska4_44 ._logo_1ska4_26 {
|
693
699
|
display: block;
|
694
700
|
margin-right: 12px;
|
695
701
|
}
|
696
|
-
.
|
702
|
+
._desktop_1ska4_10 ._body_1ska4_44 ._logo_1ska4_26 {
|
697
703
|
display: none;
|
698
704
|
}
|
699
705
|
|
700
|
-
.
|
706
|
+
._text_1ska4_61 {
|
701
707
|
flex: 1;
|
702
708
|
display: block;
|
703
709
|
justify-content: center;
|
@@ -710,17 +716,17 @@
|
|
710
716
|
--accent-color: #e23333;
|
711
717
|
--font-family: Roboto, sans-serif;
|
712
718
|
}
|
713
|
-
.
|
719
|
+
._text_1ska4_61 span {
|
714
720
|
font-family: var(--font-family);
|
715
721
|
color: var(--accent-color);
|
716
722
|
font-size: var(--accent-size);
|
717
723
|
}
|
718
|
-
.
|
724
|
+
._desktop_1ska4_10 ._text_1ska4_61 {
|
719
725
|
font-size: 22px;
|
720
726
|
--accent-size: 22px;
|
721
727
|
}
|
722
728
|
|
723
|
-
.
|
729
|
+
._button_1ska4_84 {
|
724
730
|
display: inline-flex;
|
725
731
|
align-items: center;
|
726
732
|
justify-content: center;
|
@@ -732,34 +738,34 @@
|
|
732
738
|
border-radius: 8px;
|
733
739
|
width: 100%;
|
734
740
|
}
|
735
|
-
.
|
741
|
+
._desktop_1ska4_10 ._button_1ska4_84 {
|
736
742
|
margin-bottom: 12px;
|
737
743
|
width: initial;
|
738
744
|
font-size: 16px;
|
739
745
|
}
|
740
746
|
|
741
|
-
.
|
747
|
+
._legal_1ska4_102 {
|
742
748
|
overflow-y: auto;
|
743
749
|
padding: 0 4px;
|
744
750
|
height: 15px;
|
745
751
|
font-size: 9px;
|
746
752
|
color: #333;
|
747
753
|
}
|
748
|
-
.
|
754
|
+
._desktop_1ska4_10 ._legal_1ska4_102 {
|
749
755
|
height: 20px;
|
750
756
|
}
|
751
757
|
|
752
|
-
.
|
758
|
+
._legal_1ska4_102::-webkit-scrollbar {
|
753
759
|
width: 4px;
|
754
760
|
background: #E5E6E9;
|
755
761
|
border-radius: 5px;
|
756
762
|
}
|
757
763
|
|
758
|
-
.
|
764
|
+
._legal_1ska4_102::-webkit-scrollbar-track {
|
759
765
|
border-radius: 5px;
|
760
766
|
}
|
761
767
|
|
762
|
-
.
|
768
|
+
._legal_1ska4_102::-webkit-scrollbar-thumb {
|
763
769
|
background: #7E8392;
|
764
770
|
border-radius: 5px;
|
765
771
|
}._root_i7e17_1 {
|
@@ -906,81 +912,82 @@
|
|
906
912
|
}
|
907
913
|
._desktop_i7e17_17 ._legal_i7e17_135 {
|
908
914
|
width: 70%;
|
909
|
-
}.
|
915
|
+
}._root_14sq5_1 {
|
910
916
|
padding: 10px;
|
911
917
|
display: flex;
|
912
918
|
align-items: center;
|
913
919
|
width: 100%;
|
914
920
|
}
|
915
921
|
|
916
|
-
.
|
922
|
+
._left_14sq5_8 {
|
917
923
|
padding-right: 15px;
|
918
924
|
display: none;
|
919
925
|
align-items: center;
|
920
926
|
border-right: 1px solid #333;
|
921
927
|
flex: 1;
|
922
928
|
}
|
923
|
-
.
|
929
|
+
._desktop_14sq5_15 ._left_14sq5_8 {
|
924
930
|
display: flex;
|
925
931
|
}
|
926
932
|
|
927
|
-
.
|
933
|
+
._teams_14sq5_19 {
|
928
934
|
margin-right: 30px;
|
929
935
|
display: flex;
|
930
936
|
align-items: center;
|
931
937
|
}
|
932
938
|
|
933
|
-
.
|
939
|
+
._logo_14sq5_25 {
|
934
940
|
width: 50px;
|
935
941
|
height: 50px;
|
936
942
|
background-color: #eee;
|
943
|
+
background-position: center;
|
937
944
|
}
|
938
945
|
|
939
|
-
.
|
946
|
+
._league_14sq5_32 {
|
940
947
|
font-size: 15px;
|
941
948
|
color: #333;
|
942
949
|
}
|
943
950
|
|
944
|
-
.
|
951
|
+
._name_14sq5_37 {
|
945
952
|
font-size: 18px;
|
946
953
|
font-weight: bold;
|
947
954
|
color: #333;
|
948
955
|
}
|
949
956
|
|
950
|
-
.
|
957
|
+
._right_14sq5_43 {
|
951
958
|
padding: 0 10px;
|
952
959
|
width: 100%;
|
953
960
|
display: flex;
|
954
961
|
}
|
955
|
-
.
|
962
|
+
._desktop_14sq5_15 ._right_14sq5_43 {
|
956
963
|
align-items: center;
|
957
964
|
padding: 0 30px;
|
958
965
|
width: 30%;
|
959
966
|
}
|
960
967
|
|
961
|
-
.
|
968
|
+
._odd_14sq5_54 {
|
962
969
|
display: flex;
|
963
970
|
align-items: center;
|
964
971
|
flex-direction: column;
|
965
972
|
flex: 1;
|
966
973
|
}
|
967
|
-
.
|
974
|
+
._desktop_14sq5_15 ._odd_14sq5_54 {
|
968
975
|
flex-direction: row;
|
969
976
|
flex: initial;
|
970
977
|
justify-content: space-between;
|
971
978
|
width: 100%;
|
972
979
|
}
|
973
980
|
|
974
|
-
.
|
981
|
+
._oddLabel_14sq5_67 {
|
975
982
|
font-size: 13px;
|
976
983
|
color: #333;
|
977
984
|
}
|
978
|
-
.
|
985
|
+
._desktop_14sq5_15 ._oddLabel_14sq5_67 {
|
979
986
|
font-size: 19px;
|
980
987
|
margin-right: 15px;
|
981
988
|
}
|
982
989
|
|
983
|
-
.
|
990
|
+
._oddValue_14sq5_76 {
|
984
991
|
padding: 3px 10px;
|
985
992
|
background-color: #ffbc00;
|
986
993
|
border-radius: 2px;
|
@@ -988,29 +995,29 @@
|
|
988
995
|
color: #333;
|
989
996
|
margin-top: 3px;
|
990
997
|
}
|
991
|
-
.
|
998
|
+
._desktop_14sq5_15 ._oddValue_14sq5_76 {
|
992
999
|
font-size: 19px;
|
993
1000
|
padding: 3px 20px;
|
994
1001
|
margin-top: initial;
|
995
1002
|
}
|
996
1003
|
|
997
|
-
.
|
1004
|
+
._team_14sq5_19 {
|
998
1005
|
display: flex;
|
999
1006
|
flex-direction: column;
|
1000
1007
|
align-items: center;
|
1001
1008
|
width: 30%;
|
1002
1009
|
}
|
1003
|
-
.
|
1010
|
+
._desktop_14sq5_15 ._team_14sq5_19 {
|
1004
1011
|
display: none;
|
1005
1012
|
}
|
1006
1013
|
|
1007
|
-
.
|
1014
|
+
._teamLogo_14sq5_100 {
|
1008
1015
|
width: 34px;
|
1009
1016
|
height: 34px;
|
1010
1017
|
background-color: #eee;
|
1011
1018
|
}
|
1012
1019
|
|
1013
|
-
.
|
1020
|
+
._teamName_14sq5_106 {
|
1014
1021
|
font-size: 11px;
|
1015
1022
|
text-transform: uppercase;
|
1016
1023
|
}._root_1slvw_1 {
|