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