@adstore/templates 2.0.11 → 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 +12 -0
- package/dist/style.css +116 -228
- package/dist/templates.es.js +92 -84
- package/dist/templates.umd.js +92 -84
- package/package.json +1 -1
package/dist/style.css
CHANGED
@@ -1,132 +1,8 @@
|
|
1
|
-
|
2
|
-
*::before,
|
3
|
-
*::after {
|
4
|
-
box-sizing: border-box;
|
5
|
-
-webkit-appearance: none;
|
6
|
-
}
|
7
|
-
|
8
|
-
html {
|
9
|
-
font-family: sans-serif;
|
10
|
-
line-height: 1.15;
|
11
|
-
-webkit-text-size-adjust: 100%;
|
12
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
13
|
-
}
|
14
|
-
|
15
|
-
body {
|
16
|
-
margin: 0;
|
17
|
-
font-family: "Roboto", sans-serif;
|
18
|
-
font-size: 12px;
|
19
|
-
line-height: 1.33333333;
|
20
|
-
color: #333;
|
21
|
-
text-align: left;
|
22
|
-
}
|
23
|
-
|
24
|
-
[tabindex="-1"]:focus {
|
25
|
-
outline: 0 !important;
|
26
|
-
}
|
27
|
-
|
28
|
-
hr {
|
29
|
-
box-sizing: content-box;
|
30
|
-
height: 0;
|
31
|
-
overflow: visible;
|
32
|
-
}
|
33
|
-
|
34
|
-
h1,
|
35
|
-
h2,
|
36
|
-
h3,
|
37
|
-
h4,
|
38
|
-
h5,
|
39
|
-
h6 {
|
40
|
-
margin-top: 0;
|
41
|
-
margin-bottom: 8px;
|
42
|
-
}
|
43
|
-
|
44
|
-
p {
|
45
|
-
margin-top: 0;
|
46
|
-
margin-bottom: 16px;
|
47
|
-
}
|
48
|
-
|
49
|
-
ol,
|
50
|
-
ul {
|
51
|
-
margin-top: 0;
|
52
|
-
margin-bottom: 16px;
|
53
|
-
}
|
54
|
-
|
55
|
-
ol ol,
|
56
|
-
ul ul,
|
57
|
-
ol ul,
|
58
|
-
ul ol {
|
59
|
-
margin-bottom: 0;
|
60
|
-
}
|
61
|
-
|
62
|
-
a {
|
63
|
-
text-decoration: none;
|
64
|
-
background-color: transparent;
|
65
|
-
}
|
66
|
-
a:hover {
|
67
|
-
text-decoration: none;
|
68
|
-
}
|
69
|
-
@media (hover: none) {
|
70
|
-
a:hover {
|
71
|
-
color: unset;
|
72
|
-
text-decoration: unset;
|
73
|
-
}
|
74
|
-
}
|
75
|
-
|
76
|
-
img {
|
77
|
-
vertical-align: middle;
|
78
|
-
}
|
79
|
-
|
80
|
-
svg {
|
81
|
-
overflow: hidden;
|
82
|
-
vertical-align: middle;
|
83
|
-
}
|
84
|
-
|
85
|
-
button {
|
86
|
-
border-radius: 0;
|
87
|
-
}
|
88
|
-
|
89
|
-
button:focus {
|
90
|
-
outline: 1px dotted;
|
91
|
-
outline: 5px auto -webkit-focus-ring-color;
|
92
|
-
}
|
93
|
-
|
94
|
-
input,
|
95
|
-
button,
|
96
|
-
select,
|
97
|
-
optgroup,
|
98
|
-
textarea {
|
99
|
-
margin: 0;
|
100
|
-
font-family: inherit;
|
101
|
-
font-size: inherit;
|
102
|
-
line-height: inherit;
|
103
|
-
}
|
104
|
-
|
105
|
-
button,
|
106
|
-
input {
|
107
|
-
overflow: visible;
|
108
|
-
}
|
109
|
-
|
110
|
-
button,
|
111
|
-
select {
|
112
|
-
text-transform: none;
|
113
|
-
}
|
114
|
-
|
115
|
-
button,
|
116
|
-
[type=button],
|
117
|
-
[type=reset],
|
118
|
-
[type=submit] {
|
119
|
-
-webkit-appearance: button;
|
120
|
-
}
|
121
|
-
|
122
|
-
textarea {
|
123
|
-
overflow: auto;
|
124
|
-
resize: vertical;
|
125
|
-
}._root_241qx_1 {
|
1
|
+
._root_1scoi_1 {
|
126
2
|
position: relative;
|
127
3
|
}
|
128
4
|
|
129
|
-
.
|
5
|
+
._icon_1scoi_5 {
|
130
6
|
width: 30px;
|
131
7
|
height: 30px;
|
132
8
|
display: flex;
|
@@ -138,25 +14,25 @@ textarea {
|
|
138
14
|
cursor: pointer;
|
139
15
|
}
|
140
16
|
|
141
|
-
.
|
17
|
+
._iconTarget_1scoi_17 {
|
142
18
|
width: 17px;
|
143
19
|
height: 20px;
|
144
20
|
}
|
145
21
|
|
146
|
-
.
|
22
|
+
._body_1scoi_22 {
|
147
23
|
position: absolute;
|
148
24
|
left: -30px;
|
149
25
|
top: 50px;
|
150
|
-
width:
|
26
|
+
width: 300px;
|
151
27
|
display: none;
|
152
28
|
}
|
153
29
|
|
154
|
-
.
|
155
|
-
animation:
|
30
|
+
._bodyOpen_1scoi_30 {
|
31
|
+
animation: _simpleGift_in_1scoi_1 0.3s;
|
156
32
|
display: block;
|
157
33
|
}
|
158
34
|
|
159
|
-
@keyframes
|
35
|
+
@keyframes _simpleGift_in_1scoi_1 {
|
160
36
|
from {
|
161
37
|
opacity: 0;
|
162
38
|
}
|
@@ -164,7 +40,7 @@ textarea {
|
|
164
40
|
opacity: 1;
|
165
41
|
}
|
166
42
|
}
|
167
|
-
.
|
43
|
+
._close_1scoi_43 {
|
168
44
|
position: absolute;
|
169
45
|
top: 9px;
|
170
46
|
right: 9px;
|
@@ -173,12 +49,12 @@ textarea {
|
|
173
49
|
align-items: center;
|
174
50
|
cursor: pointer;
|
175
51
|
}
|
176
|
-
.
|
52
|
+
._close_1scoi_43 svg {
|
177
53
|
width: 15px;
|
178
54
|
height: 15px;
|
179
55
|
}
|
180
56
|
|
181
|
-
.
|
57
|
+
._arrow_1scoi_57 {
|
182
58
|
position: absolute;
|
183
59
|
transform: rotate(45deg);
|
184
60
|
height: 15px;
|
@@ -188,26 +64,27 @@ textarea {
|
|
188
64
|
background-color: #333;
|
189
65
|
}
|
190
66
|
|
191
|
-
.
|
67
|
+
._container_1scoi_67 {
|
192
68
|
background-color: #333;
|
193
69
|
padding: 10px 10px 4px 10px;
|
194
70
|
border-radius: 4px;
|
195
71
|
}
|
196
72
|
|
197
|
-
.
|
73
|
+
._inner_1scoi_73 {
|
198
74
|
display: flex;
|
199
75
|
align-items: center;
|
200
76
|
margin-bottom: 10px;
|
201
77
|
padding-right: 30px;
|
202
78
|
}
|
203
79
|
|
204
|
-
.
|
80
|
+
._logo_1scoi_80 {
|
205
81
|
min-width: 60px;
|
206
82
|
height: 24px;
|
207
83
|
background-color: #eee;
|
84
|
+
background-position: center;
|
208
85
|
}
|
209
86
|
|
210
|
-
.
|
87
|
+
._text_1scoi_87 {
|
211
88
|
font-size: 17px;
|
212
89
|
line-height: 1.2;
|
213
90
|
color: #fff;
|
@@ -216,13 +93,13 @@ textarea {
|
|
216
93
|
--accent-size: #fff;
|
217
94
|
--font-family: Roboto, sans-serif;
|
218
95
|
}
|
219
|
-
.
|
96
|
+
._text_1scoi_87 span {
|
220
97
|
font-family: var(--font-family);
|
221
98
|
color: var(--accent-color);
|
222
99
|
font-size: var(--accent-size);
|
223
100
|
}
|
224
101
|
|
225
|
-
.
|
102
|
+
._button_1scoi_102 {
|
226
103
|
font-size: 13px;
|
227
104
|
line-height: 2;
|
228
105
|
border-radius: 4px;
|
@@ -231,11 +108,15 @@ textarea {
|
|
231
108
|
color: #333;
|
232
109
|
}
|
233
110
|
|
234
|
-
.
|
235
|
-
animation:
|
111
|
+
._buttonAnimated_1scoi_111 {
|
112
|
+
animation: _increase_1scoi_1 3s infinite;
|
113
|
+
}
|
114
|
+
|
115
|
+
._legalWrapper_1scoi_115 {
|
116
|
+
min-height: 18px;
|
236
117
|
}
|
237
118
|
|
238
|
-
.
|
119
|
+
._legal_1scoi_115 {
|
239
120
|
position: relative;
|
240
121
|
display: flex;
|
241
122
|
width: calc(100% + 12px);
|
@@ -251,8 +132,7 @@ textarea {
|
|
251
132
|
line-height: 11px;
|
252
133
|
margin-top: 5px;
|
253
134
|
}
|
254
|
-
|
255
|
-
._legalOpen_241qx_131 {
|
135
|
+
._legalOpen_1scoi_135 ._legal_1scoi_115 {
|
256
136
|
position: absolute;
|
257
137
|
inset: 0;
|
258
138
|
z-index: 2;
|
@@ -260,7 +140,7 @@ textarea {
|
|
260
140
|
width: 100%;
|
261
141
|
}
|
262
142
|
|
263
|
-
.
|
143
|
+
._legalText_1scoi_143 {
|
264
144
|
display: inline-block;
|
265
145
|
margin: 0;
|
266
146
|
-webkit-line-clamp: 1;
|
@@ -270,26 +150,26 @@ textarea {
|
|
270
150
|
text-overflow: ellipsis;
|
271
151
|
padding-right: 25px;
|
272
152
|
}
|
273
|
-
.
|
153
|
+
._legalOpen_1scoi_135 ._legalText_1scoi_143 {
|
274
154
|
text-align: center;
|
275
155
|
padding-right: 0;
|
276
156
|
overflow: auto;
|
277
157
|
}
|
278
158
|
|
279
|
-
.
|
159
|
+
._legalButton_1scoi_159 {
|
280
160
|
cursor: pointer;
|
281
161
|
text-decoration: underline;
|
282
162
|
position: absolute;
|
283
163
|
right: 4px;
|
284
164
|
bottom: 4px;
|
285
165
|
}
|
286
|
-
.
|
166
|
+
._legalOpen_1scoi_135 ._legalButton_1scoi_159 {
|
287
167
|
position: initial;
|
288
168
|
display: inline-block;
|
289
169
|
margin: 0 3px;
|
290
170
|
}
|
291
171
|
|
292
|
-
@keyframes
|
172
|
+
@keyframes _fadein_1scoi_1 {
|
293
173
|
0%, 100% {
|
294
174
|
opacity: 0;
|
295
175
|
}
|
@@ -297,7 +177,7 @@ textarea {
|
|
297
177
|
opacity: 1;
|
298
178
|
}
|
299
179
|
}
|
300
|
-
@keyframes
|
180
|
+
@keyframes _pulse_1scoi_1 {
|
301
181
|
from {
|
302
182
|
transform: scale(1);
|
303
183
|
}
|
@@ -305,7 +185,7 @@ textarea {
|
|
305
185
|
transform: scale(1.05);
|
306
186
|
}
|
307
187
|
}
|
308
|
-
@keyframes
|
188
|
+
@keyframes _gradient_1scoi_1 {
|
309
189
|
0% {
|
310
190
|
background-position: 0% 50%;
|
311
191
|
}
|
@@ -316,7 +196,7 @@ textarea {
|
|
316
196
|
background-position: 0% 50%;
|
317
197
|
}
|
318
198
|
}
|
319
|
-
@keyframes
|
199
|
+
@keyframes _wiggle_1scoi_1 {
|
320
200
|
0%, 7% {
|
321
201
|
transform: rotateZ(0);
|
322
202
|
}
|
@@ -339,7 +219,7 @@ textarea {
|
|
339
219
|
transform: rotateZ(0);
|
340
220
|
}
|
341
221
|
}
|
342
|
-
@keyframes
|
222
|
+
@keyframes _increase_1scoi_1 {
|
343
223
|
0% {
|
344
224
|
transform: scale(1) translateZ(0);
|
345
225
|
}
|
@@ -509,25 +389,25 @@ textarea {
|
|
509
389
|
40%, 100% {
|
510
390
|
transform: rotateZ(0);
|
511
391
|
}
|
512
|
-
}.
|
392
|
+
}._root_1dvwc_1 {
|
513
393
|
padding: 6px;
|
514
394
|
background-color: #fff;
|
515
395
|
position: relative;
|
516
396
|
display: block;
|
517
397
|
}
|
518
|
-
.
|
398
|
+
._root_1dvwc_1:first-child {
|
519
399
|
border-top-left-radius: 6px;
|
520
400
|
border-top-right-radius: 6px;
|
521
401
|
}
|
522
|
-
.
|
402
|
+
._root_1dvwc_1:first-child:after {
|
523
403
|
display: none;
|
524
404
|
}
|
525
|
-
.
|
405
|
+
._root_1dvwc_1:last-child {
|
526
406
|
border-bottom-left-radius: 6px;
|
527
407
|
border-bottom-right-radius: 6px;
|
528
408
|
border-bottom: none;
|
529
409
|
}
|
530
|
-
.
|
410
|
+
._root_1dvwc_1:after {
|
531
411
|
content: "";
|
532
412
|
width: 100%;
|
533
413
|
height: 1px;
|
@@ -538,7 +418,7 @@ textarea {
|
|
538
418
|
bottom: 0;
|
539
419
|
}
|
540
420
|
|
541
|
-
.
|
421
|
+
._body_1dvwc_30 {
|
542
422
|
display: flex;
|
543
423
|
align-items: center;
|
544
424
|
position: relative;
|
@@ -546,12 +426,12 @@ textarea {
|
|
546
426
|
justify-content: space-between;
|
547
427
|
}
|
548
428
|
|
549
|
-
.
|
429
|
+
._bodyInner_1dvwc_38 {
|
550
430
|
display: flex;
|
551
431
|
align-items: center;
|
552
432
|
}
|
553
433
|
|
554
|
-
.
|
434
|
+
._line_1dvwc_43 {
|
555
435
|
position: absolute;
|
556
436
|
left: -6px;
|
557
437
|
top: 0;
|
@@ -561,7 +441,7 @@ textarea {
|
|
561
441
|
border-radius: 0 2px 2px 0;
|
562
442
|
}
|
563
443
|
|
564
|
-
.
|
444
|
+
._text_1dvwc_53 {
|
565
445
|
font-size: 12px;
|
566
446
|
line-height: 1.2;
|
567
447
|
color: #333;
|
@@ -571,13 +451,13 @@ textarea {
|
|
571
451
|
--accent-color: #ffbc00;
|
572
452
|
--font-family: Roboto, sans-serif;
|
573
453
|
}
|
574
|
-
.
|
454
|
+
._text_1dvwc_53 span {
|
575
455
|
font-family: var(--font-family);
|
576
456
|
color: var(--accent-color);
|
577
457
|
font-size: var(--accent-size);
|
578
458
|
}
|
579
459
|
|
580
|
-
.
|
460
|
+
._button_1dvwc_69 {
|
581
461
|
margin-left: auto;
|
582
462
|
padding: 2px;
|
583
463
|
background-color: #ffb800;
|
@@ -589,33 +469,34 @@ textarea {
|
|
589
469
|
line-height: 2;
|
590
470
|
font-weight: bold;
|
591
471
|
}
|
592
|
-
.
|
472
|
+
._button_1dvwc_69 ._logo_1dvwc_81 {
|
593
473
|
width: 30px;
|
594
474
|
height: 30px;
|
595
475
|
margin-right: initial;
|
596
476
|
display: block;
|
597
477
|
}
|
598
|
-
.
|
478
|
+
._variant2_1dvwc_87 ._button_1dvwc_69 ._logo_1dvwc_81 {
|
599
479
|
display: none;
|
600
480
|
}
|
601
481
|
|
602
|
-
.
|
482
|
+
._buttonText_1dvwc_91 {
|
603
483
|
padding: 0 7px;
|
604
484
|
}
|
605
485
|
|
606
|
-
.
|
486
|
+
._logo_1dvwc_81 {
|
607
487
|
width: 25px;
|
608
488
|
height: 25px;
|
609
489
|
border-radius: 30px;
|
610
490
|
background-color: #eee;
|
611
491
|
margin-right: 10px;
|
612
492
|
display: none;
|
493
|
+
background-position: center;
|
613
494
|
}
|
614
|
-
.
|
495
|
+
._variant2_1dvwc_87 ._logo_1dvwc_81 {
|
615
496
|
display: block;
|
616
497
|
}
|
617
498
|
|
618
|
-
.
|
499
|
+
._legal_1dvwc_108 {
|
619
500
|
background-color: #eee;
|
620
501
|
padding: 2px 5px;
|
621
502
|
height: 14px;
|
@@ -626,20 +507,20 @@ textarea {
|
|
626
507
|
font-size: 8px;
|
627
508
|
}
|
628
509
|
|
629
|
-
.
|
510
|
+
._legal_1dvwc_108::-webkit-scrollbar {
|
630
511
|
width: 4px;
|
631
512
|
background: #e5e6e9;
|
632
513
|
border-radius: 5px;
|
633
514
|
}
|
634
515
|
|
635
|
-
.
|
516
|
+
._legal_1dvwc_108::-webkit-scrollbar-track {
|
636
517
|
border-radius: 5px;
|
637
518
|
}
|
638
519
|
|
639
|
-
.
|
520
|
+
._legal_1dvwc_108::-webkit-scrollbar-thumb {
|
640
521
|
background: #7e8392;
|
641
522
|
border-radius: 5px;
|
642
|
-
}.
|
523
|
+
}._root_1l0ud_1 {
|
643
524
|
max-width: 320px;
|
644
525
|
width: 100%;
|
645
526
|
overflow: hidden;
|
@@ -649,38 +530,43 @@ textarea {
|
|
649
530
|
display: flex;
|
650
531
|
}
|
651
532
|
|
652
|
-
.
|
533
|
+
._laptop_1l0ud_11 {
|
534
|
+
max-width: 930px;
|
535
|
+
min-height: 680px;
|
536
|
+
}
|
537
|
+
|
538
|
+
._tablet_1l0ud_16 {
|
653
539
|
max-width: 410px;
|
654
540
|
min-height: 680px;
|
655
541
|
}
|
656
542
|
|
657
|
-
.
|
658
|
-
max-width:
|
543
|
+
._desktop_1l0ud_21 {
|
544
|
+
max-width: 75%;
|
659
545
|
min-height: 500px;
|
660
546
|
}
|
661
547
|
|
662
|
-
.
|
548
|
+
._body_1l0ud_26 {
|
663
549
|
padding: 25px 10px 12px 10px;
|
664
550
|
display: flex;
|
665
551
|
flex-direction: column;
|
666
552
|
justify-content: flex-end;
|
667
553
|
align-items: center;
|
668
554
|
}
|
669
|
-
.
|
555
|
+
._desktop_1l0ud_21 ._body_1l0ud_26 {
|
670
556
|
padding: 30px 47px 15px 47px;
|
671
557
|
}
|
672
558
|
|
673
|
-
.
|
559
|
+
._logo_1l0ud_37 {
|
674
560
|
width: 100px;
|
675
561
|
height: 60px;
|
676
|
-
background: #eee;
|
562
|
+
background: #eee center;
|
677
563
|
}
|
678
564
|
|
679
|
-
.
|
565
|
+
._text_1l0ud_43 {
|
680
566
|
margin: auto 0;
|
681
567
|
}
|
682
568
|
|
683
|
-
.
|
569
|
+
._button_1l0ud_47 {
|
684
570
|
border-radius: 8px;
|
685
571
|
padding: 0 15px;
|
686
572
|
font-size: 24px;
|
@@ -691,11 +577,11 @@ textarea {
|
|
691
577
|
justify-content: center;
|
692
578
|
width: 100%;
|
693
579
|
}
|
694
|
-
.
|
580
|
+
._desktop_1l0ud_21 ._button_1l0ud_47 {
|
695
581
|
width: 70%;
|
696
582
|
}
|
697
583
|
|
698
|
-
.
|
584
|
+
._legal_1l0ud_62 {
|
699
585
|
font-size: 9px;
|
700
586
|
color: #333;
|
701
587
|
padding: 0 10px;
|
@@ -703,7 +589,7 @@ textarea {
|
|
703
589
|
width: 100%;
|
704
590
|
line-height: 1.2;
|
705
591
|
}
|
706
|
-
.
|
592
|
+
._desktop_1l0ud_21 ._legal_1l0ud_62 {
|
707
593
|
width: 70%;
|
708
594
|
}._root_2ic16_1 {
|
709
595
|
font-size: 20px;
|
@@ -757,7 +643,7 @@ textarea {
|
|
757
643
|
._desktop_13k8c_13 ._wrapper_13k8c_33 {
|
758
644
|
flex-direction: initial;
|
759
645
|
gap: 25px;
|
760
|
-
}.
|
646
|
+
}._root_1ska4_1 {
|
761
647
|
text-align: center;
|
762
648
|
background-color: #f7f7f7;
|
763
649
|
overflow: hidden;
|
@@ -766,57 +652,58 @@ textarea {
|
|
766
652
|
display: block;
|
767
653
|
}
|
768
654
|
|
769
|
-
.
|
655
|
+
._desktop_1ska4_10 {
|
770
656
|
height: 300px;
|
771
657
|
width: 300px;
|
772
658
|
}
|
773
659
|
|
774
|
-
.
|
660
|
+
._header_1ska4_15 {
|
775
661
|
display: none;
|
776
662
|
background-color: #eee;
|
777
663
|
height: 49px;
|
778
664
|
align-items: center;
|
779
665
|
justify-content: center;
|
780
666
|
}
|
781
|
-
.
|
667
|
+
._desktop_1ska4_10 ._header_1ska4_15 {
|
782
668
|
display: flex;
|
783
669
|
}
|
784
670
|
|
785
|
-
.
|
671
|
+
._logo_1ska4_26 {
|
786
672
|
width: 60px;
|
787
673
|
background-color: #dbdbdb;
|
788
674
|
height: 40px;
|
675
|
+
background-position: center;
|
789
676
|
}
|
790
677
|
|
791
|
-
.
|
678
|
+
._container_1ska4_33 {
|
792
679
|
display: flex;
|
793
680
|
flex-direction: column;
|
794
681
|
padding: 10px;
|
795
682
|
}
|
796
|
-
.
|
683
|
+
._desktop_1ska4_10 ._container_1ska4_33 {
|
797
684
|
padding: 0 16px 12px 16px;
|
798
685
|
justify-content: space-between;
|
799
686
|
height: calc(100% - 50px);
|
800
687
|
}
|
801
688
|
|
802
|
-
.
|
689
|
+
._body_1ska4_44 {
|
803
690
|
padding: 11px 10px 9px 10px;
|
804
691
|
display: flex;
|
805
692
|
align-items: center;
|
806
693
|
margin-bottom: 12px;
|
807
694
|
}
|
808
|
-
.
|
695
|
+
._desktop_1ska4_10 ._body_1ska4_44 {
|
809
696
|
margin: auto;
|
810
697
|
}
|
811
|
-
.
|
698
|
+
._body_1ska4_44 ._logo_1ska4_26 {
|
812
699
|
display: block;
|
813
700
|
margin-right: 12px;
|
814
701
|
}
|
815
|
-
.
|
702
|
+
._desktop_1ska4_10 ._body_1ska4_44 ._logo_1ska4_26 {
|
816
703
|
display: none;
|
817
704
|
}
|
818
705
|
|
819
|
-
.
|
706
|
+
._text_1ska4_61 {
|
820
707
|
flex: 1;
|
821
708
|
display: block;
|
822
709
|
justify-content: center;
|
@@ -829,17 +716,17 @@ textarea {
|
|
829
716
|
--accent-color: #e23333;
|
830
717
|
--font-family: Roboto, sans-serif;
|
831
718
|
}
|
832
|
-
.
|
719
|
+
._text_1ska4_61 span {
|
833
720
|
font-family: var(--font-family);
|
834
721
|
color: var(--accent-color);
|
835
722
|
font-size: var(--accent-size);
|
836
723
|
}
|
837
|
-
.
|
724
|
+
._desktop_1ska4_10 ._text_1ska4_61 {
|
838
725
|
font-size: 22px;
|
839
726
|
--accent-size: 22px;
|
840
727
|
}
|
841
728
|
|
842
|
-
.
|
729
|
+
._button_1ska4_84 {
|
843
730
|
display: inline-flex;
|
844
731
|
align-items: center;
|
845
732
|
justify-content: center;
|
@@ -851,34 +738,34 @@ textarea {
|
|
851
738
|
border-radius: 8px;
|
852
739
|
width: 100%;
|
853
740
|
}
|
854
|
-
.
|
741
|
+
._desktop_1ska4_10 ._button_1ska4_84 {
|
855
742
|
margin-bottom: 12px;
|
856
743
|
width: initial;
|
857
744
|
font-size: 16px;
|
858
745
|
}
|
859
746
|
|
860
|
-
.
|
747
|
+
._legal_1ska4_102 {
|
861
748
|
overflow-y: auto;
|
862
749
|
padding: 0 4px;
|
863
750
|
height: 15px;
|
864
751
|
font-size: 9px;
|
865
752
|
color: #333;
|
866
753
|
}
|
867
|
-
.
|
754
|
+
._desktop_1ska4_10 ._legal_1ska4_102 {
|
868
755
|
height: 20px;
|
869
756
|
}
|
870
757
|
|
871
|
-
.
|
758
|
+
._legal_1ska4_102::-webkit-scrollbar {
|
872
759
|
width: 4px;
|
873
760
|
background: #E5E6E9;
|
874
761
|
border-radius: 5px;
|
875
762
|
}
|
876
763
|
|
877
|
-
.
|
764
|
+
._legal_1ska4_102::-webkit-scrollbar-track {
|
878
765
|
border-radius: 5px;
|
879
766
|
}
|
880
767
|
|
881
|
-
.
|
768
|
+
._legal_1ska4_102::-webkit-scrollbar-thumb {
|
882
769
|
background: #7E8392;
|
883
770
|
border-radius: 5px;
|
884
771
|
}._root_i7e17_1 {
|
@@ -1025,81 +912,82 @@ textarea {
|
|
1025
912
|
}
|
1026
913
|
._desktop_i7e17_17 ._legal_i7e17_135 {
|
1027
914
|
width: 70%;
|
1028
|
-
}.
|
915
|
+
}._root_14sq5_1 {
|
1029
916
|
padding: 10px;
|
1030
917
|
display: flex;
|
1031
918
|
align-items: center;
|
1032
919
|
width: 100%;
|
1033
920
|
}
|
1034
921
|
|
1035
|
-
.
|
922
|
+
._left_14sq5_8 {
|
1036
923
|
padding-right: 15px;
|
1037
924
|
display: none;
|
1038
925
|
align-items: center;
|
1039
926
|
border-right: 1px solid #333;
|
1040
927
|
flex: 1;
|
1041
928
|
}
|
1042
|
-
.
|
929
|
+
._desktop_14sq5_15 ._left_14sq5_8 {
|
1043
930
|
display: flex;
|
1044
931
|
}
|
1045
932
|
|
1046
|
-
.
|
933
|
+
._teams_14sq5_19 {
|
1047
934
|
margin-right: 30px;
|
1048
935
|
display: flex;
|
1049
936
|
align-items: center;
|
1050
937
|
}
|
1051
938
|
|
1052
|
-
.
|
939
|
+
._logo_14sq5_25 {
|
1053
940
|
width: 50px;
|
1054
941
|
height: 50px;
|
1055
942
|
background-color: #eee;
|
943
|
+
background-position: center;
|
1056
944
|
}
|
1057
945
|
|
1058
|
-
.
|
946
|
+
._league_14sq5_32 {
|
1059
947
|
font-size: 15px;
|
1060
948
|
color: #333;
|
1061
949
|
}
|
1062
950
|
|
1063
|
-
.
|
951
|
+
._name_14sq5_37 {
|
1064
952
|
font-size: 18px;
|
1065
953
|
font-weight: bold;
|
1066
954
|
color: #333;
|
1067
955
|
}
|
1068
956
|
|
1069
|
-
.
|
957
|
+
._right_14sq5_43 {
|
1070
958
|
padding: 0 10px;
|
1071
959
|
width: 100%;
|
1072
960
|
display: flex;
|
1073
961
|
}
|
1074
|
-
.
|
962
|
+
._desktop_14sq5_15 ._right_14sq5_43 {
|
1075
963
|
align-items: center;
|
1076
964
|
padding: 0 30px;
|
1077
965
|
width: 30%;
|
1078
966
|
}
|
1079
967
|
|
1080
|
-
.
|
968
|
+
._odd_14sq5_54 {
|
1081
969
|
display: flex;
|
1082
970
|
align-items: center;
|
1083
971
|
flex-direction: column;
|
1084
972
|
flex: 1;
|
1085
973
|
}
|
1086
|
-
.
|
974
|
+
._desktop_14sq5_15 ._odd_14sq5_54 {
|
1087
975
|
flex-direction: row;
|
1088
976
|
flex: initial;
|
1089
977
|
justify-content: space-between;
|
1090
978
|
width: 100%;
|
1091
979
|
}
|
1092
980
|
|
1093
|
-
.
|
981
|
+
._oddLabel_14sq5_67 {
|
1094
982
|
font-size: 13px;
|
1095
983
|
color: #333;
|
1096
984
|
}
|
1097
|
-
.
|
985
|
+
._desktop_14sq5_15 ._oddLabel_14sq5_67 {
|
1098
986
|
font-size: 19px;
|
1099
987
|
margin-right: 15px;
|
1100
988
|
}
|
1101
989
|
|
1102
|
-
.
|
990
|
+
._oddValue_14sq5_76 {
|
1103
991
|
padding: 3px 10px;
|
1104
992
|
background-color: #ffbc00;
|
1105
993
|
border-radius: 2px;
|
@@ -1107,29 +995,29 @@ textarea {
|
|
1107
995
|
color: #333;
|
1108
996
|
margin-top: 3px;
|
1109
997
|
}
|
1110
|
-
.
|
998
|
+
._desktop_14sq5_15 ._oddValue_14sq5_76 {
|
1111
999
|
font-size: 19px;
|
1112
1000
|
padding: 3px 20px;
|
1113
1001
|
margin-top: initial;
|
1114
1002
|
}
|
1115
1003
|
|
1116
|
-
.
|
1004
|
+
._team_14sq5_19 {
|
1117
1005
|
display: flex;
|
1118
1006
|
flex-direction: column;
|
1119
1007
|
align-items: center;
|
1120
1008
|
width: 30%;
|
1121
1009
|
}
|
1122
|
-
.
|
1010
|
+
._desktop_14sq5_15 ._team_14sq5_19 {
|
1123
1011
|
display: none;
|
1124
1012
|
}
|
1125
1013
|
|
1126
|
-
.
|
1014
|
+
._teamLogo_14sq5_100 {
|
1127
1015
|
width: 34px;
|
1128
1016
|
height: 34px;
|
1129
1017
|
background-color: #eee;
|
1130
1018
|
}
|
1131
1019
|
|
1132
|
-
.
|
1020
|
+
._teamName_14sq5_106 {
|
1133
1021
|
font-size: 11px;
|
1134
1022
|
text-transform: uppercase;
|
1135
1023
|
}._root_1slvw_1 {
|