@meduza/ui-kit-2 0.1.11 → 0.1.12
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.css
CHANGED
|
@@ -228,170 +228,6 @@
|
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
/* Colors */
|
|
232
|
-
/* Fonts */
|
|
233
|
-
/* Gap */
|
|
234
|
-
/* Media */
|
|
235
|
-
/* 512 */
|
|
236
|
-
/* 650 */
|
|
237
|
-
/* 768 */
|
|
238
|
-
/* 1024 */
|
|
239
|
-
/* 1010 */
|
|
240
|
-
/* 1200 */
|
|
241
|
-
/* 511 */
|
|
242
|
-
/* 1023 */
|
|
243
|
-
/* Zindex */
|
|
244
|
-
.Switcher-module_root__1Env1 {
|
|
245
|
-
position: relative;
|
|
246
|
-
|
|
247
|
-
display: -webkit-box;
|
|
248
|
-
|
|
249
|
-
display: -webkit-flex;
|
|
250
|
-
|
|
251
|
-
display: -ms-flexbox;
|
|
252
|
-
|
|
253
|
-
display: flex;
|
|
254
|
-
flex-flow: row nowrap;
|
|
255
|
-
align-items: center;
|
|
256
|
-
|
|
257
|
-
font-weight: 600;
|
|
258
|
-
|
|
259
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
260
|
-
white-space: nowrap;
|
|
261
|
-
|
|
262
|
-
cursor: pointer;
|
|
263
|
-
|
|
264
|
-
-webkit-user-select: none;
|
|
265
|
-
|
|
266
|
-
-moz-user-select: none;
|
|
267
|
-
|
|
268
|
-
-ms-user-select: none;
|
|
269
|
-
|
|
270
|
-
user-select: none;
|
|
271
|
-
}
|
|
272
|
-
.Switcher-module_dark__1IzaH {
|
|
273
|
-
color: inherit;
|
|
274
|
-
}
|
|
275
|
-
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
276
|
-
background-color: transparent;
|
|
277
|
-
}
|
|
278
|
-
.Switcher-module_input__jaMVF {
|
|
279
|
-
position: absolute;
|
|
280
|
-
top: 0;
|
|
281
|
-
left: 0;
|
|
282
|
-
|
|
283
|
-
opacity: 0;
|
|
284
|
-
}
|
|
285
|
-
.Switcher-module_control__1NTvY {
|
|
286
|
-
position: relative;
|
|
287
|
-
|
|
288
|
-
display: block;
|
|
289
|
-
|
|
290
|
-
width: 37px;
|
|
291
|
-
height: 21px;
|
|
292
|
-
|
|
293
|
-
background-color: #e6e6e6;
|
|
294
|
-
|
|
295
|
-
border-radius: 15px;
|
|
296
|
-
}
|
|
297
|
-
.Switcher-module_control__1NTvY::before {
|
|
298
|
-
position: absolute;
|
|
299
|
-
top: 0;
|
|
300
|
-
bottom: 0;
|
|
301
|
-
left: 0;
|
|
302
|
-
|
|
303
|
-
width: 18px;
|
|
304
|
-
|
|
305
|
-
background: rgba(19, 191, 17, 0);
|
|
306
|
-
|
|
307
|
-
border-radius: 15px;
|
|
308
|
-
|
|
309
|
-
transition: 0.25s ease-in-out;
|
|
310
|
-
|
|
311
|
-
content: '';
|
|
312
|
-
}
|
|
313
|
-
.Switcher-module_knob__3kEy5 {
|
|
314
|
-
position: relative;
|
|
315
|
-
top: 2px;
|
|
316
|
-
left: 2px;
|
|
317
|
-
z-index: 200;
|
|
318
|
-
|
|
319
|
-
display: block;
|
|
320
|
-
|
|
321
|
-
width: 17px;
|
|
322
|
-
height: 17px;
|
|
323
|
-
|
|
324
|
-
background: #fff;
|
|
325
|
-
|
|
326
|
-
border-radius: 15px;
|
|
327
|
-
|
|
328
|
-
transition: 0.25s ease-in-out;
|
|
329
|
-
}
|
|
330
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
331
|
-
width: 100%;
|
|
332
|
-
|
|
333
|
-
background-color: #b88b59;
|
|
334
|
-
}
|
|
335
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
336
|
-
box-shadow: inset 0 0 0 1px transparent;
|
|
337
|
-
}
|
|
338
|
-
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
339
|
-
left: 18px;
|
|
340
|
-
}
|
|
341
|
-
.Switcher-module_children__147JP.Switcher-module_left__2coeE {
|
|
342
|
-
margin-right: 6px;
|
|
343
|
-
}
|
|
344
|
-
.Switcher-module_children__147JP.Switcher-module_right__yWG7h {
|
|
345
|
-
margin-left: 6px;
|
|
346
|
-
}
|
|
347
|
-
/* panel */
|
|
348
|
-
.Switcher-module_isInPanel__TumqY .Switcher-module_children__147JP {
|
|
349
|
-
|
|
350
|
-
color: #999;
|
|
351
|
-
|
|
352
|
-
font-size: 13px;
|
|
353
|
-
letter-spacing: 0.5px;
|
|
354
|
-
text-transform: uppercase;
|
|
355
|
-
}
|
|
356
|
-
/* menu */
|
|
357
|
-
.Switcher-module_isInMenu__3XJYj {
|
|
358
|
-
font-weight: normal;
|
|
359
|
-
}
|
|
360
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_children__147JP {
|
|
361
|
-
margin-right: 8px;
|
|
362
|
-
}
|
|
363
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
364
|
-
width: 48px;
|
|
365
|
-
height: 30px;
|
|
366
|
-
}
|
|
367
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_knob__3kEy5 {
|
|
368
|
-
top: 4px;
|
|
369
|
-
|
|
370
|
-
width: 22px;
|
|
371
|
-
height: 22px;
|
|
372
|
-
|
|
373
|
-
background-color: #bababa;
|
|
374
|
-
}
|
|
375
|
-
/* stylelint-disable selector-max-compound-selectors */
|
|
376
|
-
.Switcher-module_isInMenu__3XJYj input:checked ~ .Switcher-module_control__1NTvY .Switcher-module_knob__3kEy5 {
|
|
377
|
-
left: 23px;
|
|
378
|
-
|
|
379
|
-
background-color: #fff;
|
|
380
|
-
}
|
|
381
|
-
/* live */
|
|
382
|
-
.Switcher-module_isInLive__2cLui .Switcher-module_children__147JP {
|
|
383
|
-
|
|
384
|
-
color: #7f7f7f;
|
|
385
|
-
|
|
386
|
-
font-size: 13px;
|
|
387
|
-
letter-spacing: 0.5px;
|
|
388
|
-
text-transform: uppercase;
|
|
389
|
-
}
|
|
390
|
-
.Switcher-module_isInMenu__3XJYj .Switcher-module_control__1NTvY {
|
|
391
|
-
background-color: #1a1a1a;
|
|
392
|
-
box-shadow: inset 0 0 0 1px #323232;
|
|
393
|
-
}
|
|
394
|
-
|
|
395
231
|
/* Colors */
|
|
396
232
|
/* Fonts */
|
|
397
233
|
/* Gap */
|
|
@@ -649,95 +485,155 @@
|
|
|
649
485
|
/* 511 */
|
|
650
486
|
/* 1023 */
|
|
651
487
|
/* Zindex */
|
|
652
|
-
.
|
|
488
|
+
.Switcher-module_root__1Env1 {
|
|
653
489
|
position: relative;
|
|
654
|
-
z-index: 1;
|
|
655
490
|
|
|
656
|
-
display:
|
|
657
|
-
|
|
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
|
+
|
|
512
|
+
-ms-user-select: none;
|
|
513
|
+
|
|
514
|
+
user-select: none;
|
|
658
515
|
}
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
border-radius: inherit
|
|
516
|
+
.Switcher-module_dark__1IzaH {
|
|
517
|
+
color: inherit;
|
|
662
518
|
}
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
519
|
+
.Switcher-module_dark__1IzaH .Switcher-module_control__1NTvY {
|
|
520
|
+
background-color: transparent;
|
|
521
|
+
}
|
|
522
|
+
.Switcher-module_input__jaMVF {
|
|
666
523
|
position: absolute;
|
|
667
524
|
top: 0;
|
|
668
525
|
left: 0;
|
|
669
526
|
|
|
670
|
-
|
|
671
|
-
height: 100%;
|
|
527
|
+
opacity: 0;
|
|
672
528
|
}
|
|
673
|
-
.
|
|
529
|
+
.Switcher-module_control__1NTvY {
|
|
530
|
+
position: relative;
|
|
531
|
+
|
|
674
532
|
display: block;
|
|
675
533
|
|
|
676
|
-
width:
|
|
534
|
+
width: 37px;
|
|
535
|
+
height: 21px;
|
|
677
536
|
|
|
678
|
-
background-
|
|
679
|
-
background-size: 100% auto;
|
|
680
|
-
}
|
|
681
|
-
.Image-module_placeholder__1p4ob {
|
|
682
|
-
transition: background-color 250ms ease;
|
|
537
|
+
background-color: #e6e6e6;
|
|
683
538
|
|
|
684
|
-
|
|
685
|
-
}
|
|
686
|
-
.Image-module_loaded__w9FVT {
|
|
687
|
-
background: transparent;
|
|
688
|
-
}
|
|
689
|
-
.Image-module_fullscreen__29apx picture {
|
|
690
|
-
cursor: pointer;
|
|
691
|
-
}
|
|
692
|
-
.Image-module_fullscreen__29apx picture:hover::after {
|
|
693
|
-
opacity: 1;
|
|
539
|
+
border-radius: 15px;
|
|
694
540
|
}
|
|
695
|
-
.
|
|
541
|
+
.Switcher-module_control__1NTvY::before {
|
|
696
542
|
position: absolute;
|
|
697
|
-
|
|
698
|
-
bottom:
|
|
543
|
+
top: 0;
|
|
544
|
+
bottom: 0;
|
|
545
|
+
left: 0;
|
|
699
546
|
|
|
700
|
-
width:
|
|
701
|
-
height: 40px;
|
|
547
|
+
width: 18px;
|
|
702
548
|
|
|
703
|
-
|
|
704
|
-
pointer-events: none;
|
|
549
|
+
background: rgba(19, 191, 17, 0);
|
|
705
550
|
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
background-repeat: no-repeat;
|
|
712
|
-
background-position: center
|
|
713
|
-
}
|
|
714
|
-
@media only screen and (min-device-width: 64em) {
|
|
715
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
716
|
-
content: ''
|
|
717
|
-
}
|
|
718
|
-
}
|
|
719
|
-
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
720
|
-
outline: none;
|
|
551
|
+
border-radius: 15px;
|
|
552
|
+
|
|
553
|
+
transition: 0.25s ease-in-out;
|
|
554
|
+
|
|
555
|
+
content: '';
|
|
721
556
|
}
|
|
557
|
+
.Switcher-module_knob__3kEy5 {
|
|
558
|
+
position: relative;
|
|
559
|
+
top: 2px;
|
|
560
|
+
left: 2px;
|
|
561
|
+
z-index: 200;
|
|
722
562
|
|
|
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
|
-
.Lazy-module_root__2Z72l {
|
|
737
563
|
display: block;
|
|
564
|
+
|
|
565
|
+
width: 17px;
|
|
566
|
+
height: 17px;
|
|
567
|
+
|
|
568
|
+
background: #fff;
|
|
569
|
+
|
|
570
|
+
border-radius: 15px;
|
|
571
|
+
|
|
572
|
+
transition: 0.25s ease-in-out;
|
|
738
573
|
}
|
|
739
|
-
.
|
|
740
|
-
|
|
574
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::before {
|
|
575
|
+
width: 100%;
|
|
576
|
+
|
|
577
|
+
background-color: #b88b59;
|
|
578
|
+
}
|
|
579
|
+
.Switcher-module_input__jaMVF:checked ~ .Switcher-module_control__1NTvY::after {
|
|
580
|
+
box-shadow: inset 0 0 0 1px transparent;
|
|
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;
|
|
741
637
|
}
|
|
742
638
|
|
|
743
639
|
/* Colors */
|
|
@@ -787,9 +683,12 @@
|
|
|
787
683
|
-moz-appearance: none;
|
|
788
684
|
|
|
789
685
|
appearance: none;
|
|
686
|
+
will-change: opacity;
|
|
790
687
|
}
|
|
791
688
|
.DotsOnImage-module_dot__H1wua svg {
|
|
792
689
|
display: block;
|
|
690
|
+
|
|
691
|
+
will-change: opacity;
|
|
793
692
|
}
|
|
794
693
|
.DotsOnImage-module_popover__35Cpj {
|
|
795
694
|
position: absolute;
|
|
@@ -843,6 +742,110 @@
|
|
|
843
742
|
height: 10px;
|
|
844
743
|
}
|
|
845
744
|
|
|
745
|
+
/* Colors */
|
|
746
|
+
/* Fonts */
|
|
747
|
+
/* Gap */
|
|
748
|
+
/* Media */
|
|
749
|
+
/* 512 */
|
|
750
|
+
/* 650 */
|
|
751
|
+
/* 768 */
|
|
752
|
+
/* 1024 */
|
|
753
|
+
/* 1010 */
|
|
754
|
+
/* 1200 */
|
|
755
|
+
/* 511 */
|
|
756
|
+
/* 1023 */
|
|
757
|
+
/* Zindex */
|
|
758
|
+
.Image-module_root__1vsA_ {
|
|
759
|
+
position: relative;
|
|
760
|
+
z-index: 1;
|
|
761
|
+
|
|
762
|
+
display: block;
|
|
763
|
+
overflow: hidden
|
|
764
|
+
}
|
|
765
|
+
@media only screen and (min-device-width: 32em) {
|
|
766
|
+
.Image-module_root__1vsA_ {
|
|
767
|
+
border-radius: inherit
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
.Image-module_placeholder__1p4ob,
|
|
771
|
+
.Image-module_root__1vsA_ img {
|
|
772
|
+
position: absolute;
|
|
773
|
+
top: 0;
|
|
774
|
+
left: 0;
|
|
775
|
+
|
|
776
|
+
width: 100%;
|
|
777
|
+
height: 100%;
|
|
778
|
+
}
|
|
779
|
+
.Image-module_wrapper__3fLjs {
|
|
780
|
+
display: block;
|
|
781
|
+
|
|
782
|
+
width: 100%;
|
|
783
|
+
|
|
784
|
+
background-repeat: no-repeat;
|
|
785
|
+
background-size: 100% auto;
|
|
786
|
+
}
|
|
787
|
+
.Image-module_placeholder__1p4ob {
|
|
788
|
+
transition: background-color 250ms ease;
|
|
789
|
+
|
|
790
|
+
background-color: #f2f2f2;
|
|
791
|
+
}
|
|
792
|
+
.Image-module_loaded__w9FVT {
|
|
793
|
+
background: transparent;
|
|
794
|
+
}
|
|
795
|
+
.Image-module_fullscreen__29apx picture {
|
|
796
|
+
cursor: pointer;
|
|
797
|
+
}
|
|
798
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
799
|
+
opacity: 1;
|
|
800
|
+
}
|
|
801
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
802
|
+
position: absolute;
|
|
803
|
+
right: 12px;
|
|
804
|
+
bottom: 12px;
|
|
805
|
+
|
|
806
|
+
width: 40px;
|
|
807
|
+
height: 40px;
|
|
808
|
+
|
|
809
|
+
transition: opacity 250ms ease;
|
|
810
|
+
pointer-events: none;
|
|
811
|
+
|
|
812
|
+
opacity: 0;
|
|
813
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
814
|
+
border-radius: 20px;
|
|
815
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
816
|
+
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.197 10.207V3.763h-6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.793 4.166l-6.173 6.172' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3.803 13.733v6.444h6.463' stroke='%23DBDBDB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.207 19.774l6.173-6.171' stroke='%23DBDBDB' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
|
|
817
|
+
background-repeat: no-repeat;
|
|
818
|
+
background-position: center
|
|
819
|
+
}
|
|
820
|
+
@media only screen and (min-device-width: 64em) {
|
|
821
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
822
|
+
content: ''
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
826
|
+
outline: none;
|
|
827
|
+
}
|
|
828
|
+
|
|
829
|
+
/* Colors */
|
|
830
|
+
/* Fonts */
|
|
831
|
+
/* Gap */
|
|
832
|
+
/* Media */
|
|
833
|
+
/* 512 */
|
|
834
|
+
/* 650 */
|
|
835
|
+
/* 768 */
|
|
836
|
+
/* 1024 */
|
|
837
|
+
/* 1010 */
|
|
838
|
+
/* 1200 */
|
|
839
|
+
/* 511 */
|
|
840
|
+
/* 1023 */
|
|
841
|
+
/* Zindex */
|
|
842
|
+
.Lazy-module_root__2Z72l {
|
|
843
|
+
display: block;
|
|
844
|
+
}
|
|
845
|
+
.Lazy-module_visible__3-SdX {
|
|
846
|
+
color: red;
|
|
847
|
+
}
|
|
848
|
+
|
|
846
849
|
/* Colors */
|
|
847
850
|
/* Fonts */
|
|
848
851
|
/* Gap */
|
|
@@ -1281,129 +1284,36 @@
|
|
|
1281
1284
|
/* 511 */
|
|
1282
1285
|
/* 1023 */
|
|
1283
1286
|
/* Zindex */
|
|
1284
|
-
.
|
|
1287
|
+
.MaterialNote-module_root__1AcYe {
|
|
1288
|
+
margin-bottom: 17px;
|
|
1289
|
+
|
|
1285
1290
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1291
|
+
font-size: 16px;
|
|
1292
|
+
line-height: 22px;
|
|
1286
1293
|
}
|
|
1287
|
-
.
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
color: inherit;
|
|
1291
|
-
box-shadow: none;
|
|
1294
|
+
.MaterialNote-module_root__1AcYe:empty {
|
|
1295
|
+
margin-bottom: 0;
|
|
1292
1296
|
}
|
|
1293
|
-
.
|
|
1294
|
-
|
|
1297
|
+
.MaterialNote-module_root__1AcYe:empty::before {
|
|
1298
|
+
margin-bottom: 9px;
|
|
1295
1299
|
}
|
|
1296
|
-
.
|
|
1297
|
-
|
|
1298
|
-
padding-top: 4px;
|
|
1300
|
+
.MaterialNote-module_root__1AcYe::before {
|
|
1301
|
+
display: block;
|
|
1299
1302
|
|
|
1300
|
-
|
|
1303
|
+
width: 120px;
|
|
1304
|
+
height: 1px;
|
|
1305
|
+
margin-bottom: 15px;
|
|
1301
1306
|
|
|
1302
|
-
|
|
1303
|
-
|
|
1307
|
+
content: '';
|
|
1308
|
+
|
|
1309
|
+
background: #000;
|
|
1304
1310
|
}
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
line-height: 22px
|
|
1311
|
+
.MaterialNote-module_root__1AcYe p {
|
|
1312
|
+
margin-top: 8px;
|
|
1313
|
+
margin-bottom: 0;
|
|
1309
1314
|
}
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
max-width: 520px;
|
|
1313
|
-
padding-top: 1px;
|
|
1314
|
-
|
|
1315
|
-
color: #666;
|
|
1316
|
-
|
|
1317
|
-
font-size: 12px;
|
|
1318
|
-
line-height: 16px
|
|
1319
|
-
}
|
|
1320
|
-
@media only screen and (min-device-width: 32em) {
|
|
1321
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1322
|
-
padding-top: 3px
|
|
1323
|
-
}
|
|
1324
|
-
}
|
|
1325
|
-
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1326
|
-
padding-top: 3px;
|
|
1327
|
-
}
|
|
1328
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1329
|
-
color: #fff;
|
|
1330
|
-
}
|
|
1331
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1332
|
-
color: #929292;
|
|
1333
|
-
}
|
|
1334
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1335
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1336
|
-
padding-top: 10px
|
|
1337
|
-
}
|
|
1338
|
-
@media only screen and (min-device-width: 32em) {
|
|
1339
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1340
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1341
|
-
padding-top: 12px
|
|
1342
|
-
}
|
|
1343
|
-
}
|
|
1344
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1345
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1346
|
-
padding-top: 9px
|
|
1347
|
-
}
|
|
1348
|
-
@media only screen and (min-device-width: 32em) {
|
|
1349
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1350
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1351
|
-
padding-top: 11px
|
|
1352
|
-
}
|
|
1353
|
-
}
|
|
1354
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1355
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1356
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1357
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1358
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1359
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1360
|
-
max-width: 650px;
|
|
1361
|
-
}
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
/* Colors */
|
|
1365
|
-
/* Fonts */
|
|
1366
|
-
/* Gap */
|
|
1367
|
-
/* Media */
|
|
1368
|
-
/* 512 */
|
|
1369
|
-
/* 650 */
|
|
1370
|
-
/* 768 */
|
|
1371
|
-
/* 1024 */
|
|
1372
|
-
/* 1010 */
|
|
1373
|
-
/* 1200 */
|
|
1374
|
-
/* 511 */
|
|
1375
|
-
/* 1023 */
|
|
1376
|
-
/* Zindex */
|
|
1377
|
-
.MaterialNote-module_root__1AcYe {
|
|
1378
|
-
margin-bottom: 17px;
|
|
1379
|
-
|
|
1380
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1381
|
-
font-size: 16px;
|
|
1382
|
-
line-height: 22px;
|
|
1383
|
-
}
|
|
1384
|
-
.MaterialNote-module_root__1AcYe:empty {
|
|
1385
|
-
margin-bottom: 0;
|
|
1386
|
-
}
|
|
1387
|
-
.MaterialNote-module_root__1AcYe:empty::before {
|
|
1388
|
-
margin-bottom: 9px;
|
|
1389
|
-
}
|
|
1390
|
-
.MaterialNote-module_root__1AcYe::before {
|
|
1391
|
-
display: block;
|
|
1392
|
-
|
|
1393
|
-
width: 120px;
|
|
1394
|
-
height: 1px;
|
|
1395
|
-
margin-bottom: 15px;
|
|
1396
|
-
|
|
1397
|
-
content: '';
|
|
1398
|
-
|
|
1399
|
-
background: #000;
|
|
1400
|
-
}
|
|
1401
|
-
.MaterialNote-module_root__1AcYe p {
|
|
1402
|
-
margin-top: 8px;
|
|
1403
|
-
margin-bottom: 0;
|
|
1404
|
-
}
|
|
1405
|
-
.MaterialNote-module_root__1AcYe a {
|
|
1406
|
-
text-decoration: none;
|
|
1315
|
+
.MaterialNote-module_root__1AcYe a {
|
|
1316
|
+
text-decoration: none;
|
|
1407
1317
|
|
|
1408
1318
|
color: inherit;
|
|
1409
1319
|
box-shadow: inset 0 -1px;
|
|
@@ -1509,238 +1419,86 @@
|
|
|
1509
1419
|
/* 511 */
|
|
1510
1420
|
/* 1023 */
|
|
1511
1421
|
/* Zindex */
|
|
1512
|
-
.
|
|
1513
|
-
color: #e0e0e0;
|
|
1514
|
-
}
|
|
1515
|
-
.BookmarkButton-module_control__1A0ea {
|
|
1516
|
-
margin: 0;
|
|
1517
|
-
padding: 5px 3px;
|
|
1518
|
-
|
|
1519
|
-
cursor: pointer;
|
|
1520
|
-
|
|
1521
|
-
color: inherit;
|
|
1522
|
-
border-width: 0;
|
|
1523
|
-
outline: none;
|
|
1524
|
-
background-color: transparent;
|
|
1525
|
-
|
|
1526
|
-
-webkit-appearance: none;
|
|
1527
|
-
|
|
1528
|
-
-moz-appearance: none;
|
|
1529
|
-
|
|
1530
|
-
appearance: none;
|
|
1531
|
-
fill: transparent;
|
|
1532
|
-
}
|
|
1533
|
-
.BookmarkButton-module_dark__1cwyi {
|
|
1534
|
-
color: #fff;
|
|
1535
|
-
}
|
|
1536
|
-
.BookmarkButton-module_light__1uQyH {
|
|
1537
|
-
color: #000;
|
|
1538
|
-
}
|
|
1539
|
-
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1540
|
-
fill: #e0e0e0;
|
|
1541
|
-
}
|
|
1542
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1543
|
-
fill: #fff;
|
|
1544
|
-
}
|
|
1545
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1546
|
-
fill: #000;
|
|
1547
|
-
}
|
|
1548
|
-
@media only screen and (min-device-width: 64em) {
|
|
1549
|
-
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1550
|
-
width: 12px
|
|
1551
|
-
}
|
|
1552
|
-
}
|
|
1553
|
-
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1554
|
-
display: none;
|
|
1555
|
-
}
|
|
1556
|
-
|
|
1557
|
-
/* Colors */
|
|
1558
|
-
/* Fonts */
|
|
1559
|
-
/* Gap */
|
|
1560
|
-
/* Media */
|
|
1561
|
-
/* 512 */
|
|
1562
|
-
/* 650 */
|
|
1563
|
-
/* 768 */
|
|
1564
|
-
/* 1024 */
|
|
1565
|
-
/* 1010 */
|
|
1566
|
-
/* 1200 */
|
|
1567
|
-
/* 511 */
|
|
1568
|
-
/* 1023 */
|
|
1569
|
-
/* Zindex */
|
|
1570
|
-
.MaterialTitle-module_root__18ku- {
|
|
1571
|
-
display: block;
|
|
1572
|
-
}
|
|
1573
|
-
.MaterialTitle-module_root__18ku- {
|
|
1574
|
-
margin: 0;
|
|
1575
|
-
|
|
1576
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1577
|
-
font-size: 25px;
|
|
1578
|
-
font-weight: normal;
|
|
1579
|
-
line-height: 27px
|
|
1580
|
-
}
|
|
1581
|
-
@media only screen and (min-device-width: 48em) {
|
|
1582
|
-
.MaterialTitle-module_root__18ku- {
|
|
1583
|
-
font-size: 37px;
|
|
1584
|
-
line-height: 38px
|
|
1585
|
-
}
|
|
1586
|
-
}
|
|
1587
|
-
.MaterialTitle-module_primary__2Sfmx {
|
|
1588
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1589
|
-
font-weight: normal;
|
|
1590
|
-
}
|
|
1591
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1592
|
-
font-size: 24px;
|
|
1593
|
-
font-weight: 700
|
|
1594
|
-
}
|
|
1595
|
-
@media only screen and (min-device-width: 48em) {
|
|
1596
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1597
|
-
font-size: 36px
|
|
1598
|
-
}
|
|
1599
|
-
}
|
|
1600
|
-
|
|
1601
|
-
/* Colors */
|
|
1602
|
-
/* Fonts */
|
|
1603
|
-
/* Gap */
|
|
1604
|
-
/* Media */
|
|
1605
|
-
/* 512 */
|
|
1606
|
-
/* 650 */
|
|
1607
|
-
/* 768 */
|
|
1608
|
-
/* 1024 */
|
|
1609
|
-
/* 1010 */
|
|
1610
|
-
/* 1200 */
|
|
1611
|
-
/* 511 */
|
|
1612
|
-
/* 1023 */
|
|
1613
|
-
/* Zindex */
|
|
1614
|
-
.Toolbar-module_root__2HF2r {
|
|
1615
|
-
overflow: hidden;
|
|
1616
|
-
|
|
1617
|
-
transform: translateZ(0);
|
|
1618
|
-
|
|
1422
|
+
.MediaCaption-module_root__KqTdw {
|
|
1619
1423
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1620
1424
|
}
|
|
1621
|
-
.
|
|
1622
|
-
|
|
1623
|
-
display: -webkit-flex;
|
|
1624
|
-
display: -ms-flexbox;
|
|
1625
|
-
display: flex;
|
|
1626
|
-
flex-flow: row wrap;
|
|
1627
|
-
|
|
1628
|
-
margin: 0 0 0 -10px;
|
|
1629
|
-
padding: 0;
|
|
1425
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1426
|
+
text-decoration: underline;
|
|
1630
1427
|
|
|
1631
|
-
|
|
1428
|
+
color: inherit;
|
|
1429
|
+
box-shadow: none;
|
|
1632
1430
|
}
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
margin: 0 0 0 -15px
|
|
1431
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1432
|
+
color: #b88b58;
|
|
1636
1433
|
}
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
min-width: 42px;
|
|
1642
|
-
height: 32px;
|
|
1643
|
-
padding-right: 10px;
|
|
1644
|
-
padding-left: 10px;
|
|
1645
|
-
|
|
1646
|
-
cursor: pointer;
|
|
1647
|
-
transition: color 250ms ease;
|
|
1648
|
-
text-align: center;
|
|
1434
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1435
|
+
max-width: 520px;
|
|
1436
|
+
padding-top: 4px;
|
|
1649
1437
|
|
|
1650
|
-
color: #
|
|
1438
|
+
color: #1a1a1a;
|
|
1651
1439
|
|
|
1652
|
-
|
|
1440
|
+
font-size: 14px;
|
|
1441
|
+
line-height: 18px
|
|
1653
1442
|
}
|
|
1654
|
-
@media only screen and (min-device-width:
|
|
1655
|
-
.
|
|
1656
|
-
|
|
1657
|
-
|
|
1443
|
+
@media only screen and (min-device-width: 32em) {
|
|
1444
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1445
|
+
font-size: 16px;
|
|
1446
|
+
line-height: 22px
|
|
1658
1447
|
}
|
|
1659
1448
|
}
|
|
1660
|
-
.
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
.Toolbar-module_item__36x7d::before {
|
|
1664
|
-
position: absolute;
|
|
1665
|
-
top: 7px;
|
|
1666
|
-
left: 0;
|
|
1667
|
-
|
|
1668
|
-
height: 18px;
|
|
1449
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1450
|
+
max-width: 520px;
|
|
1451
|
+
padding-top: 1px;
|
|
1669
1452
|
|
|
1670
|
-
|
|
1671
|
-
vertical-align: middle;
|
|
1453
|
+
color: #666;
|
|
1672
1454
|
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
.Toolbar-module_item__36x7d:empty {
|
|
1676
|
-
display: none;
|
|
1677
|
-
}
|
|
1678
|
-
.Toolbar-module_isInTopbar__223iP {
|
|
1679
|
-
height: 100%;
|
|
1680
|
-
}
|
|
1681
|
-
.Toolbar-module_isInTopbar__223iP .Toolbar-module_item__36x7d {
|
|
1682
|
-
height: 100%;
|
|
1683
|
-
}
|
|
1684
|
-
.Toolbar-module_center__3_H8M {
|
|
1685
|
-
width: 100%;
|
|
1686
|
-
max-width: 650px;
|
|
1687
|
-
margin-right: auto;
|
|
1688
|
-
margin-left: auto;
|
|
1689
|
-
}
|
|
1690
|
-
.Toolbar-module_game__5-jY_ {
|
|
1691
|
-
margin-top: 11px
|
|
1455
|
+
font-size: 12px;
|
|
1456
|
+
line-height: 16px
|
|
1692
1457
|
}
|
|
1693
1458
|
@media only screen and (min-device-width: 32em) {
|
|
1694
|
-
.
|
|
1695
|
-
|
|
1459
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1460
|
+
padding-top: 3px
|
|
1696
1461
|
}
|
|
1697
1462
|
}
|
|
1698
|
-
.
|
|
1699
|
-
|
|
1700
|
-
justify-content: center
|
|
1701
|
-
}
|
|
1702
|
-
@media only screen and (min-device-width: 32em) {
|
|
1703
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1704
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1705
|
-
display: -webkit-box;
|
|
1706
|
-
display: -webkit-flex;
|
|
1707
|
-
display: -ms-flexbox;
|
|
1708
|
-
display: flex
|
|
1463
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1464
|
+
padding-top: 3px;
|
|
1709
1465
|
}
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
width: 260px
|
|
1466
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1467
|
+
color: #fff;
|
|
1713
1468
|
}
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
width: auto
|
|
1469
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1470
|
+
color: #929292;
|
|
1717
1471
|
}
|
|
1718
|
-
|
|
1719
|
-
.
|
|
1720
|
-
|
|
1472
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1473
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1474
|
+
padding-top: 10px
|
|
1721
1475
|
}
|
|
1722
1476
|
@media only screen and (min-device-width: 32em) {
|
|
1723
|
-
.
|
|
1724
|
-
|
|
1477
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1478
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1479
|
+
padding-top: 12px
|
|
1725
1480
|
}
|
|
1726
1481
|
}
|
|
1727
|
-
.
|
|
1728
|
-
.
|
|
1729
|
-
|
|
1730
|
-
}
|
|
1731
|
-
@media only screen and (min-device-width: 64em) {
|
|
1732
|
-
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
1733
|
-
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
1734
|
-
margin-left: 0
|
|
1482
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1483
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1484
|
+
padding-top: 9px
|
|
1735
1485
|
}
|
|
1736
|
-
|
|
1737
|
-
.
|
|
1738
|
-
|
|
1486
|
+
@media only screen and (min-device-width: 32em) {
|
|
1487
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1488
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1489
|
+
padding-top: 11px
|
|
1739
1490
|
}
|
|
1740
|
-
|
|
1741
|
-
|
|
1491
|
+
}
|
|
1492
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1493
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
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;
|
|
1742
1499
|
}
|
|
1743
1500
|
|
|
1501
|
+
|
|
1744
1502
|
/* Colors */
|
|
1745
1503
|
/* Fonts */
|
|
1746
1504
|
/* Gap */
|
|
@@ -1842,10 +1600,94 @@
|
|
|
1842
1600
|
/* 511 */
|
|
1843
1601
|
/* 1023 */
|
|
1844
1602
|
/* Zindex */
|
|
1845
|
-
.
|
|
1603
|
+
.MaterialTitle-module_root__18ku- {
|
|
1604
|
+
display: block;
|
|
1605
|
+
}
|
|
1606
|
+
.MaterialTitle-module_root__18ku- {
|
|
1607
|
+
margin: 0;
|
|
1608
|
+
|
|
1846
1609
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1610
|
+
font-size: 25px;
|
|
1611
|
+
font-weight: normal;
|
|
1612
|
+
line-height: 27px
|
|
1613
|
+
}
|
|
1614
|
+
@media only screen and (min-device-width: 48em) {
|
|
1615
|
+
.MaterialTitle-module_root__18ku- {
|
|
1616
|
+
font-size: 37px;
|
|
1617
|
+
line-height: 38px
|
|
1618
|
+
}
|
|
1619
|
+
}
|
|
1620
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1621
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1847
1622
|
font-weight: normal;
|
|
1848
1623
|
}
|
|
1624
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1625
|
+
font-size: 24px;
|
|
1626
|
+
font-weight: 700
|
|
1627
|
+
}
|
|
1628
|
+
@media only screen and (min-device-width: 48em) {
|
|
1629
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1630
|
+
font-size: 36px
|
|
1631
|
+
}
|
|
1632
|
+
}
|
|
1633
|
+
|
|
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
|
+
}
|
|
1849
1691
|
|
|
1850
1692
|
/* Colors */
|
|
1851
1693
|
/* Fonts */
|
|
@@ -1977,7 +1819,7 @@
|
|
|
1977
1819
|
margin: 0 0 5px;
|
|
1978
1820
|
|
|
1979
1821
|
font-size: inherit;
|
|
1980
|
-
font-weight:
|
|
1822
|
+
font-weight: 700;
|
|
1981
1823
|
line-height: inherit;
|
|
1982
1824
|
}
|
|
1983
1825
|
.Popover-module_body__3h5UO p {
|
|
@@ -2017,45 +1859,188 @@
|
|
|
2017
1859
|
transform: translateY(100%);
|
|
2018
1860
|
}
|
|
2019
1861
|
}
|
|
2020
|
-
@keyframes Popover-module_disappear__3Q9LI {
|
|
2021
|
-
0% {
|
|
2022
|
-
transform: translateY(0);
|
|
2023
|
-
}
|
|
2024
|
-
100% {
|
|
2025
|
-
transform: translateY(100%);
|
|
1862
|
+
@keyframes Popover-module_disappear__3Q9LI {
|
|
1863
|
+
0% {
|
|
1864
|
+
transform: translateY(0);
|
|
1865
|
+
}
|
|
1866
|
+
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
|
+
}
|
|
2026
2012
|
}
|
|
2013
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2014
|
+
width: 260px
|
|
2027
2015
|
}
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
}
|
|
2032
|
-
100% {
|
|
2033
|
-
opacity: 1;
|
|
2034
|
-
}
|
|
2016
|
+
@media only screen and (min-device-width: 32em) {
|
|
2017
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child {
|
|
2018
|
+
width: auto
|
|
2035
2019
|
}
|
|
2036
|
-
@keyframes Popover-module_fadeIn__AkrSN {
|
|
2037
|
-
0% {
|
|
2038
|
-
opacity: 0;
|
|
2039
|
-
}
|
|
2040
|
-
100% {
|
|
2041
|
-
opacity: 1;
|
|
2042
2020
|
}
|
|
2021
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2022
|
+
content: none
|
|
2043
2023
|
}
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
}
|
|
2048
|
-
100% {
|
|
2049
|
-
opacity: 0;
|
|
2050
|
-
}
|
|
2024
|
+
@media only screen and (min-device-width: 32em) {
|
|
2025
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_item__36x7d:last-child::before {
|
|
2026
|
+
content: ''
|
|
2051
2027
|
}
|
|
2052
|
-
@keyframes Popover-module_fadeOut__3EZhx {
|
|
2053
|
-
0% {
|
|
2054
|
-
opacity: 1;
|
|
2055
2028
|
}
|
|
2056
|
-
|
|
2057
|
-
|
|
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
|
+
}
|
|
2033
|
+
@media only screen and (min-device-width: 64em) {
|
|
2034
|
+
.Toolbar-module_game__5-jY_ .Toolbar-module_list__1n5ny,
|
|
2035
|
+
.Toolbar-module_gameSurvey__1hQEz .Toolbar-module_list__1n5ny {
|
|
2036
|
+
margin-left: 0
|
|
2037
|
+
}
|
|
2058
2038
|
}
|
|
2039
|
+
.Toolbar-module_dark__2Ejc9 .Toolbar-module_item__36x7d::before {
|
|
2040
|
+
border-left-color: rgba(255, 255, 255, 0.2);
|
|
2041
|
+
}
|
|
2042
|
+
[data-context="prodano"] .Toolbar-module_root__2HF2r {
|
|
2043
|
+
display: none;
|
|
2059
2044
|
}
|
|
2060
2045
|
|
|
2061
2046
|
/* Colors */
|
|
@@ -2174,6 +2159,24 @@
|
|
|
2174
2159
|
}
|
|
2175
2160
|
}
|
|
2176
2161
|
|
|
2162
|
+
/* Colors */
|
|
2163
|
+
/* Fonts */
|
|
2164
|
+
/* Gap */
|
|
2165
|
+
/* Media */
|
|
2166
|
+
/* 512 */
|
|
2167
|
+
/* 650 */
|
|
2168
|
+
/* 768 */
|
|
2169
|
+
/* 1024 */
|
|
2170
|
+
/* 1010 */
|
|
2171
|
+
/* 1200 */
|
|
2172
|
+
/* 511 */
|
|
2173
|
+
/* 1023 */
|
|
2174
|
+
/* Zindex */
|
|
2175
|
+
.Timestamp-module_root__coOvT {
|
|
2176
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2177
|
+
font-weight: normal;
|
|
2178
|
+
}
|
|
2179
|
+
|
|
2177
2180
|
/* Colors */
|
|
2178
2181
|
/* Fonts */
|
|
2179
2182
|
/* Gap */
|
|
@@ -2260,68 +2263,6 @@
|
|
|
2260
2263
|
margin-left: auto;
|
|
2261
2264
|
}
|
|
2262
2265
|
|
|
2263
|
-
/* Colors */
|
|
2264
|
-
/* Fonts */
|
|
2265
|
-
/* Gap */
|
|
2266
|
-
/* Media */
|
|
2267
|
-
/* 512 */
|
|
2268
|
-
/* 650 */
|
|
2269
|
-
/* 768 */
|
|
2270
|
-
/* 1024 */
|
|
2271
|
-
/* 1010 */
|
|
2272
|
-
/* 1200 */
|
|
2273
|
-
/* 511 */
|
|
2274
|
-
/* 1023 */
|
|
2275
|
-
/* Zindex */
|
|
2276
|
-
.CardTitle-module_root__1uqqF {
|
|
2277
|
-
margin-bottom: 11px
|
|
2278
|
-
}
|
|
2279
|
-
@media only screen and (min-device-width: 64em) {
|
|
2280
|
-
.CardTitle-module_root__1uqqF {
|
|
2281
|
-
margin-bottom: 10px;
|
|
2282
|
-
|
|
2283
|
-
text-align: center
|
|
2284
|
-
}
|
|
2285
|
-
}
|
|
2286
|
-
.CardTitle-module_index__4FsTf {
|
|
2287
|
-
margin-bottom: 7px;
|
|
2288
|
-
|
|
2289
|
-
color: #b88b59;
|
|
2290
|
-
|
|
2291
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2292
|
-
font-size: 20px;
|
|
2293
|
-
font-weight: 700;
|
|
2294
|
-
line-height: 24px;
|
|
2295
|
-
}
|
|
2296
|
-
.CardTitle-module_title__2iTI6 {
|
|
2297
|
-
color: #1d1d1d;
|
|
2298
|
-
|
|
2299
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2300
|
-
font-size: 20px;
|
|
2301
|
-
font-weight: 700;
|
|
2302
|
-
line-height: 24px
|
|
2303
|
-
}
|
|
2304
|
-
@media only screen and (min-device-width: 64em) {
|
|
2305
|
-
.CardTitle-module_title__2iTI6 {
|
|
2306
|
-
font-size: 28px;
|
|
2307
|
-
line-height: 34px
|
|
2308
|
-
}
|
|
2309
|
-
}
|
|
2310
|
-
/* VISIBILITY */
|
|
2311
|
-
@media only screen and (min-device-width: 32em) {
|
|
2312
|
-
.CardTitle-module_mobile__1_kij {
|
|
2313
|
-
display: none
|
|
2314
|
-
}
|
|
2315
|
-
}
|
|
2316
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2317
|
-
display: none
|
|
2318
|
-
}
|
|
2319
|
-
@media only screen and (min-device-width: 32em) {
|
|
2320
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2321
|
-
display: block
|
|
2322
|
-
}
|
|
2323
|
-
}
|
|
2324
|
-
|
|
2325
2266
|
/* Colors */
|
|
2326
2267
|
/* Fonts */
|
|
2327
2268
|
/* Gap */
|
|
@@ -2401,6 +2342,68 @@
|
|
|
2401
2342
|
}
|
|
2402
2343
|
|
|
2403
2344
|
|
|
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
|
+
|
|
2404
2407
|
/* Colors */
|
|
2405
2408
|
/* Fonts */
|
|
2406
2409
|
/* Gap */
|
|
@@ -4245,6 +4248,34 @@ a mark {
|
|
|
4245
4248
|
}
|
|
4246
4249
|
}
|
|
4247
4250
|
|
|
4251
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4252
|
+
/* Colors */
|
|
4253
|
+
/* Fonts */
|
|
4254
|
+
/* Gap */
|
|
4255
|
+
/* Media */
|
|
4256
|
+
/* 512 */
|
|
4257
|
+
/* 650 */
|
|
4258
|
+
/* 768 */
|
|
4259
|
+
/* 1024 */
|
|
4260
|
+
/* 1010 */
|
|
4261
|
+
/* 1200 */
|
|
4262
|
+
/* 511 */
|
|
4263
|
+
/* 1023 */
|
|
4264
|
+
/* Zindex */
|
|
4265
|
+
.DocumentItemsCount-module_root__P3q-z {
|
|
4266
|
+
display: inline;
|
|
4267
|
+
|
|
4268
|
+
line-height: inherit;
|
|
4269
|
+
}
|
|
4270
|
+
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4271
|
+
vertical-align: top;
|
|
4272
|
+
}
|
|
4273
|
+
.DocumentItemsCount-module_items__3pfxW {
|
|
4274
|
+
margin-left: 1px;
|
|
4275
|
+
|
|
4276
|
+
vertical-align: top;
|
|
4277
|
+
}
|
|
4278
|
+
|
|
4248
4279
|
/* Colors */
|
|
4249
4280
|
/* Fonts */
|
|
4250
4281
|
/* Gap */
|
|
@@ -4343,34 +4374,6 @@ a mark {
|
|
|
4343
4374
|
fill: currentColor;
|
|
4344
4375
|
}
|
|
4345
4376
|
|
|
4346
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
4347
|
-
/* Colors */
|
|
4348
|
-
/* Fonts */
|
|
4349
|
-
/* Gap */
|
|
4350
|
-
/* Media */
|
|
4351
|
-
/* 512 */
|
|
4352
|
-
/* 650 */
|
|
4353
|
-
/* 768 */
|
|
4354
|
-
/* 1024 */
|
|
4355
|
-
/* 1010 */
|
|
4356
|
-
/* 1200 */
|
|
4357
|
-
/* 511 */
|
|
4358
|
-
/* 1023 */
|
|
4359
|
-
/* Zindex */
|
|
4360
|
-
.DocumentItemsCount-module_root__P3q-z {
|
|
4361
|
-
display: inline;
|
|
4362
|
-
|
|
4363
|
-
line-height: inherit;
|
|
4364
|
-
}
|
|
4365
|
-
.DocumentItemsCount-module_root__P3q-z svg {
|
|
4366
|
-
vertical-align: top;
|
|
4367
|
-
}
|
|
4368
|
-
.DocumentItemsCount-module_items__3pfxW {
|
|
4369
|
-
margin-left: 1px;
|
|
4370
|
-
|
|
4371
|
-
vertical-align: top;
|
|
4372
|
-
}
|
|
4373
|
-
|
|
4374
4377
|
/* Colors */
|
|
4375
4378
|
/* Fonts */
|
|
4376
4379
|
/* Gap */
|
|
@@ -4403,7 +4406,7 @@ a mark {
|
|
|
4403
4406
|
margin: 0 0 16px;
|
|
4404
4407
|
|
|
4405
4408
|
font-size: inherit;
|
|
4406
|
-
font-weight:
|
|
4409
|
+
font-weight: 700;
|
|
4407
4410
|
line-height: inherit;
|
|
4408
4411
|
}
|
|
4409
4412
|
.Footnote-module_body__259Ly p {
|