@civicactions/cmsds-open-data-components 3.0.0-alpha.25 → 3.0.0-alpha.27

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,835 @@
1
+ nav.dc-c-site-menu .dc-c-header--links a.dc-c-active-link span {
2
+ border-bottom: 2px solid var(--color-primary-light);
3
+ }
4
+
5
+ :root {
6
+ --su-color--blue-dark: #036;
7
+ --su-color--brown: #884c00;
8
+ --su-color--green-dark: #007641;
9
+ --su-color--green-muted: #277564;
10
+ --su-color--orange-dark: #d10000;
11
+ --su-color--orange-light: #d100001a;
12
+ --su-color--red-dark: #970000;
13
+ --su-color--red-light: #d300001a;
14
+ --su-color--red: #d30000;
15
+ }
16
+
17
+ .swagger-ui.swagger-ui .opblock .opblock-summary-method {
18
+ color: #333;
19
+ }
20
+
21
+ .swagger-ui.swagger-ui .opblock.opblock-delete {
22
+ background-color: var(--su-color--red-light);
23
+ border-color: var(--su-color--red);
24
+ }
25
+
26
+ .swagger-ui.swagger-ui .opblock.opblock-delete .opblock-summary-method {
27
+ color: #fff;
28
+ background-color: var(--su-color--red-dark);
29
+ }
30
+
31
+ .swagger-ui.swagger-ui .opblock.opblock-put .opblock-summary-method {
32
+ background-color: var(--su-color--brown);
33
+ color: #fff;
34
+ }
35
+
36
+ .swagger-ui.swagger-ui .parameter__name.required span, .swagger-ui.swagger-ui .parameter__name.required:after {
37
+ color: var(--su-color--red);
38
+ }
39
+
40
+ .swagger-ui.swagger-ui .btn.cancel {
41
+ border-color: var(--su-color--red);
42
+ color: var(--su-color--red);
43
+ }
44
+
45
+ .swagger-ui.swagger-ui .btn.authorize {
46
+ border-color: var(--su-color--green-muted);
47
+ background-color: var(--su-color--green-muted);
48
+ }
49
+
50
+ .swagger-ui.swagger-ui .btn.execute {
51
+ background-color: var(--su-color--blue-dark);
52
+ }
53
+
54
+ .swagger-ui.swagger-ui .info .title small {
55
+ background-color: #666;
56
+ }
57
+
58
+ .swagger-ui.swagger-ui .info .title small.version-stamp {
59
+ background-color: #005830;
60
+ }
61
+
62
+ .swagger-ui.swagger-ui .info a {
63
+ color: #036;
64
+ }
65
+
66
+ .swagger-ui.swagger-ui .model-hint {
67
+ word-wrap: break-word;
68
+ white-space: normal;
69
+ max-width: 100%;
70
+ top: 1.5em;
71
+ }
72
+
73
+ .swagger-ui.swagger-ui section.models .model-container {
74
+ overflow-x: auto;
75
+ }
76
+
77
+ .swagger-ui.swagger-ui table {
78
+ min-width: 500px;
79
+ }
80
+
81
+ .swagger-ui.swagger-ui table.model tbody tr td:first-of-type {
82
+ min-width: 174px;
83
+ }
84
+
85
+ .swagger-ui h2, .swagger-ui h3, .swagger-ui h4 {
86
+ font-weight: bold !important;
87
+ }
88
+
89
+ .dc-c-search-list-item, .dc-c-search-list-item li {
90
+ list-style: none;
91
+ }
92
+
93
+ .dc-c-search-list-item li a, .dc-c-search-list-item li button {
94
+ text-decoration: underline !important;
95
+ }
96
+
97
+ .dc-c-search-list-item li a svg, .dc-c-search-list-item li span svg {
98
+ fill: var(--link__color);
99
+ }
100
+
101
+ .dc-c-search-list-item svg {
102
+ margin-right: 8px;
103
+ }
104
+
105
+ .dc-c-search-list-item span > span > button {
106
+ padding: 0 !important;
107
+ font-weight: normal !important;
108
+ }
109
+
110
+ .dc-c-search-list-item a:visited svg {
111
+ fill: var(--link__color--visited);
112
+ }
113
+
114
+ .dkan-dataset-search {
115
+ position: relative;
116
+ }
117
+
118
+ .dkan-dataset-search input {
119
+ min-width: 100%;
120
+ }
121
+
122
+ @media only screen and (width >= 544px) {
123
+ .dkan-dataset-search input {
124
+ padding-left: 32px;
125
+ }
126
+ }
127
+
128
+ .dkan-dataset-search .ds-c-field__before {
129
+ top: 12px;
130
+ left: 16px;
131
+ }
132
+
133
+ .dkan-dataset-search--facet-container ul {
134
+ padding-left: 0;
135
+ list-style: none;
136
+ }
137
+
138
+ .dkan-dataset-search--clear-all-filters {
139
+ width: 100%;
140
+ }
141
+
142
+ .dc-c-search-list-item li a svg, .dc-c-search-list-item li span svg {
143
+ fill: var(--link__color);
144
+ }
145
+
146
+ .dc-c-search-list-item li a:visited svg {
147
+ fill: var(--link__color--visited);
148
+ }
149
+
150
+ .dc-dataset-search-list {
151
+ list-style: none;
152
+ }
153
+
154
+ .dc-search-header {
155
+ display: relative;
156
+ }
157
+
158
+ .dc-search-header:after {
159
+ content: "";
160
+ background-color: var(--color-primary-light);
161
+ width: 48px;
162
+ height: 4px;
163
+ margin: 16px 0;
164
+ display: block;
165
+ }
166
+
167
+ .dataset-results-count {
168
+ font-weight: bold;
169
+ }
170
+
171
+ .dkan-dataset-search--facet-container .ds-c-accordion__content {
172
+ max-height: 32rem;
173
+ }
174
+
175
+ .dc-dataset-search--clear-all-filters {
176
+ width: 100%;
177
+ }
178
+
179
+ .dkan-dataset-search {
180
+ position: relative;
181
+ }
182
+
183
+ .dkan-dataset-search input {
184
+ min-width: 100%;
185
+ }
186
+
187
+ @media only screen and (width >= 544px) {
188
+ .dkan-dataset-search input {
189
+ padding-left: 32px;
190
+ }
191
+ }
192
+
193
+ .dkan-dataset-search .ds-c-field__before {
194
+ top: 12px;
195
+ left: 16px;
196
+ }
197
+
198
+ .dc-c-datatable {
199
+ border-spacing: 0;
200
+ width: 100%;
201
+ }
202
+
203
+ .dc-c-datatable th {
204
+ text-align: left;
205
+ position: relative;
206
+ }
207
+
208
+ .dc-c-datatable thead th div {
209
+ cursor: pointer;
210
+ align-items: center;
211
+ display: flex;
212
+ }
213
+
214
+ .dc-thead--fixed-size th {
215
+ border-left: 2px solid var(--color-border);
216
+ }
217
+
218
+ .dc-thead--fixed-size th:first-child {
219
+ border-left: none;
220
+ }
221
+
222
+ .dc-thead--resizeable .dc-c-resize-handle {
223
+ background-color: var(--color-gray-light);
224
+ cursor: col-resize;
225
+ z-index: 1;
226
+ width: 10px;
227
+ min-width: 10px;
228
+ margin-left: -10px;
229
+ display: block;
230
+ position: absolute;
231
+ top: 0;
232
+ bottom: 0;
233
+ right: 0;
234
+ }
235
+
236
+ .dc-thead--resizeable .dc-c-resize-handle.isResizing, .dc-thead--resizeable .dc-c-resize-handle:hover {
237
+ background-color: var(--color-primary);
238
+ }
239
+
240
+ .dc-thead--truncated th span {
241
+ white-space: nowrap;
242
+ text-overflow: ellipsis;
243
+ display: inline-block;
244
+ overflow: hidden;
245
+ }
246
+
247
+ .dc-c-datatable--even-row td {
248
+ background-color: var(--table-striped__background-color);
249
+ }
250
+
251
+ .dc-c-sort--default, .dc-c-sort--asc, .dc-c-sort--desc {
252
+ padding-left: 8px;
253
+ padding-right: 16px;
254
+ }
255
+
256
+ .dc-c-sort--default:after, .dc-c-sort--asc:after, .dc-c-sort--desc:after {
257
+ width: 18px;
258
+ height: 18px;
259
+ padding-left: 8px;
260
+ font-family: "Font Awesome 5 Pro";
261
+ line-height: 18px;
262
+ display: inline;
263
+ }
264
+
265
+ .dc-c-sort--default:after {
266
+ content: "";
267
+ }
268
+
269
+ .dc-c-sort--asc:after {
270
+ content: "";
271
+ }
272
+
273
+ .dc-c-sort--desc:after {
274
+ content: "";
275
+ }
276
+
277
+ .dc-c-additional-info-table table {
278
+ width: 100%;
279
+ }
280
+
281
+ .dc-c-additional-info-table a {
282
+ word-break: break-all;
283
+ }
284
+
285
+ .ds-u-word-break-anywhere {
286
+ word-break: break-word;
287
+ overflow-wrap: anywhere;
288
+ }
289
+
290
+ ul.dc-c-resource-full-width {
291
+ width: 100%;
292
+ }
293
+
294
+ .dc-resource-header:before {
295
+ content: "";
296
+ background-color: var(--color-primary-light);
297
+ width: 48px;
298
+ height: 4px;
299
+ margin: 8px 0;
300
+ display: block;
301
+ }
302
+
303
+ .dc-truncate {
304
+ text-overflow: ellipsis;
305
+ white-space: nowrap;
306
+ max-width: 85%;
307
+ overflow: hidden;
308
+ }
309
+
310
+ .dc-c-metadata-description {
311
+ white-space: pre-line;
312
+ }
313
+
314
+ .dc-dataset .ds-c-tabs .ds-c-tabs__item {
315
+ text-decoration: none;
316
+ }
317
+
318
+ .dc-dataset .ds-c-tabs .ds-c-tabs__item[aria-selected="true"] svg {
319
+ fill: var(--link__color);
320
+ }
321
+
322
+ .dc-dataset .ds-c-tabs svg {
323
+ margin-right: 8px;
324
+ }
325
+
326
+ #main-content {
327
+ overflow: visible;
328
+ }
329
+
330
+ .dc-c-mobile-header--menu :focus {
331
+ box-shadow: 0 0 0 3px #0000, 0 0 4px 6px #0000;
332
+ }
333
+
334
+ .dc-c-mobile-header--menu :focus-visible {
335
+ border-radius: var(--button__border-radius);
336
+ box-shadow: 0 0 0 3px var(--color-focus-light), 0 0 4px 6px var(--color-focus-dark);
337
+ outline-offset: 3px;
338
+ background-color: #0000;
339
+ outline: 3px solid #0000;
340
+ }
341
+
342
+ .ds-c-usa-banner__button-text:after {
343
+ width: 0 !important;
344
+ height: 0 !important;
345
+ margin: 0 !important;
346
+ padding: 0 !important;
347
+ }
348
+
349
+ .dc-c-mobile-menu--open {
350
+ color: var(--color-white);
351
+ text-decoration: none;
352
+ }
353
+
354
+ .dc-c-mobile-menu--open:before {
355
+ content: "";
356
+ color: var(--color-white);
357
+ text-align: center;
358
+ vertical-align: middle;
359
+ width: 18px;
360
+ height: 18px;
361
+ margin-left: 10px;
362
+ padding-right: 10px;
363
+ font-family: "Font Awesome 5 Pro";
364
+ font-size: 18px;
365
+ font-weight: lighter;
366
+ line-height: 18px;
367
+ display: inline-block;
368
+ }
369
+
370
+ .dc-c-mobile-menu--close {
371
+ color: var(--color-white);
372
+ padding-bottom: 16px;
373
+ padding-left: 0;
374
+ text-decoration: none;
375
+ }
376
+
377
+ .dc-c-mobile-menu--close:before {
378
+ content: "";
379
+ color: var(--color-white);
380
+ text-align: center;
381
+ vertical-align: middle;
382
+ width: 18px;
383
+ height: 18px;
384
+ padding-right: 10px;
385
+ font-family: "Font Awesome 5 Pro";
386
+ font-size: 18px;
387
+ font-weight: lighter;
388
+ line-height: 18px;
389
+ display: inline-block;
390
+ }
391
+
392
+ .dc-c-mobile-header--menu {
393
+ background-color: var(--color-gray-dark);
394
+ z-index: 500;
395
+ visibility: hidden;
396
+ width: 100%;
397
+ height: 100%;
398
+ padding: 50px 0;
399
+ transition: left .7s;
400
+ position: fixed;
401
+ top: 0;
402
+ bottom: 0;
403
+ left: -100%;
404
+ }
405
+
406
+ .dc-c-mobile-header .dc-c-site-menu--sub-menu {
407
+ background: none;
408
+ width: auto;
409
+ position: relative;
410
+ top: -24px;
411
+ left: auto;
412
+ }
413
+
414
+ .dc-c-mobile-header .dc-c-site-menu--sub-menu a {
415
+ padding: 8px;
416
+ }
417
+
418
+ .dc-c-cmsheader {
419
+ background: var(--color-white);
420
+ position: relative;
421
+ }
422
+
423
+ .dc-c-cms-mobile-header-menu:before {
424
+ background: var(--color-primary-light);
425
+ content: "";
426
+ width: 48px;
427
+ height: 2px;
428
+ margin-bottom: 16px;
429
+ margin-left: 8px;
430
+ display: block;
431
+ }
432
+
433
+ .dc-c-cms-mobile-header-menu ul {
434
+ margin: 0;
435
+ padding: 0;
436
+ list-style: none;
437
+ }
438
+
439
+ .dc-c-cms-mobile-header-menu a, .dc-c-cms-mobile-header-menu a:hover, .dc-c-cms-mobile-header-menu a:focus, .dc-c-cms-mobile-header-menu a:visited {
440
+ color: var(--color-white);
441
+ background-color: #0000;
442
+ border-bottom: 2px solid #0000;
443
+ text-decoration: none;
444
+ display: inline-block;
445
+ }
446
+
447
+ .dc-c-cms-mobile-header-menu a:hover, .dc-c-cms-mobile-header-menu a:active {
448
+ border-bottom: 2px solid var(--color-primary-light);
449
+ }
450
+
451
+ .has-submenu > button:after {
452
+ content: "";
453
+ color: var(--color-white);
454
+ text-align: center;
455
+ vertical-align: middle;
456
+ width: 18px;
457
+ height: 18px;
458
+ margin-left: 10px;
459
+ padding-right: 10px;
460
+ font-family: "Font Awesome 5 Pro";
461
+ font-size: 18px;
462
+ font-weight: lighter;
463
+ line-height: 18px;
464
+ display: inline-block;
465
+ }
466
+
467
+ .has-submenu.open > button:after {
468
+ content: "";
469
+ }
470
+
471
+ .dc-c-header--mobile-links button {
472
+ padding: 0;
473
+ font-weight: 700;
474
+ }
475
+
476
+ .dc-c-header--mobile-links a {
477
+ display: block;
478
+ }
479
+
480
+ .dc-c-mobile-header.menu-open .dc-c-cmsheader {
481
+ z-index: 501;
482
+ background-color: #0000;
483
+ }
484
+
485
+ .dc-c-mobile-header.menu-open .dc-c-cmsheader-menu a, .dc-c-mobile-header.menu-open button, .dc-c-mobile-header.menu-open .cms-link-container a:before {
486
+ color: var(--color-white);
487
+ }
488
+
489
+ .dc-c-mobile-header.menu-open .dc-c-mobile-header--menu {
490
+ visibility: visible;
491
+ left: 0;
492
+ }
493
+
494
+ .cms-link-container {
495
+ border-right: none;
496
+ margin-right: 20px;
497
+ display: block;
498
+ }
499
+
500
+ .cms-link-container a {
501
+ border-bottom: none;
502
+ margin-right: 20px;
503
+ text-decoration: none;
504
+ display: inline-block;
505
+ }
506
+
507
+ .cms-link-container a:before {
508
+ content: "";
509
+ color: #323a45;
510
+ text-align: center;
511
+ vertical-align: middle;
512
+ width: 18px;
513
+ height: 18px;
514
+ margin-left: 10px;
515
+ padding-right: 10px;
516
+ font-family: "Font Awesome 5 Pro";
517
+ font-size: 18px;
518
+ font-weight: lighter;
519
+ line-height: 18px;
520
+ display: inline-block;
521
+ }
522
+
523
+ .cms-link-container img {
524
+ vertical-align: middle;
525
+ width: 90px;
526
+ height: auto;
527
+ display: inline-block;
528
+ }
529
+
530
+ .cms-text-container {
531
+ color: #6f757c;
532
+ padding-top: 28px;
533
+ display: block;
534
+ }
535
+
536
+ .dc-c-cmsheader-menu {
537
+ margin: 0;
538
+ padding: 0;
539
+ }
540
+
541
+ .dc-c-cmsheader-menu li {
542
+ list-style: none;
543
+ }
544
+
545
+ .dc-c-cmsheader-menu a {
546
+ color: #323a45;
547
+ border-bottom: 1px solid #fff3;
548
+ margin: 3px 7px;
549
+ padding: 0;
550
+ text-decoration: none;
551
+ }
552
+
553
+ .dc-c-cmsheader-menu a:hover, .dc-c-cmsheader-menu a:active {
554
+ border-bottom: 2px solid #323a45;
555
+ }
556
+
557
+ @media (width >= 544px) {
558
+ .dc-c-main-navigation--search, .dc-c-mobile-menu--search {
559
+ border-left: 1px solid var(--color-white);
560
+ }
561
+ }
562
+
563
+ @media (width >= 1024px) {
564
+ .cms-link-container {
565
+ float: left;
566
+ border-right: 1px solid #d6d7d9;
567
+ width: 240px;
568
+ height: 85px;
569
+ }
570
+
571
+ .cms-link-container a {
572
+ margin-top: 28px;
573
+ margin-bottom: 20px;
574
+ }
575
+
576
+ .cms-link-container img {
577
+ vertical-align: middle;
578
+ width: auto;
579
+ max-width: 80%;
580
+ height: auto;
581
+ display: inline-block;
582
+ }
583
+
584
+ .cms-link-container a:before {
585
+ width: 28px;
586
+ height: 28px;
587
+ margin-left: 0;
588
+ font-size: 28px;
589
+ line-height: 28px;
590
+ }
591
+ }
592
+
593
+ nav.dc-c-site-menu .dc-c-header--links {
594
+ margin: 0;
595
+ padding: 0;
596
+ }
597
+
598
+ nav.dc-c-site-menu .dc-c-header--links li {
599
+ height: 100%;
600
+ list-style: none;
601
+ }
602
+
603
+ nav.dc-c-site-menu .dc-c-header--links button {
604
+ border: none;
605
+ font-size: 16px;
606
+ text-decoration: none;
607
+ }
608
+
609
+ nav.dc-c-site-menu .dc-c-header--links button span {
610
+ border-bottom: 2px solid #0000;
611
+ }
612
+
613
+ nav.dc-c-site-menu .dc-c-header--links a {
614
+ padding: var(--space, 8px 24px);
615
+ text-decoration: none;
616
+ }
617
+
618
+ nav.dc-c-site-menu .dc-c-header--links a span {
619
+ border-bottom: 2px solid #0000;
620
+ }
621
+
622
+ nav.dc-c-site-menu .dc-c-header--links > li:hover > button span, nav.dc-c-site-menu .dc-c-header--links > li button:focus span, nav.dc-c-site-menu .dc-c-header--links > li button:hover span, nav.dc-c-site-menu .dc-c-header--links > li:hover > a span, nav.dc-c-site-menu .dc-c-header--links > li:focus > a span, nav.dc-c-site-menu .dc-c-header--links > li a:hover span, nav.dc-c-site-menu .dc-c-header--links > li a:focus span {
623
+ border-bottom: 2px solid var(--color-primary-light);
624
+ }
625
+
626
+ nav.dc-c-site-menu .dc-c-header--links a:focus, .dc-c-site-title a:focus {
627
+ box-shadow: 0 0 0 3px var(--color-focus-light), 0 0 4px 6px var(--color-focus-dark);
628
+ outline-offset: 3px;
629
+ border-radius: var(--button__border-radius);
630
+ background-color: #0000;
631
+ outline: 3px solid #0000;
632
+ text-decoration: none;
633
+ }
634
+
635
+ nav > ul li ul {
636
+ display: none;
637
+ }
638
+
639
+ nav > ul li.open ul {
640
+ display: block;
641
+ }
642
+
643
+ li.has-submenu {
644
+ position: relative;
645
+ }
646
+
647
+ .dc-c-site-menu--sub-menu {
648
+ background: var(--color-primary);
649
+ width: 300px;
650
+ margin: 0;
651
+ padding: 0;
652
+ position: absolute;
653
+ top: 48px;
654
+ left: 0;
655
+ }
656
+
657
+ .dc-c-site-menu--sub-menu a {
658
+ padding: 16px;
659
+ display: block;
660
+ }
661
+
662
+ .dc-c-site-menu--sub-menu a span {
663
+ border-bottom: 2px solid #0000;
664
+ }
665
+
666
+ .dc-c-site-menu--sub-menu a:hover span, .dc-c-site-menu--sub-menu a:focus span {
667
+ border-bottom: 2px solid var(--color-primary-light);
668
+ }
669
+
670
+ .dc-c-site-title a {
671
+ text-decoration: none;
672
+ }
673
+
674
+ .dc-c-mobile-menu--search {
675
+ display: inherit;
676
+ }
677
+
678
+ .dc-c-search-modal--button:before {
679
+ content: "";
680
+ color: var(--color-white);
681
+ text-align: center;
682
+ vertical-align: middle;
683
+ box-sizing: content-box;
684
+ width: 18px;
685
+ height: 18px;
686
+ margin-left: 10px;
687
+ padding-right: 10px;
688
+ font-family: "Font Awesome 5 Pro";
689
+ font-size: 18px;
690
+ font-weight: lighter;
691
+ line-height: 18px;
692
+ display: inline-block;
693
+ }
694
+
695
+ .dc-c-footer {
696
+ background-color: #fff;
697
+ }
698
+
699
+ .dc-c-footer ul {
700
+ margin: 0;
701
+ padding: 0;
702
+ list-style: none;
703
+ }
704
+
705
+ .dc-c-footer--middle-container {
706
+ background: linear-gradient(90deg, #f6f9fd 50%, #e8f0fa 50%);
707
+ }
708
+
709
+ .dc-c-footer__title {
710
+ color: var(--color-gray);
711
+ font-weight: 400;
712
+ }
713
+
714
+ .dc-c-footer__title span {
715
+ font-weight: 700;
716
+ }
717
+
718
+ .dc-c-footer__resources {
719
+ background: #f6f9fd;
720
+ }
721
+
722
+ .dc-c-footer__utility {
723
+ background: var(--color-white);
724
+ }
725
+
726
+ .dc-c-footer__utility li {
727
+ list-style: none;
728
+ }
729
+
730
+ .dc-c-footer__cms-information {
731
+ background: #e8f0fa;
732
+ }
733
+
734
+ .dc-footer--heading {
735
+ text-transform: uppercase;
736
+ }
737
+
738
+ .dc-c-emailupdates {
739
+ background-image: linear-gradient(35deg, var(--color-primary-darkest), var(--color-primary-darker), var(--color-primary));
740
+ color: var(--color-white);
741
+ }
742
+
743
+ .dc-c-footer--svg-icon {
744
+ text-align: center;
745
+ width: 40px;
746
+ height: 40px;
747
+ font-size: 42px;
748
+ display: inline-block;
749
+ position: relative;
750
+ }
751
+
752
+ .dc-c-footer--svg-icon svg.svg-inline--fa {
753
+ width: 1em;
754
+ height: 1em;
755
+ }
756
+
757
+ .dc-c-footer--svg-icon .fa-circle {
758
+ fill: #6f757c;
759
+ }
760
+
761
+ .dc-c-footer--svg-icon .fa-inverse {
762
+ fill: var(--color-white);
763
+ padding-left: 2px;
764
+ font-size: 25px;
765
+ }
766
+
767
+ .svg-inline--fa {
768
+ margin: auto;
769
+ position: absolute;
770
+ inset: 0;
771
+ }
772
+
773
+ .ds-c-button.display-settings-font {
774
+ font: inherit;
775
+ }
776
+
777
+ .dc-c-breadcrumb__list {
778
+ margin-top: 0;
779
+ margin-bottom: 0;
780
+ padding-left: 0;
781
+ list-style-type: none;
782
+ display: block;
783
+ }
784
+
785
+ .dc-c-breadcrumb__list > li {
786
+ max-width: unset;
787
+ margin-bottom: 0;
788
+ }
789
+
790
+ .dc-c-breadcrumb__list > li:after {
791
+ content: "";
792
+ margin: 0 10px;
793
+ font-family: "Font Awesome 5 Pro";
794
+ font-size: 10px;
795
+ font-weight: 600;
796
+ }
797
+
798
+ .dc-c-breadcrumb__list > li:last-child:after {
799
+ content: "";
800
+ margin: 0;
801
+ }
802
+
803
+ .dc-c-breadcrumb__list-item {
804
+ display: inline-block;
805
+ }
806
+
807
+ .dc-c-breadcrumb__link {
808
+ display: inline;
809
+ }
810
+
811
+ .dc-query-builder > .ds-c-accordion > .ds-c-accordion__content {
812
+ overflow: visible;
813
+ }
814
+
815
+ .dc-query-builder .react-datepicker select {
816
+ background-image: none;
817
+ }
818
+
819
+ .dc-c-resource-action {
820
+ min-height: 100%;
821
+ }
822
+
823
+ .dc-filtered-resource-toggle {
824
+ align-self: center;
825
+ }
826
+
827
+ .dc-c-filterd-resouce-drawer .ds-c-help-drawer__footer h4 {
828
+ display: none;
829
+ }
830
+
831
+ .dc-c-resource-header--buttons {
832
+ display: flex;
833
+ }
834
+
835
+ /*# sourceMappingURL=main.css.map */