@macrostrat/map-interface 0.0.7 → 0.0.9
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/index.css +384 -384
- package/dist/index.css.map +1 -1
- package/dist/index.js +236 -185
- package/dist/index.js.map +1 -1
- package/package.json +4 -5
- package/src/container.ts +0 -5
- package/src/dev/index.ts +4 -179
- package/src/dev/map-page.ts +181 -0
- package/src/index.ts +5 -0
package/dist/index.css
CHANGED
|
@@ -320,218 +320,479 @@
|
|
|
320
320
|
flex-grow: 2;
|
|
321
321
|
}
|
|
322
322
|
|
|
323
|
-
.
|
|
324
|
-
width: 100%;
|
|
325
|
-
height: 100%;
|
|
326
|
-
flex-direction: column;
|
|
327
|
-
display: flex;
|
|
323
|
+
.feature-panel_48e225 {
|
|
328
324
|
position: relative;
|
|
325
|
+
overflow-x: hidden;
|
|
329
326
|
}
|
|
330
327
|
|
|
331
|
-
.
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
max-height: -webkit-fill-available;
|
|
328
|
+
.key-value_48e225 {
|
|
329
|
+
margin-right: 1em;
|
|
330
|
+
display: inline-block;
|
|
335
331
|
}
|
|
336
332
|
|
|
337
|
-
.
|
|
338
|
-
|
|
333
|
+
.key-value_48e225 .key_48e225 {
|
|
334
|
+
font-size: .9em;
|
|
335
|
+
font-weight: bold;
|
|
339
336
|
}
|
|
340
337
|
|
|
341
|
-
.
|
|
342
|
-
|
|
338
|
+
.key-value_48e225 .key_48e225:after {
|
|
339
|
+
content: ": ";
|
|
343
340
|
}
|
|
344
341
|
|
|
345
|
-
.
|
|
346
|
-
|
|
342
|
+
.key-value_48e225 .value_48e225 {
|
|
343
|
+
font-size: .9em;
|
|
347
344
|
}
|
|
348
345
|
|
|
349
|
-
.
|
|
350
|
-
|
|
346
|
+
.feature-properties_48e225 {
|
|
347
|
+
position: relative;
|
|
351
348
|
}
|
|
352
349
|
|
|
353
|
-
.
|
|
354
|
-
|
|
350
|
+
.feature-properties_48e225:before {
|
|
351
|
+
content: "–";
|
|
352
|
+
position: absolute;
|
|
353
|
+
top: 4px;
|
|
354
|
+
left: 0;
|
|
355
355
|
}
|
|
356
356
|
|
|
357
|
-
.
|
|
358
|
-
|
|
357
|
+
.feature-header_48e225 h3 {
|
|
358
|
+
margin-top: .5em;
|
|
359
|
+
margin-bottom: 0;
|
|
359
360
|
}
|
|
360
361
|
|
|
361
|
-
.
|
|
362
|
-
|
|
362
|
+
.feature-group_48e225 {
|
|
363
|
+
border-bottom: 1px solid var(--panel-rule-inner);
|
|
364
|
+
margin-bottom: .5em;
|
|
365
|
+
margin-left: -1em;
|
|
366
|
+
margin-right: -1em;
|
|
367
|
+
padding: 0 1em;
|
|
363
368
|
}
|
|
364
369
|
|
|
365
|
-
.
|
|
366
|
-
|
|
367
|
-
height: 100%;
|
|
368
|
-
box-shadow: 0 0 10px 4px var(--card-shadow-color);
|
|
369
|
-
flex-direction: column;
|
|
370
|
-
flex: 1;
|
|
371
|
-
display: flex;
|
|
372
|
-
position: relative;
|
|
370
|
+
.feature-group_48e225:last-child {
|
|
371
|
+
border-bottom: none;
|
|
373
372
|
}
|
|
374
373
|
|
|
375
|
-
.
|
|
376
|
-
|
|
377
|
-
|
|
374
|
+
.tile-info_48e225 {
|
|
375
|
+
flex-direction: row;
|
|
376
|
+
align-items: baseline;
|
|
377
|
+
padding: 0 1em;
|
|
378
|
+
display: flex;
|
|
378
379
|
}
|
|
379
380
|
|
|
380
|
-
.
|
|
381
|
-
margin-
|
|
381
|
+
.tile-info_48e225 h3 {
|
|
382
|
+
margin-right: .5em;
|
|
382
383
|
}
|
|
383
384
|
|
|
384
|
-
.
|
|
385
|
-
|
|
385
|
+
.opacity-slider_48e225 {
|
|
386
|
+
margin: 0 1em .5em;
|
|
386
387
|
}
|
|
387
388
|
|
|
388
|
-
.
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
display: flex;
|
|
389
|
+
.opacity-slider_48e225 .bp4-slider-handle .bp4-slider-label {
|
|
390
|
+
background-color: var(--secondary-color);
|
|
391
|
+
color: var(--text-color);
|
|
392
392
|
}
|
|
393
393
|
|
|
394
|
-
.
|
|
395
|
-
|
|
394
|
+
.unit-number_48e225 .unit_48e225 {
|
|
395
|
+
margin-left: .2em;
|
|
396
|
+
font-size: .9em;
|
|
397
|
+
font-weight: bold;
|
|
396
398
|
}
|
|
397
399
|
|
|
398
|
-
.
|
|
399
|
-
|
|
400
|
+
.page_48e225 {
|
|
401
|
+
max-width: 50em;
|
|
402
|
+
margin: 2em auto;
|
|
400
403
|
}
|
|
401
404
|
|
|
402
|
-
.
|
|
403
|
-
|
|
405
|
+
.dev-index-page_48e225 {
|
|
406
|
+
overflow-y: scroll;
|
|
404
407
|
}
|
|
405
408
|
|
|
406
|
-
.panel-
|
|
407
|
-
|
|
409
|
+
.panel-subhead_1340c8 {
|
|
410
|
+
padding: .2em var(--box-horizontal-padding);
|
|
411
|
+
border-top: 1px solid var(--accent-border-color);
|
|
412
|
+
border-bottom: 1px solid var(--accent-border-color);
|
|
413
|
+
background-color: var(--accent-color);
|
|
414
|
+
z-index: 1;
|
|
415
|
+
align-items: center;
|
|
416
|
+
gap: var(--box-horizontal-padding);
|
|
417
|
+
flex-direction: row;
|
|
408
418
|
display: flex;
|
|
419
|
+
position: sticky;
|
|
420
|
+
top: 0;
|
|
409
421
|
}
|
|
410
422
|
|
|
411
|
-
.panel-
|
|
412
|
-
|
|
423
|
+
.panel-subhead_1340c8 h1, .panel-subhead_1340c8 h2, .panel-subhead_1340c8 h3, .panel-subhead_1340c8 h4 {
|
|
424
|
+
margin: .2em 0;
|
|
425
|
+
font-family: Montserrat, sans-serif;
|
|
426
|
+
font-weight: 700;
|
|
413
427
|
}
|
|
414
428
|
|
|
415
|
-
.panel-
|
|
416
|
-
font-
|
|
429
|
+
.panel-subhead_1340c8 h4 {
|
|
430
|
+
font-weight: 600;
|
|
417
431
|
}
|
|
418
432
|
|
|
419
|
-
.
|
|
420
|
-
pointer-events: none;
|
|
433
|
+
.panel-subhead_1340c8 .title_1340c8 {
|
|
421
434
|
flex-grow: 1;
|
|
422
435
|
}
|
|
423
436
|
|
|
424
|
-
.
|
|
425
|
-
flex-
|
|
426
|
-
|
|
427
|
-
|
|
437
|
+
.expansion-panel_1340c8 {
|
|
438
|
+
flex-wrap: wrap;
|
|
439
|
+
margin-top: -1px;
|
|
440
|
+
padding: 0;
|
|
428
441
|
}
|
|
429
442
|
|
|
430
|
-
.
|
|
431
|
-
margin
|
|
443
|
+
.sub-expansion-panel_1340c8 {
|
|
444
|
+
margin: -1px calc(var(--panel-padding-h) * -.5) 0;
|
|
445
|
+
overflow: hidden;
|
|
432
446
|
}
|
|
433
447
|
|
|
434
|
-
.
|
|
435
|
-
width:
|
|
448
|
+
.sub-expansion-panel_1340c8:first-child .expansion-panel-header_1340c8 {
|
|
449
|
+
border-top-width: 0;
|
|
436
450
|
}
|
|
437
451
|
|
|
438
|
-
.
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
flex: 1;
|
|
442
|
-
display: flex;
|
|
452
|
+
.sub-expansion-panel_1340c8 .panel-subhead_1340c8 {
|
|
453
|
+
border-top: none;
|
|
454
|
+
border-bottom: none;
|
|
443
455
|
}
|
|
444
456
|
|
|
445
|
-
.
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
flex-shrink: 1;
|
|
449
|
-
overflow: hidden;
|
|
457
|
+
.sub-expansion-panel_1340c8 .expansion-panel-header_1340c8 {
|
|
458
|
+
background-color: var(--accent-secondary-color);
|
|
459
|
+
cursor: pointer;
|
|
450
460
|
}
|
|
451
461
|
|
|
452
|
-
.
|
|
453
|
-
|
|
462
|
+
.sub-expansion-panel_1340c8 .expansion-panel-header_1340c8:hover {
|
|
463
|
+
background-color: var(--accent-secondary-hover-color);
|
|
454
464
|
}
|
|
455
465
|
|
|
456
|
-
.
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
466
|
+
.sub-expansion-panel_1340c8 .expansion-panel-header_1340c8 h2, .sub-expansion-panel_1340c8 .expansion-panel-header_1340c8 h3, .sub-expansion-panel_1340c8 .expansion-panel-header_1340c8 h4 {
|
|
467
|
+
border-bottom: 1px solid var(--tertiary-border-color);
|
|
468
|
+
border-top: 1px solid var(--tertiary-border-color);
|
|
469
|
+
align-items: center;
|
|
470
|
+
margin-top: -1px;
|
|
471
|
+
padding: 5px 1em;
|
|
472
|
+
font-weight: 500;
|
|
460
473
|
}
|
|
461
474
|
|
|
462
|
-
.
|
|
463
|
-
|
|
464
|
-
width: 0;
|
|
475
|
+
.expansion-summary-title-help_1340c8, .expansion-summary-title-help_1340c8 .bp4-icon {
|
|
476
|
+
margin-left: 5px;
|
|
465
477
|
}
|
|
466
478
|
|
|
467
|
-
.
|
|
468
|
-
|
|
479
|
+
.expansion-panel-header_1340c8 {
|
|
480
|
+
cursor: pointer;
|
|
469
481
|
}
|
|
470
482
|
|
|
471
|
-
.panel-
|
|
472
|
-
|
|
473
|
-
width: 30px;
|
|
474
|
-
padding-left: 0;
|
|
475
|
-
padding-right: 0;
|
|
483
|
+
.expansion-panel-header_1340c8:hover {
|
|
484
|
+
background-color: var(--accent-hover-color);
|
|
476
485
|
}
|
|
477
486
|
|
|
478
|
-
.panel-
|
|
479
|
-
|
|
480
|
-
opacity: 0;
|
|
481
|
-
margin-left: -7px;
|
|
487
|
+
.expansion-panel-header_1340c8 .bp4-icon {
|
|
488
|
+
transform: translate(0, 3px);
|
|
482
489
|
}
|
|
483
490
|
|
|
484
|
-
.
|
|
485
|
-
|
|
486
|
-
margin-bottom: .5em;
|
|
491
|
+
.expansion-children_1340c8 {
|
|
492
|
+
padding: 5px 1em 10px;
|
|
487
493
|
}
|
|
488
494
|
|
|
489
|
-
.
|
|
490
|
-
|
|
495
|
+
.expansion-children_1340c8 .expansion-panel_1340c8 {
|
|
496
|
+
margin-left: -1em;
|
|
497
|
+
margin-right: -1em;
|
|
491
498
|
}
|
|
492
499
|
|
|
493
|
-
.
|
|
494
|
-
|
|
495
|
-
margin-bottom: -8px;
|
|
496
|
-
display: flex;
|
|
500
|
+
.expansion-children_1340c8 .expansion-panel_1340c8:first-child {
|
|
501
|
+
margin-top: -5px;
|
|
497
502
|
}
|
|
498
503
|
|
|
499
|
-
.
|
|
500
|
-
|
|
504
|
+
.expansion-panel-subtext_1340c8 {
|
|
505
|
+
font-size: 85%;
|
|
506
|
+
font-weight: 400;
|
|
501
507
|
}
|
|
502
508
|
|
|
503
|
-
.
|
|
504
|
-
|
|
509
|
+
.expansion-panel-root {
|
|
510
|
+
padding-left: 15px !important;
|
|
505
511
|
}
|
|
506
512
|
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
513
|
+
.expansion-panel-detail {
|
|
514
|
+
padding: 0 !important;
|
|
515
|
+
display: block !important;
|
|
510
516
|
}
|
|
511
517
|
|
|
512
|
-
|
|
513
|
-
display:
|
|
518
|
+
.expansion-panel-detail-sub {
|
|
519
|
+
display: block !important;
|
|
514
520
|
}
|
|
515
521
|
|
|
516
|
-
.
|
|
517
|
-
|
|
522
|
+
.expandable-details-main_1340c8 {
|
|
523
|
+
flex-direction: row;
|
|
524
|
+
justify-content: space-between;
|
|
525
|
+
align-items: center;
|
|
526
|
+
margin: 3px 0;
|
|
527
|
+
display: flex;
|
|
518
528
|
}
|
|
519
529
|
|
|
520
|
-
.
|
|
521
|
-
|
|
522
|
-
|
|
530
|
+
.expandable-details-header_1340c8 {
|
|
531
|
+
flex-direction: row;
|
|
532
|
+
flex-grow: 1;
|
|
533
|
+
align-items: baseline;
|
|
534
|
+
display: inline-flex;
|
|
523
535
|
}
|
|
524
536
|
|
|
525
|
-
.
|
|
526
|
-
|
|
527
|
-
height: 100%;
|
|
537
|
+
.expandable-details-children_1340c8 {
|
|
538
|
+
position: relative;
|
|
528
539
|
}
|
|
529
540
|
|
|
530
|
-
.
|
|
531
|
-
|
|
541
|
+
.expandable-details-toggle_1340c8 .bp4-button {
|
|
542
|
+
font-size: 10px;
|
|
532
543
|
}
|
|
533
544
|
|
|
534
|
-
.
|
|
545
|
+
.expandable-details_1340c8.macrostrat-unit_1340c8 .title_1340c8:after {
|
|
546
|
+
content: none;
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.expandable-details_1340c8 .title_1340c8 {
|
|
550
|
+
margin-right: 1em;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.expandable-details_1340c8 .title_1340c8:after {
|
|
554
|
+
content: ":";
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.expansion-body_1340c8 {
|
|
558
|
+
background-color: var(--tertiary-background);
|
|
559
|
+
width: 100%;
|
|
560
|
+
border-radius: 4px;
|
|
561
|
+
align-items: baseline;
|
|
562
|
+
margin-bottom: 6px;
|
|
563
|
+
padding: 2px 6px;
|
|
564
|
+
display: inline-block;
|
|
565
|
+
box-shadow: 0 1px 2px 1px #0003;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
.expansion-panel-detail-header_1340c8 {
|
|
569
|
+
color: var(--secondary-color);
|
|
570
|
+
margin-right: 1em;
|
|
571
|
+
font-size: 90%;
|
|
572
|
+
font-style: italic;
|
|
573
|
+
display: inline;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
.expansion-panel-detail-header_1340c8:after {
|
|
577
|
+
content: ":";
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
.expansion-panel-detail-body_1340c8 {
|
|
581
|
+
display: inline;
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
.map-page_4c0a66 {
|
|
585
|
+
width: 100%;
|
|
586
|
+
height: 100%;
|
|
587
|
+
flex-direction: column;
|
|
588
|
+
display: flex;
|
|
589
|
+
position: relative;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.map-page_4c0a66.fit-viewport_4c0a66 {
|
|
593
|
+
height: 100vh;
|
|
594
|
+
width: 100vw;
|
|
595
|
+
max-height: -webkit-fill-available;
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
.map-page_4c0a66 .compass-control_4c0a66 {
|
|
599
|
+
display: none;
|
|
600
|
+
}
|
|
601
|
+
|
|
602
|
+
.map-page_4c0a66.map-is-rotated_4c0a66 .compass-control_4c0a66 {
|
|
603
|
+
display: block;
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
.map-page_4c0a66 .map-3d-control_4c0a66 {
|
|
607
|
+
display: none;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
.map-page_4c0a66.map-3d-available_4c0a66 .map-3d-control_4c0a66 {
|
|
611
|
+
display: block;
|
|
612
|
+
}
|
|
613
|
+
|
|
614
|
+
.map-page_4c0a66.map-is-rotated_4c0a66.map-3d-available_4c0a66 .map-3d-control_4c0a66, .map-page_4c0a66 .globe-control_4c0a66 {
|
|
615
|
+
display: none;
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
.map-page_4c0a66 .globe-control_4c0a66 svg {
|
|
619
|
+
color: var(--secondary-color);
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
.map-page_4c0a66.map-is-global_4c0a66 .globe-control_4c0a66 {
|
|
623
|
+
display: block;
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
.main-ui_4c0a66 {
|
|
627
|
+
max-height: 100%;
|
|
628
|
+
height: 100%;
|
|
629
|
+
box-shadow: 0 0 10px 4px var(--card-shadow-color);
|
|
630
|
+
flex-direction: column;
|
|
631
|
+
flex: 1;
|
|
632
|
+
display: flex;
|
|
633
|
+
position: relative;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
.panel-card_4c0a66 {
|
|
637
|
+
background-color: var(--panel-background-color);
|
|
638
|
+
padding: 10px;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
.panel-card_4c0a66 > :last-child {
|
|
642
|
+
margin-bottom: 0;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
.bp4-dark .panel-card_4c0a66 {
|
|
646
|
+
background-color: var(--panel-background-color);
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
.context-stack_4c0a66 {
|
|
650
|
+
max-height: 100%;
|
|
651
|
+
flex-direction: column;
|
|
652
|
+
display: flex;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.context-stack_4c0a66 > div {
|
|
656
|
+
flex-shrink: 1;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
.context-stack_4c0a66 > .searchbar_4c0a66 {
|
|
660
|
+
flex: 0;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
.context-stack_4c0a66, .detail-stack_4c0a66 {
|
|
664
|
+
z-index: 100;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.panel-container_4c0a66 {
|
|
668
|
+
flex-direction: column;
|
|
669
|
+
display: flex;
|
|
670
|
+
}
|
|
671
|
+
|
|
672
|
+
.panel-container_4c0a66 > div {
|
|
673
|
+
pointer-events: all;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
.panel-title_4c0a66 {
|
|
677
|
+
font-size: 16px;
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
.spacer_4c0a66 {
|
|
681
|
+
pointer-events: none;
|
|
682
|
+
flex-grow: 1;
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
.map-view-container_4c0a66 {
|
|
686
|
+
flex-grow: 1;
|
|
687
|
+
position: relative;
|
|
688
|
+
overflow: hidden;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
.searchbar-holder_4c0a66 {
|
|
692
|
+
margin-bottom: .5em;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
.right-panel_4c0a66 {
|
|
696
|
+
width: 24em;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.buttons_4c0a66 {
|
|
700
|
+
min-width: 0;
|
|
701
|
+
flex-direction: row;
|
|
702
|
+
flex: 1;
|
|
703
|
+
display: flex;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
.tab-button_4c0a66 {
|
|
707
|
+
min-width: 40px;
|
|
708
|
+
text-align: right;
|
|
709
|
+
flex-shrink: 1;
|
|
710
|
+
overflow: hidden;
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
.tab-button_4c0a66 .bp4-button-text {
|
|
714
|
+
transition: all .2s .1s;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
.menu-card_4c0a66.narrow-card_4c0a66 .panel-header_4c0a66:not(.minimal_4c0a66) .tab-button_4c0a66.bp4-active ~ .tab-button_4c0a66 .bp4-button-text {
|
|
718
|
+
width: 0;
|
|
719
|
+
opacity: 0;
|
|
720
|
+
margin-left: -7px;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
.context-panel-leave_4c0a66 .menu-card_4c0a66 .panel-header_4c0a66 .tab-button_4c0a66 .bp4-button-text {
|
|
724
|
+
opacity: 0;
|
|
725
|
+
width: 0;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
.narrow-card_4c0a66.narrow-enter_4c0a66 .panel-header_4c0a66 .buttons_4c0a66 {
|
|
729
|
+
margin-right: -500px;
|
|
730
|
+
}
|
|
731
|
+
|
|
732
|
+
.panel-header_4c0a66.minimal_4c0a66 .tab-button_4c0a66:not(:hover):not(.bp4-active) {
|
|
733
|
+
min-width: 30px;
|
|
734
|
+
width: 30px;
|
|
735
|
+
padding-left: 0;
|
|
736
|
+
padding-right: 0;
|
|
737
|
+
}
|
|
738
|
+
|
|
739
|
+
.panel-header_4c0a66.minimal_4c0a66 .tab-button_4c0a66:not(:hover) .bp4-button-text {
|
|
740
|
+
width: 0;
|
|
741
|
+
opacity: 0;
|
|
742
|
+
margin-left: -7px;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
.menu-group_4c0a66 {
|
|
746
|
+
margin-top: .2em;
|
|
747
|
+
margin-bottom: .5em;
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
.menu-card_4c0a66 .bp4-text ul, .menu-card_4c0a66 .text-panel ul {
|
|
751
|
+
padding-left: 1em;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
.menu-content_4c0a66 {
|
|
755
|
+
flex-direction: column;
|
|
756
|
+
margin-bottom: -8px;
|
|
757
|
+
display: flex;
|
|
758
|
+
}
|
|
759
|
+
|
|
760
|
+
.menu-content_4c0a66 .bp4-button-group_4c0a66 {
|
|
761
|
+
margin-bottom: 4px;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
.menu-content_4c0a66 hr {
|
|
765
|
+
width: 100%;
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
#map {
|
|
769
|
+
position: absolute;
|
|
770
|
+
inset: 0;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
#map .mapbox-compass, #map .mapbox-3d {
|
|
774
|
+
display: none;
|
|
775
|
+
}
|
|
776
|
+
|
|
777
|
+
.mapboxgl-ctrl.mapbox-3d.mapbox-control {
|
|
778
|
+
width: unset;
|
|
779
|
+
}
|
|
780
|
+
|
|
781
|
+
.mapboxgl-ctrl.mapbox-3d.mapbox-control button {
|
|
782
|
+
width: unset;
|
|
783
|
+
padding-inline: 4px;
|
|
784
|
+
}
|
|
785
|
+
|
|
786
|
+
.mapboxgl-canvas-container {
|
|
787
|
+
width: 100%;
|
|
788
|
+
height: 100%;
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
|
|
792
|
+
background-color: var(--translucent-panel-background-color) !important;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
.mapboxgl-ctrl.mapboxgl-ctrl-attrib a {
|
|
535
796
|
color: var(--text-color);
|
|
536
797
|
}
|
|
537
798
|
|
|
@@ -839,265 +1100,4 @@
|
|
|
839
1100
|
}
|
|
840
1101
|
}
|
|
841
1102
|
|
|
842
|
-
.feature-panel_48e225 {
|
|
843
|
-
position: relative;
|
|
844
|
-
overflow-x: hidden;
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
.key-value_48e225 {
|
|
848
|
-
margin-right: 1em;
|
|
849
|
-
display: inline-block;
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
.key-value_48e225 .key_48e225 {
|
|
853
|
-
font-size: .9em;
|
|
854
|
-
font-weight: bold;
|
|
855
|
-
}
|
|
856
|
-
|
|
857
|
-
.key-value_48e225 .key_48e225:after {
|
|
858
|
-
content: ": ";
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
.key-value_48e225 .value_48e225 {
|
|
862
|
-
font-size: .9em;
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
.feature-properties_48e225 {
|
|
866
|
-
position: relative;
|
|
867
|
-
}
|
|
868
|
-
|
|
869
|
-
.feature-properties_48e225:before {
|
|
870
|
-
content: "–";
|
|
871
|
-
position: absolute;
|
|
872
|
-
top: 4px;
|
|
873
|
-
left: 0;
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
.feature-header_48e225 h3 {
|
|
877
|
-
margin-top: .5em;
|
|
878
|
-
margin-bottom: 0;
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
.feature-group_48e225 {
|
|
882
|
-
border-bottom: 1px solid var(--panel-rule-inner);
|
|
883
|
-
margin-bottom: .5em;
|
|
884
|
-
margin-left: -1em;
|
|
885
|
-
margin-right: -1em;
|
|
886
|
-
padding: 0 1em;
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
.feature-group_48e225:last-child {
|
|
890
|
-
border-bottom: none;
|
|
891
|
-
}
|
|
892
|
-
|
|
893
|
-
.tile-info_48e225 {
|
|
894
|
-
flex-direction: row;
|
|
895
|
-
align-items: baseline;
|
|
896
|
-
padding: 0 1em;
|
|
897
|
-
display: flex;
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
.tile-info_48e225 h3 {
|
|
901
|
-
margin-right: .5em;
|
|
902
|
-
}
|
|
903
|
-
|
|
904
|
-
.opacity-slider_48e225 {
|
|
905
|
-
margin: 0 1em .5em;
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
.opacity-slider_48e225 .bp4-slider-handle .bp4-slider-label {
|
|
909
|
-
background-color: var(--secondary-color);
|
|
910
|
-
color: var(--text-color);
|
|
911
|
-
}
|
|
912
|
-
|
|
913
|
-
.unit-number_48e225 .unit_48e225 {
|
|
914
|
-
margin-left: .2em;
|
|
915
|
-
font-size: .9em;
|
|
916
|
-
font-weight: bold;
|
|
917
|
-
}
|
|
918
|
-
|
|
919
|
-
.page_48e225 {
|
|
920
|
-
max-width: 50em;
|
|
921
|
-
margin: 2em auto;
|
|
922
|
-
}
|
|
923
|
-
|
|
924
|
-
.dev-index-page_48e225 {
|
|
925
|
-
overflow-y: scroll;
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
.panel-subhead_1340c8 {
|
|
929
|
-
padding: .2em var(--box-horizontal-padding);
|
|
930
|
-
border-top: 1px solid var(--accent-border-color);
|
|
931
|
-
border-bottom: 1px solid var(--accent-border-color);
|
|
932
|
-
background-color: var(--accent-color);
|
|
933
|
-
z-index: 1;
|
|
934
|
-
align-items: center;
|
|
935
|
-
gap: var(--box-horizontal-padding);
|
|
936
|
-
flex-direction: row;
|
|
937
|
-
display: flex;
|
|
938
|
-
position: sticky;
|
|
939
|
-
top: 0;
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
.panel-subhead_1340c8 h1, .panel-subhead_1340c8 h2, .panel-subhead_1340c8 h3, .panel-subhead_1340c8 h4 {
|
|
943
|
-
margin: .2em 0;
|
|
944
|
-
font-family: Montserrat, sans-serif;
|
|
945
|
-
font-weight: 700;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
.panel-subhead_1340c8 h4 {
|
|
949
|
-
font-weight: 600;
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
.panel-subhead_1340c8 .title_1340c8 {
|
|
953
|
-
flex-grow: 1;
|
|
954
|
-
}
|
|
955
|
-
|
|
956
|
-
.expansion-panel_1340c8 {
|
|
957
|
-
flex-wrap: wrap;
|
|
958
|
-
margin-top: -1px;
|
|
959
|
-
padding: 0;
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
.sub-expansion-panel_1340c8 {
|
|
963
|
-
margin: -1px calc(var(--panel-padding-h) * -.5) 0;
|
|
964
|
-
overflow: hidden;
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
.sub-expansion-panel_1340c8:first-child .expansion-panel-header_1340c8 {
|
|
968
|
-
border-top-width: 0;
|
|
969
|
-
}
|
|
970
|
-
|
|
971
|
-
.sub-expansion-panel_1340c8 .panel-subhead_1340c8 {
|
|
972
|
-
border-top: none;
|
|
973
|
-
border-bottom: none;
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
.sub-expansion-panel_1340c8 .expansion-panel-header_1340c8 {
|
|
977
|
-
background-color: var(--accent-secondary-color);
|
|
978
|
-
cursor: pointer;
|
|
979
|
-
}
|
|
980
|
-
|
|
981
|
-
.sub-expansion-panel_1340c8 .expansion-panel-header_1340c8:hover {
|
|
982
|
-
background-color: var(--accent-secondary-hover-color);
|
|
983
|
-
}
|
|
984
|
-
|
|
985
|
-
.sub-expansion-panel_1340c8 .expansion-panel-header_1340c8 h2, .sub-expansion-panel_1340c8 .expansion-panel-header_1340c8 h3, .sub-expansion-panel_1340c8 .expansion-panel-header_1340c8 h4 {
|
|
986
|
-
border-bottom: 1px solid var(--tertiary-border-color);
|
|
987
|
-
border-top: 1px solid var(--tertiary-border-color);
|
|
988
|
-
align-items: center;
|
|
989
|
-
margin-top: -1px;
|
|
990
|
-
padding: 5px 1em;
|
|
991
|
-
font-weight: 500;
|
|
992
|
-
}
|
|
993
|
-
|
|
994
|
-
.expansion-summary-title-help_1340c8, .expansion-summary-title-help_1340c8 .bp4-icon {
|
|
995
|
-
margin-left: 5px;
|
|
996
|
-
}
|
|
997
|
-
|
|
998
|
-
.expansion-panel-header_1340c8 {
|
|
999
|
-
cursor: pointer;
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
.expansion-panel-header_1340c8:hover {
|
|
1003
|
-
background-color: var(--accent-hover-color);
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
.expansion-panel-header_1340c8 .bp4-icon {
|
|
1007
|
-
transform: translate(0, 3px);
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
.expansion-children_1340c8 {
|
|
1011
|
-
padding: 5px 1em 10px;
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
.expansion-children_1340c8 .expansion-panel_1340c8 {
|
|
1015
|
-
margin-left: -1em;
|
|
1016
|
-
margin-right: -1em;
|
|
1017
|
-
}
|
|
1018
|
-
|
|
1019
|
-
.expansion-children_1340c8 .expansion-panel_1340c8:first-child {
|
|
1020
|
-
margin-top: -5px;
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
|
-
.expansion-panel-subtext_1340c8 {
|
|
1024
|
-
font-size: 85%;
|
|
1025
|
-
font-weight: 400;
|
|
1026
|
-
}
|
|
1027
|
-
|
|
1028
|
-
.expansion-panel-root {
|
|
1029
|
-
padding-left: 15px !important;
|
|
1030
|
-
}
|
|
1031
|
-
|
|
1032
|
-
.expansion-panel-detail {
|
|
1033
|
-
padding: 0 !important;
|
|
1034
|
-
display: block !important;
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
.expansion-panel-detail-sub {
|
|
1038
|
-
display: block !important;
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1041
|
-
.expandable-details-main_1340c8 {
|
|
1042
|
-
flex-direction: row;
|
|
1043
|
-
justify-content: space-between;
|
|
1044
|
-
align-items: center;
|
|
1045
|
-
margin: 3px 0;
|
|
1046
|
-
display: flex;
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
|
-
.expandable-details-header_1340c8 {
|
|
1050
|
-
flex-direction: row;
|
|
1051
|
-
flex-grow: 1;
|
|
1052
|
-
align-items: baseline;
|
|
1053
|
-
display: inline-flex;
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
.expandable-details-children_1340c8 {
|
|
1057
|
-
position: relative;
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
.expandable-details-toggle_1340c8 .bp4-button {
|
|
1061
|
-
font-size: 10px;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
.expandable-details_1340c8.macrostrat-unit_1340c8 .title_1340c8:after {
|
|
1065
|
-
content: none;
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
|
-
.expandable-details_1340c8 .title_1340c8 {
|
|
1069
|
-
margin-right: 1em;
|
|
1070
|
-
}
|
|
1071
|
-
|
|
1072
|
-
.expandable-details_1340c8 .title_1340c8:after {
|
|
1073
|
-
content: ":";
|
|
1074
|
-
}
|
|
1075
|
-
|
|
1076
|
-
.expansion-body_1340c8 {
|
|
1077
|
-
background-color: var(--tertiary-background);
|
|
1078
|
-
width: 100%;
|
|
1079
|
-
border-radius: 4px;
|
|
1080
|
-
align-items: baseline;
|
|
1081
|
-
margin-bottom: 6px;
|
|
1082
|
-
padding: 2px 6px;
|
|
1083
|
-
display: inline-block;
|
|
1084
|
-
box-shadow: 0 1px 2px 1px #0003;
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
.expansion-panel-detail-header_1340c8 {
|
|
1088
|
-
color: var(--secondary-color);
|
|
1089
|
-
margin-right: 1em;
|
|
1090
|
-
font-size: 90%;
|
|
1091
|
-
font-style: italic;
|
|
1092
|
-
display: inline;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
.expansion-panel-detail-header_1340c8:after {
|
|
1096
|
-
content: ":";
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
.expansion-panel-detail-body_1340c8 {
|
|
1100
|
-
display: inline;
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
1103
|
/*# sourceMappingURL=index.css.map */
|