@macrostrat/map-interface 1.0.10 → 1.0.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/index.css ADDED
@@ -0,0 +1,961 @@
1
+ ._8hZKsW_searchbar-holder {
2
+ flex-direction: column;
3
+ margin: 0;
4
+ transition: margin .3s;
5
+ display: flex;
6
+ }
7
+
8
+ ._8hZKsW_searchbar-holder ._8hZKsW_navbar-holder {
9
+ flex-direction: row;
10
+ display: flex;
11
+ }
12
+
13
+ ._8hZKsW_searchbar-holder ._8hZKsW_searchbar {
14
+ background-color: var(--panel-background-color);
15
+ padding: var(--navbar-padding, 10px);
16
+ border-radius: 5px;
17
+ flex-direction: row;
18
+ align-items: center;
19
+ gap: 5px;
20
+ width: 100%;
21
+ display: flex;
22
+ }
23
+
24
+ ._8hZKsW_searchbar-holder ._8hZKsW_searchbar .bp5-input-group {
25
+ cursor: text;
26
+ flex-grow: 1;
27
+ }
28
+
29
+ ._8hZKsW_navbar {
30
+ min-height: 50px;
31
+ }
32
+
33
+ .bp5-navbar > ._8hZKsW_loading-button {
34
+ width: 40px;
35
+ height: 40px;
36
+ }
37
+
38
+ ._8hZKsW_status-tongue {
39
+ background-color: var(--panel-background-color);
40
+ margin: -12px 5px 0;
41
+ padding: 12px 0 0;
42
+ overflow: hidden;
43
+ }
44
+
45
+ @media screen and (width <= 768px) {
46
+ ._8hZKsW_status-tongue {
47
+ border-radius: 0;
48
+ max-width: 100vw;
49
+ margin: -3px 0 0;
50
+ }
51
+ }
52
+
53
+ .VPa3-W_copy-link-button.bp5-minimal.bp5-button {
54
+ color: var(--text-subtle-color);
55
+ }
56
+
57
+ .VPa3-W_copy-link-button.bp5-minimal.bp5-button svg {
58
+ fill: var(--text-subtle-color);
59
+ }
60
+
61
+ .VPa3-W_location-panel-header {
62
+ border-bottom: 1px solid var(--panel-rule-color);
63
+ flex-direction: row;
64
+ align-items: center;
65
+ gap: 1em;
66
+ padding: 5px;
67
+ display: flex;
68
+ }
69
+
70
+ .VPa3-W_location-panel-header .VPa3-W_spacer {
71
+ flex-grow: 1;
72
+ }
73
+
74
+ .VPa3-W_location-panel-header .VPa3-W_left-icon {
75
+ padding: 7px;
76
+ }
77
+
78
+ .VPa3-W_location-panel-header .VPa3-W_position-controls .bp5-button {
79
+ font-size: 12px !important;
80
+ }
81
+
82
+ .VPa3-W_infodrawer-header-item {
83
+ font-size: 12px;
84
+ }
85
+
86
+ .VPa3-W_infodrawer-header-item .secondary {
87
+ color: var(--text-subtle-color);
88
+ font-size: .9em;
89
+ }
90
+
91
+ .VPa3-W_infodrawer {
92
+ pointer-events: all;
93
+ background-color: var(--panel-background-color);
94
+ flex-direction: column;
95
+ max-width: 100%;
96
+ height: fit-content;
97
+ max-height: 100%;
98
+ display: flex;
99
+ overflow: hidden;
100
+ }
101
+
102
+ .VPa3-W_infodrawer.bp5-card {
103
+ background-color: var(--panel-background-color);
104
+ padding: 0;
105
+ }
106
+
107
+ .VPa3-W_infodrawer.VPa3-W_loading .VPa3-W_infodrawer-body {
108
+ min-height: 70px;
109
+ overflow-y: hidden;
110
+ }
111
+
112
+ .VPa3-W_infodrawer-contents {
113
+ padding: 0 1em 1em;
114
+ }
115
+
116
+ .VPa3-W_infodrawer-body {
117
+ flex-shrink: 1;
118
+ min-height: 0;
119
+ transition: min-height .5s;
120
+ position: relative;
121
+ overflow-y: scroll;
122
+ }
123
+
124
+ @media screen and (width <= 768px) {
125
+ .VPa3-W_infodrawer {
126
+ border-radius: var(--panel-border-radius, 0px);
127
+ }
128
+ }
129
+
130
+ .map-container_4c0a66 {
131
+ flex-direction: column;
132
+ width: 100%;
133
+ height: 100%;
134
+ display: flex;
135
+ position: relative;
136
+ overflow: hidden;
137
+ }
138
+
139
+ .map-container_4c0a66.show-panel-outlines_4c0a66 .map-view-container_4c0a66 {
140
+ outline: 2px dotted #1e90ff;
141
+ }
142
+
143
+ .map-container_4c0a66.fit-viewport_4c0a66 {
144
+ width: 100vw;
145
+ height: 100vh;
146
+ max-height: -webkit-fill-available;
147
+ }
148
+
149
+ .map-container_4c0a66 .compass-control_4c0a66 {
150
+ display: none;
151
+ }
152
+
153
+ .map-container_4c0a66.map-is-rotated_4c0a66 .compass-control_4c0a66 {
154
+ display: block;
155
+ }
156
+
157
+ .map-container_4c0a66 .map-3d-control_4c0a66 {
158
+ display: none;
159
+ }
160
+
161
+ .map-container_4c0a66.map-3d-available_4c0a66 .map-3d-control_4c0a66 {
162
+ display: block;
163
+ }
164
+
165
+ .map-container_4c0a66.map-is-rotated_4c0a66.map-3d-available_4c0a66 .map-3d-control_4c0a66, .map-container_4c0a66 .globe-control_4c0a66 {
166
+ display: none;
167
+ }
168
+
169
+ .map-container_4c0a66 .globe-control_4c0a66 svg {
170
+ color: var(--secondary-color);
171
+ }
172
+
173
+ .map-container_4c0a66.map-is-global_4c0a66 .globe-control_4c0a66 {
174
+ display: block;
175
+ }
176
+
177
+ .map-container_4c0a66.detail-panel-open_4c0a66 .zoom-control_4c0a66 {
178
+ opacity: 0;
179
+ display: none;
180
+ }
181
+
182
+ .map-container_4c0a66.detail-panel-fixed_4c0a66 .detail-panel-holder_4c0a66 > * {
183
+ border-radius: unset;
184
+ }
185
+
186
+ .detail-panel-holder_4c0a66 {
187
+ flex-direction: column;
188
+ min-height: 0;
189
+ display: flex;
190
+ }
191
+
192
+ .detail-panel-holder_4c0a66 > * {
193
+ flex: 1;
194
+ }
195
+
196
+ .map-control-stack_4c0a66 {
197
+ pointer-events: none;
198
+ flex-direction: column;
199
+ width: 30em;
200
+ margin-left: -30em;
201
+ display: flex;
202
+ }
203
+
204
+ .main-row_4c0a66 {
205
+ flex-direction: row;
206
+ flex: 1;
207
+ min-height: 0;
208
+ max-height: 100%;
209
+ display: flex;
210
+ position: relative;
211
+ }
212
+
213
+ .map-ui_4c0a66 {
214
+ box-shadow: 0 0 10px 4px var(--card-shadow-color);
215
+ flex-direction: column;
216
+ flex: 1;
217
+ height: 100%;
218
+ max-height: 100%;
219
+ display: flex;
220
+ position: relative;
221
+ }
222
+
223
+ .mapbox-map_4c0a66 {
224
+ position: absolute;
225
+ inset: 0;
226
+ }
227
+
228
+ .mapbox-map_4c0a66.mapboxgl-map {
229
+ position: absolute;
230
+ }
231
+
232
+ .context-panel-holder_4c0a66 > .bp5-card {
233
+ background-color: var(--panel-background-color);
234
+ padding: 10px;
235
+ }
236
+
237
+ .panel-card_4c0a66 {
238
+ background-color: var(--panel-background-color);
239
+ padding: 10px;
240
+ overflow: hidden;
241
+ }
242
+
243
+ .panel-card_4c0a66 > :last-child {
244
+ margin-bottom: 0;
245
+ }
246
+
247
+ .bp5-dark .panel-card_4c0a66 {
248
+ background-color: var(--panel-background-color);
249
+ }
250
+
251
+ .context-stack_4c0a66 > div {
252
+ flex-shrink: 1;
253
+ }
254
+
255
+ .context-stack_4c0a66 > .searchbar_4c0a66 {
256
+ flex: 0;
257
+ }
258
+
259
+ .context-stack_4c0a66, .detail-stack_4c0a66 {
260
+ z-index: 10;
261
+ max-height: 100%;
262
+ }
263
+
264
+ .panel-container_4c0a66 {
265
+ flex-direction: column;
266
+ display: flex;
267
+ }
268
+
269
+ .panel-container_4c0a66 > div {
270
+ pointer-events: all;
271
+ }
272
+
273
+ .panel-title_4c0a66 {
274
+ font-size: 16px;
275
+ }
276
+
277
+ .spacer_4c0a66 {
278
+ pointer-events: none;
279
+ flex-grow: 1;
280
+ }
281
+
282
+ .map-view-container_4c0a66 {
283
+ flex-grow: 1;
284
+ position: relative;
285
+ overflow: hidden;
286
+ }
287
+
288
+ .searchbar-holder_4c0a66 {
289
+ margin-bottom: .5em;
290
+ }
291
+
292
+ .right-panel_4c0a66 {
293
+ width: 24em;
294
+ }
295
+
296
+ .buttons_4c0a66 {
297
+ flex-direction: row;
298
+ flex: 1;
299
+ min-width: 0;
300
+ display: flex;
301
+ }
302
+
303
+ .tab-button_4c0a66 {
304
+ text-align: right;
305
+ flex-shrink: 1;
306
+ min-width: 40px;
307
+ overflow: hidden;
308
+ }
309
+
310
+ .tab-button_4c0a66 .bp5-button-text {
311
+ transition: all .2s .1s;
312
+ }
313
+
314
+ .menu-card_4c0a66.narrow-card_4c0a66 .panel-header_4c0a66:not(.minimal_4c0a66) .tab-button_4c0a66.bp5-active ~ .tab-button_4c0a66 .bp5-button-text {
315
+ opacity: 0;
316
+ width: 0;
317
+ margin-left: -7px;
318
+ }
319
+
320
+ .context-panel-leave_4c0a66 .menu-card_4c0a66 .panel-header_4c0a66 .tab-button_4c0a66 .bp5-button-text {
321
+ opacity: 0;
322
+ width: 0;
323
+ }
324
+
325
+ .narrow-card_4c0a66.narrow-enter_4c0a66 .panel-header_4c0a66 .buttons_4c0a66 {
326
+ margin-right: -500px;
327
+ }
328
+
329
+ .panel-header_4c0a66.minimal_4c0a66 .tab-button_4c0a66:not(:hover):not(.bp5-active) {
330
+ width: 30px;
331
+ min-width: 30px;
332
+ padding-left: 0;
333
+ padding-right: 0;
334
+ }
335
+
336
+ .panel-header_4c0a66.minimal_4c0a66 .tab-button_4c0a66:not(:hover) .bp5-button-text {
337
+ opacity: 0;
338
+ width: 0;
339
+ margin-left: -7px;
340
+ }
341
+
342
+ .menu-group_4c0a66 {
343
+ margin-top: .2em;
344
+ margin-bottom: .5em;
345
+ }
346
+
347
+ .menu-card_4c0a66 .bp5-text ul, .menu-card_4c0a66 .text-panel ul {
348
+ padding-left: 1em;
349
+ }
350
+
351
+ .menu-content_4c0a66 {
352
+ flex-direction: column;
353
+ margin-bottom: -8px;
354
+ display: flex;
355
+ }
356
+
357
+ .menu-content_4c0a66 .bp5-button-group_4c0a66 {
358
+ margin-bottom: 4px;
359
+ }
360
+
361
+ .menu-content_4c0a66 hr {
362
+ width: 100%;
363
+ }
364
+
365
+ .mapbox-map .mapbox-compass, .mapbox-map .mapbox-3d {
366
+ display: none;
367
+ }
368
+
369
+ .mapboxgl-ctrl.mapbox-3d.mapbox-control {
370
+ width: unset;
371
+ }
372
+
373
+ .mapboxgl-ctrl.mapbox-3d.mapbox-control button {
374
+ width: unset;
375
+ padding-inline: 4px;
376
+ }
377
+
378
+ .mapboxgl-canvas-container {
379
+ width: 100%;
380
+ height: 100%;
381
+ }
382
+
383
+ .mapboxgl-ctrl.mapboxgl-ctrl-attrib {
384
+ background-color: var(--translucent-panel-background-color) !important;
385
+ }
386
+
387
+ .mapboxgl-ctrl.mapboxgl-ctrl-attrib a {
388
+ color: var(--text-color);
389
+ }
390
+
391
+ .mapboxgl-marker svg path {
392
+ fill: var(--panel-background-color) !important;
393
+ }
394
+
395
+ .mapboxgl-marker svg circle {
396
+ fill: var(--secondary-color) !important;
397
+ }
398
+
399
+ .mapbox-control.mapbox-zoom {
400
+ background: var(--translucent-panel-background-inner);
401
+ }
402
+
403
+ .mapbox-control.mapbox-zoom svg {
404
+ fill: var(--text-color) !important;
405
+ }
406
+
407
+ .mapboxgl-ctrl-logo {
408
+ transform: scale(.9)translate(-8px, 2px);
409
+ }
410
+
411
+ .bp5-dark .mapboxgl-ctrl-group {
412
+ background-color: var(--panel-background-color);
413
+ }
414
+
415
+ .bp5-dark .mapboxgl-ctrl-logo {
416
+ filter: invert();
417
+ }
418
+
419
+ .mapboxgl-ctrl-group button + button {
420
+ border-top: 1px solid var(--panel-rule-color) !important;
421
+ }
422
+
423
+ .bp5-dark .mapboxgl-ctrl-group .mapboxgl-ctrl-icon {
424
+ filter: invert(40%);
425
+ }
426
+
427
+ .bp5-dark .mapboxgl-ctrl-group .mapboxgl-ctrl-icon:hover {
428
+ filter: invert(50%);
429
+ }
430
+
431
+ .mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
432
+ filter: invert(40%);
433
+ }
434
+
435
+ .mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon:hover {
436
+ filter: invert(50%);
437
+ }
438
+
439
+ .detail-stack_4c0a66 {
440
+ position: relative;
441
+ }
442
+
443
+ .detail-panel-container_4c0a66, .map-right-controls_4c0a66 {
444
+ flex: 1;
445
+ }
446
+
447
+ .zoom-control_4c0a66 {
448
+ width: 30px;
449
+ transition: opacity 1s ease-in-out;
450
+ position: absolute;
451
+ top: 0;
452
+ right: 0;
453
+ }
454
+
455
+ .map-controls_4c0a66 {
456
+ flex-direction: row;
457
+ justify-content: right;
458
+ gap: .5em;
459
+ margin-bottom: 0;
460
+ display: flex;
461
+ }
462
+
463
+ .map-controls_4c0a66 .map-control > .bp5-button {
464
+ padding: 0;
465
+ transform: translate(-3.5px, -3.5px);
466
+ width: 22px !important;
467
+ }
468
+
469
+ .map-controls_4c0a66 .mapbox-control, .map-controls_4c0a66 .map-control-wrapper, .map-controls_4c0a66 .map-control {
470
+ background-color: var(--panel-background-color);
471
+ box-shadow: 0 0 0 1px var(--card-shadow-color);
472
+ border-radius: 4px;
473
+ height: 22px;
474
+ max-height: 22px;
475
+ }
476
+
477
+ .map-controls_4c0a66 .mapbox-control button, .map-controls_4c0a66 .map-control-wrapper button, .map-controls_4c0a66 .map-control button {
478
+ background-position: center;
479
+ width: 22px;
480
+ max-width: 22px;
481
+ height: 22px;
482
+ max-height: 22px;
483
+ padding: 0;
484
+ }
485
+
486
+ .map-controls_4c0a66 .map-scale-control_4c0a66 {
487
+ box-shadow: none;
488
+ background: none;
489
+ padding-top: 8px;
490
+ }
491
+
492
+ .map-controls_4c0a66 .map-scale-control_4c0a66 .mapboxgl-ctrl-scale {
493
+ background-color: var(--translucent-panel-background-color);
494
+ border-color: var(--secondary-text-color);
495
+ color: var(--secondary-text-color);
496
+ }
497
+
498
+ @media only screen and (width <= 768px) {
499
+ .map-container_4c0a66.detail-panel-enter_4c0a66 .context-stack_4c0a66 {
500
+ visibility: hidden;
501
+ height: 0;
502
+ transition: height .5s ease-in-out;
503
+ }
504
+
505
+ .detail-stack_4c0a66 {
506
+ position: inherit;
507
+ height: fit-content;
508
+ max-height: 70%;
509
+ }
510
+
511
+ .infodrawer-stack_4c0a66 {
512
+ max-height: 70%;
513
+ }
514
+
515
+ .infodrawer-stack_4c0a66.exit-active {
516
+ max-height: 0;
517
+ }
518
+
519
+ .mapbox-control.mapbox-zoom {
520
+ display: none;
521
+ }
522
+
523
+ .map-controls_4c0a66 {
524
+ position: absolute;
525
+ top: -60px;
526
+ right: 10px;
527
+ }
528
+
529
+ .detail-panel_4c0a66 {
530
+ border-radius: 0;
531
+ }
532
+ }
533
+
534
+ @media screen and (width >= 768px) {
535
+ .map-ui_4c0a66 {
536
+ flex-direction: row;
537
+ gap: .5em;
538
+ min-height: 80px;
539
+ padding: 1em 1em 2em;
540
+ }
541
+
542
+ .context-stack_4c0a66 {
543
+ max-width: var(--map-context-stack-max-width, 34em);
544
+ width: var(--map-context-stack-width, 16em);
545
+ flex-direction: column;
546
+ min-width: 14em;
547
+ margin-right: .5em;
548
+ padding-bottom: .5em;
549
+ transition: width .3s;
550
+ display: flex;
551
+ }
552
+
553
+ .context-stack_4c0a66.adaptive-width_4c0a66 {
554
+ width: var(--map-context-stack-width, none);
555
+ max-width: var(--map-context-stack-max-width, none);
556
+ transition: width .3s;
557
+ }
558
+
559
+ .context-stack_4c0a66 .bp5-navbar h1, .context-stack_4c0a66 .bp5-navbar h2, .context-stack_4c0a66 .bp5-navbar h3 {
560
+ margin: 0;
561
+ }
562
+
563
+ .context-stack_4c0a66 > .spacer_4c0a66 {
564
+ flex-grow: 0;
565
+ }
566
+
567
+ .context-panel-holder_4c0a66 {
568
+ min-height: 0;
569
+ position: relative;
570
+ }
571
+
572
+ .context-panel-holder_4c0a66 > div {
573
+ max-height: 100%;
574
+ }
575
+
576
+ .detail-stack_4c0a66 {
577
+ width: var(--map-detail-stack-width, 30em);
578
+ flex-direction: column;
579
+ display: flex;
580
+ }
581
+
582
+ .context-stack_4c0a66, .detail-stack_4c0a66 {
583
+ pointer-events: none;
584
+ z-index: 10;
585
+ }
586
+
587
+ .context-stack_4c0a66 > div, .detail-stack_4c0a66 > div {
588
+ pointer-events: all;
589
+ margin-bottom: .5em;
590
+ }
591
+
592
+ .context-stack_4c0a66 > div:last-child, .detail-stack_4c0a66 > div:last-child {
593
+ margin-bottom: 0;
594
+ }
595
+
596
+ .context-stack_4c0a66 > div.spacer_4c0a66, .detail-stack_4c0a66 > div.spacer_4c0a66 {
597
+ pointer-events: none;
598
+ }
599
+
600
+ .context-stack_4c0a66 .context-stack_4c0a66 .spacer_4c0a66, .detail-stack_4c0a66 .context-stack_4c0a66 .spacer_4c0a66 {
601
+ min-height: 1em;
602
+ }
603
+
604
+ .map-view-container_4c0a66 {
605
+ position: unset;
606
+ }
607
+ }
608
+
609
+ .map-container_4c0a66 .context-panel-holder_4c0a66 {
610
+ pointer-events: none;
611
+ flex: 1;
612
+ }
613
+
614
+ .map-container_4c0a66 .context-panel-holder_4c0a66 > div {
615
+ pointer-events: all;
616
+ transition: opacity .8s;
617
+ }
618
+
619
+ .map-container_4c0a66.context-panel-from_4c0a66 .context-panel-holder_4c0a66 > div {
620
+ opacity: 0;
621
+ }
622
+
623
+ .map-container_4c0a66.context-panel-enter_4c0a66 .context-panel-holder_4c0a66 > div {
624
+ opacity: 1;
625
+ }
626
+
627
+ .map-container_4c0a66.context-panel-leave_4c0a66 .context-panel-holder_4c0a66 > div, .map-container_4c0a66.detail-panel-floating_4c0a66.detail-panel-from_4c0a66 .detail-panel-holder_4c0a66 {
628
+ opacity: 0;
629
+ }
630
+
631
+ .map-container_4c0a66.detail-panel-floating_4c0a66.detail-panel-enter_4c0a66 .detail-panel-holder_4c0a66 {
632
+ opacity: 1;
633
+ }
634
+
635
+ .map-container_4c0a66.detail-panel-floating_4c0a66.detail-panel-leave_4c0a66 .detail-panel-holder_4c0a66 {
636
+ opacity: 0;
637
+ }
638
+
639
+ .map-container_4c0a66.detail-panel-floating_4c0a66 .detail-panel_4c0a66 {
640
+ transition: opacity .8s, height .8s, max-height .8s;
641
+ }
642
+
643
+ .map-container_4c0a66.detail-panel-fixed_4c0a66 .map-ui_4c0a66, .map-container_4c0a66.detail-panel-fixed_4c0a66 .detail-stack_4c0a66 {
644
+ transition: margin-right .8s;
645
+ }
646
+
647
+ .map-container_4c0a66.detail-panel-fixed_4c0a66.detail-panel-from_4c0a66 .detail-panel-holder_4c0a66 {
648
+ margin-right: calc(-1 * var(--map-detail-stack-width, 30em));
649
+ }
650
+
651
+ .map-container_4c0a66.detail-panel-fixed_4c0a66.detail-panel-enter_4c0a66 .detail-panel-holder_4c0a66 {
652
+ margin-right: 0;
653
+ }
654
+
655
+ .map-container_4c0a66.detail-panel-fixed_4c0a66.detail-panel-leave_4c0a66 .detail-panel-holder_4c0a66 {
656
+ margin-right: calc(-1 * var(--map-detail-stack-width, 30em));
657
+ }
658
+
659
+ @media only screen and (width <= 768px) {
660
+ .map-container_4c0a66 .detail-stack_4c0a66 {
661
+ transition: opacity .8s, height .8s, max-height .8s;
662
+ }
663
+
664
+ .map-container_4c0a66.detail-panel-from_4c0a66 .detail-stack_4c0a66 {
665
+ height: 0;
666
+ max-height: 0;
667
+ }
668
+
669
+ .map-container_4c0a66.detail-panel-leave_4c0a66 .detail-stack_4c0a66 {
670
+ max-height: 0;
671
+ }
672
+
673
+ .map-container_4c0a66.context-panel-from_4c0a66 .context-panel_4c0a66 {
674
+ height: 0;
675
+ max-height: 0;
676
+ }
677
+
678
+ .map-container_4c0a66.context-panel-leave_4c0a66 .context-stack_4c0a66 .context-panel-holder_4c0a66 {
679
+ flex: 0;
680
+ }
681
+
682
+ .map-container_4c0a66.context-panel-leave_4c0a66 .context-stack_4c0a66 .spacer_4c0a66 {
683
+ flex: 1;
684
+ }
685
+ }
686
+
687
+ @media only screen and (width >= 768px) {
688
+ .map-container_4c0a66.detail-panel-leave_4c0a66 .map-view-container_4c0a66 {
689
+ margin-right: -14em;
690
+ }
691
+
692
+ .map-container_4c0a66.map-is-global_4c0a66.detail-panel-leave_4c0a66 .map-view-container_4c0a66 {
693
+ margin-right: -30em;
694
+ }
695
+
696
+ .map-container_4c0a66.map-is-global_4c0a66.context-panel-leave_4c0a66 .map-view-container_4c0a66 {
697
+ margin-left: -16em;
698
+ }
699
+ }
700
+
701
+ .feature-panel_48e225 {
702
+ margin: 0 -1em;
703
+ position: relative;
704
+ }
705
+
706
+ .key-value_48e225 {
707
+ margin-right: 1em;
708
+ display: inline-block;
709
+ }
710
+
711
+ .key-value_48e225 .key_48e225 {
712
+ font-size: .9em;
713
+ font-weight: bold;
714
+ }
715
+
716
+ .key-value_48e225 .key_48e225:after {
717
+ content: ": ";
718
+ }
719
+
720
+ .key-value_48e225 .value_48e225 {
721
+ font-size: .9em;
722
+ }
723
+
724
+ .feature-properties_48e225 {
725
+ position: relative;
726
+ }
727
+
728
+ .feature-properties_48e225:before {
729
+ content: "–";
730
+ position: absolute;
731
+ top: 4px;
732
+ left: 0;
733
+ }
734
+
735
+ .feature-header_48e225 h3 {
736
+ margin-top: .5em;
737
+ margin-bottom: 0;
738
+ }
739
+
740
+ .feature-group_48e225 {
741
+ border-bottom: 1px solid var(--panel-rule-inner);
742
+ margin-bottom: .5em;
743
+ }
744
+
745
+ .feature-group_48e225:last-child {
746
+ border-bottom: none;
747
+ }
748
+
749
+ .tile-info_48e225 {
750
+ flex-direction: row;
751
+ align-items: baseline;
752
+ display: flex;
753
+ }
754
+
755
+ .tile-info_48e225 h3 {
756
+ margin-right: .5em;
757
+ }
758
+
759
+ .opacity-slider_48e225 {
760
+ margin: 0 1em .5em;
761
+ }
762
+
763
+ .opacity-slider_48e225 .bp5-slider-handle .bp5-slider-label {
764
+ background-color: var(--secondary-color);
765
+ color: var(--text-color);
766
+ }
767
+
768
+ .unit-number_48e225 .unit_48e225 {
769
+ margin-left: .2em;
770
+ font-size: .9em;
771
+ font-weight: bold;
772
+ }
773
+
774
+ .page_48e225 {
775
+ max-width: 50em;
776
+ margin: 2em auto;
777
+ }
778
+
779
+ .dev-index-page_48e225 {
780
+ overflow-y: scroll;
781
+ }
782
+
783
+ .panel-subhead_1340c8 {
784
+ padding: .2em var(--box-horizontal-padding);
785
+ border-top: 1px solid var(--panel-rule-color);
786
+ border-bottom: 1px solid var(--panel-rule-color);
787
+ background-color: var(--accent-color);
788
+ z-index: 1;
789
+ align-items: center;
790
+ gap: var(--box-horizontal-padding);
791
+ flex-direction: row;
792
+ display: flex;
793
+ position: sticky;
794
+ top: -1px;
795
+ }
796
+
797
+ .panel-subhead_1340c8 h1, .panel-subhead_1340c8 h2, .panel-subhead_1340c8 h3, .panel-subhead_1340c8 h4 {
798
+ margin: .2em 0;
799
+ font-family: Montserrat, sans-serif;
800
+ font-weight: 700;
801
+ }
802
+
803
+ .panel-subhead_1340c8 h4 {
804
+ font-weight: 600;
805
+ }
806
+
807
+ .panel-subhead_1340c8 .title_1340c8 {
808
+ flex-grow: 1;
809
+ }
810
+
811
+ .info-panel-section_1340c8 > .panel-subhead_1340c8 {
812
+ margin: -1px calc(var(--panel-padding-h) * -1) 0;
813
+ }
814
+
815
+ .expansion-panel_1340c8 {
816
+ flex-wrap: wrap;
817
+ margin-top: -1px;
818
+ padding: 0;
819
+ }
820
+
821
+ .sub-expansion-panel_1340c8 {
822
+ margin: -1px calc(var(--panel-padding-h) * -.5) 0;
823
+ overflow: hidden;
824
+ }
825
+
826
+ .sub-expansion-panel_1340c8:first-child .expansion-panel-header_1340c8 {
827
+ border-top-width: 0;
828
+ }
829
+
830
+ .sub-expansion-panel_1340c8 .panel-subhead_1340c8 {
831
+ border-top: none;
832
+ border-bottom: none;
833
+ }
834
+
835
+ .sub-expansion-panel_1340c8 .expansion-panel-header_1340c8 {
836
+ background-color: var(--accent-secondary-color);
837
+ cursor: pointer;
838
+ }
839
+
840
+ .sub-expansion-panel_1340c8 .expansion-panel-header_1340c8:hover {
841
+ background-color: var(--accent-secondary-hover-color);
842
+ }
843
+
844
+ .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 {
845
+ border-bottom: 1px solid var(--tertiary-border-color);
846
+ border-top: 1px solid var(--tertiary-border-color);
847
+ align-items: center;
848
+ margin-top: -1px;
849
+ padding: 5px 1em;
850
+ font-weight: 500;
851
+ }
852
+
853
+ .expansion-summary-title-help_1340c8, .expansion-summary-title-help_1340c8 .bp5-icon {
854
+ margin-left: 5px;
855
+ }
856
+
857
+ .expansion-panel-header_1340c8 {
858
+ cursor: pointer;
859
+ }
860
+
861
+ .expansion-panel-header_1340c8:hover {
862
+ background-color: var(--accent-hover-color);
863
+ }
864
+
865
+ .expansion-panel-header_1340c8 .bp5-icon {
866
+ transform: translate(0, 3px);
867
+ }
868
+
869
+ .expansion-children_1340c8 {
870
+ padding: 5px 1em 10px;
871
+ }
872
+
873
+ .expansion-children_1340c8 .expansion-panel_1340c8 {
874
+ margin-left: -1em;
875
+ margin-right: -1em;
876
+ }
877
+
878
+ .expansion-children_1340c8 .expansion-panel_1340c8:first-child {
879
+ margin-top: -5px;
880
+ }
881
+
882
+ .expansion-panel-subtext_1340c8 {
883
+ font-size: 85%;
884
+ font-weight: 400;
885
+ }
886
+
887
+ .expansion-panel-root {
888
+ padding-left: 15px !important;
889
+ }
890
+
891
+ .expansion-panel-detail {
892
+ padding: 0 !important;
893
+ display: block !important;
894
+ }
895
+
896
+ .expansion-panel-detail-sub {
897
+ display: block !important;
898
+ }
899
+
900
+ .expandable-details-main_1340c8 {
901
+ flex-direction: row;
902
+ justify-content: space-between;
903
+ align-items: center;
904
+ margin: 3px 0;
905
+ display: flex;
906
+ }
907
+
908
+ .expandable-details-header_1340c8 {
909
+ flex-direction: row;
910
+ flex-grow: 1;
911
+ align-items: baseline;
912
+ display: inline-flex;
913
+ }
914
+
915
+ .expandable-details-children_1340c8 {
916
+ position: relative;
917
+ }
918
+
919
+ .expandable-details-toggle_1340c8 .bp5-button {
920
+ font-size: 10px;
921
+ }
922
+
923
+ .expandable-details_1340c8.macrostrat-unit_1340c8 .title_1340c8:after {
924
+ content: none;
925
+ }
926
+
927
+ .expandable-details_1340c8 .title_1340c8 {
928
+ margin-right: 1em;
929
+ }
930
+
931
+ .expandable-details_1340c8 .title_1340c8:after {
932
+ content: ":";
933
+ }
934
+
935
+ .expansion-body_1340c8 {
936
+ background-color: var(--tertiary-background);
937
+ border-radius: 4px;
938
+ align-items: baseline;
939
+ width: 100%;
940
+ margin-bottom: 6px;
941
+ padding: 2px 6px;
942
+ display: inline-block;
943
+ box-shadow: 0 1px 2px 1px #0003;
944
+ }
945
+
946
+ .expansion-panel-detail-header_1340c8 {
947
+ color: var(--secondary-color);
948
+ margin-right: 1em;
949
+ font-size: 90%;
950
+ font-style: italic;
951
+ display: inline;
952
+ }
953
+
954
+ .expansion-panel-detail-header_1340c8:after {
955
+ content: ":";
956
+ }
957
+
958
+ .expansion-panel-detail-body_1340c8 {
959
+ display: inline;
960
+ }
961
+ /*# sourceMappingURL=index.css.map */