@macrostrat/map-interface 0.2.2 → 1.0.0

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