dso-toolkit 80.0.0 → 81.1.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/CHANGELOG.md +27 -0
- package/dist/dso.css +60 -231
- package/dist/dso.css.map +1 -1
- package/dist/dso.min.css +1 -1
- package/dist/dso.min.css.map +1 -1
- package/dist/index.js +0 -1
- package/package.json +1 -2
- package/src/components/banner/banner.mixins.scss +1 -2
- package/src/components/button/button.mixins.scss +6 -25
- package/src/components/card/card.scss +1 -2
- package/src/components/delete/delete.mixins.scss +6 -2
- package/src/components/document-header/document-header.scss +0 -4
- package/src/components/form-group/files/form-group-files.scss +5 -10
- package/src/components/form-group/form-group.scss +1 -2
- package/src/components/form-group/search-bar/form-group-search-bar.scss +1 -1
- package/src/components/highlight-box/highlight-box.mixins.scss +1 -2
- package/src/components/highlight-box/highlight-box.scss +0 -2
- package/src/components/info/info.mixins.scss +1 -2
- package/src/components/insert/insert.mixins.scss +2 -0
- package/src/components/label/label.scss +1 -2
- package/src/components/link/link.mixins.scss +3 -3
- package/src/components/navbar/navbar.mixins.scss +1 -2
- package/src/components/navbar/navbar.scss +0 -1
- package/src/components/shopping-cart/shopping-cart.scss +3 -6
- package/src/components/table/table.scss +2 -3
- package/src/dso.scss +1 -1
- package/dist/dso-icons.svg +0 -756
- package/src/components/icon/icon.scss +0 -7
- package/src/components/icon/readme.md +0 -8
package/dist/dso.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--dso-toolkit-version: "
|
|
2
|
+
--dso-toolkit-version: "81.1.0";
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
@font-face {
|
|
@@ -1533,8 +1533,7 @@ dso-alert a:active {
|
|
|
1533
1533
|
inset-inline-end: 16px;
|
|
1534
1534
|
inset-block-start: 0;
|
|
1535
1535
|
}
|
|
1536
|
-
.dso-banner .dso-banner-inner button dso-icon
|
|
1537
|
-
.dso-banner .dso-banner-inner button svg.di {
|
|
1536
|
+
.dso-banner .dso-banner-inner button dso-icon {
|
|
1538
1537
|
color: #000;
|
|
1539
1538
|
}
|
|
1540
1539
|
.dso-banner .dso-banner-inner > .dso-rich-content {
|
|
@@ -1786,8 +1785,7 @@ dso-banner .dso-banner-inner button {
|
|
|
1786
1785
|
inset-inline-end: 16px;
|
|
1787
1786
|
inset-block-start: 0;
|
|
1788
1787
|
}
|
|
1789
|
-
dso-banner .dso-banner-inner button dso-icon
|
|
1790
|
-
dso-banner .dso-banner-inner button svg.di {
|
|
1788
|
+
dso-banner .dso-banner-inner button dso-icon {
|
|
1791
1789
|
color: #000;
|
|
1792
1790
|
}
|
|
1793
1791
|
dso-banner .dso-banner-inner > .dso-rich-content {
|
|
@@ -2171,15 +2169,12 @@ button.dso-primary.dso-small,
|
|
|
2171
2169
|
label.dso-primary.dso-small {
|
|
2172
2170
|
line-height: 1rem;
|
|
2173
2171
|
}
|
|
2174
|
-
a.dso-primary.dso-small dso-icon,
|
|
2175
|
-
a.dso-primary.dso-small svg.di, a.dso-primary.dso-small.extern::after, a.dso-primary.dso-small.download::after, a.dso-primary.dso-small.dso-spinner::before,
|
|
2172
|
+
a.dso-primary.dso-small dso-icon, a.dso-primary.dso-small.extern::after, a.dso-primary.dso-small.download::after, a.dso-primary.dso-small.dso-spinner::before,
|
|
2176
2173
|
button.dso-primary.dso-small dso-icon,
|
|
2177
|
-
button.dso-primary.dso-small svg.di,
|
|
2178
2174
|
button.dso-primary.dso-small.extern::after,
|
|
2179
2175
|
button.dso-primary.dso-small.download::after,
|
|
2180
2176
|
button.dso-primary.dso-small.dso-spinner::before,
|
|
2181
2177
|
label.dso-primary.dso-small dso-icon,
|
|
2182
|
-
label.dso-primary.dso-small svg.di,
|
|
2183
2178
|
label.dso-primary.dso-small.extern::after,
|
|
2184
2179
|
label.dso-primary.dso-small.download::after,
|
|
2185
2180
|
label.dso-primary.dso-small.dso-spinner::before {
|
|
@@ -2203,15 +2198,12 @@ button.dso-primary.dso-extra-small,
|
|
|
2203
2198
|
label.dso-primary.dso-extra-small {
|
|
2204
2199
|
line-height: 1rem;
|
|
2205
2200
|
}
|
|
2206
|
-
a.dso-primary.dso-extra-small dso-icon,
|
|
2207
|
-
a.dso-primary.dso-extra-small svg.di, a.dso-primary.dso-extra-small.extern::after, a.dso-primary.dso-extra-small.download::after, a.dso-primary.dso-extra-small.dso-spinner::before,
|
|
2201
|
+
a.dso-primary.dso-extra-small dso-icon, a.dso-primary.dso-extra-small.extern::after, a.dso-primary.dso-extra-small.download::after, a.dso-primary.dso-extra-small.dso-spinner::before,
|
|
2208
2202
|
button.dso-primary.dso-extra-small dso-icon,
|
|
2209
|
-
button.dso-primary.dso-extra-small svg.di,
|
|
2210
2203
|
button.dso-primary.dso-extra-small.extern::after,
|
|
2211
2204
|
button.dso-primary.dso-extra-small.download::after,
|
|
2212
2205
|
button.dso-primary.dso-extra-small.dso-spinner::before,
|
|
2213
2206
|
label.dso-primary.dso-extra-small dso-icon,
|
|
2214
|
-
label.dso-primary.dso-extra-small svg.di,
|
|
2215
2207
|
label.dso-primary.dso-extra-small.extern::after,
|
|
2216
2208
|
label.dso-primary.dso-extra-small.download::after,
|
|
2217
2209
|
label.dso-primary.dso-extra-small.dso-spinner::before {
|
|
@@ -2236,28 +2228,19 @@ label.dso-primary.dso-extra-small {
|
|
|
2236
2228
|
padding-block: 9px;
|
|
2237
2229
|
}
|
|
2238
2230
|
a.dso-primary dso-icon:has(+ span:not(.sr-only)),
|
|
2239
|
-
a.dso-primary svg.di:has(+ span:not(.sr-only)),
|
|
2240
2231
|
button.dso-primary dso-icon:has(+ span:not(.sr-only)),
|
|
2241
|
-
|
|
2242
|
-
label.dso-primary dso-icon:has(+ span:not(.sr-only)),
|
|
2243
|
-
label.dso-primary svg.di:has(+ span:not(.sr-only)) {
|
|
2232
|
+
label.dso-primary dso-icon:has(+ span:not(.sr-only)) {
|
|
2244
2233
|
margin-inline-start: -8px;
|
|
2245
2234
|
}
|
|
2246
2235
|
a.dso-primary span:not(.sr-only) + dso-icon,
|
|
2247
|
-
a.dso-primary span:not(.sr-only) + svg.di,
|
|
2248
2236
|
button.dso-primary span:not(.sr-only) + dso-icon,
|
|
2249
|
-
|
|
2250
|
-
label.dso-primary span:not(.sr-only) + dso-icon,
|
|
2251
|
-
label.dso-primary span:not(.sr-only) + svg.di {
|
|
2237
|
+
label.dso-primary span:not(.sr-only) + dso-icon {
|
|
2252
2238
|
margin-inline-start: 8px;
|
|
2253
2239
|
margin-inline-end: -8px;
|
|
2254
2240
|
}
|
|
2255
2241
|
a.dso-primary dso-icon + span:not(.sr-only),
|
|
2256
|
-
a.dso-primary svg.di + span:not(.sr-only),
|
|
2257
2242
|
button.dso-primary dso-icon + span:not(.sr-only),
|
|
2258
|
-
|
|
2259
|
-
label.dso-primary dso-icon + span:not(.sr-only),
|
|
2260
|
-
label.dso-primary svg.di + span:not(.sr-only) {
|
|
2243
|
+
label.dso-primary dso-icon + span:not(.sr-only) {
|
|
2261
2244
|
margin-inline-start: 8px;
|
|
2262
2245
|
}
|
|
2263
2246
|
a.dso-primary.dso-spinner-left[disabled], a.dso-primary.dso-spinner-right[disabled],
|
|
@@ -2391,15 +2374,12 @@ button.dso-secondary.dso-small,
|
|
|
2391
2374
|
label.dso-secondary.dso-small {
|
|
2392
2375
|
line-height: 1rem;
|
|
2393
2376
|
}
|
|
2394
|
-
a.dso-secondary.dso-small dso-icon,
|
|
2395
|
-
a.dso-secondary.dso-small svg.di, a.dso-secondary.dso-small.extern::after, a.dso-secondary.dso-small.download::after, a.dso-secondary.dso-small.dso-spinner::before,
|
|
2377
|
+
a.dso-secondary.dso-small dso-icon, a.dso-secondary.dso-small.extern::after, a.dso-secondary.dso-small.download::after, a.dso-secondary.dso-small.dso-spinner::before,
|
|
2396
2378
|
button.dso-secondary.dso-small dso-icon,
|
|
2397
|
-
button.dso-secondary.dso-small svg.di,
|
|
2398
2379
|
button.dso-secondary.dso-small.extern::after,
|
|
2399
2380
|
button.dso-secondary.dso-small.download::after,
|
|
2400
2381
|
button.dso-secondary.dso-small.dso-spinner::before,
|
|
2401
2382
|
label.dso-secondary.dso-small dso-icon,
|
|
2402
|
-
label.dso-secondary.dso-small svg.di,
|
|
2403
2383
|
label.dso-secondary.dso-small.extern::after,
|
|
2404
2384
|
label.dso-secondary.dso-small.download::after,
|
|
2405
2385
|
label.dso-secondary.dso-small.dso-spinner::before {
|
|
@@ -2423,15 +2403,12 @@ button.dso-secondary.dso-extra-small,
|
|
|
2423
2403
|
label.dso-secondary.dso-extra-small {
|
|
2424
2404
|
line-height: 1rem;
|
|
2425
2405
|
}
|
|
2426
|
-
a.dso-secondary.dso-extra-small dso-icon,
|
|
2427
|
-
a.dso-secondary.dso-extra-small svg.di, a.dso-secondary.dso-extra-small.extern::after, a.dso-secondary.dso-extra-small.download::after, a.dso-secondary.dso-extra-small.dso-spinner::before,
|
|
2406
|
+
a.dso-secondary.dso-extra-small dso-icon, a.dso-secondary.dso-extra-small.extern::after, a.dso-secondary.dso-extra-small.download::after, a.dso-secondary.dso-extra-small.dso-spinner::before,
|
|
2428
2407
|
button.dso-secondary.dso-extra-small dso-icon,
|
|
2429
|
-
button.dso-secondary.dso-extra-small svg.di,
|
|
2430
2408
|
button.dso-secondary.dso-extra-small.extern::after,
|
|
2431
2409
|
button.dso-secondary.dso-extra-small.download::after,
|
|
2432
2410
|
button.dso-secondary.dso-extra-small.dso-spinner::before,
|
|
2433
2411
|
label.dso-secondary.dso-extra-small dso-icon,
|
|
2434
|
-
label.dso-secondary.dso-extra-small svg.di,
|
|
2435
2412
|
label.dso-secondary.dso-extra-small.extern::after,
|
|
2436
2413
|
label.dso-secondary.dso-extra-small.download::after,
|
|
2437
2414
|
label.dso-secondary.dso-extra-small.dso-spinner::before {
|
|
@@ -2456,28 +2433,19 @@ label.dso-secondary.dso-extra-small {
|
|
|
2456
2433
|
padding-block: 9px;
|
|
2457
2434
|
}
|
|
2458
2435
|
a.dso-secondary dso-icon:has(+ span:not(.sr-only)),
|
|
2459
|
-
a.dso-secondary svg.di:has(+ span:not(.sr-only)),
|
|
2460
2436
|
button.dso-secondary dso-icon:has(+ span:not(.sr-only)),
|
|
2461
|
-
|
|
2462
|
-
label.dso-secondary dso-icon:has(+ span:not(.sr-only)),
|
|
2463
|
-
label.dso-secondary svg.di:has(+ span:not(.sr-only)) {
|
|
2437
|
+
label.dso-secondary dso-icon:has(+ span:not(.sr-only)) {
|
|
2464
2438
|
margin-inline-start: -8px;
|
|
2465
2439
|
}
|
|
2466
2440
|
a.dso-secondary span:not(.sr-only) + dso-icon,
|
|
2467
|
-
a.dso-secondary span:not(.sr-only) + svg.di,
|
|
2468
2441
|
button.dso-secondary span:not(.sr-only) + dso-icon,
|
|
2469
|
-
|
|
2470
|
-
label.dso-secondary span:not(.sr-only) + dso-icon,
|
|
2471
|
-
label.dso-secondary span:not(.sr-only) + svg.di {
|
|
2442
|
+
label.dso-secondary span:not(.sr-only) + dso-icon {
|
|
2472
2443
|
margin-inline-start: 8px;
|
|
2473
2444
|
margin-inline-end: -8px;
|
|
2474
2445
|
}
|
|
2475
2446
|
a.dso-secondary dso-icon + span:not(.sr-only),
|
|
2476
|
-
a.dso-secondary svg.di + span:not(.sr-only),
|
|
2477
2447
|
button.dso-secondary dso-icon + span:not(.sr-only),
|
|
2478
|
-
|
|
2479
|
-
label.dso-secondary dso-icon + span:not(.sr-only),
|
|
2480
|
-
label.dso-secondary svg.di + span:not(.sr-only) {
|
|
2448
|
+
label.dso-secondary dso-icon + span:not(.sr-only) {
|
|
2481
2449
|
margin-inline-start: 8px;
|
|
2482
2450
|
}
|
|
2483
2451
|
a.dso-secondary.dso-spinner-left[disabled], a.dso-secondary.dso-spinner-right[disabled],
|
|
@@ -2695,67 +2663,32 @@ label.dso-tertiary.dso-spinner-right::after {
|
|
|
2695
2663
|
margin-inline-start: 8px;
|
|
2696
2664
|
}
|
|
2697
2665
|
a.dso-tertiary dso-icon + span:not(.sr-only),
|
|
2698
|
-
a.dso-tertiary svg.di + span:not(.sr-only),
|
|
2699
2666
|
a.dso-tertiary span:not(.sr-only) + dso-icon,
|
|
2700
|
-
a.dso-tertiary span:not(.sr-only) + svg.di,
|
|
2701
2667
|
button.dso-tertiary dso-icon + span:not(.sr-only),
|
|
2702
|
-
button.dso-tertiary svg.di + span:not(.sr-only),
|
|
2703
2668
|
button.dso-tertiary span:not(.sr-only) + dso-icon,
|
|
2704
|
-
button.dso-tertiary span:not(.sr-only) + svg.di,
|
|
2705
2669
|
label.dso-tertiary dso-icon + span:not(.sr-only),
|
|
2706
|
-
label.dso-tertiary
|
|
2707
|
-
label.dso-tertiary span:not(.sr-only) + dso-icon,
|
|
2708
|
-
label.dso-tertiary span:not(.sr-only) + svg.di {
|
|
2670
|
+
label.dso-tertiary span:not(.sr-only) + dso-icon {
|
|
2709
2671
|
margin-inline-start: 8px;
|
|
2710
2672
|
}
|
|
2711
|
-
a.dso-tertiary svg.di.di-chevron-down + span:not(.sr-only),
|
|
2712
|
-
a.dso-tertiary svg.di.di-chevron-up + span:not(.sr-only),
|
|
2713
|
-
a.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-down,
|
|
2714
|
-
a.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-up,
|
|
2715
|
-
button.dso-tertiary svg.di.di-chevron-down + span:not(.sr-only),
|
|
2716
|
-
button.dso-tertiary svg.di.di-chevron-up + span:not(.sr-only),
|
|
2717
|
-
button.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-down,
|
|
2718
|
-
button.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-up,
|
|
2719
|
-
label.dso-tertiary svg.di.di-chevron-down + span:not(.sr-only),
|
|
2720
|
-
label.dso-tertiary svg.di.di-chevron-up + span:not(.sr-only),
|
|
2721
|
-
label.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-down,
|
|
2722
|
-
label.dso-tertiary span:not(.sr-only) + svg.di.di-chevron-up {
|
|
2723
|
-
margin-inline-start: 4px;
|
|
2724
|
-
}
|
|
2725
2673
|
a.dso-tertiary dso-icon[icon=chevron-left] + span:not(.sr-only),
|
|
2726
2674
|
a.dso-tertiary dso-icon[icon=chevron-right] + span:not(.sr-only),
|
|
2727
|
-
a.dso-tertiary svg.di.di-angle-down + span:not(.sr-only),
|
|
2728
|
-
a.dso-tertiary svg.di.di-angle-up + span:not(.sr-only),
|
|
2729
|
-
a.dso-tertiary span:not(.sr-only) + svg.di.di-angle-down,
|
|
2730
|
-
a.dso-tertiary span:not(.sr-only) + svg.di.di-angle-up,
|
|
2731
2675
|
a.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-left],
|
|
2732
2676
|
a.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-right],
|
|
2733
2677
|
button.dso-tertiary dso-icon[icon=chevron-left] + span:not(.sr-only),
|
|
2734
2678
|
button.dso-tertiary dso-icon[icon=chevron-right] + span:not(.sr-only),
|
|
2735
|
-
button.dso-tertiary svg.di.di-angle-down + span:not(.sr-only),
|
|
2736
|
-
button.dso-tertiary svg.di.di-angle-up + span:not(.sr-only),
|
|
2737
|
-
button.dso-tertiary span:not(.sr-only) + svg.di.di-angle-down,
|
|
2738
|
-
button.dso-tertiary span:not(.sr-only) + svg.di.di-angle-up,
|
|
2739
2679
|
button.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-left],
|
|
2740
2680
|
button.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-right],
|
|
2741
2681
|
label.dso-tertiary dso-icon[icon=chevron-left] + span:not(.sr-only),
|
|
2742
2682
|
label.dso-tertiary dso-icon[icon=chevron-right] + span:not(.sr-only),
|
|
2743
|
-
label.dso-tertiary svg.di.di-angle-down + span:not(.sr-only),
|
|
2744
|
-
label.dso-tertiary svg.di.di-angle-up + span:not(.sr-only),
|
|
2745
|
-
label.dso-tertiary span:not(.sr-only) + svg.di.di-angle-down,
|
|
2746
|
-
label.dso-tertiary span:not(.sr-only) + svg.di.di-angle-up,
|
|
2747
2683
|
label.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-left],
|
|
2748
2684
|
label.dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-right] {
|
|
2749
2685
|
margin-inline-start: 0;
|
|
2750
2686
|
}
|
|
2751
2687
|
a.dso-tertiary dso-icon,
|
|
2752
|
-
a.dso-tertiary svg.di,
|
|
2753
2688
|
a.dso-tertiary span,
|
|
2754
2689
|
button.dso-tertiary dso-icon,
|
|
2755
|
-
button.dso-tertiary svg.di,
|
|
2756
2690
|
button.dso-tertiary span,
|
|
2757
2691
|
label.dso-tertiary dso-icon,
|
|
2758
|
-
label.dso-tertiary svg.di,
|
|
2759
2692
|
label.dso-tertiary span {
|
|
2760
2693
|
vertical-align: middle;
|
|
2761
2694
|
}
|
|
@@ -2880,15 +2813,12 @@ button.dso-map.dso-small,
|
|
|
2880
2813
|
label.dso-map.dso-small {
|
|
2881
2814
|
line-height: 1rem;
|
|
2882
2815
|
}
|
|
2883
|
-
a.dso-map.dso-small dso-icon,
|
|
2884
|
-
a.dso-map.dso-small svg.di, a.dso-map.dso-small.extern::after, a.dso-map.dso-small.download::after, a.dso-map.dso-small.dso-spinner::before,
|
|
2816
|
+
a.dso-map.dso-small dso-icon, a.dso-map.dso-small.extern::after, a.dso-map.dso-small.download::after, a.dso-map.dso-small.dso-spinner::before,
|
|
2885
2817
|
button.dso-map.dso-small dso-icon,
|
|
2886
|
-
button.dso-map.dso-small svg.di,
|
|
2887
2818
|
button.dso-map.dso-small.extern::after,
|
|
2888
2819
|
button.dso-map.dso-small.download::after,
|
|
2889
2820
|
button.dso-map.dso-small.dso-spinner::before,
|
|
2890
2821
|
label.dso-map.dso-small dso-icon,
|
|
2891
|
-
label.dso-map.dso-small svg.di,
|
|
2892
2822
|
label.dso-map.dso-small.extern::after,
|
|
2893
2823
|
label.dso-map.dso-small.download::after,
|
|
2894
2824
|
label.dso-map.dso-small.dso-spinner::before {
|
|
@@ -2912,15 +2842,12 @@ button.dso-map.dso-extra-small,
|
|
|
2912
2842
|
label.dso-map.dso-extra-small {
|
|
2913
2843
|
line-height: 1rem;
|
|
2914
2844
|
}
|
|
2915
|
-
a.dso-map.dso-extra-small dso-icon,
|
|
2916
|
-
a.dso-map.dso-extra-small svg.di, a.dso-map.dso-extra-small.extern::after, a.dso-map.dso-extra-small.download::after, a.dso-map.dso-extra-small.dso-spinner::before,
|
|
2845
|
+
a.dso-map.dso-extra-small dso-icon, a.dso-map.dso-extra-small.extern::after, a.dso-map.dso-extra-small.download::after, a.dso-map.dso-extra-small.dso-spinner::before,
|
|
2917
2846
|
button.dso-map.dso-extra-small dso-icon,
|
|
2918
|
-
button.dso-map.dso-extra-small svg.di,
|
|
2919
2847
|
button.dso-map.dso-extra-small.extern::after,
|
|
2920
2848
|
button.dso-map.dso-extra-small.download::after,
|
|
2921
2849
|
button.dso-map.dso-extra-small.dso-spinner::before,
|
|
2922
2850
|
label.dso-map.dso-extra-small dso-icon,
|
|
2923
|
-
label.dso-map.dso-extra-small svg.di,
|
|
2924
2851
|
label.dso-map.dso-extra-small.extern::after,
|
|
2925
2852
|
label.dso-map.dso-extra-small.download::after,
|
|
2926
2853
|
label.dso-map.dso-extra-small.dso-spinner::before {
|
|
@@ -2945,28 +2872,19 @@ label.dso-map.dso-extra-small {
|
|
|
2945
2872
|
padding-block: 9px;
|
|
2946
2873
|
}
|
|
2947
2874
|
a.dso-map dso-icon:has(+ span:not(.sr-only)),
|
|
2948
|
-
a.dso-map svg.di:has(+ span:not(.sr-only)),
|
|
2949
2875
|
button.dso-map dso-icon:has(+ span:not(.sr-only)),
|
|
2950
|
-
|
|
2951
|
-
label.dso-map dso-icon:has(+ span:not(.sr-only)),
|
|
2952
|
-
label.dso-map svg.di:has(+ span:not(.sr-only)) {
|
|
2876
|
+
label.dso-map dso-icon:has(+ span:not(.sr-only)) {
|
|
2953
2877
|
margin-inline-start: -8px;
|
|
2954
2878
|
}
|
|
2955
2879
|
a.dso-map span:not(.sr-only) + dso-icon,
|
|
2956
|
-
a.dso-map span:not(.sr-only) + svg.di,
|
|
2957
2880
|
button.dso-map span:not(.sr-only) + dso-icon,
|
|
2958
|
-
|
|
2959
|
-
label.dso-map span:not(.sr-only) + dso-icon,
|
|
2960
|
-
label.dso-map span:not(.sr-only) + svg.di {
|
|
2881
|
+
label.dso-map span:not(.sr-only) + dso-icon {
|
|
2961
2882
|
margin-inline-start: 8px;
|
|
2962
2883
|
margin-inline-end: -8px;
|
|
2963
2884
|
}
|
|
2964
2885
|
a.dso-map dso-icon + span:not(.sr-only),
|
|
2965
|
-
a.dso-map svg.di + span:not(.sr-only),
|
|
2966
2886
|
button.dso-map dso-icon + span:not(.sr-only),
|
|
2967
|
-
|
|
2968
|
-
label.dso-map dso-icon + span:not(.sr-only),
|
|
2969
|
-
label.dso-map svg.di + span:not(.sr-only) {
|
|
2887
|
+
label.dso-map dso-icon + span:not(.sr-only) {
|
|
2970
2888
|
margin-inline-start: 8px;
|
|
2971
2889
|
}
|
|
2972
2890
|
a.dso-map.dso-spinner-left[disabled], a.dso-map.dso-spinner-right[disabled],
|
|
@@ -3056,9 +2974,9 @@ label.dso-map:focus,
|
|
|
3056
2974
|
label.dso-map:focus-visible {
|
|
3057
2975
|
outline-offset: -1px;
|
|
3058
2976
|
}
|
|
3059
|
-
a.dso-map:has(span.sr-only):has(dso-icon
|
|
3060
|
-
button.dso-map:has(span.sr-only):has(dso-icon
|
|
3061
|
-
label.dso-map:has(span.sr-only):has(dso-icon
|
|
2977
|
+
a.dso-map:has(span.sr-only):has(dso-icon),
|
|
2978
|
+
button.dso-map:has(span.sr-only):has(dso-icon),
|
|
2979
|
+
label.dso-map:has(span.sr-only):has(dso-icon) {
|
|
3062
2980
|
padding: 8px;
|
|
3063
2981
|
min-inline-size: auto;
|
|
3064
2982
|
block-size: 40px;
|
|
@@ -3196,13 +3114,9 @@ a.dso-tertiary, a.dso-tertiary:visited {
|
|
|
3196
3114
|
margin-inline-end: 4px;
|
|
3197
3115
|
}
|
|
3198
3116
|
.dso-card .dso-card-heading h2:first-child span + dso-icon,
|
|
3199
|
-
.dso-card .dso-card-heading h2:first-child span + svg.di,
|
|
3200
3117
|
.dso-card .dso-card-heading h3:first-child span + dso-icon,
|
|
3201
|
-
.dso-card .dso-card-heading h3:first-child span + svg.di,
|
|
3202
3118
|
.dso-card .dso-card-heading h4:first-child span + dso-icon,
|
|
3203
|
-
.dso-card .dso-card-heading
|
|
3204
|
-
.dso-card .dso-card-heading h5:first-child span + dso-icon,
|
|
3205
|
-
.dso-card .dso-card-heading h5:first-child span + svg.di {
|
|
3119
|
+
.dso-card .dso-card-heading h5:first-child span + dso-icon {
|
|
3206
3120
|
flex-shrink: 0;
|
|
3207
3121
|
position: relative;
|
|
3208
3122
|
}
|
|
@@ -3691,7 +3605,9 @@ del a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [hr
|
|
|
3691
3605
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
3692
3606
|
}
|
|
3693
3607
|
del {
|
|
3608
|
+
--_dso-ozon-content-toggletip-color: colors.$zwart;
|
|
3694
3609
|
text-decoration: line-through;
|
|
3610
|
+
--_dso-ozon-content-toggletip-text-decoration: underline line-through;
|
|
3695
3611
|
}
|
|
3696
3612
|
@media screen and (min--moz-device-pixel-ratio: 0) {
|
|
3697
3613
|
del {
|
|
@@ -3860,9 +3776,6 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
3860
3776
|
border: 0;
|
|
3861
3777
|
padding: 0;
|
|
3862
3778
|
}
|
|
3863
|
-
.dso-document-header h1 button svg.di, .dso-document-header h2 button svg.di, .dso-document-header h3 button svg.di, .dso-document-header h4 button svg.di, .dso-document-header h5 button svg.di, .dso-document-header h6 button svg.di, .dso-document-header .h1 button svg.di, .dso-document-header .h2 button svg.di, .dso-document-header .h3 button svg.di, .dso-document-header .h4 button svg.di, .dso-document-header .h5 button svg.di, .dso-document-header .h6 button svg.di {
|
|
3864
|
-
display: none;
|
|
3865
|
-
}
|
|
3866
3779
|
.dso-document-header:not(.dso-document-header-sticky) h1 button, .dso-document-header:not(.dso-document-header-sticky) h2 button, .dso-document-header:not(.dso-document-header-sticky) h3 button, .dso-document-header:not(.dso-document-header-sticky) h4 button, .dso-document-header:not(.dso-document-header-sticky) h5 button, .dso-document-header:not(.dso-document-header-sticky) h6 button, .dso-document-header:not(.dso-document-header-sticky) .h1 button, .dso-document-header:not(.dso-document-header-sticky) .h2 button, .dso-document-header:not(.dso-document-header-sticky) .h3 button, .dso-document-header:not(.dso-document-header-sticky) .h4 button, .dso-document-header:not(.dso-document-header-sticky) .h5 button, .dso-document-header:not(.dso-document-header-sticky) .h6 button {
|
|
3867
3780
|
cursor: default;
|
|
3868
3781
|
}
|
|
@@ -4112,67 +4025,32 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
4112
4025
|
margin-inline-start: 8px;
|
|
4113
4026
|
}
|
|
4114
4027
|
.dso-document-header .dso-document-header-map-action dso-icon + span:not(.sr-only),
|
|
4115
|
-
.dso-document-header .dso-document-header-map-action svg.di + span:not(.sr-only),
|
|
4116
4028
|
.dso-document-header .dso-document-header-map-action span:not(.sr-only) + dso-icon,
|
|
4117
|
-
.dso-document-header .dso-document-header-map-action span:not(.sr-only) + svg.di,
|
|
4118
4029
|
.dso-document-header .dso-document-header-toggle-features dso-icon + span:not(.sr-only),
|
|
4119
|
-
.dso-document-header .dso-document-header-toggle-features svg.di + span:not(.sr-only),
|
|
4120
4030
|
.dso-document-header .dso-document-header-toggle-features span:not(.sr-only) + dso-icon,
|
|
4121
|
-
.dso-document-header .dso-document-header-toggle-features span:not(.sr-only) + svg.di,
|
|
4122
4031
|
.dso-document-header .dso-document-header-toggle-status dso-icon + span:not(.sr-only),
|
|
4123
|
-
.dso-document-header .dso-document-header-toggle-status
|
|
4124
|
-
.dso-document-header .dso-document-header-toggle-status span:not(.sr-only) + dso-icon,
|
|
4125
|
-
.dso-document-header .dso-document-header-toggle-status span:not(.sr-only) + svg.di {
|
|
4032
|
+
.dso-document-header .dso-document-header-toggle-status span:not(.sr-only) + dso-icon {
|
|
4126
4033
|
margin-inline-start: 8px;
|
|
4127
4034
|
}
|
|
4128
|
-
.dso-document-header .dso-document-header-map-action svg.di.di-chevron-down + span:not(.sr-only),
|
|
4129
|
-
.dso-document-header .dso-document-header-map-action svg.di.di-chevron-up + span:not(.sr-only),
|
|
4130
|
-
.dso-document-header .dso-document-header-map-action span:not(.sr-only) + svg.di.di-chevron-down,
|
|
4131
|
-
.dso-document-header .dso-document-header-map-action span:not(.sr-only) + svg.di.di-chevron-up,
|
|
4132
|
-
.dso-document-header .dso-document-header-toggle-features svg.di.di-chevron-down + span:not(.sr-only),
|
|
4133
|
-
.dso-document-header .dso-document-header-toggle-features svg.di.di-chevron-up + span:not(.sr-only),
|
|
4134
|
-
.dso-document-header .dso-document-header-toggle-features span:not(.sr-only) + svg.di.di-chevron-down,
|
|
4135
|
-
.dso-document-header .dso-document-header-toggle-features span:not(.sr-only) + svg.di.di-chevron-up,
|
|
4136
|
-
.dso-document-header .dso-document-header-toggle-status svg.di.di-chevron-down + span:not(.sr-only),
|
|
4137
|
-
.dso-document-header .dso-document-header-toggle-status svg.di.di-chevron-up + span:not(.sr-only),
|
|
4138
|
-
.dso-document-header .dso-document-header-toggle-status span:not(.sr-only) + svg.di.di-chevron-down,
|
|
4139
|
-
.dso-document-header .dso-document-header-toggle-status span:not(.sr-only) + svg.di.di-chevron-up {
|
|
4140
|
-
margin-inline-start: 4px;
|
|
4141
|
-
}
|
|
4142
4035
|
.dso-document-header .dso-document-header-map-action dso-icon[icon=chevron-left] + span:not(.sr-only),
|
|
4143
4036
|
.dso-document-header .dso-document-header-map-action dso-icon[icon=chevron-right] + span:not(.sr-only),
|
|
4144
|
-
.dso-document-header .dso-document-header-map-action svg.di.di-angle-down + span:not(.sr-only),
|
|
4145
|
-
.dso-document-header .dso-document-header-map-action svg.di.di-angle-up + span:not(.sr-only),
|
|
4146
|
-
.dso-document-header .dso-document-header-map-action span:not(.sr-only) + svg.di.di-angle-down,
|
|
4147
|
-
.dso-document-header .dso-document-header-map-action span:not(.sr-only) + svg.di.di-angle-up,
|
|
4148
4037
|
.dso-document-header .dso-document-header-map-action span:not(.sr-only) + dso-icon[icon=chevron-left],
|
|
4149
4038
|
.dso-document-header .dso-document-header-map-action span:not(.sr-only) + dso-icon[icon=chevron-right],
|
|
4150
4039
|
.dso-document-header .dso-document-header-toggle-features dso-icon[icon=chevron-left] + span:not(.sr-only),
|
|
4151
4040
|
.dso-document-header .dso-document-header-toggle-features dso-icon[icon=chevron-right] + span:not(.sr-only),
|
|
4152
|
-
.dso-document-header .dso-document-header-toggle-features svg.di.di-angle-down + span:not(.sr-only),
|
|
4153
|
-
.dso-document-header .dso-document-header-toggle-features svg.di.di-angle-up + span:not(.sr-only),
|
|
4154
|
-
.dso-document-header .dso-document-header-toggle-features span:not(.sr-only) + svg.di.di-angle-down,
|
|
4155
|
-
.dso-document-header .dso-document-header-toggle-features span:not(.sr-only) + svg.di.di-angle-up,
|
|
4156
4041
|
.dso-document-header .dso-document-header-toggle-features span:not(.sr-only) + dso-icon[icon=chevron-left],
|
|
4157
4042
|
.dso-document-header .dso-document-header-toggle-features span:not(.sr-only) + dso-icon[icon=chevron-right],
|
|
4158
4043
|
.dso-document-header .dso-document-header-toggle-status dso-icon[icon=chevron-left] + span:not(.sr-only),
|
|
4159
4044
|
.dso-document-header .dso-document-header-toggle-status dso-icon[icon=chevron-right] + span:not(.sr-only),
|
|
4160
|
-
.dso-document-header .dso-document-header-toggle-status svg.di.di-angle-down + span:not(.sr-only),
|
|
4161
|
-
.dso-document-header .dso-document-header-toggle-status svg.di.di-angle-up + span:not(.sr-only),
|
|
4162
|
-
.dso-document-header .dso-document-header-toggle-status span:not(.sr-only) + svg.di.di-angle-down,
|
|
4163
|
-
.dso-document-header .dso-document-header-toggle-status span:not(.sr-only) + svg.di.di-angle-up,
|
|
4164
4045
|
.dso-document-header .dso-document-header-toggle-status span:not(.sr-only) + dso-icon[icon=chevron-left],
|
|
4165
4046
|
.dso-document-header .dso-document-header-toggle-status span:not(.sr-only) + dso-icon[icon=chevron-right] {
|
|
4166
4047
|
margin-inline-start: 0;
|
|
4167
4048
|
}
|
|
4168
4049
|
.dso-document-header .dso-document-header-map-action dso-icon,
|
|
4169
|
-
.dso-document-header .dso-document-header-map-action svg.di,
|
|
4170
4050
|
.dso-document-header .dso-document-header-map-action span,
|
|
4171
4051
|
.dso-document-header .dso-document-header-toggle-features dso-icon,
|
|
4172
|
-
.dso-document-header .dso-document-header-toggle-features svg.di,
|
|
4173
4052
|
.dso-document-header .dso-document-header-toggle-features span,
|
|
4174
4053
|
.dso-document-header .dso-document-header-toggle-status dso-icon,
|
|
4175
|
-
.dso-document-header .dso-document-header-toggle-status svg.di,
|
|
4176
4054
|
.dso-document-header .dso-document-header-toggle-status span {
|
|
4177
4055
|
vertical-align: middle;
|
|
4178
4056
|
}
|
|
@@ -5130,8 +5008,7 @@ form .dso-form-group-collection > legend h6, .dso-section-body .dso-form-group-c
|
|
|
5130
5008
|
margin-block: 4px;
|
|
5131
5009
|
margin-inline: 0;
|
|
5132
5010
|
}
|
|
5133
|
-
.form-group.dso-files .dso-filelist li > dso-icon
|
|
5134
|
-
.form-group.dso-files .dso-filelist li > svg.di {
|
|
5011
|
+
.form-group.dso-files .dso-filelist li > dso-icon {
|
|
5135
5012
|
flex: 0 0 24px;
|
|
5136
5013
|
block-size: 24px;
|
|
5137
5014
|
margin-block: 4px;
|
|
@@ -5150,31 +5027,27 @@ form .dso-form-group-collection > legend h6, .dso-section-body .dso-form-group-c
|
|
|
5150
5027
|
.form-group.dso-files .dso-filelist:has(.dso-download) .dso-upload-loading + .dso-download {
|
|
5151
5028
|
margin-inline-start: 40px;
|
|
5152
5029
|
}
|
|
5153
|
-
.form-group.dso-files .dso-filelist:has(.dso-download) dso-icon + .dso-remove
|
|
5154
|
-
.form-group.dso-files .dso-filelist:has(.dso-download) svg.di + .dso-remove {
|
|
5030
|
+
.form-group.dso-files .dso-filelist:has(.dso-download) dso-icon + .dso-remove {
|
|
5155
5031
|
margin-inline-start: 40px;
|
|
5156
5032
|
}
|
|
5157
5033
|
@media screen and (max-width: 991px) {
|
|
5158
5034
|
.form-group.dso-files .dso-filelist:has(.dso-download) li:has(.dso-download) .dso-selectable + .dso-download,
|
|
5159
5035
|
.form-group.dso-files .dso-filelist:has(.dso-download) li:has(.dso-download) dso-selectable + .dso-download,
|
|
5160
5036
|
.form-group.dso-files .dso-filelist:has(.dso-download) li:has(.dso-download) .dso-upload-loading + .dso-download,
|
|
5161
|
-
.form-group.dso-files .dso-filelist:has(.dso-download) li:has(.dso-download) dso-icon + .dso-download
|
|
5162
|
-
.form-group.dso-files .dso-filelist:has(.dso-download) li:has(.dso-download) svg.di + .dso-download {
|
|
5037
|
+
.form-group.dso-files .dso-filelist:has(.dso-download) li:has(.dso-download) dso-icon + .dso-download {
|
|
5163
5038
|
margin-inline-start: auto;
|
|
5164
5039
|
}
|
|
5165
5040
|
.form-group.dso-files .dso-filelist:has(.dso-download) li:not(:has(.dso-download)) .dso-selectable + .dso-remove,
|
|
5166
5041
|
.form-group.dso-files .dso-filelist:has(.dso-download) li:not(:has(.dso-download)) dso-selectable + .dso-remove,
|
|
5167
5042
|
.form-group.dso-files .dso-filelist:has(.dso-download) li:not(:has(.dso-download)) .dso-upload-loading + .dso-remove,
|
|
5168
|
-
.form-group.dso-files .dso-filelist:has(.dso-download) li:not(:has(.dso-download)) dso-icon + .dso-remove
|
|
5169
|
-
.form-group.dso-files .dso-filelist:has(.dso-download) li:not(:has(.dso-download)) svg.di + .dso-remove {
|
|
5043
|
+
.form-group.dso-files .dso-filelist:has(.dso-download) li:not(:has(.dso-download)) dso-icon + .dso-remove {
|
|
5170
5044
|
margin-inline-start: auto;
|
|
5171
5045
|
}
|
|
5172
5046
|
}
|
|
5173
5047
|
@media screen and (max-width: 991px) {
|
|
5174
5048
|
.form-group.dso-files .dso-filelist:not(:has(.dso-download)) .dso-selectable + .dso-remove,
|
|
5175
5049
|
.form-group.dso-files .dso-filelist:not(:has(.dso-download)) dso-selectable + .dso-remove,
|
|
5176
|
-
.form-group.dso-files .dso-filelist:not(:has(.dso-download)) dso-icon + .dso-remove
|
|
5177
|
-
.form-group.dso-files .dso-filelist:not(:has(.dso-download)) svg.di + .dso-remove {
|
|
5050
|
+
.form-group.dso-files .dso-filelist:not(:has(.dso-download)) dso-icon + .dso-remove {
|
|
5178
5051
|
margin-inline-start: auto;
|
|
5179
5052
|
}
|
|
5180
5053
|
}
|
|
@@ -5225,7 +5098,7 @@ form .dso-form-group-collection > legend h6, .dso-section-body .dso-form-group-c
|
|
|
5225
5098
|
|
|
5226
5099
|
.form-group.dso-form-group-search-bar .dso-search-bar {
|
|
5227
5100
|
margin-block-end: 0;
|
|
5228
|
-
inline-size:
|
|
5101
|
+
inline-size: 100%;
|
|
5229
5102
|
}
|
|
5230
5103
|
|
|
5231
5104
|
.form-horizontal .form-group.dso-form-group-search-bar .dso-search-bar {
|
|
@@ -5382,8 +5255,7 @@ form .dso-form-group-collection > legend h6, .dso-section-body .dso-form-group-c
|
|
|
5382
5255
|
inline-size: 48px;
|
|
5383
5256
|
z-index: 101;
|
|
5384
5257
|
}
|
|
5385
|
-
.form-group.has-feedback .form-control-feedback dso-icon
|
|
5386
|
-
.form-group.has-feedback .form-control-feedback svg.di {
|
|
5258
|
+
.form-group.has-feedback .form-control-feedback dso-icon {
|
|
5387
5259
|
margin-block-start: 7px;
|
|
5388
5260
|
}
|
|
5389
5261
|
.form-group.dso-invalid .form-control {
|
|
@@ -6616,8 +6488,7 @@ h6,
|
|
|
6616
6488
|
margin-block-end: 0 !important;
|
|
6617
6489
|
}
|
|
6618
6490
|
.dso-highlight-box .dso-tertiary:not([disabled]):hover,
|
|
6619
|
-
.dso-highlight-box .dso-tertiary:not([disabled]):hover dso-icon
|
|
6620
|
-
.dso-highlight-box .dso-tertiary:not([disabled]):hover svg.di {
|
|
6491
|
+
.dso-highlight-box .dso-tertiary:not([disabled]):hover dso-icon {
|
|
6621
6492
|
text-decoration: underline;
|
|
6622
6493
|
}
|
|
6623
6494
|
.dso-highlight-box:not(.dso-border):not(.dso-white) .dso-button-row .dso-tertiary.extern::after {
|
|
@@ -6650,7 +6521,6 @@ h6,
|
|
|
6650
6521
|
.dso-highlight-box.dso-yellow .dso-tertiary:not([disabled]), .dso-highlight-box:not(.dso-border):not(.dso-white) .dso-tertiary:not([disabled]) {
|
|
6651
6522
|
color: #000;
|
|
6652
6523
|
}
|
|
6653
|
-
.dso-highlight-box .dso-step-counter > svg.di,
|
|
6654
6524
|
.dso-highlight-box .dso-step-counter > dso-icon {
|
|
6655
6525
|
margin-block-start: 0.25rem;
|
|
6656
6526
|
}
|
|
@@ -6826,8 +6696,7 @@ dso-highlight-box > *:last-child {
|
|
|
6826
6696
|
margin-block-end: 0 !important;
|
|
6827
6697
|
}
|
|
6828
6698
|
dso-highlight-box .dso-tertiary:not([disabled]):hover,
|
|
6829
|
-
dso-highlight-box .dso-tertiary:not([disabled]):hover dso-icon
|
|
6830
|
-
dso-highlight-box .dso-tertiary:not([disabled]):hover svg.di {
|
|
6699
|
+
dso-highlight-box .dso-tertiary:not([disabled]):hover dso-icon {
|
|
6831
6700
|
text-decoration: underline;
|
|
6832
6701
|
}
|
|
6833
6702
|
dso-highlight-box:not([border]):not([white]) .dso-button-row .dso-tertiary.extern::after {
|
|
@@ -6836,7 +6705,6 @@ dso-highlight-box:not([border]):not([white]) .dso-button-row .dso-tertiary.exter
|
|
|
6836
6705
|
dso-highlight-box:not([border]):not([white]) .dso-button-row .dso-tertiary.download::after {
|
|
6837
6706
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
6838
6707
|
}
|
|
6839
|
-
dso-highlight-box svg.di[slot=icon],
|
|
6840
6708
|
dso-highlight-box dso-icon[slot=icon] {
|
|
6841
6709
|
margin-block-start: 0.25rem;
|
|
6842
6710
|
}
|
|
@@ -6885,12 +6753,6 @@ hr {
|
|
|
6885
6753
|
margin-block-start: 16px;
|
|
6886
6754
|
}
|
|
6887
6755
|
|
|
6888
|
-
svg.di {
|
|
6889
|
-
block-size: 24px;
|
|
6890
|
-
vertical-align: top;
|
|
6891
|
-
inline-size: 24px;
|
|
6892
|
-
}
|
|
6893
|
-
|
|
6894
6756
|
img {
|
|
6895
6757
|
border: 0;
|
|
6896
6758
|
vertical-align: middle;
|
|
@@ -6975,10 +6837,8 @@ img {
|
|
|
6975
6837
|
color: #000;
|
|
6976
6838
|
}
|
|
6977
6839
|
.dso-info:not(.dso-accordion-section) .dso-rich-content .dso-tertiary:not([disabled]):hover,
|
|
6978
|
-
.dso-info:not(.dso-accordion-section) .dso-rich-content .dso-tertiary:not([disabled]):hover dso-icon,
|
|
6979
|
-
.dso-info:not(.dso-accordion-section) .dso-rich-content .dso-tertiary:not([disabled]):
|
|
6980
|
-
.dso-info:not(.dso-accordion-section) .dso-rich-content .dso-tertiary:not([disabled]):focus dso-icon,
|
|
6981
|
-
.dso-info:not(.dso-accordion-section) .dso-rich-content .dso-tertiary:not([disabled]):focus svg.di {
|
|
6840
|
+
.dso-info:not(.dso-accordion-section) .dso-rich-content .dso-tertiary:not([disabled]):hover dso-icon, .dso-info:not(.dso-accordion-section) .dso-rich-content .dso-tertiary:not([disabled]):focus,
|
|
6841
|
+
.dso-info:not(.dso-accordion-section) .dso-rich-content .dso-tertiary:not([disabled]):focus dso-icon {
|
|
6982
6842
|
color: #666;
|
|
6983
6843
|
text-decoration: underline;
|
|
6984
6844
|
}
|
|
@@ -7048,10 +6908,8 @@ dso-info .dso-rich-content .dso-tertiary:not([disabled]) {
|
|
|
7048
6908
|
color: #000;
|
|
7049
6909
|
}
|
|
7050
6910
|
dso-info .dso-rich-content .dso-tertiary:not([disabled]):hover,
|
|
7051
|
-
dso-info .dso-rich-content .dso-tertiary:not([disabled]):hover dso-icon,
|
|
7052
|
-
dso-info .dso-rich-content .dso-tertiary:not([disabled]):
|
|
7053
|
-
dso-info .dso-rich-content .dso-tertiary:not([disabled]):focus dso-icon,
|
|
7054
|
-
dso-info .dso-rich-content .dso-tertiary:not([disabled]):focus svg.di {
|
|
6911
|
+
dso-info .dso-rich-content .dso-tertiary:not([disabled]):hover dso-icon, dso-info .dso-rich-content .dso-tertiary:not([disabled]):focus,
|
|
6912
|
+
dso-info .dso-rich-content .dso-tertiary:not([disabled]):focus dso-icon {
|
|
7055
6913
|
color: #666;
|
|
7056
6914
|
text-decoration: underline;
|
|
7057
6915
|
}
|
|
@@ -7201,6 +7059,7 @@ ins a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [hr
|
|
|
7201
7059
|
}
|
|
7202
7060
|
ins {
|
|
7203
7061
|
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5);
|
|
7062
|
+
--_dso-ozon-content-toggletip-color: colors.$zwart;
|
|
7204
7063
|
}
|
|
7205
7064
|
|
|
7206
7065
|
.dso-justify-form-groups {
|
|
@@ -7533,6 +7392,7 @@ ins {
|
|
|
7533
7392
|
}
|
|
7534
7393
|
.dso-label.dso-label-toegevoegd {
|
|
7535
7394
|
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5);
|
|
7395
|
+
--_dso-ozon-content-toggletip-color: colors.$zwart;
|
|
7536
7396
|
}
|
|
7537
7397
|
.dso-label.dso-label-verwijderd {
|
|
7538
7398
|
--_dso-alert-success-border-color: #39870c;
|
|
@@ -7562,7 +7422,9 @@ ins {
|
|
|
7562
7422
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
7563
7423
|
}
|
|
7564
7424
|
.dso-label.dso-label-verwijderd {
|
|
7425
|
+
--_dso-ozon-content-toggletip-color: colors.$zwart;
|
|
7565
7426
|
text-decoration: line-through;
|
|
7427
|
+
--_dso-ozon-content-toggletip-text-decoration: underline line-through;
|
|
7566
7428
|
}
|
|
7567
7429
|
@media screen and (min--moz-device-pixel-ratio: 0) {
|
|
7568
7430
|
.dso-label.dso-label-verwijderd {
|
|
@@ -7606,8 +7468,7 @@ ins {
|
|
|
7606
7468
|
.dso-label button:hover {
|
|
7607
7469
|
cursor: pointer;
|
|
7608
7470
|
}
|
|
7609
|
-
.dso-label button > dso-icon
|
|
7610
|
-
.dso-label button > svg.di {
|
|
7471
|
+
.dso-label button > dso-icon {
|
|
7611
7472
|
display: block;
|
|
7612
7473
|
}
|
|
7613
7474
|
|
|
@@ -7659,11 +7520,11 @@ a:hover, a:focus-visible {
|
|
|
7659
7520
|
a:active {
|
|
7660
7521
|
text-decoration: none;
|
|
7661
7522
|
}
|
|
7662
|
-
a
|
|
7663
|
-
a span +
|
|
7523
|
+
a dso-icon + span,
|
|
7524
|
+
a span + dso-icon {
|
|
7664
7525
|
margin-inline-start: 8px;
|
|
7665
7526
|
}
|
|
7666
|
-
a .sr-only +
|
|
7527
|
+
a .sr-only + dso-icon {
|
|
7667
7528
|
margin-inline-start: 0;
|
|
7668
7529
|
}
|
|
7669
7530
|
a:visited {
|
|
@@ -8316,8 +8177,7 @@ nav .dso-link-list a:visited {
|
|
|
8316
8177
|
padding-block: 5px;
|
|
8317
8178
|
padding-inline: 0;
|
|
8318
8179
|
}
|
|
8319
|
-
.dso-navbar .dso-navbar-toggle dso-icon
|
|
8320
|
-
.dso-navbar .dso-navbar-toggle svg.di {
|
|
8180
|
+
.dso-navbar .dso-navbar-toggle dso-icon {
|
|
8321
8181
|
margin-inline-start: 8px;
|
|
8322
8182
|
margin-inline-end: 8px;
|
|
8323
8183
|
}
|
|
@@ -8443,7 +8303,6 @@ nav .dso-link-list a:visited {
|
|
|
8443
8303
|
font-weight: 600;
|
|
8444
8304
|
color: #39870c;
|
|
8445
8305
|
}
|
|
8446
|
-
.dso-navbar + .dso-navbar-extension .dso-navbar-extension-expand-button svg.di,
|
|
8447
8306
|
.dso-navbar + .dso-navbar-extension .dso-navbar-extension-expand-button dso-icon {
|
|
8448
8307
|
margin-inline-end: 8px;
|
|
8449
8308
|
}
|
|
@@ -8981,10 +8840,8 @@ dso-selectable .dso-rich-content[slot=info] .dso-tertiary:not([disabled]) {
|
|
|
8981
8840
|
color: #000;
|
|
8982
8841
|
}
|
|
8983
8842
|
dso-selectable .dso-rich-content[slot=info] .dso-tertiary:not([disabled]):hover,
|
|
8984
|
-
dso-selectable .dso-rich-content[slot=info] .dso-tertiary:not([disabled]):hover dso-icon,
|
|
8985
|
-
dso-selectable .dso-rich-content[slot=info] .dso-tertiary:not([disabled]):
|
|
8986
|
-
dso-selectable .dso-rich-content[slot=info] .dso-tertiary:not([disabled]):focus dso-icon,
|
|
8987
|
-
dso-selectable .dso-rich-content[slot=info] .dso-tertiary:not([disabled]):focus svg.di {
|
|
8843
|
+
dso-selectable .dso-rich-content[slot=info] .dso-tertiary:not([disabled]):hover dso-icon, dso-selectable .dso-rich-content[slot=info] .dso-tertiary:not([disabled]):focus,
|
|
8844
|
+
dso-selectable .dso-rich-content[slot=info] .dso-tertiary:not([disabled]):focus dso-icon {
|
|
8988
8845
|
color: #666;
|
|
8989
8846
|
text-decoration: underline;
|
|
8990
8847
|
}
|
|
@@ -9027,16 +8884,14 @@ dso-selectable .dso-rich-content[slot=info] .dso-tertiary:not([disabled]):focus
|
|
|
9027
8884
|
position: relative;
|
|
9028
8885
|
text-align: start;
|
|
9029
8886
|
}
|
|
9030
|
-
.dso-shopping-cart .dso-status dso-icon
|
|
9031
|
-
.dso-shopping-cart .dso-status svg.di {
|
|
8887
|
+
.dso-shopping-cart .dso-status dso-icon {
|
|
9032
8888
|
transition: transform 260ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
9033
8889
|
inset-inline-start: 16px;
|
|
9034
8890
|
position: absolute;
|
|
9035
8891
|
margin-inline-end: 8px;
|
|
9036
8892
|
transform: rotate(0);
|
|
9037
8893
|
}
|
|
9038
|
-
.dso-shopping-cart .dso-status[aria-expanded=true] dso-icon
|
|
9039
|
-
.dso-shopping-cart .dso-status[aria-expanded=true] svg.di {
|
|
8894
|
+
.dso-shopping-cart .dso-status[aria-expanded=true] dso-icon {
|
|
9040
8895
|
transform: rotate(90deg);
|
|
9041
8896
|
}
|
|
9042
8897
|
.dso-shopping-cart span.dso-status {
|
|
@@ -9149,8 +9004,7 @@ dso-selectable .dso-rich-content[slot=info] .dso-tertiary:not([disabled]):focus
|
|
|
9149
9004
|
padding-block-start: 16px;
|
|
9150
9005
|
position: relative;
|
|
9151
9006
|
}
|
|
9152
|
-
.dso-shopping-cart li > dso-icon
|
|
9153
|
-
.dso-shopping-cart li > svg.di {
|
|
9007
|
+
.dso-shopping-cart li > dso-icon {
|
|
9154
9008
|
float: inline-start;
|
|
9155
9009
|
block-size: 24px;
|
|
9156
9010
|
margin-inline-end: 8px;
|
|
@@ -9396,9 +9250,9 @@ table.table,
|
|
|
9396
9250
|
max-inline-size: 100%;
|
|
9397
9251
|
inline-size: 100%;
|
|
9398
9252
|
}
|
|
9399
|
-
table.table .dso-tertiary,
|
|
9253
|
+
table.table .dso-tertiary:not(dso-ozon-content-toggletip *),
|
|
9400
9254
|
table.table dso-icon-button,
|
|
9401
|
-
.dso-rich-content table .dso-tertiary,
|
|
9255
|
+
.dso-rich-content table .dso-tertiary:not(dso-ozon-content-toggletip *),
|
|
9402
9256
|
.dso-rich-content table dso-icon-button {
|
|
9403
9257
|
position: relative;
|
|
9404
9258
|
inset-block-start: -2px;
|
|
@@ -9602,28 +9456,16 @@ table.table > thead > tr > th .dso-primary.dso-sort, table.table > thead > tr >
|
|
|
9602
9456
|
color: #191919;
|
|
9603
9457
|
font-weight: 600;
|
|
9604
9458
|
}
|
|
9605
|
-
table.table > thead > tr > th .dso-primary.dso-sort dso-icon,
|
|
9606
|
-
table.table > thead > tr > th .dso-primary.dso-sort svg.di, table.table > thead > tr > th .dso-secondary.dso-sort dso-icon,
|
|
9607
|
-
table.table > thead > tr > th .dso-secondary.dso-sort svg.di, table.table > thead > tr > th .dso-tertiary.dso-sort dso-icon,
|
|
9608
|
-
table.table > thead > tr > th .dso-tertiary.dso-sort svg.di,
|
|
9459
|
+
table.table > thead > tr > th .dso-primary.dso-sort dso-icon, table.table > thead > tr > th .dso-secondary.dso-sort dso-icon, table.table > thead > tr > th .dso-tertiary.dso-sort dso-icon,
|
|
9609
9460
|
.dso-rich-content table > thead > tr > th .dso-primary.dso-sort dso-icon,
|
|
9610
|
-
.dso-rich-content table > thead > tr > th .dso-primary.dso-sort svg.di,
|
|
9611
9461
|
.dso-rich-content table > thead > tr > th .dso-secondary.dso-sort dso-icon,
|
|
9612
|
-
.dso-rich-content table > thead > tr > th .dso-
|
|
9613
|
-
.dso-rich-content table > thead > tr > th .dso-tertiary.dso-sort dso-icon,
|
|
9614
|
-
.dso-rich-content table > thead > tr > th .dso-tertiary.dso-sort svg.di {
|
|
9462
|
+
.dso-rich-content table > thead > tr > th .dso-tertiary.dso-sort dso-icon {
|
|
9615
9463
|
color: #666;
|
|
9616
9464
|
}
|
|
9617
|
-
table.table > thead > tr > th .dso-primary.dso-sort dso-icon.dso-sort-active,
|
|
9618
|
-
table.table > thead > tr > th .dso-primary.dso-sort svg.di.dso-sort-active, table.table > thead > tr > th .dso-secondary.dso-sort dso-icon.dso-sort-active,
|
|
9619
|
-
table.table > thead > tr > th .dso-secondary.dso-sort svg.di.dso-sort-active, table.table > thead > tr > th .dso-tertiary.dso-sort dso-icon.dso-sort-active,
|
|
9620
|
-
table.table > thead > tr > th .dso-tertiary.dso-sort svg.di.dso-sort-active,
|
|
9465
|
+
table.table > thead > tr > th .dso-primary.dso-sort dso-icon.dso-sort-active, table.table > thead > tr > th .dso-secondary.dso-sort dso-icon.dso-sort-active, table.table > thead > tr > th .dso-tertiary.dso-sort dso-icon.dso-sort-active,
|
|
9621
9466
|
.dso-rich-content table > thead > tr > th .dso-primary.dso-sort dso-icon.dso-sort-active,
|
|
9622
|
-
.dso-rich-content table > thead > tr > th .dso-primary.dso-sort svg.di.dso-sort-active,
|
|
9623
9467
|
.dso-rich-content table > thead > tr > th .dso-secondary.dso-sort dso-icon.dso-sort-active,
|
|
9624
|
-
.dso-rich-content table > thead > tr > th .dso-
|
|
9625
|
-
.dso-rich-content table > thead > tr > th .dso-tertiary.dso-sort dso-icon.dso-sort-active,
|
|
9626
|
-
.dso-rich-content table > thead > tr > th .dso-tertiary.dso-sort svg.di.dso-sort-active {
|
|
9468
|
+
.dso-rich-content table > thead > tr > th .dso-tertiary.dso-sort dso-icon.dso-sort-active {
|
|
9627
9469
|
color: #191919;
|
|
9628
9470
|
}
|
|
9629
9471
|
|
|
@@ -9989,29 +9831,16 @@ dso-viewer-grid .dso-toggle-main-button.dso-spinner-right::after {
|
|
|
9989
9831
|
margin-inline-start: 8px;
|
|
9990
9832
|
}
|
|
9991
9833
|
dso-viewer-grid .dso-toggle-main-button dso-icon + span:not(.sr-only),
|
|
9992
|
-
dso-viewer-grid .dso-toggle-main-button
|
|
9993
|
-
dso-viewer-grid .dso-toggle-main-button span:not(.sr-only) + dso-icon,
|
|
9994
|
-
dso-viewer-grid .dso-toggle-main-button span:not(.sr-only) + svg.di {
|
|
9834
|
+
dso-viewer-grid .dso-toggle-main-button span:not(.sr-only) + dso-icon {
|
|
9995
9835
|
margin-inline-start: 8px;
|
|
9996
9836
|
}
|
|
9997
|
-
dso-viewer-grid .dso-toggle-main-button svg.di.di-chevron-down + span:not(.sr-only),
|
|
9998
|
-
dso-viewer-grid .dso-toggle-main-button svg.di.di-chevron-up + span:not(.sr-only),
|
|
9999
|
-
dso-viewer-grid .dso-toggle-main-button span:not(.sr-only) + svg.di.di-chevron-down,
|
|
10000
|
-
dso-viewer-grid .dso-toggle-main-button span:not(.sr-only) + svg.di.di-chevron-up {
|
|
10001
|
-
margin-inline-start: 4px;
|
|
10002
|
-
}
|
|
10003
9837
|
dso-viewer-grid .dso-toggle-main-button dso-icon[icon=chevron-left] + span:not(.sr-only),
|
|
10004
9838
|
dso-viewer-grid .dso-toggle-main-button dso-icon[icon=chevron-right] + span:not(.sr-only),
|
|
10005
|
-
dso-viewer-grid .dso-toggle-main-button svg.di.di-angle-down + span:not(.sr-only),
|
|
10006
|
-
dso-viewer-grid .dso-toggle-main-button svg.di.di-angle-up + span:not(.sr-only),
|
|
10007
|
-
dso-viewer-grid .dso-toggle-main-button span:not(.sr-only) + svg.di.di-angle-down,
|
|
10008
|
-
dso-viewer-grid .dso-toggle-main-button span:not(.sr-only) + svg.di.di-angle-up,
|
|
10009
9839
|
dso-viewer-grid .dso-toggle-main-button span:not(.sr-only) + dso-icon[icon=chevron-left],
|
|
10010
9840
|
dso-viewer-grid .dso-toggle-main-button span:not(.sr-only) + dso-icon[icon=chevron-right] {
|
|
10011
9841
|
margin-inline-start: 0;
|
|
10012
9842
|
}
|
|
10013
9843
|
dso-viewer-grid .dso-toggle-main-button dso-icon,
|
|
10014
|
-
dso-viewer-grid .dso-toggle-main-button svg.di,
|
|
10015
9844
|
dso-viewer-grid .dso-toggle-main-button span {
|
|
10016
9845
|
vertical-align: middle;
|
|
10017
9846
|
}
|