@meduza/ui-kit-2 0.1.66 → 0.1.68
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/DotsOnImage/DotsOnImage.types.d.ts +1 -1
- package/dist/ui-kit-2.cjs.development.js +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 +1 -1
- package/dist/ui-kit.css +516 -508
- package/package.json +1 -1
- package/src/DotsOnImage/DotsOnImage.types.ts +1 -1
- package/src/EmbedBlock/EmbedBlock.module.css +2 -1
- package/src/MediaCaption/MediaCaption.module.css +9 -0
package/dist/ui-kit.css
CHANGED
|
@@ -624,90 +624,6 @@
|
|
|
624
624
|
box-shadow: inset 0 0 0 1px #323232;
|
|
625
625
|
}
|
|
626
626
|
|
|
627
|
-
/* Colors */
|
|
628
|
-
/* Fonts */
|
|
629
|
-
/* Gap */
|
|
630
|
-
/* Media */
|
|
631
|
-
/* 512 */
|
|
632
|
-
/* 650 */
|
|
633
|
-
/* 768 */
|
|
634
|
-
/* 1024 */
|
|
635
|
-
/* 1010 */
|
|
636
|
-
/* 1200 */
|
|
637
|
-
/* 511 */
|
|
638
|
-
/* 1023 */
|
|
639
|
-
/* Zindex */
|
|
640
|
-
.Image-module_root__1vsA_ {
|
|
641
|
-
position: relative;
|
|
642
|
-
z-index: 1;
|
|
643
|
-
|
|
644
|
-
display: block;
|
|
645
|
-
overflow: hidden;
|
|
646
|
-
transition: background-color 250ms ease;
|
|
647
|
-
|
|
648
|
-
background-color: #f2f2f2
|
|
649
|
-
}
|
|
650
|
-
@media only screen and (min-width: 32em) {
|
|
651
|
-
.Image-module_root__1vsA_ {
|
|
652
|
-
border-radius: inherit
|
|
653
|
-
}
|
|
654
|
-
}
|
|
655
|
-
.Image-module_root__1vsA_ img {
|
|
656
|
-
position: absolute;
|
|
657
|
-
top: 0;
|
|
658
|
-
left: 0;
|
|
659
|
-
|
|
660
|
-
width: 100%;
|
|
661
|
-
height: 100%;
|
|
662
|
-
}
|
|
663
|
-
.Image-module_isLoaded__3XhU5 {
|
|
664
|
-
background-color: transparent;
|
|
665
|
-
}
|
|
666
|
-
.Image-module_wrapper__3fLjs {
|
|
667
|
-
display: block;
|
|
668
|
-
|
|
669
|
-
width: 100%;
|
|
670
|
-
|
|
671
|
-
background-repeat: no-repeat;
|
|
672
|
-
background-size: 100% auto;
|
|
673
|
-
}
|
|
674
|
-
.Image-module_fullscreen__29apx picture {
|
|
675
|
-
cursor: pointer;
|
|
676
|
-
}
|
|
677
|
-
.Image-module_fullscreen__29apx picture:hover::after {
|
|
678
|
-
opacity: 1;
|
|
679
|
-
}
|
|
680
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
681
|
-
position: absolute;
|
|
682
|
-
right: 12px;
|
|
683
|
-
bottom: 12px;
|
|
684
|
-
|
|
685
|
-
width: 40px;
|
|
686
|
-
height: 40px;
|
|
687
|
-
|
|
688
|
-
transition: opacity 250ms ease;
|
|
689
|
-
pointer-events: none;
|
|
690
|
-
|
|
691
|
-
opacity: 0;
|
|
692
|
-
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
693
|
-
border-radius: 20px;
|
|
694
|
-
background-color: rgba(0, 0, 0, 0.7);
|
|
695
|
-
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");
|
|
696
|
-
background-repeat: no-repeat;
|
|
697
|
-
background-position: center
|
|
698
|
-
}
|
|
699
|
-
@media only screen and (min-width: 64em) {
|
|
700
|
-
.Image-module_fullscreen__29apx picture::after {
|
|
701
|
-
content: ''
|
|
702
|
-
}
|
|
703
|
-
}
|
|
704
|
-
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
705
|
-
outline: none;
|
|
706
|
-
}
|
|
707
|
-
.Image-module_dark__3o0nU {
|
|
708
|
-
background-color: transparent;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
627
|
/* Colors */
|
|
712
628
|
/* Fonts */
|
|
713
629
|
/* Gap */
|
|
@@ -874,6 +790,90 @@
|
|
|
874
790
|
}
|
|
875
791
|
}
|
|
876
792
|
|
|
793
|
+
/* Colors */
|
|
794
|
+
/* Fonts */
|
|
795
|
+
/* Gap */
|
|
796
|
+
/* Media */
|
|
797
|
+
/* 512 */
|
|
798
|
+
/* 650 */
|
|
799
|
+
/* 768 */
|
|
800
|
+
/* 1024 */
|
|
801
|
+
/* 1010 */
|
|
802
|
+
/* 1200 */
|
|
803
|
+
/* 511 */
|
|
804
|
+
/* 1023 */
|
|
805
|
+
/* Zindex */
|
|
806
|
+
.Image-module_root__1vsA_ {
|
|
807
|
+
position: relative;
|
|
808
|
+
z-index: 1;
|
|
809
|
+
|
|
810
|
+
display: block;
|
|
811
|
+
overflow: hidden;
|
|
812
|
+
transition: background-color 250ms ease;
|
|
813
|
+
|
|
814
|
+
background-color: #f2f2f2
|
|
815
|
+
}
|
|
816
|
+
@media only screen and (min-width: 32em) {
|
|
817
|
+
.Image-module_root__1vsA_ {
|
|
818
|
+
border-radius: inherit
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
.Image-module_root__1vsA_ img {
|
|
822
|
+
position: absolute;
|
|
823
|
+
top: 0;
|
|
824
|
+
left: 0;
|
|
825
|
+
|
|
826
|
+
width: 100%;
|
|
827
|
+
height: 100%;
|
|
828
|
+
}
|
|
829
|
+
.Image-module_isLoaded__3XhU5 {
|
|
830
|
+
background-color: transparent;
|
|
831
|
+
}
|
|
832
|
+
.Image-module_wrapper__3fLjs {
|
|
833
|
+
display: block;
|
|
834
|
+
|
|
835
|
+
width: 100%;
|
|
836
|
+
|
|
837
|
+
background-repeat: no-repeat;
|
|
838
|
+
background-size: 100% auto;
|
|
839
|
+
}
|
|
840
|
+
.Image-module_fullscreen__29apx picture {
|
|
841
|
+
cursor: pointer;
|
|
842
|
+
}
|
|
843
|
+
.Image-module_fullscreen__29apx picture:hover::after {
|
|
844
|
+
opacity: 1;
|
|
845
|
+
}
|
|
846
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
847
|
+
position: absolute;
|
|
848
|
+
right: 12px;
|
|
849
|
+
bottom: 12px;
|
|
850
|
+
|
|
851
|
+
width: 40px;
|
|
852
|
+
height: 40px;
|
|
853
|
+
|
|
854
|
+
transition: opacity 250ms ease;
|
|
855
|
+
pointer-events: none;
|
|
856
|
+
|
|
857
|
+
opacity: 0;
|
|
858
|
+
border: 0.5px solid rgba(255, 255, 255, 0.15);
|
|
859
|
+
border-radius: 20px;
|
|
860
|
+
background-color: rgba(0, 0, 0, 0.7);
|
|
861
|
+
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");
|
|
862
|
+
background-repeat: no-repeat;
|
|
863
|
+
background-position: center
|
|
864
|
+
}
|
|
865
|
+
@media only screen and (min-width: 64em) {
|
|
866
|
+
.Image-module_fullscreen__29apx picture::after {
|
|
867
|
+
content: ''
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
[data-input='mouse'] .Image-module_wrapper__3fLjs {
|
|
871
|
+
outline: none;
|
|
872
|
+
}
|
|
873
|
+
.Image-module_dark__3o0nU {
|
|
874
|
+
background-color: transparent;
|
|
875
|
+
}
|
|
876
|
+
|
|
877
877
|
/* Colors */
|
|
878
878
|
/* Fonts */
|
|
879
879
|
/* Gap */
|
|
@@ -1423,6 +1423,13 @@
|
|
|
1423
1423
|
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1424
1424
|
max-width: 650px;
|
|
1425
1425
|
}
|
|
1426
|
+
/* Dark theme */
|
|
1427
|
+
.MediaCaption-module_isDark__38TtC .MediaCaption-module_caption__1hr7Y {
|
|
1428
|
+
color: #d9d9d9;
|
|
1429
|
+
}
|
|
1430
|
+
.MediaCaption-module_isDark__38TtC .MediaCaption-module_credit__3ehAP {
|
|
1431
|
+
color: #757575;
|
|
1432
|
+
}
|
|
1426
1433
|
|
|
1427
1434
|
/* Colors */
|
|
1428
1435
|
/* Fonts */
|
|
@@ -2343,179 +2350,38 @@
|
|
|
2343
2350
|
/* 511 */
|
|
2344
2351
|
/* 1023 */
|
|
2345
2352
|
/* Zindex */
|
|
2346
|
-
.
|
|
2347
|
-
|
|
2353
|
+
.Cover-module_root__18Z8J {
|
|
2354
|
+
position: relative;
|
|
2348
2355
|
}
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2356
|
+
.Cover-module_body__1xs8e {
|
|
2357
|
+
position: absolute;
|
|
2358
|
+
z-index: 1;
|
|
2359
|
+
right: 0;
|
|
2360
|
+
bottom: 0;
|
|
2361
|
+
left: 0;
|
|
2352
2362
|
|
|
2353
|
-
|
|
2354
|
-
}
|
|
2355
|
-
}
|
|
2356
|
-
.CardTitle-module_index__4FsTf {
|
|
2357
|
-
margin-bottom: 7px;
|
|
2363
|
+
display: -webkit-box;
|
|
2358
2364
|
|
|
2359
|
-
|
|
2365
|
+
display: -webkit-flex;
|
|
2360
2366
|
|
|
2361
|
-
|
|
2362
|
-
font-size: 20px;
|
|
2363
|
-
font-weight: 700;
|
|
2364
|
-
line-height: 24px;
|
|
2365
|
-
}
|
|
2366
|
-
.CardTitle-module_title__2iTI6 {
|
|
2367
|
-
color: #1d1d1d;
|
|
2367
|
+
display: -ms-flexbox;
|
|
2368
2368
|
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
.CardTitle-module_title__2iTI6 {
|
|
2376
|
-
font-size: 28px;
|
|
2377
|
-
line-height: 34px
|
|
2378
|
-
}
|
|
2379
|
-
}
|
|
2380
|
-
/* VISIBILITY */
|
|
2381
|
-
@media only screen and (min-width: 32em) {
|
|
2382
|
-
.CardTitle-module_mobile__1_kij {
|
|
2383
|
-
display: none
|
|
2384
|
-
}
|
|
2385
|
-
}
|
|
2386
|
-
.CardTitle-module_desktop__1l3_n {
|
|
2387
|
-
display: none
|
|
2369
|
+
display: flex;
|
|
2370
|
+
flex-flow: column nowrap;
|
|
2371
|
+
justify-content: flex-end;
|
|
2372
|
+
|
|
2373
|
+
min-height: 412px;
|
|
2374
|
+
padding: 0 20px 12px;
|
|
2388
2375
|
}
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
display: block
|
|
2376
|
+
.Cover-module_image__2f3Qc {
|
|
2377
|
+
position: relative;
|
|
2392
2378
|
}
|
|
2393
|
-
|
|
2379
|
+
.Cover-module_rich__1fAGA {
|
|
2380
|
+
overflow: hidden;
|
|
2394
2381
|
|
|
2395
|
-
|
|
2396
|
-
/* Fonts */
|
|
2397
|
-
/* Gap */
|
|
2398
|
-
/* Media */
|
|
2399
|
-
/* 512 */
|
|
2400
|
-
/* 650 */
|
|
2401
|
-
/* 768 */
|
|
2402
|
-
/* 1024 */
|
|
2403
|
-
/* 1010 */
|
|
2404
|
-
/* 1200 */
|
|
2405
|
-
/* 511 */
|
|
2406
|
-
/* 1023 */
|
|
2407
|
-
/* Zindex */
|
|
2408
|
-
.ChapterBlock-module_root__1WyVn {
|
|
2409
|
-
position: relative;
|
|
2382
|
+
margin: 0 -20px;
|
|
2410
2383
|
|
|
2411
|
-
|
|
2412
|
-
}
|
|
2413
|
-
@media only screen and (min-width: 32em) {
|
|
2414
|
-
.ChapterBlock-module_root__1WyVn {
|
|
2415
|
-
max-width: 650px;
|
|
2416
|
-
margin-top: 70px
|
|
2417
|
-
}
|
|
2418
|
-
}
|
|
2419
|
-
.ChapterBlock-module_root__1WyVn:first-child {
|
|
2420
|
-
margin-top: 0;
|
|
2421
|
-
}
|
|
2422
|
-
.ChapterBlock-module_root__1WyVn:last-child {
|
|
2423
|
-
margin-bottom: 0;
|
|
2424
|
-
}
|
|
2425
|
-
.ChapterBlock-module_subtitle__3TXll {
|
|
2426
|
-
display: inline-block;
|
|
2427
|
-
|
|
2428
|
-
vertical-align: top;
|
|
2429
|
-
letter-spacing: 1px;
|
|
2430
|
-
text-transform: uppercase;
|
|
2431
|
-
|
|
2432
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2433
|
-
font-size: 12px;
|
|
2434
|
-
font-weight: 600;
|
|
2435
|
-
line-height: 12px
|
|
2436
|
-
}
|
|
2437
|
-
@media only screen and (min-width: 32em) {
|
|
2438
|
-
.ChapterBlock-module_subtitle__3TXll {
|
|
2439
|
-
font-size: 13px;
|
|
2440
|
-
line-height: 16px
|
|
2441
|
-
}
|
|
2442
|
-
}
|
|
2443
|
-
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2444
|
-
display: block;
|
|
2445
|
-
|
|
2446
|
-
width: 120px;
|
|
2447
|
-
padding: 0 0 7px;
|
|
2448
|
-
|
|
2449
|
-
content: '';
|
|
2450
|
-
|
|
2451
|
-
border-bottom: 1px solid #ccc
|
|
2452
|
-
}
|
|
2453
|
-
@media only screen and (min-width: 32em) {
|
|
2454
|
-
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2455
|
-
padding: 0 0 6px
|
|
2456
|
-
}
|
|
2457
|
-
}
|
|
2458
|
-
/* VISIBILITY */
|
|
2459
|
-
@media only screen and (min-width: 32em) {
|
|
2460
|
-
.ChapterBlock-module_mobile__CiO0w {
|
|
2461
|
-
display: none
|
|
2462
|
-
}
|
|
2463
|
-
}
|
|
2464
|
-
.ChapterBlock-module_desktop__tk1Nk {
|
|
2465
|
-
display: none
|
|
2466
|
-
}
|
|
2467
|
-
@media only screen and (min-width: 32em) {
|
|
2468
|
-
.ChapterBlock-module_desktop__tk1Nk {
|
|
2469
|
-
display: block
|
|
2470
|
-
}
|
|
2471
|
-
}
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
/* Colors */
|
|
2475
|
-
/* Fonts */
|
|
2476
|
-
/* Gap */
|
|
2477
|
-
/* Media */
|
|
2478
|
-
/* 512 */
|
|
2479
|
-
/* 650 */
|
|
2480
|
-
/* 768 */
|
|
2481
|
-
/* 1024 */
|
|
2482
|
-
/* 1010 */
|
|
2483
|
-
/* 1200 */
|
|
2484
|
-
/* 511 */
|
|
2485
|
-
/* 1023 */
|
|
2486
|
-
/* Zindex */
|
|
2487
|
-
.Cover-module_root__18Z8J {
|
|
2488
|
-
position: relative;
|
|
2489
|
-
}
|
|
2490
|
-
.Cover-module_body__1xs8e {
|
|
2491
|
-
position: absolute;
|
|
2492
|
-
z-index: 1;
|
|
2493
|
-
right: 0;
|
|
2494
|
-
bottom: 0;
|
|
2495
|
-
left: 0;
|
|
2496
|
-
|
|
2497
|
-
display: -webkit-box;
|
|
2498
|
-
|
|
2499
|
-
display: -webkit-flex;
|
|
2500
|
-
|
|
2501
|
-
display: -ms-flexbox;
|
|
2502
|
-
|
|
2503
|
-
display: flex;
|
|
2504
|
-
flex-flow: column nowrap;
|
|
2505
|
-
justify-content: flex-end;
|
|
2506
|
-
|
|
2507
|
-
min-height: 412px;
|
|
2508
|
-
padding: 0 20px 12px;
|
|
2509
|
-
}
|
|
2510
|
-
.Cover-module_image__2f3Qc {
|
|
2511
|
-
position: relative;
|
|
2512
|
-
}
|
|
2513
|
-
.Cover-module_rich__1fAGA {
|
|
2514
|
-
overflow: hidden;
|
|
2515
|
-
|
|
2516
|
-
margin: 0 -20px;
|
|
2517
|
-
|
|
2518
|
-
border-radius: 9px 9px 0 0;
|
|
2384
|
+
border-radius: 9px 9px 0 0;
|
|
2519
2385
|
}
|
|
2520
2386
|
.Cover-module_rich__1fAGA::after {
|
|
2521
2387
|
position: absolute;
|
|
@@ -2589,6 +2455,147 @@
|
|
|
2589
2455
|
}
|
|
2590
2456
|
}
|
|
2591
2457
|
|
|
2458
|
+
/* Colors */
|
|
2459
|
+
/* Fonts */
|
|
2460
|
+
/* Gap */
|
|
2461
|
+
/* Media */
|
|
2462
|
+
/* 512 */
|
|
2463
|
+
/* 650 */
|
|
2464
|
+
/* 768 */
|
|
2465
|
+
/* 1024 */
|
|
2466
|
+
/* 1010 */
|
|
2467
|
+
/* 1200 */
|
|
2468
|
+
/* 511 */
|
|
2469
|
+
/* 1023 */
|
|
2470
|
+
/* Zindex */
|
|
2471
|
+
.CardTitle-module_root__1uqqF {
|
|
2472
|
+
margin-bottom: 11px
|
|
2473
|
+
}
|
|
2474
|
+
@media only screen and (min-width: 64em) {
|
|
2475
|
+
.CardTitle-module_root__1uqqF {
|
|
2476
|
+
margin-bottom: 10px;
|
|
2477
|
+
|
|
2478
|
+
text-align: center
|
|
2479
|
+
}
|
|
2480
|
+
}
|
|
2481
|
+
.CardTitle-module_index__4FsTf {
|
|
2482
|
+
margin-bottom: 7px;
|
|
2483
|
+
|
|
2484
|
+
color: #b88b59;
|
|
2485
|
+
|
|
2486
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2487
|
+
font-size: 20px;
|
|
2488
|
+
font-weight: 700;
|
|
2489
|
+
line-height: 24px;
|
|
2490
|
+
}
|
|
2491
|
+
.CardTitle-module_title__2iTI6 {
|
|
2492
|
+
color: #1d1d1d;
|
|
2493
|
+
|
|
2494
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2495
|
+
font-size: 20px;
|
|
2496
|
+
font-weight: 700;
|
|
2497
|
+
line-height: 24px
|
|
2498
|
+
}
|
|
2499
|
+
@media only screen and (min-width: 64em) {
|
|
2500
|
+
.CardTitle-module_title__2iTI6 {
|
|
2501
|
+
font-size: 28px;
|
|
2502
|
+
line-height: 34px
|
|
2503
|
+
}
|
|
2504
|
+
}
|
|
2505
|
+
/* VISIBILITY */
|
|
2506
|
+
@media only screen and (min-width: 32em) {
|
|
2507
|
+
.CardTitle-module_mobile__1_kij {
|
|
2508
|
+
display: none
|
|
2509
|
+
}
|
|
2510
|
+
}
|
|
2511
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2512
|
+
display: none
|
|
2513
|
+
}
|
|
2514
|
+
@media only screen and (min-width: 32em) {
|
|
2515
|
+
.CardTitle-module_desktop__1l3_n {
|
|
2516
|
+
display: block
|
|
2517
|
+
}
|
|
2518
|
+
}
|
|
2519
|
+
|
|
2520
|
+
/* Colors */
|
|
2521
|
+
/* Fonts */
|
|
2522
|
+
/* Gap */
|
|
2523
|
+
/* Media */
|
|
2524
|
+
/* 512 */
|
|
2525
|
+
/* 650 */
|
|
2526
|
+
/* 768 */
|
|
2527
|
+
/* 1024 */
|
|
2528
|
+
/* 1010 */
|
|
2529
|
+
/* 1200 */
|
|
2530
|
+
/* 511 */
|
|
2531
|
+
/* 1023 */
|
|
2532
|
+
/* Zindex */
|
|
2533
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2534
|
+
position: relative;
|
|
2535
|
+
|
|
2536
|
+
margin: 38px auto 7px
|
|
2537
|
+
}
|
|
2538
|
+
@media only screen and (min-width: 32em) {
|
|
2539
|
+
.ChapterBlock-module_root__1WyVn {
|
|
2540
|
+
max-width: 650px;
|
|
2541
|
+
margin-top: 70px
|
|
2542
|
+
}
|
|
2543
|
+
}
|
|
2544
|
+
.ChapterBlock-module_root__1WyVn:first-child {
|
|
2545
|
+
margin-top: 0;
|
|
2546
|
+
}
|
|
2547
|
+
.ChapterBlock-module_root__1WyVn:last-child {
|
|
2548
|
+
margin-bottom: 0;
|
|
2549
|
+
}
|
|
2550
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2551
|
+
display: inline-block;
|
|
2552
|
+
|
|
2553
|
+
vertical-align: top;
|
|
2554
|
+
letter-spacing: 1px;
|
|
2555
|
+
text-transform: uppercase;
|
|
2556
|
+
|
|
2557
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2558
|
+
font-size: 12px;
|
|
2559
|
+
font-weight: 600;
|
|
2560
|
+
line-height: 12px
|
|
2561
|
+
}
|
|
2562
|
+
@media only screen and (min-width: 32em) {
|
|
2563
|
+
.ChapterBlock-module_subtitle__3TXll {
|
|
2564
|
+
font-size: 13px;
|
|
2565
|
+
line-height: 16px
|
|
2566
|
+
}
|
|
2567
|
+
}
|
|
2568
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2569
|
+
display: block;
|
|
2570
|
+
|
|
2571
|
+
width: 120px;
|
|
2572
|
+
padding: 0 0 7px;
|
|
2573
|
+
|
|
2574
|
+
content: '';
|
|
2575
|
+
|
|
2576
|
+
border-bottom: 1px solid #ccc
|
|
2577
|
+
}
|
|
2578
|
+
@media only screen and (min-width: 32em) {
|
|
2579
|
+
.ChapterBlock-module_subtitle__3TXll::after {
|
|
2580
|
+
padding: 0 0 6px
|
|
2581
|
+
}
|
|
2582
|
+
}
|
|
2583
|
+
/* VISIBILITY */
|
|
2584
|
+
@media only screen and (min-width: 32em) {
|
|
2585
|
+
.ChapterBlock-module_mobile__CiO0w {
|
|
2586
|
+
display: none
|
|
2587
|
+
}
|
|
2588
|
+
}
|
|
2589
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2590
|
+
display: none
|
|
2591
|
+
}
|
|
2592
|
+
@media only screen and (min-width: 32em) {
|
|
2593
|
+
.ChapterBlock-module_desktop__tk1Nk {
|
|
2594
|
+
display: block
|
|
2595
|
+
}
|
|
2596
|
+
}
|
|
2597
|
+
|
|
2598
|
+
|
|
2592
2599
|
/* Colors */
|
|
2593
2600
|
/* Fonts */
|
|
2594
2601
|
/* Gap */
|
|
@@ -3156,126 +3163,6 @@
|
|
|
3156
3163
|
}
|
|
3157
3164
|
|
|
3158
3165
|
|
|
3159
|
-
/* Colors */
|
|
3160
|
-
/* Fonts */
|
|
3161
|
-
/* Gap */
|
|
3162
|
-
/* Media */
|
|
3163
|
-
/* 512 */
|
|
3164
|
-
/* 650 */
|
|
3165
|
-
/* 768 */
|
|
3166
|
-
/* 1024 */
|
|
3167
|
-
/* 1010 */
|
|
3168
|
-
/* 1200 */
|
|
3169
|
-
/* 511 */
|
|
3170
|
-
/* 1023 */
|
|
3171
|
-
/* Zindex */
|
|
3172
|
-
.RichTitle-module_root__BK_WT {
|
|
3173
|
-
margin: 0 0 18px;
|
|
3174
|
-
|
|
3175
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3176
|
-
font-size: 19px;
|
|
3177
|
-
font-weight: 700;
|
|
3178
|
-
line-height: 23px
|
|
3179
|
-
}
|
|
3180
|
-
@media only screen and (min-width: 48em) {
|
|
3181
|
-
.RichTitle-module_root__BK_WT {
|
|
3182
|
-
margin-bottom: 15px;
|
|
3183
|
-
|
|
3184
|
-
font-size: 37px;
|
|
3185
|
-
line-height: 42px
|
|
3186
|
-
}
|
|
3187
|
-
}
|
|
3188
|
-
.RichTitle-module_root__BK_WT:last-child {
|
|
3189
|
-
margin-bottom: 0;
|
|
3190
|
-
}
|
|
3191
|
-
.RichTitle-module_root__BK_WT span {
|
|
3192
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3193
|
-
font-size: 20px;
|
|
3194
|
-
font-weight: normal
|
|
3195
|
-
}
|
|
3196
|
-
@media only screen and (min-width: 48em) {
|
|
3197
|
-
.RichTitle-module_root__BK_WT span {
|
|
3198
|
-
font-size: 38px
|
|
3199
|
-
}
|
|
3200
|
-
}
|
|
3201
|
-
@media only screen and (min-width: 32em) {
|
|
3202
|
-
.RichTitle-module_slide__1A-gB,
|
|
3203
|
-
.RichTitle-module_game__1g8Bn {
|
|
3204
|
-
text-align: center
|
|
3205
|
-
}
|
|
3206
|
-
}
|
|
3207
|
-
@media only screen and (min-width: 64em) {
|
|
3208
|
-
.RichTitle-module_half__10GRI {
|
|
3209
|
-
font-size: 33px;
|
|
3210
|
-
line-height: 36px
|
|
3211
|
-
}
|
|
3212
|
-
}
|
|
3213
|
-
@media only screen and (min-width: 64em) {
|
|
3214
|
-
.RichTitle-module_half__10GRI span {
|
|
3215
|
-
font-size: 34px
|
|
3216
|
-
}
|
|
3217
|
-
}
|
|
3218
|
-
.RichTitle-module_game__1g8Bn:first-child {
|
|
3219
|
-
padding-top: 9px;
|
|
3220
|
-
}
|
|
3221
|
-
@media only screen and (max-width: 63.9375em) {
|
|
3222
|
-
.RichTitle-module_featured__wJfaQ {
|
|
3223
|
-
letter-spacing: 0.3px;
|
|
3224
|
-
|
|
3225
|
-
font-size: 28px;
|
|
3226
|
-
line-height: 30px
|
|
3227
|
-
}
|
|
3228
|
-
}
|
|
3229
|
-
@media only screen and (max-width: 63.9375em) {
|
|
3230
|
-
.RichTitle-module_featured__wJfaQ span {
|
|
3231
|
-
display: block;
|
|
3232
|
-
|
|
3233
|
-
padding-top: 2px;
|
|
3234
|
-
|
|
3235
|
-
font-size: 18px;
|
|
3236
|
-
line-height: 24px
|
|
3237
|
-
}
|
|
3238
|
-
}
|
|
3239
|
-
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3240
|
-
text-align: left
|
|
3241
|
-
}
|
|
3242
|
-
@media only screen and (min-width: 64em) {
|
|
3243
|
-
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3244
|
-
margin-bottom: 18px
|
|
3245
|
-
}
|
|
3246
|
-
}
|
|
3247
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3248
|
-
font-size: 19px;
|
|
3249
|
-
line-height: 23px
|
|
3250
|
-
}
|
|
3251
|
-
@media only screen and (min-width: 64em) {
|
|
3252
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3253
|
-
font-size: 1.3rem;
|
|
3254
|
-
line-height: 1.6rem
|
|
3255
|
-
}
|
|
3256
|
-
}
|
|
3257
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3258
|
-
font-size: 20px
|
|
3259
|
-
}
|
|
3260
|
-
@media only screen and (min-width: 64em) {
|
|
3261
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3262
|
-
font-size: 1.35rem
|
|
3263
|
-
}
|
|
3264
|
-
}
|
|
3265
|
-
@media only screen and (min-width: 32em) {
|
|
3266
|
-
.RichTitle-module_mobile__1Cb6E {
|
|
3267
|
-
display: none
|
|
3268
|
-
}
|
|
3269
|
-
}
|
|
3270
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
3271
|
-
display: none
|
|
3272
|
-
}
|
|
3273
|
-
@media only screen and (min-width: 32em) {
|
|
3274
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
3275
|
-
display: block
|
|
3276
|
-
}
|
|
3277
|
-
}
|
|
3278
|
-
|
|
3279
3166
|
/* Colors */
|
|
3280
3167
|
/* Fonts */
|
|
3281
3168
|
/* Gap */
|
|
@@ -3798,98 +3685,218 @@ a mark {
|
|
|
3798
3685
|
padding: 18px 16px 16px
|
|
3799
3686
|
}
|
|
3800
3687
|
}
|
|
3801
|
-
.SourceBlock-module_root__1P3XD:hover,
|
|
3802
|
-
.SourceBlock-module_root__1P3XD:visited {
|
|
3803
|
-
background-color: #ededed;
|
|
3688
|
+
.SourceBlock-module_root__1P3XD:hover,
|
|
3689
|
+
.SourceBlock-module_root__1P3XD:visited {
|
|
3690
|
+
background-color: #ededed;
|
|
3691
|
+
}
|
|
3692
|
+
.SourceBlock-module_root__1P3XD blockquote {
|
|
3693
|
+
margin: 0;
|
|
3694
|
+
}
|
|
3695
|
+
.SourceBlock-module_root__1P3XD a {
|
|
3696
|
+
text-decoration: none;
|
|
3697
|
+
|
|
3698
|
+
color: inherit;
|
|
3699
|
+
}
|
|
3700
|
+
.SourceBlock-module_text__Si4vm {
|
|
3701
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3702
|
+
}
|
|
3703
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3704
|
+
margin: 0;
|
|
3705
|
+
|
|
3706
|
+
font-size: 16px;
|
|
3707
|
+
line-height: 22px
|
|
3708
|
+
}
|
|
3709
|
+
@media only screen and (min-width: 48em) {
|
|
3710
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3711
|
+
font-size: 18px;
|
|
3712
|
+
line-height: 26px
|
|
3713
|
+
}
|
|
3714
|
+
}
|
|
3715
|
+
.SourceBlock-module_root__1P3XD p + p {
|
|
3716
|
+
margin-top: 12px;
|
|
3717
|
+
}
|
|
3718
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3719
|
+
margin-top: 12px;
|
|
3720
|
+
padding-top: 10px;
|
|
3721
|
+
|
|
3722
|
+
border-top: 1px solid #d6d6d6
|
|
3723
|
+
}
|
|
3724
|
+
@media only screen and (min-width: 48em) {
|
|
3725
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3726
|
+
margin-top: 18px;
|
|
3727
|
+
padding-top: 12px
|
|
3728
|
+
}
|
|
3729
|
+
}
|
|
3730
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3731
|
+
letter-spacing: 1px;
|
|
3732
|
+
text-transform: uppercase;
|
|
3733
|
+
pointer-events: none;
|
|
3734
|
+
|
|
3735
|
+
color: #292929;
|
|
3736
|
+
|
|
3737
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3738
|
+
font-size: 16px;
|
|
3739
|
+
font-weight: bold;
|
|
3740
|
+
font-style: normal;
|
|
3741
|
+
line-height: 22px
|
|
3742
|
+
}
|
|
3743
|
+
@media only screen and (min-width: 48em) {
|
|
3744
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3745
|
+
font-size: 18px;
|
|
3746
|
+
line-height: 26px
|
|
3747
|
+
}
|
|
3748
|
+
}
|
|
3749
|
+
.SourceBlock-module_center__3P93B {
|
|
3750
|
+
max-width: 650px;
|
|
3751
|
+
margin-right: auto;
|
|
3752
|
+
margin-left: auto;
|
|
3753
|
+
}
|
|
3754
|
+
/* VISIBILITY */
|
|
3755
|
+
@media only screen and (min-width: 32em) {
|
|
3756
|
+
.SourceBlock-module_mobile__2gw4S {
|
|
3757
|
+
display: none
|
|
3758
|
+
}
|
|
3759
|
+
}
|
|
3760
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3761
|
+
display: none
|
|
3762
|
+
}
|
|
3763
|
+
@media only screen and (min-width: 32em) {
|
|
3764
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3765
|
+
display: block
|
|
3766
|
+
}
|
|
3767
|
+
}
|
|
3768
|
+
/* Dark theme */
|
|
3769
|
+
.SourceBlock-module_isDark__3hEEp,
|
|
3770
|
+
.SourceBlock-module_isDark__3hEEp:hover {
|
|
3771
|
+
background-color: #262626;
|
|
3772
|
+
color: inherit;
|
|
3773
|
+
}
|
|
3774
|
+
.SourceBlock-module_isDark__3hEEp .SourceBlock-module_origin__l3JbO {
|
|
3775
|
+
color: #b8b8b8;
|
|
3776
|
+
}
|
|
3777
|
+
.SourceBlock-module_isDark__3hEEp footer {
|
|
3778
|
+
border-top-color: #3d3d3d;
|
|
3779
|
+
}
|
|
3780
|
+
|
|
3781
|
+
/* Colors */
|
|
3782
|
+
/* Fonts */
|
|
3783
|
+
/* Gap */
|
|
3784
|
+
/* Media */
|
|
3785
|
+
/* 512 */
|
|
3786
|
+
/* 650 */
|
|
3787
|
+
/* 768 */
|
|
3788
|
+
/* 1024 */
|
|
3789
|
+
/* 1010 */
|
|
3790
|
+
/* 1200 */
|
|
3791
|
+
/* 511 */
|
|
3792
|
+
/* 1023 */
|
|
3793
|
+
/* Zindex */
|
|
3794
|
+
.RichTitle-module_root__BK_WT {
|
|
3795
|
+
margin: 0 0 18px;
|
|
3796
|
+
|
|
3797
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3798
|
+
font-size: 19px;
|
|
3799
|
+
font-weight: 700;
|
|
3800
|
+
line-height: 23px
|
|
3801
|
+
}
|
|
3802
|
+
@media only screen and (min-width: 48em) {
|
|
3803
|
+
.RichTitle-module_root__BK_WT {
|
|
3804
|
+
margin-bottom: 15px;
|
|
3805
|
+
|
|
3806
|
+
font-size: 37px;
|
|
3807
|
+
line-height: 42px
|
|
3808
|
+
}
|
|
3809
|
+
}
|
|
3810
|
+
.RichTitle-module_root__BK_WT:last-child {
|
|
3811
|
+
margin-bottom: 0;
|
|
3812
|
+
}
|
|
3813
|
+
.RichTitle-module_root__BK_WT span {
|
|
3814
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3815
|
+
font-size: 20px;
|
|
3816
|
+
font-weight: normal
|
|
3817
|
+
}
|
|
3818
|
+
@media only screen and (min-width: 48em) {
|
|
3819
|
+
.RichTitle-module_root__BK_WT span {
|
|
3820
|
+
font-size: 38px
|
|
3821
|
+
}
|
|
3822
|
+
}
|
|
3823
|
+
@media only screen and (min-width: 32em) {
|
|
3824
|
+
.RichTitle-module_slide__1A-gB,
|
|
3825
|
+
.RichTitle-module_game__1g8Bn {
|
|
3826
|
+
text-align: center
|
|
3827
|
+
}
|
|
3828
|
+
}
|
|
3829
|
+
@media only screen and (min-width: 64em) {
|
|
3830
|
+
.RichTitle-module_half__10GRI {
|
|
3831
|
+
font-size: 33px;
|
|
3832
|
+
line-height: 36px
|
|
3833
|
+
}
|
|
3834
|
+
}
|
|
3835
|
+
@media only screen and (min-width: 64em) {
|
|
3836
|
+
.RichTitle-module_half__10GRI span {
|
|
3837
|
+
font-size: 34px
|
|
3804
3838
|
}
|
|
3805
|
-
|
|
3806
|
-
|
|
3839
|
+
}
|
|
3840
|
+
.RichTitle-module_game__1g8Bn:first-child {
|
|
3841
|
+
padding-top: 9px;
|
|
3807
3842
|
}
|
|
3808
|
-
|
|
3809
|
-
|
|
3843
|
+
@media only screen and (max-width: 63.9375em) {
|
|
3844
|
+
.RichTitle-module_featured__wJfaQ {
|
|
3845
|
+
letter-spacing: 0.3px;
|
|
3810
3846
|
|
|
3811
|
-
|
|
3812
|
-
|
|
3813
|
-
.SourceBlock-module_text__Si4vm {
|
|
3814
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3847
|
+
font-size: 28px;
|
|
3848
|
+
line-height: 30px
|
|
3815
3849
|
}
|
|
3816
|
-
|
|
3817
|
-
|
|
3850
|
+
}
|
|
3851
|
+
@media only screen and (max-width: 63.9375em) {
|
|
3852
|
+
.RichTitle-module_featured__wJfaQ span {
|
|
3853
|
+
display: block;
|
|
3854
|
+
|
|
3855
|
+
padding-top: 2px;
|
|
3818
3856
|
|
|
3819
|
-
font-size: 16px;
|
|
3820
|
-
line-height: 22px
|
|
3821
|
-
}
|
|
3822
|
-
@media only screen and (min-width: 48em) {
|
|
3823
|
-
.SourceBlock-module_text__Si4vm p {
|
|
3824
3857
|
font-size: 18px;
|
|
3825
|
-
line-height:
|
|
3858
|
+
line-height: 24px
|
|
3826
3859
|
}
|
|
3827
3860
|
}
|
|
3828
|
-
.
|
|
3829
|
-
|
|
3830
|
-
}
|
|
3831
|
-
.SourceBlock-module_root__1P3XD footer {
|
|
3832
|
-
margin-top: 12px;
|
|
3833
|
-
padding-top: 10px;
|
|
3834
|
-
|
|
3835
|
-
border-top: 1px solid #d6d6d6
|
|
3861
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3862
|
+
text-align: left
|
|
3836
3863
|
}
|
|
3837
|
-
@media only screen and (min-width:
|
|
3838
|
-
.
|
|
3839
|
-
margin-
|
|
3840
|
-
padding-top: 12px
|
|
3864
|
+
@media only screen and (min-width: 64em) {
|
|
3865
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3866
|
+
margin-bottom: 18px
|
|
3841
3867
|
}
|
|
3842
3868
|
}
|
|
3843
|
-
.
|
|
3844
|
-
|
|
3845
|
-
|
|
3846
|
-
pointer-events: none;
|
|
3847
|
-
|
|
3848
|
-
color: #292929;
|
|
3849
|
-
|
|
3850
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3851
|
-
font-size: 16px;
|
|
3852
|
-
font-weight: bold;
|
|
3853
|
-
font-style: normal;
|
|
3854
|
-
line-height: 22px
|
|
3869
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3870
|
+
font-size: 19px;
|
|
3871
|
+
line-height: 23px
|
|
3855
3872
|
}
|
|
3856
|
-
@media only screen and (min-width:
|
|
3857
|
-
.
|
|
3858
|
-
font-size:
|
|
3859
|
-
line-height:
|
|
3873
|
+
@media only screen and (min-width: 64em) {
|
|
3874
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3875
|
+
font-size: 1.3rem;
|
|
3876
|
+
line-height: 1.6rem
|
|
3860
3877
|
}
|
|
3861
3878
|
}
|
|
3862
|
-
.
|
|
3863
|
-
|
|
3864
|
-
margin-right: auto;
|
|
3865
|
-
margin-left: auto;
|
|
3879
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3880
|
+
font-size: 20px
|
|
3866
3881
|
}
|
|
3867
|
-
|
|
3882
|
+
@media only screen and (min-width: 64em) {
|
|
3883
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3884
|
+
font-size: 1.35rem
|
|
3885
|
+
}
|
|
3886
|
+
}
|
|
3868
3887
|
@media only screen and (min-width: 32em) {
|
|
3869
|
-
.
|
|
3888
|
+
.RichTitle-module_mobile__1Cb6E {
|
|
3870
3889
|
display: none
|
|
3871
3890
|
}
|
|
3872
3891
|
}
|
|
3873
|
-
.
|
|
3892
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3874
3893
|
display: none
|
|
3875
3894
|
}
|
|
3876
3895
|
@media only screen and (min-width: 32em) {
|
|
3877
|
-
.
|
|
3896
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
3878
3897
|
display: block
|
|
3879
3898
|
}
|
|
3880
3899
|
}
|
|
3881
|
-
/* Dark theme */
|
|
3882
|
-
.SourceBlock-module_isDark__3hEEp,
|
|
3883
|
-
.SourceBlock-module_isDark__3hEEp:hover {
|
|
3884
|
-
background-color: #262626;
|
|
3885
|
-
color: inherit;
|
|
3886
|
-
}
|
|
3887
|
-
.SourceBlock-module_isDark__3hEEp .SourceBlock-module_origin__l3JbO {
|
|
3888
|
-
color: #b8b8b8;
|
|
3889
|
-
}
|
|
3890
|
-
.SourceBlock-module_isDark__3hEEp footer {
|
|
3891
|
-
border-top-color: #3d3d3d;
|
|
3892
|
-
}
|
|
3893
3900
|
|
|
3894
3901
|
/* Colors */
|
|
3895
3902
|
/* Fonts */
|
|
@@ -4590,6 +4597,78 @@ a mark {
|
|
|
4590
4597
|
fill: currentColor;
|
|
4591
4598
|
}
|
|
4592
4599
|
|
|
4600
|
+
/* Colors */
|
|
4601
|
+
/* Fonts */
|
|
4602
|
+
/* Gap */
|
|
4603
|
+
/* Media */
|
|
4604
|
+
/* 512 */
|
|
4605
|
+
/* 650 */
|
|
4606
|
+
/* 768 */
|
|
4607
|
+
/* 1024 */
|
|
4608
|
+
/* 1010 */
|
|
4609
|
+
/* 1200 */
|
|
4610
|
+
/* 511 */
|
|
4611
|
+
/* 1023 */
|
|
4612
|
+
/* Zindex */
|
|
4613
|
+
.Footnote-module_root__2a0-B {
|
|
4614
|
+
position: relative;
|
|
4615
|
+
|
|
4616
|
+
width: 320px;
|
|
4617
|
+
padding: 20px;
|
|
4618
|
+
|
|
4619
|
+
border-radius: 8px;
|
|
4620
|
+
background-color: #fff;
|
|
4621
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4622
|
+
}
|
|
4623
|
+
.Footnote-module_body__259Ly {
|
|
4624
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4625
|
+
font-size: 16px;
|
|
4626
|
+
line-height: 22px;
|
|
4627
|
+
}
|
|
4628
|
+
.Footnote-module_body__259Ly h3 {
|
|
4629
|
+
margin: 0 0 16px;
|
|
4630
|
+
|
|
4631
|
+
font-size: inherit;
|
|
4632
|
+
font-weight: 700;
|
|
4633
|
+
line-height: inherit;
|
|
4634
|
+
}
|
|
4635
|
+
.Footnote-module_body__259Ly p {
|
|
4636
|
+
margin: 0;
|
|
4637
|
+
}
|
|
4638
|
+
.Footnote-module_body__259Ly p + p {
|
|
4639
|
+
margin-top: 6px;
|
|
4640
|
+
}
|
|
4641
|
+
.Footnote-module_body__259Ly a {
|
|
4642
|
+
color: inherit;
|
|
4643
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4644
|
+
}
|
|
4645
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4646
|
+
color: #b88b59;
|
|
4647
|
+
}
|
|
4648
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4649
|
+
position: absolute;
|
|
4650
|
+
top: 0;
|
|
4651
|
+
right: 0;
|
|
4652
|
+
|
|
4653
|
+
margin: 0;
|
|
4654
|
+
padding: 6px 9px 10px;
|
|
4655
|
+
|
|
4656
|
+
cursor: pointer;
|
|
4657
|
+
|
|
4658
|
+
color: #b3b3b3;
|
|
4659
|
+
border-width: 0;
|
|
4660
|
+
outline: none;
|
|
4661
|
+
background-color: transparent;
|
|
4662
|
+
}
|
|
4663
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4664
|
+
color: #757575;
|
|
4665
|
+
}
|
|
4666
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4667
|
+
width: 12px;
|
|
4668
|
+
height: 12px;
|
|
4669
|
+
}
|
|
4670
|
+
|
|
4671
|
+
|
|
4593
4672
|
/* Colors */
|
|
4594
4673
|
/* Fonts */
|
|
4595
4674
|
/* Gap */
|
|
@@ -4858,78 +4937,6 @@ a mark {
|
|
|
4858
4937
|
}
|
|
4859
4938
|
}
|
|
4860
4939
|
|
|
4861
|
-
/* Colors */
|
|
4862
|
-
/* Fonts */
|
|
4863
|
-
/* Gap */
|
|
4864
|
-
/* Media */
|
|
4865
|
-
/* 512 */
|
|
4866
|
-
/* 650 */
|
|
4867
|
-
/* 768 */
|
|
4868
|
-
/* 1024 */
|
|
4869
|
-
/* 1010 */
|
|
4870
|
-
/* 1200 */
|
|
4871
|
-
/* 511 */
|
|
4872
|
-
/* 1023 */
|
|
4873
|
-
/* Zindex */
|
|
4874
|
-
.Footnote-module_root__2a0-B {
|
|
4875
|
-
position: relative;
|
|
4876
|
-
|
|
4877
|
-
width: 320px;
|
|
4878
|
-
padding: 20px;
|
|
4879
|
-
|
|
4880
|
-
border-radius: 8px;
|
|
4881
|
-
background-color: #fff;
|
|
4882
|
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4883
|
-
}
|
|
4884
|
-
.Footnote-module_body__259Ly {
|
|
4885
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4886
|
-
font-size: 16px;
|
|
4887
|
-
line-height: 22px;
|
|
4888
|
-
}
|
|
4889
|
-
.Footnote-module_body__259Ly h3 {
|
|
4890
|
-
margin: 0 0 16px;
|
|
4891
|
-
|
|
4892
|
-
font-size: inherit;
|
|
4893
|
-
font-weight: 700;
|
|
4894
|
-
line-height: inherit;
|
|
4895
|
-
}
|
|
4896
|
-
.Footnote-module_body__259Ly p {
|
|
4897
|
-
margin: 0;
|
|
4898
|
-
}
|
|
4899
|
-
.Footnote-module_body__259Ly p + p {
|
|
4900
|
-
margin-top: 6px;
|
|
4901
|
-
}
|
|
4902
|
-
.Footnote-module_body__259Ly a {
|
|
4903
|
-
color: inherit;
|
|
4904
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
4905
|
-
}
|
|
4906
|
-
.Footnote-module_body__259Ly a:hover {
|
|
4907
|
-
color: #b88b59;
|
|
4908
|
-
}
|
|
4909
|
-
.Footnote-module_dismiss__1HKG5 {
|
|
4910
|
-
position: absolute;
|
|
4911
|
-
top: 0;
|
|
4912
|
-
right: 0;
|
|
4913
|
-
|
|
4914
|
-
margin: 0;
|
|
4915
|
-
padding: 6px 9px 10px;
|
|
4916
|
-
|
|
4917
|
-
cursor: pointer;
|
|
4918
|
-
|
|
4919
|
-
color: #b3b3b3;
|
|
4920
|
-
border-width: 0;
|
|
4921
|
-
outline: none;
|
|
4922
|
-
background-color: transparent;
|
|
4923
|
-
}
|
|
4924
|
-
.Footnote-module_dismiss__1HKG5:hover {
|
|
4925
|
-
color: #757575;
|
|
4926
|
-
}
|
|
4927
|
-
.Footnote-module_dismiss__1HKG5 svg {
|
|
4928
|
-
width: 12px;
|
|
4929
|
-
height: 12px;
|
|
4930
|
-
}
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
4940
|
/* Colors */
|
|
4934
4941
|
/* Fonts */
|
|
4935
4942
|
/* Gap */
|
|
@@ -5359,7 +5366,8 @@ a mark {
|
|
|
5359
5366
|
margin-bottom: 10px
|
|
5360
5367
|
}
|
|
5361
5368
|
}
|
|
5362
|
-
.EmbedBlock-module_isInAnswer__tLlgs .EmbedBlock-module_figure__vAvcN
|
|
5369
|
+
.EmbedBlock-module_isInAnswer__tLlgs .EmbedBlock-module_figure__vAvcN,
|
|
5370
|
+
.EmbedBlock-module_isInAnswer__tLlgs .EmbedBlock-module_object__2_UZ7 {
|
|
5363
5371
|
margin-right: 0;
|
|
5364
5372
|
margin-left: 0;
|
|
5365
5373
|
}
|