@meduza/ui-kit-2 0.1.12 → 0.1.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/dist/ui-kit-2.cjs.development.js +66 -22
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +67 -23
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +848 -831
- package/package.json +1 -1
- package/src/DocumentItemsCount/DocumentItemsCount.stories.tsx +4 -6
- package/src/DotsOnImage/DotsOnImage.module.css +37 -43
- package/src/DotsOnImage/index.tsx +92 -42
- package/src/EmbedBlock/EmbedBlock.tsx +1 -1
- package/src/QuoteBlock/QuoteBlock.module.css +1 -1
package/dist/ui-kit.css
CHANGED
|
@@ -1,233 +1,3 @@
|
|
|
1
|
-
/* Colors */
|
|
2
|
-
/* Fonts */
|
|
3
|
-
/* Gap */
|
|
4
|
-
/* Media */
|
|
5
|
-
/* 512 */
|
|
6
|
-
/* 650 */
|
|
7
|
-
/* 768 */
|
|
8
|
-
/* 1024 */
|
|
9
|
-
/* 1010 */
|
|
10
|
-
/* 1200 */
|
|
11
|
-
/* 511 */
|
|
12
|
-
/* 1023 */
|
|
13
|
-
/* Zindex */
|
|
14
|
-
.SvgSymbol-module_root__2CsRW {
|
|
15
|
-
width: 100%;
|
|
16
|
-
height: 100%;
|
|
17
|
-
|
|
18
|
-
vertical-align: middle;
|
|
19
|
-
}
|
|
20
|
-
.SvgSymbol-module_small__2g6oR {
|
|
21
|
-
height: 14px;
|
|
22
|
-
}
|
|
23
|
-
.SvgSymbol-module_normal__9lFn1 {
|
|
24
|
-
height: 14px;
|
|
25
|
-
}
|
|
26
|
-
.SvgSymbol-module_medium__2eF5L {
|
|
27
|
-
width: 24px;
|
|
28
|
-
height: 24px;
|
|
29
|
-
}
|
|
30
|
-
.SvgSymbol-module_large__2kQrt {
|
|
31
|
-
width: 42px;
|
|
32
|
-
height: 42px;
|
|
33
|
-
}
|
|
34
|
-
.SvgSymbol-module_adaptive__3_68T {
|
|
35
|
-
width: 100%;
|
|
36
|
-
height: 100%;
|
|
37
|
-
}
|
|
38
|
-
.SvgSymbol-module_fb__1whmw {
|
|
39
|
-
width: 16px;
|
|
40
|
-
|
|
41
|
-
fill: #304591;
|
|
42
|
-
}
|
|
43
|
-
.SvgSymbol-module_vk__3VEuu {
|
|
44
|
-
width: 20px;
|
|
45
|
-
|
|
46
|
-
fill: #527397;
|
|
47
|
-
}
|
|
48
|
-
.SvgSymbol-module_ok__2_1Qb {
|
|
49
|
-
width: 9px;
|
|
50
|
-
|
|
51
|
-
fill: #eb722e;
|
|
52
|
-
}
|
|
53
|
-
.SvgSymbol-module_tw__2VRG5 {
|
|
54
|
-
width: 20px;
|
|
55
|
-
|
|
56
|
-
fill: #31adf4;
|
|
57
|
-
}
|
|
58
|
-
.SvgSymbol-module_tg__2xe2f {
|
|
59
|
-
width: 18px;
|
|
60
|
-
|
|
61
|
-
fill: #2ba5e0;
|
|
62
|
-
}
|
|
63
|
-
.SvgSymbol-module_reaction__rrJvf {
|
|
64
|
-
width: 16px;
|
|
65
|
-
|
|
66
|
-
color: #b88b59;
|
|
67
|
-
|
|
68
|
-
fill: #262626;
|
|
69
|
-
}
|
|
70
|
-
.SvgSymbol-module_card__1XAqw,
|
|
71
|
-
.SvgSymbol-module_podcast__3oPoo,
|
|
72
|
-
.SvgSymbol-module_read__2V82i,
|
|
73
|
-
.SvgSymbol-module_listened__1oMFV {
|
|
74
|
-
width: 15px;
|
|
75
|
-
height: 15px;
|
|
76
|
-
}
|
|
77
|
-
.SvgSymbol-module_menu__2iYFt {
|
|
78
|
-
width: 24px;
|
|
79
|
-
height: 24px;
|
|
80
|
-
}
|
|
81
|
-
.SvgSymbol-module_cross__J2lCN {
|
|
82
|
-
width: 14px;
|
|
83
|
-
height: 14px;
|
|
84
|
-
}
|
|
85
|
-
.SvgSymbol-module_isInFeature__cDeTI,
|
|
86
|
-
.SvgSymbol-module_isInCard__pKq4e {
|
|
87
|
-
width: 16px;
|
|
88
|
-
height: 16px;
|
|
89
|
-
}
|
|
90
|
-
.SvgSymbol-module_isInTopicBlockItem__3Te91 {
|
|
91
|
-
width: 16px;
|
|
92
|
-
height: 16px;
|
|
93
|
-
}
|
|
94
|
-
.SvgSymbol-module_isInPageStatic__H31Rd {
|
|
95
|
-
width: 64px;
|
|
96
|
-
height: 64px;
|
|
97
|
-
}
|
|
98
|
-
.SvgSymbol-module_isInMaterialMeta__2IbAw {
|
|
99
|
-
margin-right: 6px;
|
|
100
|
-
}
|
|
101
|
-
.SvgSymbol-module_isInAudioPlayer__2xlzW {
|
|
102
|
-
width: 29px;
|
|
103
|
-
height: 29px;
|
|
104
|
-
|
|
105
|
-
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
106
|
-
|
|
107
|
-
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
108
|
-
}
|
|
109
|
-
.SvgSymbol-module_isInEpisodeBlock__2vY3o {
|
|
110
|
-
width: 38px;
|
|
111
|
-
height: 38px;
|
|
112
|
-
|
|
113
|
-
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
114
|
-
|
|
115
|
-
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
116
|
-
}
|
|
117
|
-
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
118
|
-
width: 34px;
|
|
119
|
-
height: 28px
|
|
120
|
-
}
|
|
121
|
-
@media only screen and (min-device-width: 40.625em) {
|
|
122
|
-
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
123
|
-
width: 28px;
|
|
124
|
-
height: 22px
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
128
|
-
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
129
|
-
width: 28px;
|
|
130
|
-
height: 28px
|
|
131
|
-
}
|
|
132
|
-
@media only screen and (min-device-width: 40.625em) {
|
|
133
|
-
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
134
|
-
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
135
|
-
width: 22px;
|
|
136
|
-
height: 22px
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_cross__J2lCN {
|
|
140
|
-
width: 18px;
|
|
141
|
-
height: 18px;
|
|
142
|
-
}
|
|
143
|
-
.SvgSymbol-module_play__pM-qY {
|
|
144
|
-
width: 100%;
|
|
145
|
-
height: 100%;
|
|
146
|
-
}
|
|
147
|
-
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
148
|
-
width: 92px;
|
|
149
|
-
height: 20px
|
|
150
|
-
}
|
|
151
|
-
@media only screen and (min-device-width: 64em) {
|
|
152
|
-
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
153
|
-
width: 100px;
|
|
154
|
-
height: 45px
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
.SvgSymbol-module_arrow__11naX {
|
|
158
|
-
width: 12px;
|
|
159
|
-
height: 12px;
|
|
160
|
-
}
|
|
161
|
-
.SvgSymbol-module_oil__hvHE5 {
|
|
162
|
-
width: 9px;
|
|
163
|
-
height: 12px;
|
|
164
|
-
}
|
|
165
|
-
.SvgSymbol-module_search__VK6p3 {
|
|
166
|
-
width: 24px;
|
|
167
|
-
height: 24px
|
|
168
|
-
}
|
|
169
|
-
@media only screen and (min-device-width: 64em) {
|
|
170
|
-
.SvgSymbol-module_search__VK6p3 {
|
|
171
|
-
width: 16px;
|
|
172
|
-
height: 16px
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
.SvgSymbol-module_user__1MGim {
|
|
176
|
-
width: 14px;
|
|
177
|
-
height: 14px
|
|
178
|
-
}
|
|
179
|
-
@media only screen and (min-device-width: 64em) {
|
|
180
|
-
.SvgSymbol-module_user__1MGim {
|
|
181
|
-
width: 16px;
|
|
182
|
-
height: 16px
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
.SvgSymbol-module_bookmark__2z7tX {
|
|
186
|
-
width: 17px;
|
|
187
|
-
height: auto;
|
|
188
|
-
|
|
189
|
-
cursor: pointer;
|
|
190
|
-
|
|
191
|
-
stroke-width: 2px
|
|
192
|
-
}
|
|
193
|
-
@media only screen and (min-device-width: 64em) {
|
|
194
|
-
.SvgSymbol-module_bookmark__2z7tX {
|
|
195
|
-
width: 14px;
|
|
196
|
-
|
|
197
|
-
stroke-width: 1.5px
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {
|
|
201
|
-
width: 14px;
|
|
202
|
-
}
|
|
203
|
-
.SvgSymbol-module_receipt__3Eqow {
|
|
204
|
-
width: 10px;
|
|
205
|
-
height: 13px;
|
|
206
|
-
}
|
|
207
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
208
|
-
width: 22px;
|
|
209
|
-
height: 22px
|
|
210
|
-
}
|
|
211
|
-
@media only screen and (min-device-width: 64em) {
|
|
212
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
213
|
-
width: 14px;
|
|
214
|
-
height: 14px
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
@media only screen and (min-device-width: 64em) {
|
|
218
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
|
|
219
|
-
stroke-width: 1.5px
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
223
|
-
stroke-width: 1.8px
|
|
224
|
-
}
|
|
225
|
-
@media only screen and (min-device-width: 64em) {
|
|
226
|
-
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
227
|
-
stroke-width: 1.3px
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
|
|
231
1
|
/* Colors */
|
|
232
2
|
/* Fonts */
|
|
233
3
|
/* Gap */
|
|
@@ -485,29 +255,259 @@
|
|
|
485
255
|
/* 511 */
|
|
486
256
|
/* 1023 */
|
|
487
257
|
/* Zindex */
|
|
488
|
-
.
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
258
|
+
.SvgSymbol-module_root__2CsRW {
|
|
259
|
+
width: 100%;
|
|
260
|
+
height: 100%;
|
|
261
|
+
|
|
262
|
+
vertical-align: middle;
|
|
263
|
+
}
|
|
264
|
+
.SvgSymbol-module_small__2g6oR {
|
|
265
|
+
height: 14px;
|
|
266
|
+
}
|
|
267
|
+
.SvgSymbol-module_normal__9lFn1 {
|
|
268
|
+
height: 14px;
|
|
269
|
+
}
|
|
270
|
+
.SvgSymbol-module_medium__2eF5L {
|
|
271
|
+
width: 24px;
|
|
272
|
+
height: 24px;
|
|
273
|
+
}
|
|
274
|
+
.SvgSymbol-module_large__2kQrt {
|
|
275
|
+
width: 42px;
|
|
276
|
+
height: 42px;
|
|
277
|
+
}
|
|
278
|
+
.SvgSymbol-module_adaptive__3_68T {
|
|
279
|
+
width: 100%;
|
|
280
|
+
height: 100%;
|
|
281
|
+
}
|
|
282
|
+
.SvgSymbol-module_fb__1whmw {
|
|
283
|
+
width: 16px;
|
|
284
|
+
|
|
285
|
+
fill: #304591;
|
|
286
|
+
}
|
|
287
|
+
.SvgSymbol-module_vk__3VEuu {
|
|
288
|
+
width: 20px;
|
|
289
|
+
|
|
290
|
+
fill: #527397;
|
|
291
|
+
}
|
|
292
|
+
.SvgSymbol-module_ok__2_1Qb {
|
|
293
|
+
width: 9px;
|
|
294
|
+
|
|
295
|
+
fill: #eb722e;
|
|
296
|
+
}
|
|
297
|
+
.SvgSymbol-module_tw__2VRG5 {
|
|
298
|
+
width: 20px;
|
|
299
|
+
|
|
300
|
+
fill: #31adf4;
|
|
301
|
+
}
|
|
302
|
+
.SvgSymbol-module_tg__2xe2f {
|
|
303
|
+
width: 18px;
|
|
304
|
+
|
|
305
|
+
fill: #2ba5e0;
|
|
306
|
+
}
|
|
307
|
+
.SvgSymbol-module_reaction__rrJvf {
|
|
308
|
+
width: 16px;
|
|
309
|
+
|
|
310
|
+
color: #b88b59;
|
|
311
|
+
|
|
312
|
+
fill: #262626;
|
|
313
|
+
}
|
|
314
|
+
.SvgSymbol-module_card__1XAqw,
|
|
315
|
+
.SvgSymbol-module_podcast__3oPoo,
|
|
316
|
+
.SvgSymbol-module_read__2V82i,
|
|
317
|
+
.SvgSymbol-module_listened__1oMFV {
|
|
318
|
+
width: 15px;
|
|
319
|
+
height: 15px;
|
|
320
|
+
}
|
|
321
|
+
.SvgSymbol-module_menu__2iYFt {
|
|
322
|
+
width: 24px;
|
|
323
|
+
height: 24px;
|
|
324
|
+
}
|
|
325
|
+
.SvgSymbol-module_cross__J2lCN {
|
|
326
|
+
width: 14px;
|
|
327
|
+
height: 14px;
|
|
328
|
+
}
|
|
329
|
+
.SvgSymbol-module_isInFeature__cDeTI,
|
|
330
|
+
.SvgSymbol-module_isInCard__pKq4e {
|
|
331
|
+
width: 16px;
|
|
332
|
+
height: 16px;
|
|
333
|
+
}
|
|
334
|
+
.SvgSymbol-module_isInTopicBlockItem__3Te91 {
|
|
335
|
+
width: 16px;
|
|
336
|
+
height: 16px;
|
|
337
|
+
}
|
|
338
|
+
.SvgSymbol-module_isInPageStatic__H31Rd {
|
|
339
|
+
width: 64px;
|
|
340
|
+
height: 64px;
|
|
341
|
+
}
|
|
342
|
+
.SvgSymbol-module_isInMaterialMeta__2IbAw {
|
|
343
|
+
margin-right: 6px;
|
|
344
|
+
}
|
|
345
|
+
.SvgSymbol-module_isInAudioPlayer__2xlzW {
|
|
346
|
+
width: 29px;
|
|
347
|
+
height: 29px;
|
|
348
|
+
|
|
349
|
+
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
350
|
+
|
|
351
|
+
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
352
|
+
}
|
|
353
|
+
.SvgSymbol-module_isInEpisodeBlock__2vY3o {
|
|
354
|
+
width: 38px;
|
|
355
|
+
height: 38px;
|
|
356
|
+
|
|
357
|
+
-webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
358
|
+
|
|
359
|
+
filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
|
|
360
|
+
}
|
|
361
|
+
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
362
|
+
width: 34px;
|
|
363
|
+
height: 28px
|
|
364
|
+
}
|
|
365
|
+
@media only screen and (min-device-width: 40.625em) {
|
|
366
|
+
.SvgSymbol-module_isInButtonPlaybackRate__1L3TW {
|
|
367
|
+
width: 28px;
|
|
368
|
+
height: 22px
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
372
|
+
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
373
|
+
width: 28px;
|
|
374
|
+
height: 28px
|
|
375
|
+
}
|
|
376
|
+
@media only screen and (min-device-width: 40.625em) {
|
|
377
|
+
.SvgSymbol-module_isInButtonBackward__1Grf9,
|
|
378
|
+
.SvgSymbol-module_isInButtonForward__D1AFL {
|
|
379
|
+
width: 22px;
|
|
380
|
+
height: 22px
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_cross__J2lCN {
|
|
384
|
+
width: 18px;
|
|
385
|
+
height: 18px;
|
|
386
|
+
}
|
|
387
|
+
.SvgSymbol-module_play__pM-qY {
|
|
388
|
+
width: 100%;
|
|
389
|
+
height: 100%;
|
|
390
|
+
}
|
|
391
|
+
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
392
|
+
width: 92px;
|
|
393
|
+
height: 20px
|
|
394
|
+
}
|
|
395
|
+
@media only screen and (min-device-width: 64em) {
|
|
396
|
+
.SvgSymbol-module_meduzaLogo__2Ouzp {
|
|
397
|
+
width: 100px;
|
|
398
|
+
height: 45px
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
.SvgSymbol-module_arrow__11naX {
|
|
402
|
+
width: 12px;
|
|
403
|
+
height: 12px;
|
|
404
|
+
}
|
|
405
|
+
.SvgSymbol-module_oil__hvHE5 {
|
|
406
|
+
width: 9px;
|
|
407
|
+
height: 12px;
|
|
408
|
+
}
|
|
409
|
+
.SvgSymbol-module_search__VK6p3 {
|
|
410
|
+
width: 24px;
|
|
411
|
+
height: 24px
|
|
412
|
+
}
|
|
413
|
+
@media only screen and (min-device-width: 64em) {
|
|
414
|
+
.SvgSymbol-module_search__VK6p3 {
|
|
415
|
+
width: 16px;
|
|
416
|
+
height: 16px
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
.SvgSymbol-module_user__1MGim {
|
|
420
|
+
width: 14px;
|
|
421
|
+
height: 14px
|
|
422
|
+
}
|
|
423
|
+
@media only screen and (min-device-width: 64em) {
|
|
424
|
+
.SvgSymbol-module_user__1MGim {
|
|
425
|
+
width: 16px;
|
|
426
|
+
height: 16px
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
.SvgSymbol-module_bookmark__2z7tX {
|
|
430
|
+
width: 17px;
|
|
431
|
+
height: auto;
|
|
432
|
+
|
|
433
|
+
cursor: pointer;
|
|
434
|
+
|
|
435
|
+
stroke-width: 2px
|
|
436
|
+
}
|
|
437
|
+
@media only screen and (min-device-width: 64em) {
|
|
438
|
+
.SvgSymbol-module_bookmark__2z7tX {
|
|
439
|
+
width: 14px;
|
|
440
|
+
|
|
441
|
+
stroke-width: 1.5px
|
|
442
|
+
}
|
|
443
|
+
}
|
|
444
|
+
.SvgSymbol-module_isInToolbar__3SaIh.SvgSymbol-module_bookmark__2z7tX {
|
|
445
|
+
width: 14px;
|
|
446
|
+
}
|
|
447
|
+
.SvgSymbol-module_receipt__3Eqow {
|
|
448
|
+
width: 10px;
|
|
449
|
+
height: 13px;
|
|
450
|
+
}
|
|
451
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
452
|
+
width: 22px;
|
|
453
|
+
height: 22px
|
|
454
|
+
}
|
|
455
|
+
@media only screen and (min-device-width: 64em) {
|
|
456
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN {
|
|
457
|
+
width: 14px;
|
|
458
|
+
height: 14px
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
@media only screen and (min-device-width: 64em) {
|
|
462
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_search__VK6p3 circle {
|
|
463
|
+
stroke-width: 1.5px
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
467
|
+
stroke-width: 1.8px
|
|
468
|
+
}
|
|
469
|
+
@media only screen and (min-device-width: 64em) {
|
|
470
|
+
.SvgSymbol-module_isInHeader__1QHjL.SvgSymbol-module_cross__J2lCN path {
|
|
471
|
+
stroke-width: 1.3px
|
|
472
|
+
}
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
/* Colors */
|
|
476
|
+
/* Fonts */
|
|
477
|
+
/* Gap */
|
|
478
|
+
/* Media */
|
|
479
|
+
/* 512 */
|
|
480
|
+
/* 650 */
|
|
481
|
+
/* 768 */
|
|
482
|
+
/* 1024 */
|
|
483
|
+
/* 1010 */
|
|
484
|
+
/* 1200 */
|
|
485
|
+
/* 511 */
|
|
486
|
+
/* 1023 */
|
|
487
|
+
/* Zindex */
|
|
488
|
+
.Switcher-module_root__1Env1 {
|
|
489
|
+
position: relative;
|
|
490
|
+
|
|
491
|
+
display: -webkit-box;
|
|
492
|
+
|
|
493
|
+
display: -webkit-flex;
|
|
494
|
+
|
|
495
|
+
display: -ms-flexbox;
|
|
496
|
+
|
|
497
|
+
display: flex;
|
|
498
|
+
flex-flow: row nowrap;
|
|
499
|
+
align-items: center;
|
|
500
|
+
|
|
501
|
+
font-weight: 600;
|
|
502
|
+
|
|
503
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
504
|
+
white-space: nowrap;
|
|
505
|
+
|
|
506
|
+
cursor: pointer;
|
|
507
|
+
|
|
508
|
+
-webkit-user-select: none;
|
|
509
|
+
|
|
510
|
+
-moz-user-select: none;
|
|
511
511
|
|
|
512
512
|
-ms-user-select: none;
|
|
513
513
|
|
|
@@ -579,167 +579,61 @@
|
|
|
579
579
|
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
580
580
|
box-shadow: inset 0 0 0 1px transparent;
|
|
581
581
|
}
|
|
582
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
583
|
-
left: 18px;
|
|
584
|
-
}
|
|
585
|
-
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
586
|
-
margin-right: 6px;
|
|
587
|
-
}
|
|
588
|
-
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
589
|
-
margin-left: 6px;
|
|
590
|
-
}
|
|
591
|
-
/* panel */
|
|
592
|
-
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
593
|
-
|
|
594
|
-
color: #999;
|
|
595
|
-
|
|
596
|
-
font-size: 13px;
|
|
597
|
-
letter-spacing: 0.5px;
|
|
598
|
-
text-transform: uppercase;
|
|
599
|
-
}
|
|
600
|
-
/* menu */
|
|
601
|
-
.Switcher-module_isInMenu__3XJYj {
|
|
602
|
-
font-weight: normal;
|
|
603
|
-
}
|
|
604
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
605
|
-
margin-right: 8px;
|
|
606
|
-
}
|
|
607
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
608
|
-
width: 48px;
|
|
609
|
-
height: 30px;
|
|
610
|
-
}
|
|
611
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
612
|
-
top: 4px;
|
|
613
|
-
|
|
614
|
-
width: 22px;
|
|
615
|
-
height: 22px;
|
|
616
|
-
|
|
617
|
-
background-color: #bababa;
|
|
618
|
-
}
|
|
619
|
-
/* stylelint-disable selector-max-compound-selectors */
|
|
620
|
-
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
621
|
-
left: 23px;
|
|
622
|
-
|
|
623
|
-
background-color: #fff;
|
|
624
|
-
}
|
|
625
|
-
/* live */
|
|
626
|
-
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
627
|
-
|
|
628
|
-
color: #7f7f7f;
|
|
629
|
-
|
|
630
|
-
font-size: 13px;
|
|
631
|
-
letter-spacing: 0.5px;
|
|
632
|
-
text-transform: uppercase;
|
|
633
|
-
}
|
|
634
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
635
|
-
background-color: #1a1a1a;
|
|
636
|
-
box-shadow: inset 0 0 0 1px #323232;
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
/* Colors */
|
|
640
|
-
/* Fonts */
|
|
641
|
-
/* Gap */
|
|
642
|
-
/* Media */
|
|
643
|
-
/* 512 */
|
|
644
|
-
/* 650 */
|
|
645
|
-
/* 768 */
|
|
646
|
-
/* 1024 */
|
|
647
|
-
/* 1010 */
|
|
648
|
-
/* 1200 */
|
|
649
|
-
/* 511 */
|
|
650
|
-
/* 1023 */
|
|
651
|
-
/* Zindex */
|
|
652
|
-
.DotsOnImage-module_root__2XP3Q {
|
|
653
|
-
position: relative;
|
|
654
|
-
|
|
655
|
-
display: block;
|
|
656
|
-
}
|
|
657
|
-
.DotsOnImage-module_dot__H1wua {
|
|
658
|
-
position: absolute;
|
|
659
|
-
z-index: 10;
|
|
660
|
-
|
|
661
|
-
width: 28px;
|
|
662
|
-
height: 28px;
|
|
663
|
-
margin: 0;
|
|
664
|
-
padding: 0;
|
|
665
|
-
|
|
666
|
-
cursor: pointer;
|
|
667
|
-
text-align: center;
|
|
668
|
-
|
|
669
|
-
color: #fff;
|
|
670
|
-
border-width: 0;
|
|
671
|
-
border-radius: 30px;
|
|
672
|
-
outline-width: 0;
|
|
673
|
-
background-color: #000;
|
|
674
|
-
box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6);
|
|
675
|
-
|
|
676
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
677
|
-
font-size: 13px;
|
|
678
|
-
font-weight: 600;
|
|
679
|
-
line-height: 28px;
|
|
680
|
-
|
|
681
|
-
-webkit-appearance: none;
|
|
682
|
-
|
|
683
|
-
-moz-appearance: none;
|
|
684
|
-
|
|
685
|
-
appearance: none;
|
|
686
|
-
will-change: opacity;
|
|
687
|
-
}
|
|
688
|
-
.DotsOnImage-module_dot__H1wua svg {
|
|
689
|
-
display: block;
|
|
690
|
-
|
|
691
|
-
will-change: opacity;
|
|
692
|
-
}
|
|
693
|
-
.DotsOnImage-module_popover__35Cpj {
|
|
694
|
-
position: absolute;
|
|
695
|
-
z-index: 10;
|
|
696
|
-
}
|
|
697
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
|
|
698
|
-
transform: translateX(50px);
|
|
699
|
-
}
|
|
700
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
|
|
701
|
-
transform: translateX(-100%) translateX(-22px);
|
|
582
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
583
|
+
left: 18px;
|
|
702
584
|
}
|
|
703
|
-
.
|
|
704
|
-
|
|
585
|
+
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
586
|
+
margin-right: 6px;
|
|
705
587
|
}
|
|
706
|
-
.
|
|
707
|
-
|
|
588
|
+
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
589
|
+
margin-left: 6px;
|
|
708
590
|
}
|
|
709
|
-
|
|
710
|
-
|
|
591
|
+
/* panel */
|
|
592
|
+
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
711
593
|
|
|
712
|
-
|
|
594
|
+
color: #999;
|
|
595
|
+
|
|
596
|
+
font-size: 13px;
|
|
597
|
+
letter-spacing: 0.5px;
|
|
598
|
+
text-transform: uppercase;
|
|
713
599
|
}
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
font-
|
|
717
|
-
line-height: 22px;
|
|
600
|
+
/* menu */
|
|
601
|
+
.Switcher-module_isInMenu__3XJYj {
|
|
602
|
+
font-weight: normal;
|
|
718
603
|
}
|
|
719
|
-
.
|
|
720
|
-
margin:
|
|
604
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
605
|
+
margin-right: 8px;
|
|
721
606
|
}
|
|
722
|
-
.
|
|
723
|
-
|
|
607
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
608
|
+
width: 48px;
|
|
609
|
+
height: 30px;
|
|
724
610
|
}
|
|
725
|
-
.
|
|
726
|
-
|
|
727
|
-
top: 0;
|
|
728
|
-
right: 0;
|
|
611
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
612
|
+
top: 4px;
|
|
729
613
|
|
|
730
|
-
|
|
731
|
-
|
|
614
|
+
width: 22px;
|
|
615
|
+
height: 22px;
|
|
732
616
|
|
|
733
|
-
|
|
617
|
+
background-color: #bababa;
|
|
618
|
+
}
|
|
619
|
+
/* stylelint-disable selector-max-compound-selectors */
|
|
620
|
+
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
621
|
+
left: 23px;
|
|
734
622
|
|
|
735
|
-
color: #
|
|
736
|
-
border-width: 0;
|
|
737
|
-
outline: none;
|
|
738
|
-
background-color: transparent;
|
|
623
|
+
background-color: #fff;
|
|
739
624
|
}
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
625
|
+
/* live */
|
|
626
|
+
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
627
|
+
|
|
628
|
+
color: #7f7f7f;
|
|
629
|
+
|
|
630
|
+
font-size: 13px;
|
|
631
|
+
letter-spacing: 0.5px;
|
|
632
|
+
text-transform: uppercase;
|
|
633
|
+
}
|
|
634
|
+
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
635
|
+
background-color: #1a1a1a;
|
|
636
|
+
box-shadow: inset 0 0 0 1px #323232;
|
|
743
637
|
}
|
|
744
638
|
|
|
745
639
|
/* Colors */
|
|
@@ -826,6 +720,129 @@
|
|
|
826
720
|
outline: none;
|
|
827
721
|
}
|
|
828
722
|
|
|
723
|
+
/* Colors */
|
|
724
|
+
/* Fonts */
|
|
725
|
+
/* Gap */
|
|
726
|
+
/* Media */
|
|
727
|
+
/* 512 */
|
|
728
|
+
/* 650 */
|
|
729
|
+
/* 768 */
|
|
730
|
+
/* 1024 */
|
|
731
|
+
/* 1010 */
|
|
732
|
+
/* 1200 */
|
|
733
|
+
/* 511 */
|
|
734
|
+
/* 1023 */
|
|
735
|
+
/* Zindex */
|
|
736
|
+
.DotsOnImage-module_root__2XP3Q {
|
|
737
|
+
position: relative;
|
|
738
|
+
|
|
739
|
+
display: block;
|
|
740
|
+
|
|
741
|
+
width: 100%;
|
|
742
|
+
}
|
|
743
|
+
.DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_dot__H1wua {
|
|
744
|
+
-webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
745
|
+
animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
746
|
+
}
|
|
747
|
+
.DotsOnImage-module_dot__H1wua {
|
|
748
|
+
position: absolute;
|
|
749
|
+
z-index: 10;
|
|
750
|
+
|
|
751
|
+
width: 28px;
|
|
752
|
+
height: 28px;
|
|
753
|
+
margin: 0;
|
|
754
|
+
padding: 0;
|
|
755
|
+
|
|
756
|
+
color: #fff;
|
|
757
|
+
font-weight: 600;
|
|
758
|
+
font-size: 13px;
|
|
759
|
+
|
|
760
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
761
|
+
line-height: 28px;
|
|
762
|
+
text-align: center;
|
|
763
|
+
|
|
764
|
+
background-color: #000;
|
|
765
|
+
border-width: 0;
|
|
766
|
+
border-radius: 30px;
|
|
767
|
+
outline-width: 0;
|
|
768
|
+
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
|
|
769
|
+
|
|
770
|
+
cursor: pointer;
|
|
771
|
+
|
|
772
|
+
opacity: 0;
|
|
773
|
+
|
|
774
|
+
-webkit-appearance: none;
|
|
775
|
+
|
|
776
|
+
-moz-appearance: none;
|
|
777
|
+
|
|
778
|
+
appearance: none;
|
|
779
|
+
will-change: opacity;
|
|
780
|
+
}
|
|
781
|
+
.DotsOnImage-module_dot__H1wua svg {
|
|
782
|
+
display: block;
|
|
783
|
+
|
|
784
|
+
will-change: opacity;
|
|
785
|
+
}
|
|
786
|
+
.DotsOnImage-module_dot__H1wua:hover,
|
|
787
|
+
.DotsOnImage-module_dot__H1wua.DotsOnImage-module_isActive__3hh31 {
|
|
788
|
+
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 1);
|
|
789
|
+
}
|
|
790
|
+
.DotsOnImage-module_popover__35Cpj {
|
|
791
|
+
position: absolute;
|
|
792
|
+
z-index: 10;
|
|
793
|
+
}
|
|
794
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
|
|
795
|
+
transform: translateX(50px);
|
|
796
|
+
}
|
|
797
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
|
|
798
|
+
transform: translateX(-100%) translateX(-22px);
|
|
799
|
+
}
|
|
800
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
|
|
801
|
+
transform: translateX(50px) translateY(-100%) translateY(22px);
|
|
802
|
+
}
|
|
803
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
|
|
804
|
+
transform: translateX(-100%) translateX(-22px) translateY(-100%)
|
|
805
|
+
translateY(22px);
|
|
806
|
+
}
|
|
807
|
+
@-webkit-keyframes DotsOnImage-module_show__2TMBv {
|
|
808
|
+
0% {
|
|
809
|
+
transform: scale(0.4);
|
|
810
|
+
|
|
811
|
+
opacity: 0;
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
90% {
|
|
815
|
+
transform: scale(1.1);
|
|
816
|
+
|
|
817
|
+
opacity: 1;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
100% {
|
|
821
|
+
transform: scale(1);
|
|
822
|
+
|
|
823
|
+
opacity: 1;
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
@keyframes DotsOnImage-module_show__2TMBv {
|
|
827
|
+
0% {
|
|
828
|
+
transform: scale(0.4);
|
|
829
|
+
|
|
830
|
+
opacity: 0;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
90% {
|
|
834
|
+
transform: scale(1.1);
|
|
835
|
+
|
|
836
|
+
opacity: 1;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
100% {
|
|
840
|
+
transform: scale(1);
|
|
841
|
+
|
|
842
|
+
opacity: 1;
|
|
843
|
+
}
|
|
844
|
+
}
|
|
845
|
+
|
|
829
846
|
/* Colors */
|
|
830
847
|
/* Fonts */
|
|
831
848
|
/* Gap */
|
|
@@ -1266,11 +1283,104 @@
|
|
|
1266
1283
|
min-width: 0
|
|
1267
1284
|
}
|
|
1268
1285
|
}
|
|
1269
|
-
.Table-module_xs__au2Oe {
|
|
1270
|
-
width: 50px;
|
|
1271
|
-
min-width: 50px;
|
|
1286
|
+
.Table-module_xs__au2Oe {
|
|
1287
|
+
width: 50px;
|
|
1288
|
+
min-width: 50px;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
/* Colors */
|
|
1292
|
+
/* Fonts */
|
|
1293
|
+
/* Gap */
|
|
1294
|
+
/* Media */
|
|
1295
|
+
/* 512 */
|
|
1296
|
+
/* 650 */
|
|
1297
|
+
/* 768 */
|
|
1298
|
+
/* 1024 */
|
|
1299
|
+
/* 1010 */
|
|
1300
|
+
/* 1200 */
|
|
1301
|
+
/* 511 */
|
|
1302
|
+
/* 1023 */
|
|
1303
|
+
/* Zindex */
|
|
1304
|
+
.MediaCaption-module_root__KqTdw {
|
|
1305
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1306
|
+
}
|
|
1307
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1308
|
+
text-decoration: underline;
|
|
1309
|
+
|
|
1310
|
+
color: inherit;
|
|
1311
|
+
box-shadow: none;
|
|
1312
|
+
}
|
|
1313
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1314
|
+
color: #b88b58;
|
|
1315
|
+
}
|
|
1316
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1317
|
+
max-width: 520px;
|
|
1318
|
+
padding-top: 4px;
|
|
1319
|
+
|
|
1320
|
+
color: #1a1a1a;
|
|
1321
|
+
|
|
1322
|
+
font-size: 14px;
|
|
1323
|
+
line-height: 18px
|
|
1324
|
+
}
|
|
1325
|
+
@media only screen and (min-device-width: 32em) {
|
|
1326
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1327
|
+
font-size: 16px;
|
|
1328
|
+
line-height: 22px
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1331
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1332
|
+
max-width: 520px;
|
|
1333
|
+
padding-top: 1px;
|
|
1334
|
+
|
|
1335
|
+
color: #666;
|
|
1336
|
+
|
|
1337
|
+
font-size: 12px;
|
|
1338
|
+
line-height: 16px
|
|
1339
|
+
}
|
|
1340
|
+
@media only screen and (min-device-width: 32em) {
|
|
1341
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1342
|
+
padding-top: 3px
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1345
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1346
|
+
padding-top: 3px;
|
|
1347
|
+
}
|
|
1348
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1349
|
+
color: #fff;
|
|
1350
|
+
}
|
|
1351
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1352
|
+
color: #929292;
|
|
1353
|
+
}
|
|
1354
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1355
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1356
|
+
padding-top: 10px
|
|
1357
|
+
}
|
|
1358
|
+
@media only screen and (min-device-width: 32em) {
|
|
1359
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1360
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1361
|
+
padding-top: 12px
|
|
1362
|
+
}
|
|
1363
|
+
}
|
|
1364
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1365
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1366
|
+
padding-top: 9px
|
|
1367
|
+
}
|
|
1368
|
+
@media only screen and (min-device-width: 32em) {
|
|
1369
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1370
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1371
|
+
padding-top: 11px
|
|
1372
|
+
}
|
|
1373
|
+
}
|
|
1374
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1375
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1376
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1377
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1378
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1379
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1380
|
+
max-width: 650px;
|
|
1272
1381
|
}
|
|
1273
1382
|
|
|
1383
|
+
|
|
1274
1384
|
/* Colors */
|
|
1275
1385
|
/* Fonts */
|
|
1276
1386
|
/* Gap */
|
|
@@ -1419,86 +1529,51 @@
|
|
|
1419
1529
|
/* 511 */
|
|
1420
1530
|
/* 1023 */
|
|
1421
1531
|
/* Zindex */
|
|
1422
|
-
.
|
|
1423
|
-
|
|
1532
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1533
|
+
color: #e0e0e0;
|
|
1424
1534
|
}
|
|
1425
|
-
.
|
|
1426
|
-
|
|
1535
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1536
|
+
margin: 0;
|
|
1537
|
+
padding: 5px 3px;
|
|
1427
1538
|
|
|
1428
|
-
|
|
1429
|
-
box-shadow: none;
|
|
1430
|
-
}
|
|
1431
|
-
.MediaCaption-module_root__KqTdw a:hover {
|
|
1432
|
-
color: #b88b58;
|
|
1433
|
-
}
|
|
1434
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1435
|
-
max-width: 520px;
|
|
1436
|
-
padding-top: 4px;
|
|
1539
|
+
cursor: pointer;
|
|
1437
1540
|
|
|
1438
|
-
color:
|
|
1541
|
+
color: inherit;
|
|
1542
|
+
border-width: 0;
|
|
1543
|
+
outline: none;
|
|
1544
|
+
background-color: transparent;
|
|
1439
1545
|
|
|
1440
|
-
|
|
1441
|
-
line-height: 18px
|
|
1442
|
-
}
|
|
1443
|
-
@media only screen and (min-device-width: 32em) {
|
|
1444
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1445
|
-
font-size: 16px;
|
|
1446
|
-
line-height: 22px
|
|
1447
|
-
}
|
|
1448
|
-
}
|
|
1449
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1450
|
-
max-width: 520px;
|
|
1451
|
-
padding-top: 1px;
|
|
1546
|
+
-webkit-appearance: none;
|
|
1452
1547
|
|
|
1453
|
-
|
|
1548
|
+
-moz-appearance: none;
|
|
1454
1549
|
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
}
|
|
1458
|
-
@media only screen and (min-device-width: 32em) {
|
|
1459
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1460
|
-
padding-top: 3px
|
|
1461
|
-
}
|
|
1462
|
-
}
|
|
1463
|
-
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1464
|
-
padding-top: 3px;
|
|
1550
|
+
appearance: none;
|
|
1551
|
+
fill: transparent;
|
|
1465
1552
|
}
|
|
1466
|
-
.
|
|
1553
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1467
1554
|
color: #fff;
|
|
1468
1555
|
}
|
|
1469
|
-
.
|
|
1470
|
-
color: #
|
|
1556
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1557
|
+
color: #000;
|
|
1471
1558
|
}
|
|
1472
|
-
.
|
|
1473
|
-
|
|
1474
|
-
padding-top: 10px
|
|
1559
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1560
|
+
fill: #e0e0e0;
|
|
1475
1561
|
}
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1479
|
-
padding-top: 12px
|
|
1562
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1563
|
+
fill: #fff;
|
|
1480
1564
|
}
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1484
|
-
padding-top: 9px
|
|
1565
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1566
|
+
fill: #000;
|
|
1485
1567
|
}
|
|
1486
|
-
@media only screen and (min-device-width:
|
|
1487
|
-
.
|
|
1488
|
-
|
|
1489
|
-
padding-top: 11px
|
|
1568
|
+
@media only screen and (min-device-width: 64em) {
|
|
1569
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1570
|
+
width: 12px
|
|
1490
1571
|
}
|
|
1491
1572
|
}
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1495
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1496
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1497
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1498
|
-
max-width: 650px;
|
|
1573
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1574
|
+
display: none;
|
|
1499
1575
|
}
|
|
1500
1576
|
|
|
1501
|
-
|
|
1502
1577
|
/* Colors */
|
|
1503
1578
|
/* Fonts */
|
|
1504
1579
|
/* Gap */
|
|
@@ -1551,40 +1626,183 @@
|
|
|
1551
1626
|
color: #000;
|
|
1552
1627
|
box-shadow: none;
|
|
1553
1628
|
}
|
|
1554
|
-
.Dropdown-module_root__11PNk a:hover {
|
|
1555
|
-
color: #000;
|
|
1556
|
-
background-color: #f7f7f7;
|
|
1629
|
+
.Dropdown-module_root__11PNk a:hover {
|
|
1630
|
+
color: #000;
|
|
1631
|
+
background-color: #f7f7f7;
|
|
1632
|
+
}
|
|
1633
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1634
|
+
right: 0;
|
|
1635
|
+
left: auto
|
|
1636
|
+
}
|
|
1637
|
+
@media only screen and (min-device-width: 64em) {
|
|
1638
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1639
|
+
right: auto;
|
|
1640
|
+
left: 0
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
.Dropdown-module_menu__3PIqD {
|
|
1644
|
+
position: absolute;
|
|
1645
|
+
top: 100%;
|
|
1646
|
+
left: 0;
|
|
1647
|
+
|
|
1648
|
+
visibility: hidden;
|
|
1649
|
+
|
|
1650
|
+
padding-top: 6px;
|
|
1651
|
+
|
|
1652
|
+
opacity: 0;
|
|
1653
|
+
}
|
|
1654
|
+
.Dropdown-module_menu__3PIqD::after {
|
|
1655
|
+
position: absolute;
|
|
1656
|
+
z-index: -1;
|
|
1657
|
+
top: -10px;
|
|
1658
|
+
right: -10px;
|
|
1659
|
+
bottom: -10px;
|
|
1660
|
+
left: -10px;
|
|
1661
|
+
|
|
1662
|
+
content: '';
|
|
1663
|
+
}
|
|
1664
|
+
|
|
1665
|
+
/* Colors */
|
|
1666
|
+
/* Fonts */
|
|
1667
|
+
/* Gap */
|
|
1668
|
+
/* Media */
|
|
1669
|
+
/* 512 */
|
|
1670
|
+
/* 650 */
|
|
1671
|
+
/* 768 */
|
|
1672
|
+
/* 1024 */
|
|
1673
|
+
/* 1010 */
|
|
1674
|
+
/* 1200 */
|
|
1675
|
+
/* 511 */
|
|
1676
|
+
/* 1023 */
|
|
1677
|
+
/* Zindex */
|
|
1678
|
+
.Toolbar-module_root__2HF2r {
|
|
1679
|
+
overflow: hidden;
|
|
1680
|
+
|
|
1681
|
+
transform: translateZ(0);
|
|
1682
|
+
|
|
1683
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1684
|
+
}
|
|
1685
|
+
.Toolbar-module_list__1n5ny {
|
|
1686
|
+
display: -webkit-box;
|
|
1687
|
+
display: -webkit-flex;
|
|
1688
|
+
display: -ms-flexbox;
|
|
1689
|
+
display: flex;
|
|
1690
|
+
flex-flow: row wrap;
|
|
1691
|
+
|
|
1692
|
+
margin: 0 0 0 -10px;
|
|
1693
|
+
padding: 0;
|
|
1694
|
+
|
|
1695
|
+
list-style: none
|
|
1696
|
+
}
|
|
1697
|
+
@media only screen and (min-device-width: 64em) {
|
|
1698
|
+
.Toolbar-module_list__1n5ny {
|
|
1699
|
+
margin: 0 0 0 -15px
|
|
1700
|
+
}
|
|
1701
|
+
}
|
|
1702
|
+
.Toolbar-module_item__36x7d {
|
|
1703
|
+
position: relative;
|
|
1704
|
+
|
|
1705
|
+
min-width: 42px;
|
|
1706
|
+
height: 32px;
|
|
1707
|
+
padding-right: 10px;
|
|
1708
|
+
padding-left: 10px;
|
|
1709
|
+
|
|
1710
|
+
cursor: pointer;
|
|
1711
|
+
transition: color 250ms ease;
|
|
1712
|
+
text-align: center;
|
|
1713
|
+
|
|
1714
|
+
color: #808080;
|
|
1715
|
+
|
|
1716
|
+
line-height: 1
|
|
1717
|
+
}
|
|
1718
|
+
@media only screen and (min-device-width: 64em) {
|
|
1719
|
+
.Toolbar-module_item__36x7d {
|
|
1720
|
+
padding-right: 15px;
|
|
1721
|
+
padding-left: 15px
|
|
1722
|
+
}
|
|
1723
|
+
}
|
|
1724
|
+
.Toolbar-module_item__36x7d:last-child {
|
|
1725
|
+
margin-right: 0;
|
|
1726
|
+
}
|
|
1727
|
+
.Toolbar-module_item__36x7d::before {
|
|
1728
|
+
position: absolute;
|
|
1729
|
+
top: 7px;
|
|
1730
|
+
left: 0;
|
|
1731
|
+
|
|
1732
|
+
height: 18px;
|
|
1733
|
+
|
|
1734
|
+
content: '';
|
|
1735
|
+
vertical-align: middle;
|
|
1736
|
+
|
|
1737
|
+
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1738
|
+
}
|
|
1739
|
+
.Toolbar-module_item__36x7d:empty {
|
|
1740
|
+
display: none;
|
|
1741
|
+
}
|
|
1742
|
+
.Toolbar-module_isInTopbar__223iP {
|
|
1743
|
+
height: 100%;
|
|
1744
|
+
}
|
|
1745
|
+
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1746
|
+
height: 100%;
|
|
1747
|
+
}
|
|
1748
|
+
.Toolbar-module_center__3_H8M {
|
|
1749
|
+
width: 100%;
|
|
1750
|
+
max-width: 650px;
|
|
1751
|
+
margin-right: auto;
|
|
1752
|
+
margin-left: auto;
|
|
1753
|
+
}
|
|
1754
|
+
.Toolbar-module_game__5-jY_ {
|
|
1755
|
+
margin-top: 11px
|
|
1756
|
+
}
|
|
1757
|
+
@media only screen and (min-device-width: 32em) {
|
|
1758
|
+
.Toolbar-module_game__5-jY_ {
|
|
1759
|
+
margin-top: 18px
|
|
1760
|
+
}
|
|
1761
|
+
}
|
|
1762
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1763
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1764
|
+
justify-content: center
|
|
1765
|
+
}
|
|
1766
|
+
@media only screen and (min-device-width: 32em) {
|
|
1767
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1768
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1769
|
+
display: -webkit-box;
|
|
1770
|
+
display: -webkit-flex;
|
|
1771
|
+
display: -ms-flexbox;
|
|
1772
|
+
display: flex
|
|
1773
|
+
}
|
|
1774
|
+
}
|
|
1775
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1776
|
+
width: 260px
|
|
1777
|
+
}
|
|
1778
|
+
@media only screen and (min-device-width: 32em) {
|
|
1779
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
1780
|
+
width: auto
|
|
1781
|
+
}
|
|
1782
|
+
}
|
|
1783
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1784
|
+
content: none
|
|
1785
|
+
}
|
|
1786
|
+
@media only screen and (min-device-width: 32em) {
|
|
1787
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
1788
|
+
content: ''
|
|
1557
1789
|
}
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1790
|
+
}
|
|
1791
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
1792
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
1793
|
+
content: none;
|
|
1561
1794
|
}
|
|
1562
1795
|
@media only screen and (min-device-width: 64em) {
|
|
1563
|
-
.
|
|
1564
|
-
|
|
1565
|
-
left: 0
|
|
1796
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1797
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1798
|
+
margin-left: 0
|
|
1566
1799
|
}
|
|
1567
1800
|
}
|
|
1568
|
-
.
|
|
1569
|
-
|
|
1570
|
-
top: 100%;
|
|
1571
|
-
left: 0;
|
|
1572
|
-
|
|
1573
|
-
visibility: hidden;
|
|
1574
|
-
|
|
1575
|
-
padding-top: 6px;
|
|
1576
|
-
|
|
1577
|
-
opacity: 0;
|
|
1801
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
1802
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
1578
1803
|
}
|
|
1579
|
-
.
|
|
1580
|
-
|
|
1581
|
-
z-index: -1;
|
|
1582
|
-
top: -10px;
|
|
1583
|
-
right: -10px;
|
|
1584
|
-
bottom: -10px;
|
|
1585
|
-
left: -10px;
|
|
1586
|
-
|
|
1587
|
-
content: '';
|
|
1804
|
+
[data-context="prodano"] .Toolbar-module_root__2HF2r {
|
|
1805
|
+
display: none;
|
|
1588
1806
|
}
|
|
1589
1807
|
|
|
1590
1808
|
/* Colors */
|
|
@@ -1631,64 +1849,6 @@
|
|
|
1631
1849
|
}
|
|
1632
1850
|
}
|
|
1633
1851
|
|
|
1634
|
-
/* Colors */
|
|
1635
|
-
/* Fonts */
|
|
1636
|
-
/* Gap */
|
|
1637
|
-
/* Media */
|
|
1638
|
-
/* 512 */
|
|
1639
|
-
/* 650 */
|
|
1640
|
-
/* 768 */
|
|
1641
|
-
/* 1024 */
|
|
1642
|
-
/* 1010 */
|
|
1643
|
-
/* 1200 */
|
|
1644
|
-
/* 511 */
|
|
1645
|
-
/* 1023 */
|
|
1646
|
-
/* Zindex */
|
|
1647
|
-
.BookmarkButton-module_root__3KmuY {
|
|
1648
|
-
color: #e0e0e0;
|
|
1649
|
-
}
|
|
1650
|
-
.BookmarkButton-module_control__1A0ea {
|
|
1651
|
-
margin: 0;
|
|
1652
|
-
padding: 5px 3px;
|
|
1653
|
-
|
|
1654
|
-
cursor: pointer;
|
|
1655
|
-
|
|
1656
|
-
color: inherit;
|
|
1657
|
-
border-width: 0;
|
|
1658
|
-
outline: none;
|
|
1659
|
-
background-color: transparent;
|
|
1660
|
-
|
|
1661
|
-
-webkit-appearance: none;
|
|
1662
|
-
|
|
1663
|
-
-moz-appearance: none;
|
|
1664
|
-
|
|
1665
|
-
appearance: none;
|
|
1666
|
-
fill: transparent;
|
|
1667
|
-
}
|
|
1668
|
-
.BookmarkButton-module_dark__1cwyi {
|
|
1669
|
-
color: #fff;
|
|
1670
|
-
}
|
|
1671
|
-
.BookmarkButton-module_light__1uQyH {
|
|
1672
|
-
color: #000;
|
|
1673
|
-
}
|
|
1674
|
-
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1675
|
-
fill: #e0e0e0;
|
|
1676
|
-
}
|
|
1677
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1678
|
-
fill: #fff;
|
|
1679
|
-
}
|
|
1680
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1681
|
-
fill: #000;
|
|
1682
|
-
}
|
|
1683
|
-
@media only screen and (min-device-width: 64em) {
|
|
1684
|
-
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1685
|
-
width: 12px
|
|
1686
|
-
}
|
|
1687
|
-
}
|
|
1688
|
-
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1689
|
-
display: none;
|
|
1690
|
-
}
|
|
1691
|
-
|
|
1692
1852
|
/* Colors */
|
|
1693
1853
|
/* Fonts */
|
|
1694
1854
|
/* Gap */
|
|
@@ -1864,183 +2024,40 @@
|
|
|
1864
2024
|
transform: translateY(0);
|
|
1865
2025
|
}
|
|
1866
2026
|
100% {
|
|
1867
|
-
transform: translateY(100%);
|
|
1868
|
-
}
|
|
1869
|
-
}
|
|
1870
|
-
@-webkit-keyframes Popover-module_fadeIn__AkrSN {
|
|
1871
|
-
0% {
|
|
1872
|
-
opacity: 0;
|
|
1873
|
-
}
|
|
1874
|
-
100% {
|
|
1875
|
-
opacity: 1;
|
|
1876
|
-
}
|
|
1877
|
-
}
|
|
1878
|
-
@keyframes Popover-module_fadeIn__AkrSN {
|
|
1879
|
-
0% {
|
|
1880
|
-
opacity: 0;
|
|
1881
|
-
}
|
|
1882
|
-
100% {
|
|
1883
|
-
opacity: 1;
|
|
1884
|
-
}
|
|
1885
|
-
}
|
|
1886
|
-
@-webkit-keyframes Popover-module_fadeOut__3EZhx {
|
|
1887
|
-
0% {
|
|
1888
|
-
opacity: 1;
|
|
1889
|
-
}
|
|
1890
|
-
100% {
|
|
1891
|
-
opacity: 0;
|
|
1892
|
-
}
|
|
1893
|
-
}
|
|
1894
|
-
@keyframes Popover-module_fadeOut__3EZhx {
|
|
1895
|
-
0% {
|
|
1896
|
-
opacity: 1;
|
|
1897
|
-
}
|
|
1898
|
-
100% {
|
|
1899
|
-
opacity: 0;
|
|
1900
|
-
}
|
|
1901
|
-
}
|
|
1902
|
-
|
|
1903
|
-
/* Colors */
|
|
1904
|
-
/* Fonts */
|
|
1905
|
-
/* Gap */
|
|
1906
|
-
/* Media */
|
|
1907
|
-
/* 512 */
|
|
1908
|
-
/* 650 */
|
|
1909
|
-
/* 768 */
|
|
1910
|
-
/* 1024 */
|
|
1911
|
-
/* 1010 */
|
|
1912
|
-
/* 1200 */
|
|
1913
|
-
/* 511 */
|
|
1914
|
-
/* 1023 */
|
|
1915
|
-
/* Zindex */
|
|
1916
|
-
.Toolbar-module_root__2HF2r {
|
|
1917
|
-
overflow: hidden;
|
|
1918
|
-
|
|
1919
|
-
transform: translateZ(0);
|
|
1920
|
-
|
|
1921
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1922
|
-
}
|
|
1923
|
-
.Toolbar-module_list__1n5ny {
|
|
1924
|
-
display: -webkit-box;
|
|
1925
|
-
display: -webkit-flex;
|
|
1926
|
-
display: -ms-flexbox;
|
|
1927
|
-
display: flex;
|
|
1928
|
-
flex-flow: row wrap;
|
|
1929
|
-
|
|
1930
|
-
margin: 0 0 0 -10px;
|
|
1931
|
-
padding: 0;
|
|
1932
|
-
|
|
1933
|
-
list-style: none
|
|
1934
|
-
}
|
|
1935
|
-
@media only screen and (min-device-width: 64em) {
|
|
1936
|
-
.Toolbar-module_list__1n5ny {
|
|
1937
|
-
margin: 0 0 0 -15px
|
|
1938
|
-
}
|
|
1939
|
-
}
|
|
1940
|
-
.Toolbar-module_item__36x7d {
|
|
1941
|
-
position: relative;
|
|
1942
|
-
|
|
1943
|
-
min-width: 42px;
|
|
1944
|
-
height: 32px;
|
|
1945
|
-
padding-right: 10px;
|
|
1946
|
-
padding-left: 10px;
|
|
1947
|
-
|
|
1948
|
-
cursor: pointer;
|
|
1949
|
-
transition: color 250ms ease;
|
|
1950
|
-
text-align: center;
|
|
1951
|
-
|
|
1952
|
-
color: #808080;
|
|
1953
|
-
|
|
1954
|
-
line-height: 1
|
|
1955
|
-
}
|
|
1956
|
-
@media only screen and (min-device-width: 64em) {
|
|
1957
|
-
.Toolbar-module_item__36x7d {
|
|
1958
|
-
padding-right: 15px;
|
|
1959
|
-
padding-left: 15px
|
|
1960
|
-
}
|
|
1961
|
-
}
|
|
1962
|
-
.Toolbar-module_item__36x7d:last-child {
|
|
1963
|
-
margin-right: 0;
|
|
1964
|
-
}
|
|
1965
|
-
.Toolbar-module_item__36x7d::before {
|
|
1966
|
-
position: absolute;
|
|
1967
|
-
top: 7px;
|
|
1968
|
-
left: 0;
|
|
1969
|
-
|
|
1970
|
-
height: 18px;
|
|
1971
|
-
|
|
1972
|
-
content: '';
|
|
1973
|
-
vertical-align: middle;
|
|
1974
|
-
|
|
1975
|
-
border-left: 1px solid rgba(0, 0, 0, 0.15);
|
|
1976
|
-
}
|
|
1977
|
-
.Toolbar-module_item__36x7d:empty {
|
|
1978
|
-
display: none;
|
|
1979
|
-
}
|
|
1980
|
-
.Toolbar-module_isInTopbar__223iP {
|
|
1981
|
-
height: 100%;
|
|
1982
|
-
}
|
|
1983
|
-
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1984
|
-
height: 100%;
|
|
1985
|
-
}
|
|
1986
|
-
.Toolbar-module_center__3_H8M {
|
|
1987
|
-
width: 100%;
|
|
1988
|
-
max-width: 650px;
|
|
1989
|
-
margin-right: auto;
|
|
1990
|
-
margin-left: auto;
|
|
1991
|
-
}
|
|
1992
|
-
.Toolbar-module_game__5-jY_ {
|
|
1993
|
-
margin-top: 11px
|
|
1994
|
-
}
|
|
1995
|
-
@media only screen and (min-device-width: 32em) {
|
|
1996
|
-
.Toolbar-module_game__5-jY_ {
|
|
1997
|
-
margin-top: 18px
|
|
1998
|
-
}
|
|
1999
|
-
}
|
|
2000
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2001
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2002
|
-
justify-content: center
|
|
2003
|
-
}
|
|
2004
|
-
@media only screen and (min-device-width: 32em) {
|
|
2005
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2006
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2007
|
-
display: -webkit-box;
|
|
2008
|
-
display: -webkit-flex;
|
|
2009
|
-
display: -ms-flexbox;
|
|
2010
|
-
display: flex
|
|
2011
|
-
}
|
|
2012
|
-
}
|
|
2013
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2014
|
-
width: 260px
|
|
2015
|
-
}
|
|
2016
|
-
@media only screen and (min-device-width: 32em) {
|
|
2017
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2018
|
-
width: auto
|
|
2019
|
-
}
|
|
2027
|
+
transform: translateY(100%);
|
|
2020
2028
|
}
|
|
2021
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2022
|
-
content: none
|
|
2023
|
-
}
|
|
2024
|
-
@media only screen and (min-device-width: 32em) {
|
|
2025
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2026
|
-
content: ''
|
|
2027
2029
|
}
|
|
2030
|
+
@-webkit-keyframes Popover-module_fadeIn__AkrSN {
|
|
2031
|
+
0% {
|
|
2032
|
+
opacity: 0;
|
|
2033
|
+
}
|
|
2034
|
+
100% {
|
|
2035
|
+
opacity: 1;
|
|
2028
2036
|
}
|
|
2029
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_item__36x7d:first-child::before,
|
|
2030
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:first-child::before {
|
|
2031
|
-
content: none;
|
|
2032
2037
|
}
|
|
2033
|
-
@
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2038
|
+
@keyframes Popover-module_fadeIn__AkrSN {
|
|
2039
|
+
0% {
|
|
2040
|
+
opacity: 0;
|
|
2041
|
+
}
|
|
2042
|
+
100% {
|
|
2043
|
+
opacity: 1;
|
|
2044
|
+
}
|
|
2037
2045
|
}
|
|
2046
|
+
@-webkit-keyframes Popover-module_fadeOut__3EZhx {
|
|
2047
|
+
0% {
|
|
2048
|
+
opacity: 1;
|
|
2049
|
+
}
|
|
2050
|
+
100% {
|
|
2051
|
+
opacity: 0;
|
|
2038
2052
|
}
|
|
2039
|
-
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
2040
|
-
border-left-color: rgba(255, 255, 255, 0.2);
|
|
2041
2053
|
}
|
|
2042
|
-
|
|
2043
|
-
|
|
2054
|
+
@keyframes Popover-module_fadeOut__3EZhx {
|
|
2055
|
+
0% {
|
|
2056
|
+
opacity: 1;
|
|
2057
|
+
}
|
|
2058
|
+
100% {
|
|
2059
|
+
opacity: 0;
|
|
2060
|
+
}
|
|
2044
2061
|
}
|
|
2045
2062
|
|
|
2046
2063
|
/* Colors */
|
|
@@ -2203,7 +2220,7 @@
|
|
|
2203
2220
|
@media only screen and (min-device-width: 32em) {
|
|
2204
2221
|
.QuoteBlock-module_root__2GrcC {
|
|
2205
2222
|
margin: 0 0 20px;
|
|
2206
|
-
padding-left:
|
|
2223
|
+
padding-left: 38px;
|
|
2207
2224
|
|
|
2208
2225
|
font-size: 20px;
|
|
2209
2226
|
line-height: 28px
|
|
@@ -2263,6 +2280,68 @@
|
|
|
2263
2280
|
margin-left: auto;
|
|
2264
2281
|
}
|
|
2265
2282
|
|
|
2283
|
+
/* Colors */
|
|
2284
|
+
/* Fonts */
|
|
2285
|
+
/* Gap */
|
|
2286
|
+
/* Media */
|
|
2287
|
+
/* 512 */
|
|
2288
|
+
/* 650 */
|
|
2289
|
+
/* 768 */
|
|
2290
|
+
/* 1024 */
|
|
2291
|
+
/* 1010 */
|
|
2292
|
+
/* 1200 */
|
|
2293
|
+
/* 511 */
|
|
2294
|
+
/* 1023 */
|
|
2295
|
+
/* Zindex */
|
|
2296
|
+
.CardTitle-module_root__1uqqF {
|
|
2297
|
+
margin-bottom: 11px
|
|
2298
|
+
}
|
|
2299
|
+
@media only screen and (min-device-width: 64em) {
|
|
2300
|
+
.CardTitle-module_root__1uqqF {
|
|
2301
|
+
margin-bottom: 10px;
|
|
2302
|
+
|
|
2303
|
+
text-align: center
|
|
2304
|
+
}
|
|
2305
|
+
}
|
|
2306
|
+
.CardTitle-module_index__4FsTf {
|
|
2307
|
+
margin-bottom: 7px;
|
|
2308
|
+
|
|
2309
|
+
color: #b88b59;
|
|
2310
|
+
|
|
2311
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2312
|
+
font-size: 20px;
|
|
2313
|
+
font-weight: 700;
|
|
2314
|
+
line-height: 24px;
|
|
2315
|
+
}
|
|
2316
|
+
.CardTitle-module_title__2iTI6 {
|
|
2317
|
+
color: #1d1d1d;
|
|
2318
|
+
|
|
2319
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2320
|
+
font-size: 20px;
|
|
2321
|
+
font-weight: 700;
|
|
2322
|
+
line-height: 24px
|
|
2323
|
+
}
|
|
2324
|
+
@media only screen and (min-device-width: 64em) {
|
|
2325
|
+
.CardTitle-module_title__2iTI6 {
|
|
2326
|
+
font-size: 28px;
|
|
2327
|
+
line-height: 34px
|
|
2328
|
+
}
|
|
2329
|
+
}
|
|
2330
|
+
/* VISIBILITY */
|
|
2331
|
+
@media only screen and (min-device-width: 32em) {
|
|
2332
|
+
.CardTitle-module_mobile__1_kij {
|
|
2333
|
+
display: none
|
|
2334
|
+
}
|
|
2335
|
+
}
|
|
2336
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2337
|
+
display: none
|
|
2338
|
+
}
|
|
2339
|
+
@media only screen and (min-device-width: 32em) {
|
|
2340
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2341
|
+
display: block
|
|
2342
|
+
}
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2266
2345
|
/* Colors */
|
|
2267
2346
|
/* Fonts */
|
|
2268
2347
|
/* Gap */
|
|
@@ -2342,68 +2421,6 @@
|
|
|
2342
2421
|
}
|
|
2343
2422
|
|
|
2344
2423
|
|
|
2345
|
-
/* Colors */
|
|
2346
|
-
/* Fonts */
|
|
2347
|
-
/* Gap */
|
|
2348
|
-
/* Media */
|
|
2349
|
-
/* 512 */
|
|
2350
|
-
/* 650 */
|
|
2351
|
-
/* 768 */
|
|
2352
|
-
/* 1024 */
|
|
2353
|
-
/* 1010 */
|
|
2354
|
-
/* 1200 */
|
|
2355
|
-
/* 511 */
|
|
2356
|
-
/* 1023 */
|
|
2357
|
-
/* Zindex */
|
|
2358
|
-
.CardTitle-module_root__1uqqF {
|
|
2359
|
-
margin-bottom: 11px
|
|
2360
|
-
}
|
|
2361
|
-
@media only screen and (min-device-width: 64em) {
|
|
2362
|
-
.CardTitle-module_root__1uqqF {
|
|
2363
|
-
margin-bottom: 10px;
|
|
2364
|
-
|
|
2365
|
-
text-align: center
|
|
2366
|
-
}
|
|
2367
|
-
}
|
|
2368
|
-
.CardTitle-module_index__4FsTf {
|
|
2369
|
-
margin-bottom: 7px;
|
|
2370
|
-
|
|
2371
|
-
color: #b88b59;
|
|
2372
|
-
|
|
2373
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2374
|
-
font-size: 20px;
|
|
2375
|
-
font-weight: 700;
|
|
2376
|
-
line-height: 24px;
|
|
2377
|
-
}
|
|
2378
|
-
.CardTitle-module_title__2iTI6 {
|
|
2379
|
-
color: #1d1d1d;
|
|
2380
|
-
|
|
2381
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2382
|
-
font-size: 20px;
|
|
2383
|
-
font-weight: 700;
|
|
2384
|
-
line-height: 24px
|
|
2385
|
-
}
|
|
2386
|
-
@media only screen and (min-device-width: 64em) {
|
|
2387
|
-
.CardTitle-module_title__2iTI6 {
|
|
2388
|
-
font-size: 28px;
|
|
2389
|
-
line-height: 34px
|
|
2390
|
-
}
|
|
2391
|
-
}
|
|
2392
|
-
/* VISIBILITY */
|
|
2393
|
-
@media only screen and (min-device-width: 32em) {
|
|
2394
|
-
.CardTitle-module_mobile__1_kij {
|
|
2395
|
-
display: none
|
|
2396
|
-
}
|
|
2397
|
-
}
|
|
2398
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2399
|
-
display: none
|
|
2400
|
-
}
|
|
2401
|
-
@media only screen and (min-device-width: 32em) {
|
|
2402
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2403
|
-
display: block
|
|
2404
|
-
}
|
|
2405
|
-
}
|
|
2406
|
-
|
|
2407
2424
|
/* Colors */
|
|
2408
2425
|
/* Fonts */
|
|
2409
2426
|
/* Gap */
|
|
@@ -3600,50 +3617,6 @@ a mark {
|
|
|
3600
3617
|
}
|
|
3601
3618
|
}
|
|
3602
3619
|
|
|
3603
|
-
/* Colors */
|
|
3604
|
-
/* Fonts */
|
|
3605
|
-
/* Gap */
|
|
3606
|
-
/* Media */
|
|
3607
|
-
/* 512 */
|
|
3608
|
-
/* 650 */
|
|
3609
|
-
/* 768 */
|
|
3610
|
-
/* 1024 */
|
|
3611
|
-
/* 1010 */
|
|
3612
|
-
/* 1200 */
|
|
3613
|
-
/* 511 */
|
|
3614
|
-
/* 1023 */
|
|
3615
|
-
/* Zindex */
|
|
3616
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3617
|
-
margin: 0 0 18px;
|
|
3618
|
-
|
|
3619
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3620
|
-
font-size: 20px;
|
|
3621
|
-
font-weight: normal;
|
|
3622
|
-
line-height: 23px
|
|
3623
|
-
}
|
|
3624
|
-
@media only screen and (min-device-width: 48em) {
|
|
3625
|
-
.SimpleTitle-module_root__2jVQN {
|
|
3626
|
-
margin-bottom: 15px;
|
|
3627
|
-
|
|
3628
|
-
font-size: 36px;
|
|
3629
|
-
line-height: 40px
|
|
3630
|
-
}
|
|
3631
|
-
}
|
|
3632
|
-
/* VISIBILITY */
|
|
3633
|
-
@media only screen and (min-device-width: 32em) {
|
|
3634
|
-
.SimpleTitle-module_mobile__11gBz {
|
|
3635
|
-
display: none
|
|
3636
|
-
}
|
|
3637
|
-
}
|
|
3638
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3639
|
-
display: none
|
|
3640
|
-
}
|
|
3641
|
-
@media only screen and (min-device-width: 32em) {
|
|
3642
|
-
.SimpleTitle-module_desktop__3yXgy {
|
|
3643
|
-
display: block
|
|
3644
|
-
}
|
|
3645
|
-
}
|
|
3646
|
-
|
|
3647
3620
|
/* Colors */
|
|
3648
3621
|
/* Fonts */
|
|
3649
3622
|
/* Gap */
|
|
@@ -3759,6 +3732,50 @@ a mark {
|
|
|
3759
3732
|
}
|
|
3760
3733
|
}
|
|
3761
3734
|
|
|
3735
|
+
/* Colors */
|
|
3736
|
+
/* Fonts */
|
|
3737
|
+
/* Gap */
|
|
3738
|
+
/* Media */
|
|
3739
|
+
/* 512 */
|
|
3740
|
+
/* 650 */
|
|
3741
|
+
/* 768 */
|
|
3742
|
+
/* 1024 */
|
|
3743
|
+
/* 1010 */
|
|
3744
|
+
/* 1200 */
|
|
3745
|
+
/* 511 */
|
|
3746
|
+
/* 1023 */
|
|
3747
|
+
/* Zindex */
|
|
3748
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3749
|
+
margin: 0 0 18px;
|
|
3750
|
+
|
|
3751
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3752
|
+
font-size: 20px;
|
|
3753
|
+
font-weight: normal;
|
|
3754
|
+
line-height: 23px
|
|
3755
|
+
}
|
|
3756
|
+
@media only screen and (min-device-width: 48em) {
|
|
3757
|
+
.SimpleTitle-module_root__2jVQN {
|
|
3758
|
+
margin-bottom: 15px;
|
|
3759
|
+
|
|
3760
|
+
font-size: 36px;
|
|
3761
|
+
line-height: 40px
|
|
3762
|
+
}
|
|
3763
|
+
}
|
|
3764
|
+
/* VISIBILITY */
|
|
3765
|
+
@media only screen and (min-device-width: 32em) {
|
|
3766
|
+
.SimpleTitle-module_mobile__11gBz {
|
|
3767
|
+
display: none
|
|
3768
|
+
}
|
|
3769
|
+
}
|
|
3770
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3771
|
+
display: none
|
|
3772
|
+
}
|
|
3773
|
+
@media only screen and (min-device-width: 32em) {
|
|
3774
|
+
.SimpleTitle-module_desktop__3yXgy {
|
|
3775
|
+
display: block
|
|
3776
|
+
}
|
|
3777
|
+
}
|
|
3778
|
+
|
|
3762
3779
|
/* Colors */
|
|
3763
3780
|
/* Fonts */
|
|
3764
3781
|
/* Gap */
|