@macrostrat/map-interface 0.0.9 → 0.0.10
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 → module.css} +375 -395
- package/dist/module.css.map +1 -0
- package/dist/{index.js → module.js} +268 -963
- package/dist/module.js.map +1 -0
- package/dist/types.d.ts +223 -0
- package/dist/types.d.ts.map +1 -0
- package/package.json +8 -7
- package/dist/index.css.map +0 -1
- package/dist/index.js.map +0 -1
|
@@ -47,26 +47,6 @@
|
|
|
47
47
|
}
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
.y-HzBG_recenter-button .bp4-icon:first-child {
|
|
51
|
-
margin-left: -3px;
|
|
52
|
-
margin-right: -3px;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.y-HzBG_recenter-button.y-HzBG_off-center .y-HzBG_recenter-label {
|
|
56
|
-
display: none;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.y-HzBG_recenter-button.y-HzBG_out-of-padding .y-HzBG_recenter-label {
|
|
60
|
-
opacity: .5;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.y-HzBG_recenter-label {
|
|
64
|
-
padding-left: 1em;
|
|
65
|
-
font-size: 12px;
|
|
66
|
-
font-style: italic;
|
|
67
|
-
display: inline-block;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
50
|
.VPa3-W_copy-link-button.bp4-minimal.bp4-button {
|
|
71
51
|
color: var(--text-subtle-color);
|
|
72
52
|
}
|
|
@@ -320,462 +300,201 @@
|
|
|
320
300
|
flex-grow: 2;
|
|
321
301
|
}
|
|
322
302
|
|
|
323
|
-
.
|
|
303
|
+
.map-page_4c0a66 {
|
|
304
|
+
width: 100%;
|
|
305
|
+
height: 100%;
|
|
306
|
+
flex-direction: column;
|
|
307
|
+
display: flex;
|
|
324
308
|
position: relative;
|
|
325
|
-
overflow-x: hidden;
|
|
326
309
|
}
|
|
327
310
|
|
|
328
|
-
.
|
|
329
|
-
|
|
330
|
-
|
|
311
|
+
.map-page_4c0a66.fit-viewport_4c0a66 {
|
|
312
|
+
height: 100vh;
|
|
313
|
+
width: 100vw;
|
|
314
|
+
max-height: -webkit-fill-available;
|
|
331
315
|
}
|
|
332
316
|
|
|
333
|
-
.
|
|
334
|
-
|
|
335
|
-
font-weight: bold;
|
|
317
|
+
.map-page_4c0a66 .compass-control_4c0a66 {
|
|
318
|
+
display: none;
|
|
336
319
|
}
|
|
337
320
|
|
|
338
|
-
.
|
|
339
|
-
|
|
321
|
+
.map-page_4c0a66.map-is-rotated_4c0a66 .compass-control_4c0a66 {
|
|
322
|
+
display: block;
|
|
340
323
|
}
|
|
341
324
|
|
|
342
|
-
.
|
|
343
|
-
|
|
325
|
+
.map-page_4c0a66 .map-3d-control_4c0a66 {
|
|
326
|
+
display: none;
|
|
344
327
|
}
|
|
345
328
|
|
|
346
|
-
.
|
|
347
|
-
|
|
329
|
+
.map-page_4c0a66.map-3d-available_4c0a66 .map-3d-control_4c0a66 {
|
|
330
|
+
display: block;
|
|
348
331
|
}
|
|
349
332
|
|
|
350
|
-
.
|
|
351
|
-
|
|
352
|
-
position: absolute;
|
|
353
|
-
top: 4px;
|
|
354
|
-
left: 0;
|
|
333
|
+
.map-page_4c0a66.map-is-rotated_4c0a66.map-3d-available_4c0a66 .map-3d-control_4c0a66, .map-page_4c0a66 .globe-control_4c0a66 {
|
|
334
|
+
display: none;
|
|
355
335
|
}
|
|
356
336
|
|
|
357
|
-
.
|
|
358
|
-
|
|
359
|
-
margin-bottom: 0;
|
|
337
|
+
.map-page_4c0a66 .globe-control_4c0a66 svg {
|
|
338
|
+
color: var(--secondary-color);
|
|
360
339
|
}
|
|
361
340
|
|
|
362
|
-
.
|
|
363
|
-
|
|
364
|
-
margin-bottom: .5em;
|
|
365
|
-
margin-left: -1em;
|
|
366
|
-
margin-right: -1em;
|
|
367
|
-
padding: 0 1em;
|
|
341
|
+
.map-page_4c0a66.map-is-global_4c0a66 .globe-control_4c0a66 {
|
|
342
|
+
display: block;
|
|
368
343
|
}
|
|
369
344
|
|
|
370
|
-
.
|
|
371
|
-
|
|
345
|
+
.main-ui_4c0a66 {
|
|
346
|
+
max-height: 100%;
|
|
347
|
+
height: 100%;
|
|
348
|
+
box-shadow: 0 0 10px 4px var(--card-shadow-color);
|
|
349
|
+
flex-direction: column;
|
|
350
|
+
flex: 1;
|
|
351
|
+
display: flex;
|
|
352
|
+
position: relative;
|
|
372
353
|
}
|
|
373
354
|
|
|
374
|
-
.
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
padding: 0 1em;
|
|
378
|
-
display: flex;
|
|
355
|
+
.panel-card_4c0a66 {
|
|
356
|
+
background-color: var(--panel-background-color);
|
|
357
|
+
padding: 10px;
|
|
379
358
|
}
|
|
380
359
|
|
|
381
|
-
.
|
|
382
|
-
margin-
|
|
360
|
+
.panel-card_4c0a66 > :last-child {
|
|
361
|
+
margin-bottom: 0;
|
|
383
362
|
}
|
|
384
363
|
|
|
385
|
-
.
|
|
386
|
-
|
|
364
|
+
.bp4-dark .panel-card_4c0a66 {
|
|
365
|
+
background-color: var(--panel-background-color);
|
|
387
366
|
}
|
|
388
367
|
|
|
389
|
-
.
|
|
390
|
-
|
|
391
|
-
|
|
368
|
+
.context-stack_4c0a66 {
|
|
369
|
+
max-height: 100%;
|
|
370
|
+
flex-direction: column;
|
|
371
|
+
display: flex;
|
|
392
372
|
}
|
|
393
373
|
|
|
394
|
-
.
|
|
395
|
-
|
|
396
|
-
font-size: .9em;
|
|
397
|
-
font-weight: bold;
|
|
374
|
+
.context-stack_4c0a66 > div {
|
|
375
|
+
flex-shrink: 1;
|
|
398
376
|
}
|
|
399
377
|
|
|
400
|
-
.
|
|
401
|
-
|
|
402
|
-
margin: 2em auto;
|
|
378
|
+
.context-stack_4c0a66 > .searchbar_4c0a66 {
|
|
379
|
+
flex: 0;
|
|
403
380
|
}
|
|
404
381
|
|
|
405
|
-
.
|
|
406
|
-
|
|
382
|
+
.context-stack_4c0a66, .detail-stack_4c0a66 {
|
|
383
|
+
z-index: 100;
|
|
407
384
|
}
|
|
408
385
|
|
|
409
|
-
.panel-
|
|
410
|
-
|
|
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;
|
|
386
|
+
.panel-container_4c0a66 {
|
|
387
|
+
flex-direction: column;
|
|
418
388
|
display: flex;
|
|
419
|
-
position: sticky;
|
|
420
|
-
top: 0;
|
|
421
389
|
}
|
|
422
390
|
|
|
423
|
-
.panel-
|
|
424
|
-
|
|
425
|
-
font-family: Montserrat, sans-serif;
|
|
426
|
-
font-weight: 700;
|
|
391
|
+
.panel-container_4c0a66 > div {
|
|
392
|
+
pointer-events: all;
|
|
427
393
|
}
|
|
428
394
|
|
|
429
|
-
.panel-
|
|
430
|
-
font-
|
|
395
|
+
.panel-title_4c0a66 {
|
|
396
|
+
font-size: 16px;
|
|
431
397
|
}
|
|
432
398
|
|
|
433
|
-
.
|
|
399
|
+
.spacer_4c0a66 {
|
|
400
|
+
pointer-events: none;
|
|
434
401
|
flex-grow: 1;
|
|
435
402
|
}
|
|
436
403
|
|
|
437
|
-
.
|
|
438
|
-
flex-
|
|
439
|
-
|
|
440
|
-
padding: 0;
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
.sub-expansion-panel_1340c8 {
|
|
444
|
-
margin: -1px calc(var(--panel-padding-h) * -.5) 0;
|
|
404
|
+
.map-view-container_4c0a66 {
|
|
405
|
+
flex-grow: 1;
|
|
406
|
+
position: relative;
|
|
445
407
|
overflow: hidden;
|
|
446
408
|
}
|
|
447
409
|
|
|
448
|
-
.
|
|
449
|
-
|
|
410
|
+
.searchbar-holder_4c0a66 {
|
|
411
|
+
margin-bottom: .5em;
|
|
450
412
|
}
|
|
451
413
|
|
|
452
|
-
.
|
|
453
|
-
|
|
454
|
-
border-bottom: none;
|
|
414
|
+
.right-panel_4c0a66 {
|
|
415
|
+
width: 24em;
|
|
455
416
|
}
|
|
456
417
|
|
|
457
|
-
.
|
|
458
|
-
|
|
459
|
-
|
|
418
|
+
.buttons_4c0a66 {
|
|
419
|
+
min-width: 0;
|
|
420
|
+
flex-direction: row;
|
|
421
|
+
flex: 1;
|
|
422
|
+
display: flex;
|
|
460
423
|
}
|
|
461
424
|
|
|
462
|
-
.
|
|
463
|
-
|
|
425
|
+
.tab-button_4c0a66 {
|
|
426
|
+
min-width: 40px;
|
|
427
|
+
text-align: right;
|
|
428
|
+
flex-shrink: 1;
|
|
429
|
+
overflow: hidden;
|
|
464
430
|
}
|
|
465
431
|
|
|
466
|
-
.
|
|
467
|
-
|
|
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;
|
|
432
|
+
.tab-button_4c0a66 .bp4-button-text {
|
|
433
|
+
transition: all .2s .1s;
|
|
473
434
|
}
|
|
474
435
|
|
|
475
|
-
.
|
|
476
|
-
|
|
436
|
+
.menu-card_4c0a66.narrow-card_4c0a66 .panel-header_4c0a66:not(.minimal_4c0a66) .tab-button_4c0a66.bp4-active ~ .tab-button_4c0a66 .bp4-button-text {
|
|
437
|
+
width: 0;
|
|
438
|
+
opacity: 0;
|
|
439
|
+
margin-left: -7px;
|
|
477
440
|
}
|
|
478
441
|
|
|
479
|
-
.
|
|
480
|
-
|
|
442
|
+
.context-panel-leave_4c0a66 .menu-card_4c0a66 .panel-header_4c0a66 .tab-button_4c0a66 .bp4-button-text {
|
|
443
|
+
opacity: 0;
|
|
444
|
+
width: 0;
|
|
481
445
|
}
|
|
482
446
|
|
|
483
|
-
.
|
|
484
|
-
|
|
447
|
+
.narrow-card_4c0a66.narrow-enter_4c0a66 .panel-header_4c0a66 .buttons_4c0a66 {
|
|
448
|
+
margin-right: -500px;
|
|
485
449
|
}
|
|
486
450
|
|
|
487
|
-
.
|
|
488
|
-
|
|
451
|
+
.panel-header_4c0a66.minimal_4c0a66 .tab-button_4c0a66:not(:hover):not(.bp4-active) {
|
|
452
|
+
min-width: 30px;
|
|
453
|
+
width: 30px;
|
|
454
|
+
padding-left: 0;
|
|
455
|
+
padding-right: 0;
|
|
489
456
|
}
|
|
490
457
|
|
|
491
|
-
.
|
|
492
|
-
|
|
458
|
+
.panel-header_4c0a66.minimal_4c0a66 .tab-button_4c0a66:not(:hover) .bp4-button-text {
|
|
459
|
+
width: 0;
|
|
460
|
+
opacity: 0;
|
|
461
|
+
margin-left: -7px;
|
|
493
462
|
}
|
|
494
463
|
|
|
495
|
-
.
|
|
496
|
-
margin-
|
|
497
|
-
margin-
|
|
464
|
+
.menu-group_4c0a66 {
|
|
465
|
+
margin-top: .2em;
|
|
466
|
+
margin-bottom: .5em;
|
|
498
467
|
}
|
|
499
468
|
|
|
500
|
-
.
|
|
501
|
-
|
|
469
|
+
.menu-card_4c0a66 .bp4-text ul, .menu-card_4c0a66 .text-panel ul {
|
|
470
|
+
padding-left: 1em;
|
|
502
471
|
}
|
|
503
472
|
|
|
504
|
-
.
|
|
505
|
-
|
|
506
|
-
|
|
473
|
+
.menu-content_4c0a66 {
|
|
474
|
+
flex-direction: column;
|
|
475
|
+
margin-bottom: -8px;
|
|
476
|
+
display: flex;
|
|
507
477
|
}
|
|
508
478
|
|
|
509
|
-
.
|
|
510
|
-
|
|
479
|
+
.menu-content_4c0a66 .bp4-button-group_4c0a66 {
|
|
480
|
+
margin-bottom: 4px;
|
|
511
481
|
}
|
|
512
482
|
|
|
513
|
-
.
|
|
514
|
-
|
|
515
|
-
display: block !important;
|
|
483
|
+
.menu-content_4c0a66 hr {
|
|
484
|
+
width: 100%;
|
|
516
485
|
}
|
|
517
486
|
|
|
518
|
-
|
|
519
|
-
|
|
487
|
+
#map {
|
|
488
|
+
position: absolute;
|
|
489
|
+
inset: 0;
|
|
520
490
|
}
|
|
521
491
|
|
|
522
|
-
.
|
|
523
|
-
|
|
524
|
-
justify-content: space-between;
|
|
525
|
-
align-items: center;
|
|
526
|
-
margin: 3px 0;
|
|
527
|
-
display: flex;
|
|
492
|
+
#map .mapbox-compass, #map .mapbox-3d {
|
|
493
|
+
display: none;
|
|
528
494
|
}
|
|
529
495
|
|
|
530
|
-
.
|
|
531
|
-
|
|
532
|
-
flex-grow: 1;
|
|
533
|
-
align-items: baseline;
|
|
534
|
-
display: inline-flex;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
.expandable-details-children_1340c8 {
|
|
538
|
-
position: relative;
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
.expandable-details-toggle_1340c8 .bp4-button {
|
|
542
|
-
font-size: 10px;
|
|
543
|
-
}
|
|
544
|
-
|
|
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;
|
|
496
|
+
.mapboxgl-ctrl.mapbox-3d.mapbox-control {
|
|
497
|
+
width: unset;
|
|
779
498
|
}
|
|
780
499
|
|
|
781
500
|
.mapboxgl-ctrl.mapbox-3d.mapbox-control button {
|
|
@@ -1100,4 +819,265 @@
|
|
|
1100
819
|
}
|
|
1101
820
|
}
|
|
1102
821
|
|
|
1103
|
-
|
|
822
|
+
.feature-panel_48e225 {
|
|
823
|
+
position: relative;
|
|
824
|
+
overflow-x: hidden;
|
|
825
|
+
}
|
|
826
|
+
|
|
827
|
+
.key-value_48e225 {
|
|
828
|
+
margin-right: 1em;
|
|
829
|
+
display: inline-block;
|
|
830
|
+
}
|
|
831
|
+
|
|
832
|
+
.key-value_48e225 .key_48e225 {
|
|
833
|
+
font-size: .9em;
|
|
834
|
+
font-weight: bold;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
.key-value_48e225 .key_48e225:after {
|
|
838
|
+
content: ": ";
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
.key-value_48e225 .value_48e225 {
|
|
842
|
+
font-size: .9em;
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
.feature-properties_48e225 {
|
|
846
|
+
position: relative;
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
.feature-properties_48e225:before {
|
|
850
|
+
content: "–";
|
|
851
|
+
position: absolute;
|
|
852
|
+
top: 4px;
|
|
853
|
+
left: 0;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
.feature-header_48e225 h3 {
|
|
857
|
+
margin-top: .5em;
|
|
858
|
+
margin-bottom: 0;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
.feature-group_48e225 {
|
|
862
|
+
border-bottom: 1px solid var(--panel-rule-inner);
|
|
863
|
+
margin-bottom: .5em;
|
|
864
|
+
margin-left: -1em;
|
|
865
|
+
margin-right: -1em;
|
|
866
|
+
padding: 0 1em;
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
.feature-group_48e225:last-child {
|
|
870
|
+
border-bottom: none;
|
|
871
|
+
}
|
|
872
|
+
|
|
873
|
+
.tile-info_48e225 {
|
|
874
|
+
flex-direction: row;
|
|
875
|
+
align-items: baseline;
|
|
876
|
+
padding: 0 1em;
|
|
877
|
+
display: flex;
|
|
878
|
+
}
|
|
879
|
+
|
|
880
|
+
.tile-info_48e225 h3 {
|
|
881
|
+
margin-right: .5em;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
.opacity-slider_48e225 {
|
|
885
|
+
margin: 0 1em .5em;
|
|
886
|
+
}
|
|
887
|
+
|
|
888
|
+
.opacity-slider_48e225 .bp4-slider-handle .bp4-slider-label {
|
|
889
|
+
background-color: var(--secondary-color);
|
|
890
|
+
color: var(--text-color);
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
.unit-number_48e225 .unit_48e225 {
|
|
894
|
+
margin-left: .2em;
|
|
895
|
+
font-size: .9em;
|
|
896
|
+
font-weight: bold;
|
|
897
|
+
}
|
|
898
|
+
|
|
899
|
+
.page_48e225 {
|
|
900
|
+
max-width: 50em;
|
|
901
|
+
margin: 2em auto;
|
|
902
|
+
}
|
|
903
|
+
|
|
904
|
+
.dev-index-page_48e225 {
|
|
905
|
+
overflow-y: scroll;
|
|
906
|
+
}
|
|
907
|
+
|
|
908
|
+
.panel-subhead_1340c8 {
|
|
909
|
+
padding: .2em var(--box-horizontal-padding);
|
|
910
|
+
border-top: 1px solid var(--accent-border-color);
|
|
911
|
+
border-bottom: 1px solid var(--accent-border-color);
|
|
912
|
+
background-color: var(--accent-color);
|
|
913
|
+
z-index: 1;
|
|
914
|
+
align-items: center;
|
|
915
|
+
gap: var(--box-horizontal-padding);
|
|
916
|
+
flex-direction: row;
|
|
917
|
+
display: flex;
|
|
918
|
+
position: sticky;
|
|
919
|
+
top: 0;
|
|
920
|
+
}
|
|
921
|
+
|
|
922
|
+
.panel-subhead_1340c8 h1, .panel-subhead_1340c8 h2, .panel-subhead_1340c8 h3, .panel-subhead_1340c8 h4 {
|
|
923
|
+
margin: .2em 0;
|
|
924
|
+
font-family: Montserrat, sans-serif;
|
|
925
|
+
font-weight: 700;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
.panel-subhead_1340c8 h4 {
|
|
929
|
+
font-weight: 600;
|
|
930
|
+
}
|
|
931
|
+
|
|
932
|
+
.panel-subhead_1340c8 .title_1340c8 {
|
|
933
|
+
flex-grow: 1;
|
|
934
|
+
}
|
|
935
|
+
|
|
936
|
+
.expansion-panel_1340c8 {
|
|
937
|
+
flex-wrap: wrap;
|
|
938
|
+
margin-top: -1px;
|
|
939
|
+
padding: 0;
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
.sub-expansion-panel_1340c8 {
|
|
943
|
+
margin: -1px calc(var(--panel-padding-h) * -.5) 0;
|
|
944
|
+
overflow: hidden;
|
|
945
|
+
}
|
|
946
|
+
|
|
947
|
+
.sub-expansion-panel_1340c8:first-child .expansion-panel-header_1340c8 {
|
|
948
|
+
border-top-width: 0;
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
.sub-expansion-panel_1340c8 .panel-subhead_1340c8 {
|
|
952
|
+
border-top: none;
|
|
953
|
+
border-bottom: none;
|
|
954
|
+
}
|
|
955
|
+
|
|
956
|
+
.sub-expansion-panel_1340c8 .expansion-panel-header_1340c8 {
|
|
957
|
+
background-color: var(--accent-secondary-color);
|
|
958
|
+
cursor: pointer;
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
.sub-expansion-panel_1340c8 .expansion-panel-header_1340c8:hover {
|
|
962
|
+
background-color: var(--accent-secondary-hover-color);
|
|
963
|
+
}
|
|
964
|
+
|
|
965
|
+
.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 {
|
|
966
|
+
border-bottom: 1px solid var(--tertiary-border-color);
|
|
967
|
+
border-top: 1px solid var(--tertiary-border-color);
|
|
968
|
+
align-items: center;
|
|
969
|
+
margin-top: -1px;
|
|
970
|
+
padding: 5px 1em;
|
|
971
|
+
font-weight: 500;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
.expansion-summary-title-help_1340c8, .expansion-summary-title-help_1340c8 .bp4-icon {
|
|
975
|
+
margin-left: 5px;
|
|
976
|
+
}
|
|
977
|
+
|
|
978
|
+
.expansion-panel-header_1340c8 {
|
|
979
|
+
cursor: pointer;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
.expansion-panel-header_1340c8:hover {
|
|
983
|
+
background-color: var(--accent-hover-color);
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
.expansion-panel-header_1340c8 .bp4-icon {
|
|
987
|
+
transform: translate(0, 3px);
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
.expansion-children_1340c8 {
|
|
991
|
+
padding: 5px 1em 10px;
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
.expansion-children_1340c8 .expansion-panel_1340c8 {
|
|
995
|
+
margin-left: -1em;
|
|
996
|
+
margin-right: -1em;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
.expansion-children_1340c8 .expansion-panel_1340c8:first-child {
|
|
1000
|
+
margin-top: -5px;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
.expansion-panel-subtext_1340c8 {
|
|
1004
|
+
font-size: 85%;
|
|
1005
|
+
font-weight: 400;
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
.expansion-panel-root {
|
|
1009
|
+
padding-left: 15px !important;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
.expansion-panel-detail {
|
|
1013
|
+
padding: 0 !important;
|
|
1014
|
+
display: block !important;
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
.expansion-panel-detail-sub {
|
|
1018
|
+
display: block !important;
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
.expandable-details-main_1340c8 {
|
|
1022
|
+
flex-direction: row;
|
|
1023
|
+
justify-content: space-between;
|
|
1024
|
+
align-items: center;
|
|
1025
|
+
margin: 3px 0;
|
|
1026
|
+
display: flex;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
.expandable-details-header_1340c8 {
|
|
1030
|
+
flex-direction: row;
|
|
1031
|
+
flex-grow: 1;
|
|
1032
|
+
align-items: baseline;
|
|
1033
|
+
display: inline-flex;
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
.expandable-details-children_1340c8 {
|
|
1037
|
+
position: relative;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1040
|
+
.expandable-details-toggle_1340c8 .bp4-button {
|
|
1041
|
+
font-size: 10px;
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
.expandable-details_1340c8.macrostrat-unit_1340c8 .title_1340c8:after {
|
|
1045
|
+
content: none;
|
|
1046
|
+
}
|
|
1047
|
+
|
|
1048
|
+
.expandable-details_1340c8 .title_1340c8 {
|
|
1049
|
+
margin-right: 1em;
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
.expandable-details_1340c8 .title_1340c8:after {
|
|
1053
|
+
content: ":";
|
|
1054
|
+
}
|
|
1055
|
+
|
|
1056
|
+
.expansion-body_1340c8 {
|
|
1057
|
+
background-color: var(--tertiary-background);
|
|
1058
|
+
width: 100%;
|
|
1059
|
+
border-radius: 4px;
|
|
1060
|
+
align-items: baseline;
|
|
1061
|
+
margin-bottom: 6px;
|
|
1062
|
+
padding: 2px 6px;
|
|
1063
|
+
display: inline-block;
|
|
1064
|
+
box-shadow: 0 1px 2px 1px #0003;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
.expansion-panel-detail-header_1340c8 {
|
|
1068
|
+
color: var(--secondary-color);
|
|
1069
|
+
margin-right: 1em;
|
|
1070
|
+
font-size: 90%;
|
|
1071
|
+
font-style: italic;
|
|
1072
|
+
display: inline;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
.expansion-panel-detail-header_1340c8:after {
|
|
1076
|
+
content: ":";
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
.expansion-panel-detail-body_1340c8 {
|
|
1080
|
+
display: inline;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
/*# sourceMappingURL=module.css.map */
|