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

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