@civicactions/cmsds-open-data-components 4.1.0-alpha.6 → 4.1.0-alpha.8

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 CHANGED
@@ -64,7 +64,7 @@
64
64
  }
65
65
 
66
66
  .dkan-c-cms-topnav {
67
- height: 51px;
67
+ height: 3.188rem;
68
68
  }
69
69
 
70
70
  .dkan-c-cms-topnav > div {
@@ -95,7 +95,7 @@
95
95
 
96
96
  @media screen and (width >= 1024px) {
97
97
  .dkan-c-cms-topnav {
98
- height: 85px;
98
+ height: 5.313rem;
99
99
  }
100
100
  }
101
101
 
@@ -156,6 +156,215 @@
156
156
  z-index: 999;
157
157
  }
158
158
 
159
+ .dc-c-search-list-item {
160
+ list-style: none;
161
+ }
162
+
163
+ .dc-c-search-list-item ul {
164
+ gap: 0;
165
+ }
166
+
167
+ .dc-c-search-list-item li {
168
+ list-style: none;
169
+ }
170
+
171
+ .dc-c-search-list-item li:first-child > span {
172
+ padding-left: 0;
173
+ }
174
+
175
+ .dc-c-search-list-item li a, .dc-c-search-list-item li button {
176
+ text-decoration: underline !important;
177
+ }
178
+
179
+ .dc-c-search-list-item svg {
180
+ margin-right: 8px;
181
+ }
182
+
183
+ .dc-c-search-list-item button, .dc-c-search-list-item span > a {
184
+ font-weight: normal !important;
185
+ }
186
+
187
+ .dc-c-search-list-item a:visited svg {
188
+ fill: var(--link__color--visited);
189
+ }
190
+
191
+ .dc-c-search-list-item .ds-c-button {
192
+ text-decoration: none !important;
193
+ }
194
+
195
+ .dc-c-search-list-item .ds-c-button svg, .dc-c-search-list-item .ds-c-button:visited svg {
196
+ fill: var(--color-white);
197
+ }
198
+
199
+ .dc-c-search-list-item .dkan-disabled-link-wrapper {
200
+ cursor: not-allowed;
201
+ }
202
+
203
+ .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link {
204
+ pointer-events: none;
205
+ color: #757575;
206
+ }
207
+
208
+ .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:active, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:hover, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:focus {
209
+ color: #757575;
210
+ }
211
+
212
+ .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:active svg, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:hover svg, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:focus svg {
213
+ fill: #757575;
214
+ }
215
+
216
+ .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link svg {
217
+ fill: #757575 !important;
218
+ }
219
+
220
+ .dc-c-search-list-item .theme-list {
221
+ display: inline-block;
222
+ }
223
+
224
+ .dc-c-search-list-item .theme-list li {
225
+ letter-spacing: .75px;
226
+ color: #fff;
227
+ margin-bottom: 4px;
228
+ margin-right: 8px;
229
+ padding: 3px 10px;
230
+ font-size: 1.2rem;
231
+ text-decoration: none;
232
+ display: inline-block;
233
+ }
234
+
235
+ .dc-c-search-list-item .theme-list li a {
236
+ color: #fff;
237
+ text-decoration: none !important;
238
+ }
239
+
240
+ .dc-c-search-list-item .theme-list li a:hover, .dc-c-search-list-item .theme-list li a:focus, .dc-c-search-list-item .theme-list li a:visited:focus {
241
+ outline-offset: 12px;
242
+ text-decoration: underline !important;
243
+ }
244
+
245
+ .dataset-date .dataset-date-item {
246
+ white-space: nowrap;
247
+ }
248
+
249
+ .dataset-date .dataset-date-item > span {
250
+ line-height: 1.8rem;
251
+ }
252
+
253
+ .dataset-date .dataset-date-item .ds-c-tooltip__container {
254
+ width: 20px;
255
+ display: inline-block;
256
+ position: relative;
257
+ bottom: 10px;
258
+ }
259
+
260
+ .dataset-date > .bullet-point {
261
+ font-size: 1.2rem;
262
+ }
263
+
264
+ @media screen and (width <= 543px) {
265
+ .dataset-date .bullet-point {
266
+ display: none;
267
+ }
268
+ }
269
+
270
+ .dkan-dataset-search {
271
+ position: relative;
272
+ }
273
+
274
+ @media only screen and (width >= 544px) {
275
+ .dkan-dataset-search input {
276
+ padding-left: 32px;
277
+ }
278
+ }
279
+
280
+ @media only screen and (width <= 544px) {
281
+ .dkan-dataset-search div.--alt-style input {
282
+ --text-input__border-radius: 50px;
283
+ --text-input__border-color: #c6b7b7;
284
+ height: 61px;
285
+ }
286
+ }
287
+
288
+ .dkan-dataset-search .dc-c-search-button-mobile {
289
+ z-index: 1000;
290
+ border-top-left-radius: 0;
291
+ border-bottom-left-radius: 0;
292
+ height: 3.563rem;
293
+ position: absolute;
294
+ top: 2px;
295
+ right: 18px;
296
+ }
297
+
298
+ .dkan-dataset-search--facet-container ul {
299
+ padding-left: 0;
300
+ list-style: none;
301
+ }
302
+
303
+ .dkan-dataset-search--clear-all-filters {
304
+ width: 100%;
305
+ }
306
+
307
+ .dc-c-search-list-item li a svg, .dc-c-search-list-item li span svg {
308
+ fill: var(--link__color);
309
+ }
310
+
311
+ .dc-c-search-list-item li a:visited svg {
312
+ fill: var(--link__color--visited);
313
+ }
314
+
315
+ .dc-dataset-search-list {
316
+ list-style: none;
317
+ }
318
+
319
+ .dc-search-header {
320
+ display: relative;
321
+ }
322
+
323
+ .dc-search-header:after {
324
+ content: "";
325
+ background-color: var(--color-primary-light);
326
+ width: 48px;
327
+ height: 4px;
328
+ margin: 16px 0;
329
+ display: block;
330
+ }
331
+
332
+ .dataset-results-count {
333
+ font-weight: bold;
334
+ }
335
+
336
+ .dkan-dataset-search--facet-container .ds-c-accordion__content {
337
+ max-height: 32rem;
338
+ }
339
+
340
+ .dc-dataset-search--clear-all-filters {
341
+ width: 100%;
342
+ }
343
+
344
+ .dkan-dataset-search {
345
+ align-items: flex-start;
346
+ position: relative;
347
+ }
348
+
349
+ .dkan-dataset-search input {
350
+ min-width: 100%;
351
+ }
352
+
353
+ @media only screen and (width >= 544px) {
354
+ .dkan-dataset-search input {
355
+ padding-left: 32px;
356
+ }
357
+ }
358
+
359
+ .dkan-dataset-search .ds-c-field__before {
360
+ top: 12px;
361
+ left: 16px;
362
+ }
363
+
364
+ .dkan-dataset-search .ds-c-inline-error {
365
+ max-width: none;
366
+ }
367
+
159
368
  .dkan-c-main-navigation--search .dkan-c-header-search--modal-button span {
160
369
  border-bottom: 2px solid #0000;
161
370
  }
@@ -420,6 +629,10 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
420
629
  display: inherit;
421
630
  }
422
631
 
632
+ .dc-c-hero .ds-c-inline-error {
633
+ max-width: none;
634
+ }
635
+
423
636
  .dc-c-list-item {
424
637
  list-style: none;
425
638
  }
@@ -432,163 +645,40 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
432
645
  list-style: none;
433
646
  }
434
647
 
435
- .dc-c-list-item li:first-child > span {
436
- padding-left: 0;
437
- }
438
-
439
- .dc-c-list-item li a, .dc-c-list-item li button {
440
- text-decoration: underline !important;
441
- }
442
-
443
- .dc-c-list-item li a svg, .dc-c-list-item li span svg {
444
- fill: var(--link__color);
445
- }
446
-
447
- .dc-c-list-item svg {
448
- margin-right: 8px;
449
- }
450
-
451
- .dc-c-list-item button, .dc-c-list-item span > a {
452
- font-weight: normal !important;
453
- }
454
-
455
- .dc-c-list-item a:visited svg {
456
- fill: var(--link__color--visited);
457
- }
458
-
459
- .dc-c-list-item span[id^="dataset-"] + h2 {
460
- margin-top: 0;
461
- }
462
-
463
- .dc-c-list-item .ds-c-button {
464
- text-decoration: none !important;
465
- }
466
-
467
- .dc-c-list-item .ds-c-button svg, .dc-c-list-item .ds-c-button:visited svg {
468
- fill: var(--color-white);
469
- }
470
-
471
- .dc-c-search-list-item {
472
- list-style: none;
473
- }
474
-
475
- .dc-c-search-list-item ul {
476
- gap: 0;
477
- }
478
-
479
- .dc-c-search-list-item li {
480
- list-style: none;
481
- }
482
-
483
- .dc-c-search-list-item li:first-child > span {
484
- padding-left: 0;
485
- }
486
-
487
- .dc-c-search-list-item li a, .dc-c-search-list-item li button {
488
- text-decoration: underline !important;
489
- }
490
-
491
- .dc-c-search-list-item svg {
492
- margin-right: 8px;
493
- }
494
-
495
- .dc-c-search-list-item button, .dc-c-search-list-item span > a {
496
- font-weight: normal !important;
497
- }
498
-
499
- .dc-c-search-list-item a:visited svg {
500
- fill: var(--link__color--visited);
501
- }
502
-
503
- .dc-c-search-list-item .ds-c-button {
504
- text-decoration: none !important;
505
- }
506
-
507
- .dc-c-search-list-item .ds-c-button svg, .dc-c-search-list-item .ds-c-button:visited svg {
508
- fill: var(--color-white);
509
- }
510
-
511
- .dc-c-search-list-item .dkan-disabled-link-wrapper {
512
- cursor: not-allowed;
513
- }
514
-
515
- .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link {
516
- pointer-events: none;
517
- color: #757575;
518
- }
519
-
520
- .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:active, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:hover, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:focus {
521
- color: #757575;
522
- }
523
-
524
- .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:active svg, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:hover svg, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link:focus svg, .dc-c-search-list-item .dkan-disabled-link-wrapper .dkan-disabled-link svg {
525
- fill: #757575;
526
- }
527
-
528
- .dataset-date .dataset-date-item {
529
- white-space: nowrap;
530
- }
531
-
532
- .dataset-date .dataset-date-item > span {
533
- line-height: 1.8rem;
534
- }
535
-
536
- .dataset-date .dataset-date-item .ds-c-tooltip__container {
537
- width: 20px;
538
- display: inline-block;
539
- position: relative;
540
- bottom: 10px;
541
- }
542
-
543
- .dataset-date > .bullet-point {
544
- font-size: 1.2rem;
648
+ .dc-c-list-item li:first-child > span {
649
+ padding-left: 0;
545
650
  }
546
651
 
547
- @media screen and (width <= 543px) {
548
- .dataset-date .bullet-point {
549
- display: none;
550
- }
652
+ .dc-c-list-item li a, .dc-c-list-item li button {
653
+ text-decoration: underline !important;
551
654
  }
552
655
 
553
- @media only screen and (width >= 544px) {
554
- .dkan-dataset-search input {
555
- padding-left: 32px;
556
- }
656
+ .dc-c-list-item li a svg, .dc-c-list-item li span svg {
657
+ fill: var(--link__color);
557
658
  }
558
659
 
559
- @media only screen and (width <= 544px) {
560
- .dkan-dataset-search div.--alt-style input {
561
- --text-input__border-radius: 50px;
562
- --text-input__border-color: #c6b7b7;
563
- height: 61px;
564
- }
660
+ .dc-c-list-item svg {
661
+ margin-right: 8px;
565
662
  }
566
663
 
567
- .dkan-dataset-search .dc-c-search-button-mobile {
568
- z-index: 1000;
569
- border-top-left-radius: 0;
570
- border-bottom-left-radius: 0;
571
- height: 57px;
572
- position: absolute;
573
- top: 2px;
574
- right: 18px;
664
+ .dc-c-list-item button, .dc-c-list-item span > a {
665
+ font-weight: normal !important;
575
666
  }
576
667
 
577
- .dkan-dataset-search--facet-container ul {
578
- padding-left: 0;
579
- list-style: none;
668
+ .dc-c-list-item a:visited svg {
669
+ fill: var(--link__color--visited);
580
670
  }
581
671
 
582
- .dkan-dataset-search--clear-all-filters {
583
- width: 100%;
672
+ .dc-c-list-item span[id^="dataset-"] + h2 {
673
+ margin-top: 0;
584
674
  }
585
675
 
586
- .dc-c-search-list-item li a svg, .dc-c-search-list-item li span svg {
587
- fill: var(--link__color);
676
+ .dc-c-list-item .ds-c-button {
677
+ text-decoration: none !important;
588
678
  }
589
679
 
590
- .dc-c-search-list-item li a:visited svg {
591
- fill: var(--link__color--visited);
680
+ .dc-c-list-item .ds-c-button svg, .dc-c-list-item .ds-c-button:visited svg {
681
+ fill: var(--color-white);
592
682
  }
593
683
 
594
684
  :root {
@@ -603,6 +693,10 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
603
693
  --su-color--red: #d30000;
604
694
  }
605
695
 
696
+ .swagger-ui.swagger-ui {
697
+ font-family: inherit;
698
+ }
699
+
606
700
  .swagger-ui.swagger-ui .opblock .opblock-summary-method {
607
701
  color: #333;
608
702
  }
@@ -640,7 +734,7 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
640
734
  background-color: var(--su-color--blue-dark);
641
735
  }
642
736
 
643
- .swagger-ui.swagger-ui .info .title > span span {
737
+ .swagger-ui.swagger-ui .information-container span.version-stamp {
644
738
  color: #fff;
645
739
  vertical-align: super;
646
740
  background-color: #666;
@@ -653,12 +747,24 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
653
747
  top: -5px;
654
748
  }
655
749
 
656
- .swagger-ui.swagger-ui .info .title > span span.version-stamp--openapi {
750
+ .swagger-ui.swagger-ui .information-container span.version-stamp.version-stamp--openapi {
657
751
  background-color: #005830;
658
752
  }
659
753
 
660
- .swagger-ui.swagger-ui .info a {
661
- color: #036;
754
+ .swagger-ui.swagger-ui .information-container a {
755
+ color: var(--link__color);
756
+ }
757
+
758
+ .swagger-ui.swagger-ui .information-container a:visited {
759
+ color: var(--link__color--visited);
760
+ }
761
+
762
+ .swagger-ui.swagger-ui .information-container a:hover {
763
+ color: var(--link__color);
764
+ }
765
+
766
+ .swagger-ui.swagger-ui .information-container a:active {
767
+ color: var(--link__color--active);
662
768
  }
663
769
 
664
770
  .swagger-ui.swagger-ui .model-hint {
@@ -699,6 +805,233 @@ div.dkan-c-sidebar-nav .dkan-c--sidebar-nav-wrapper {
699
805
  }
700
806
  }
701
807
 
808
+ #api-docs-swagger-ui-plugin .model .property {
809
+ color: #6b6b6b !important;
810
+ }
811
+
812
+ #api-docs-swagger-ui-plugin pre.errors-wrapper {
813
+ display: none;
814
+ }
815
+
816
+ #api-docs-swagger-ui-plugin .btn {
817
+ transition: none;
818
+ }
819
+
820
+ #api-docs-swagger-ui-plugin .parameters input {
821
+ color: #323a45;
822
+ font-size: .8em;
823
+ }
824
+
825
+ #api-docs-swagger-ui-plugin .execute-wrapper, #api-docs-swagger-ui-plugin .btn-group {
826
+ justify-content: flex-start;
827
+ padding: 12px 24px 24px;
828
+ display: flex;
829
+ }
830
+
831
+ #api-docs-swagger-ui-plugin .wrapper > .block {
832
+ padding: 0;
833
+ }
834
+
835
+ #api-docs-swagger-ui-plugin .wrapper:has( + .wrapper:last-child .block:empty) {
836
+ display: flow-root;
837
+ }
838
+
839
+ #api-docs-swagger-ui-plugin .opblock {
840
+ box-shadow: none;
841
+ background: none;
842
+ border: none;
843
+ }
844
+
845
+ #api-docs-swagger-ui-plugin .opblock .opblock-section {
846
+ margin-top: 25px;
847
+ }
848
+
849
+ #api-docs-swagger-ui-plugin .opblock .opblock-description-wrapper {
850
+ margin: 0;
851
+ padding: 16px;
852
+ }
853
+
854
+ #api-docs-swagger-ui-plugin .opblock .opblock-section, #api-docs-swagger-ui-plugin .opblock .responses-wrapper {
855
+ background: #fff;
856
+ border: 1px solid #d6d7d9;
857
+ border-radius: 2px;
858
+ margin-left: 24px;
859
+ }
860
+
861
+ #api-docs-swagger-ui-plugin .opblock .opblock-section .opblock-section-header, #api-docs-swagger-ui-plugin .opblock .responses-wrapper .opblock-section-header {
862
+ box-shadow: none;
863
+ background: #f6f9fd;
864
+ padding: 16px;
865
+ }
866
+
867
+ #api-docs-swagger-ui-plugin .opblock .opblock-section .opblock-section-header .opblock-title, #api-docs-swagger-ui-plugin .opblock .opblock-section .opblock-section-header h4, #api-docs-swagger-ui-plugin .opblock .responses-wrapper .opblock-section-header .opblock-title, #api-docs-swagger-ui-plugin .opblock .responses-wrapper .opblock-section-header h4 {
868
+ color: #0c2499;
869
+ text-transform: uppercase;
870
+ letter-spacing: 1px;
871
+ cursor: default;
872
+ font-size: .9em;
873
+ font-weight: 800;
874
+ line-height: 16px;
875
+ }
876
+
877
+ #api-docs-swagger-ui-plugin .opblock .opblock-section .opblock-section-header .opblock-title > span:after, #api-docs-swagger-ui-plugin .opblock .opblock-section .opblock-section-header h4 > span:after, #api-docs-swagger-ui-plugin .opblock .responses-wrapper .opblock-section-header .opblock-title > span:after, #api-docs-swagger-ui-plugin .opblock .responses-wrapper .opblock-section-header h4 > span:after {
878
+ background: none !important;
879
+ display: none !important;
880
+ }
881
+
882
+ #api-docs-swagger-ui-plugin .OperationTag:not(:first-of-type) .toggle-block {
883
+ border-top: 1px solid #e1e2e3;
884
+ }
885
+
886
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button {
887
+ width: 100%;
888
+ font-weight: inherit;
889
+ flex: auto;
890
+ min-height: 64px;
891
+ position: relative;
892
+ }
893
+
894
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button:hover .toggle-block-title-text, #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button:focus .toggle-block-title-text {
895
+ text-decoration: underline;
896
+ }
897
+
898
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button:hover .toggle-block-title-description, #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button:focus .toggle-block-title-description {
899
+ text-decoration: none;
900
+ }
901
+
902
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button .toggle-block-title-description {
903
+ color: #3b4151;
904
+ margin-top: 1px;
905
+ }
906
+
907
+ #api-docs-swagger-ui-plugin .OperationTag .toggle-block-title-button > svg {
908
+ pointer-events: none;
909
+ width: 20px;
910
+ height: 20px;
911
+ position: absolute;
912
+ top: 50%;
913
+ left: 0;
914
+ transform: translateY(-50%);
915
+ }
916
+
917
+ #api-docs-swagger-ui-plugin .OperationTag .wrapper:not(:last-child) .block-desktop {
918
+ margin-bottom: 32px;
919
+ }
920
+
921
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container {
922
+ border: 1px solid #eaebec;
923
+ flex: 1;
924
+ }
925
+
926
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__method {
927
+ background: #6f7570;
928
+ min-width: 80px;
929
+ height: calc(100% - 8px);
930
+ }
931
+
932
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__summary {
933
+ color: #3b4151;
934
+ word-break: break-word;
935
+ max-width: 280px;
936
+ }
937
+
938
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_path-input {
939
+ box-shadow: none;
940
+ color: #323a45;
941
+ background: none;
942
+ flex: 1;
943
+ height: 48px;
944
+ }
945
+
946
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_path-input:focus {
947
+ box-shadow: none;
948
+ background: none;
949
+ border: none;
950
+ }
951
+
952
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_copy-btn {
953
+ box-shadow: none;
954
+ background: #0c249905;
955
+ border: 1px solid #0c249914;
956
+ width: 40px;
957
+ height: 40px;
958
+ }
959
+
960
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_copy-btn:hover, #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_copy-btn:focus {
961
+ background: #0c249914;
962
+ border: 1px solid #0c24991f;
963
+ }
964
+
965
+ #api-docs-swagger-ui-plugin .ApiDocsModels {
966
+ width: 100%;
967
+ }
968
+
969
+ #api-docs-swagger-ui-plugin .ApiDocsModels > h3 {
970
+ margin: 16px 0;
971
+ }
972
+
973
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box {
974
+ background: #fff;
975
+ border: 1px solid #eaebec;
976
+ border-radius: 2px;
977
+ width: 100%;
978
+ }
979
+
980
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box {
981
+ background-color: #fff;
982
+ padding: 0;
983
+ }
984
+
985
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control {
986
+ border: none;
987
+ }
988
+
989
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control > .pointer > .model-box {
990
+ background: #fff;
991
+ padding: 0;
992
+ }
993
+
994
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control > .pointer > .model-box > .model-box {
995
+ background: #fff;
996
+ border: 1px solid #eaebec;
997
+ border-radius: 2px;
998
+ width: 100%;
999
+ }
1000
+
1001
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control > .pointer > .model-box > .model-box > .model > span > span > .model-title {
1002
+ font-weight: 600;
1003
+ display: block;
1004
+ }
1005
+
1006
+ #api-docs-swagger-ui-plugin .ApiDocsModels .no-margin > .model-container > .model-box > .model-box-control > .pointer > .model-box > .model-box > .model > span > span > .model-toggle {
1007
+ display: none;
1008
+ }
1009
+
1010
+ @media screen and (width <= 1023px) {
1011
+ #api-docs-swagger-ui-plugin .OperationSummary__try-it-out-btn {
1012
+ align-self: flex-start;
1013
+ }
1014
+ }
1015
+
1016
+ @media screen and (width <= 767px) {
1017
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__method {
1018
+ width: calc(100% - 8px);
1019
+ }
1020
+
1021
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__summary {
1022
+ width: 100%;
1023
+ max-width: none;
1024
+ }
1025
+
1026
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_path-input {
1027
+ width: 100%;
1028
+ }
1029
+
1030
+ #api-docs-swagger-ui-plugin .OperationSummary__path-container .OperationSummary__path-container_copy-btn {
1031
+ align-self: flex-end;
1032
+ }
1033
+ }
1034
+
702
1035
  .ds-c-button.display-settings-font {
703
1036
  font: inherit;
704
1037
  }
@@ -1016,9 +1349,17 @@ dialog.dkan-full-screen-dataset-dialog > .ds-c-dialog__window form {
1016
1349
  display: grid;
1017
1350
  }
1018
1351
 
1019
- .dkan-delete-dataset-filter-button {
1352
+ button.dkan-delete-dataset-filter-button {
1020
1353
  width: 32px;
1021
1354
  height: 32px;
1355
+ border-radius: 50% !important;
1356
+ }
1357
+
1358
+ @media screen and (width <= 767px) {
1359
+ button.dkan-delete-dataset-filter-button {
1360
+ margin-bottom: 4px;
1361
+ margin-left: 16px !important;
1362
+ }
1022
1363
  }
1023
1364
 
1024
1365
  .dkan-clear-dataset-filters-button {
@@ -1097,6 +1438,10 @@ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__actions {
1097
1438
  display: flex;
1098
1439
  }
1099
1440
 
1441
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .dkan-filter-dataset-controls-header {
1442
+ display: none;
1443
+ }
1444
+
1100
1445
  dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__header {
1101
1446
  flex: 0;
1102
1447
  width: 100%;
@@ -1143,6 +1488,38 @@ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__actions {
1143
1488
  overflow: auto;
1144
1489
  }
1145
1490
 
1491
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset {
1492
+ background-color: #f2f2f2;
1493
+ flex-wrap: wrap;
1494
+ align-items: flex-end;
1495
+ gap: 0;
1496
+ display: flex;
1497
+ border: 0 !important;
1498
+ max-width: none !important;
1499
+ margin-block-start: 16px !important;
1500
+ padding-block: 16px !important;
1501
+ }
1502
+
1503
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset > div:first-child, dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset > div:nth-child(2), dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset > div:nth-child(3) {
1504
+ width: calc(100% - 48px);
1505
+ max-width: none !important;
1506
+ }
1507
+
1508
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset > div:first-child, dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset > div:nth-child(2) {
1509
+ margin-bottom: 16px;
1510
+ }
1511
+
1512
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset .ds-c-label {
1513
+ width: auto !important;
1514
+ max-width: none !important;
1515
+ height: auto !important;
1516
+ overflow: visible !important;
1517
+ }
1518
+
1519
+ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div .dkan-filter-dataset-controls > fieldset .ds-c-field {
1520
+ max-width: none !important;
1521
+ }
1522
+
1146
1523
  dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__body > div[id^="dialog"][id$="__content"] > div .dkan-filter-dataset-form-container > div > div {
1147
1524
  flex: 0;
1148
1525
  width: 100%;
@@ -1470,54 +1847,6 @@ dialog.dkan-filter-dataset-dialog .ds-c-dialog__window .ds-c-dialog__actions {
1470
1847
  overflow-wrap: anywhere;
1471
1848
  }
1472
1849
 
1473
- .dc-dataset-search-list {
1474
- list-style: none;
1475
- }
1476
-
1477
- .dc-search-header {
1478
- display: relative;
1479
- }
1480
-
1481
- .dc-search-header:after {
1482
- content: "";
1483
- background-color: var(--color-primary-light);
1484
- width: 48px;
1485
- height: 4px;
1486
- margin: 16px 0;
1487
- display: block;
1488
- }
1489
-
1490
- .dataset-results-count {
1491
- font-weight: bold;
1492
- }
1493
-
1494
- .dkan-dataset-search--facet-container .ds-c-accordion__content {
1495
- max-height: 32rem;
1496
- }
1497
-
1498
- .dc-dataset-search--clear-all-filters {
1499
- width: 100%;
1500
- }
1501
-
1502
- .dkan-dataset-search {
1503
- position: relative;
1504
- }
1505
-
1506
- .dkan-dataset-search input {
1507
- min-width: 100%;
1508
- }
1509
-
1510
- @media only screen and (width >= 544px) {
1511
- .dkan-dataset-search input {
1512
- padding-left: 32px;
1513
- }
1514
- }
1515
-
1516
- .dkan-dataset-search .ds-c-field__before {
1517
- top: 12px;
1518
- left: 16px;
1519
- }
1520
-
1521
1850
  ul.dc-c-resource-full-width {
1522
1851
  width: 100%;
1523
1852
  }
@@ -1591,8 +1920,7 @@ ul.dc-c-resource-full-width {
1591
1920
 
1592
1921
  :root {
1593
1922
  --mobile-nav-animation-time: 1s;
1594
- --cms-top-nav-height: 87px;
1595
- --main-nav-height: 100px;
1923
+ --main-nav-height: 6.25rem;
1596
1924
  --header-bg-color: var(--color-primary);
1597
1925
  --header-bg-image: linear-gradient(90deg, var(--color-primary-darkest) 10%, var(--color-primary) 90%);
1598
1926
  --header-nav-link--color: var(--color-white);
@@ -1606,7 +1934,7 @@ ul.dc-c-resource-full-width {
1606
1934
  }
1607
1935
 
1608
1936
  .dkan-c-main-navigation > div > div {
1609
- height: var(--main-nav-height);
1937
+ min-height: var(--main-nav-height);
1610
1938
  }
1611
1939
 
1612
1940
  .dkan-c-header .dkan-c-main-navigation {