dso-toolkit 84.0.0 → 85.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +22 -0
- package/dist/dso.css +310 -363
- 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 +1 -0
- package/package.json +8 -8
- package/src/components/alert/alert.mixins.scss +5 -16
- package/src/components/alert/alert.scss +5 -8
- package/src/components/attachments-counter/attachments-counter.scss +2 -5
- package/src/components/badge/badge.mixins.scss +2 -6
- package/src/components/banner/banner.mixins.scss +4 -12
- package/src/components/breadcrumbs/breadcrumbs.mixins.scss +5 -7
- package/src/components/button/button.mixins.scss +33 -46
- package/src/components/context/context.scss +7 -10
- package/src/components/definition-list/definition-list.scss +1 -4
- package/src/components/delete/delete.mixins.scss +4 -8
- package/src/components/description/description.scss +2 -4
- package/src/components/document-header/document-header.scss +7 -15
- package/src/components/dropdown-menu/dropdown-menu.mixins.scss +9 -12
- package/src/components/dropdown-menu/dropdown-menu.scss +14 -26
- package/src/components/footer/footer.scss +5 -8
- package/src/components/form/form-group-collection.scss +2 -4
- package/src/components/form-control/form-control.mixins.scss +15 -17
- package/src/components/form-group/form-group.scss +5 -8
- package/src/components/form-group/select/form-group-select.scss +6 -9
- package/src/components/grid/grid.scss +3 -10
- package/src/components/heading/heading.mixins.scss +2 -6
- package/src/components/highlight-box/highlight-box.mixins.scss +3 -9
- package/src/components/highlight-box/highlight-box.scss +3 -6
- package/src/components/info/info.scss +2 -5
- package/src/components/insert/insert.mixins.scss +2 -4
- package/src/components/label/label.mixins.scss +4 -12
- package/src/components/link/link.mixins.scss +23 -10
- package/src/components/link-list/link-list.mixins.scss +1 -4
- package/src/components/link-list/link-list.scss +3 -6
- package/src/components/modal/modal.mixins.scss +10 -19
- package/src/components/modal/modal.scss +4 -7
- package/src/components/navbar/navbar.mixins.scss +9 -15
- package/src/components/search-bar/search-bar.scss +21 -31
- package/src/components/shopping-cart/shopping-cart.scss +15 -25
- package/src/components/viewer-grid/viewer-grid.scss +1 -4
- package/src/di.scss +6 -10
- package/src/global/functions/contrast-color.functions.scss +14 -11
- package/src/global/mixins/set-colors.mixin.scss +40 -40
- package/src/global/spacing.scss +4 -0
package/dist/dso.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--dso-toolkit-version: "
|
|
2
|
+
--dso-toolkit-version: "85.0.0";
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
@font-face {
|
|
@@ -74,6 +74,10 @@ dso-accordion-section > *:last-child:not(.dso-info) {
|
|
|
74
74
|
margin-block: 32px;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
+
dso-legend-item + dso-legend-item {
|
|
78
|
+
margin-block-start: 8px;
|
|
79
|
+
}
|
|
80
|
+
|
|
77
81
|
:where(.dso-context-wrapper, dso-list-button) + :where(.dso-table-responsive, dso-list-button, :has(.dso-table-responsive, dso-list-button)) {
|
|
78
82
|
margin-block-start: 8px;
|
|
79
83
|
}
|
|
@@ -228,12 +232,6 @@ dso-action-list .dso-rich-content .h5 {
|
|
|
228
232
|
--link-color: currentColor;
|
|
229
233
|
--link-hover-color: currentColor;
|
|
230
234
|
--link-visited-color: currentColor;
|
|
231
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
232
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
233
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
234
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
235
|
-
background-color: #e4f1d4;
|
|
236
|
-
color: #191919;
|
|
237
235
|
}
|
|
238
236
|
.alert.alert-success a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
239
237
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -248,6 +246,12 @@ dso-action-list .dso-rich-content .h5 {
|
|
|
248
246
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
249
247
|
}
|
|
250
248
|
.alert.alert-success {
|
|
249
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
250
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
251
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
252
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
253
|
+
background-color: #e4f1d4;
|
|
254
|
+
color: #191919;
|
|
251
255
|
border-color: var(--_dso-alert-success-border-color, #e4f1d4);
|
|
252
256
|
}
|
|
253
257
|
.alert.alert-success.dso-compact::before {
|
|
@@ -257,12 +261,6 @@ dso-action-list .dso-rich-content .h5 {
|
|
|
257
261
|
--link-color: currentColor;
|
|
258
262
|
--link-hover-color: currentColor;
|
|
259
263
|
--link-visited-color: currentColor;
|
|
260
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
261
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
262
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
263
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
264
|
-
background-color: #f5d8dc;
|
|
265
|
-
color: #191919;
|
|
266
264
|
}
|
|
267
265
|
.alert.alert-error a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
268
266
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -277,6 +275,12 @@ dso-action-list .dso-rich-content .h5 {
|
|
|
277
275
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
278
276
|
}
|
|
279
277
|
.alert.alert-error {
|
|
278
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
279
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
280
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
281
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
282
|
+
background-color: #f5d8dc;
|
|
283
|
+
color: #191919;
|
|
280
284
|
border-color: var(--_dso-alert-error-border-color, #f5d8dc);
|
|
281
285
|
}
|
|
282
286
|
.alert.alert-error.dso-compact::before {
|
|
@@ -286,12 +290,6 @@ dso-action-list .dso-rich-content .h5 {
|
|
|
286
290
|
--link-color: currentColor;
|
|
287
291
|
--link-hover-color: currentColor;
|
|
288
292
|
--link-visited-color: currentColor;
|
|
289
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
290
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
291
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
292
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
293
|
-
background-color: #f8f6cc;
|
|
294
|
-
color: #191919;
|
|
295
293
|
}
|
|
296
294
|
.alert.alert-warning a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
297
295
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -306,6 +304,12 @@ dso-action-list .dso-rich-content .h5 {
|
|
|
306
304
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
307
305
|
}
|
|
308
306
|
.alert.alert-warning {
|
|
307
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
308
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
309
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
310
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
311
|
+
background-color: #f8f6cc;
|
|
312
|
+
color: #191919;
|
|
309
313
|
border-color: var(--_dso-alert-warning-border-color, #f8f6cc);
|
|
310
314
|
}
|
|
311
315
|
.alert.alert-warning.dso-compact::before {
|
|
@@ -315,12 +319,6 @@ dso-action-list .dso-rich-content .h5 {
|
|
|
315
319
|
--link-color: currentColor;
|
|
316
320
|
--link-hover-color: currentColor;
|
|
317
321
|
--link-visited-color: currentColor;
|
|
318
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
319
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
320
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
321
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
322
|
-
background-color: #e1ecf7;
|
|
323
|
-
color: #191919;
|
|
324
322
|
}
|
|
325
323
|
.alert.alert-info a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
326
324
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -335,6 +333,12 @@ dso-action-list .dso-rich-content .h5 {
|
|
|
335
333
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
336
334
|
}
|
|
337
335
|
.alert.alert-info {
|
|
336
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
337
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
338
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
339
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
340
|
+
background-color: #e1ecf7;
|
|
341
|
+
color: #191919;
|
|
338
342
|
border-color: var(--_dso-alert-info-border-color, #e1ecf7);
|
|
339
343
|
}
|
|
340
344
|
.alert.alert-info.dso-compact::before {
|
|
@@ -378,6 +382,15 @@ dso-action-list .dso-rich-content .h5 {
|
|
|
378
382
|
margin: 0;
|
|
379
383
|
overflow: visible;
|
|
380
384
|
text-transform: none;
|
|
385
|
+
}
|
|
386
|
+
.alert .dso-close[disabled] {
|
|
387
|
+
cursor: default;
|
|
388
|
+
}
|
|
389
|
+
.alert .dso-close::-moz-focus-inner {
|
|
390
|
+
border: 0;
|
|
391
|
+
padding: 0;
|
|
392
|
+
}
|
|
393
|
+
.alert .dso-close {
|
|
381
394
|
position: absolute;
|
|
382
395
|
inset-block-start: 3px;
|
|
383
396
|
inset-inline-end: 3px;
|
|
@@ -388,24 +401,14 @@ dso-action-list .dso-rich-content .h5 {
|
|
|
388
401
|
border: 0;
|
|
389
402
|
text-align: center;
|
|
390
403
|
}
|
|
391
|
-
.alert .dso-close[disabled] {
|
|
392
|
-
cursor: default;
|
|
393
|
-
}
|
|
394
|
-
.alert .dso-close::-moz-focus-inner {
|
|
395
|
-
border: 0;
|
|
396
|
-
padding: 0;
|
|
397
|
-
}
|
|
398
404
|
.alert .dso-close::before {
|
|
399
405
|
background: url("./di.svg#times-zwart") no-repeat center;
|
|
400
406
|
background-size: cover;
|
|
401
407
|
block-size: 24px;
|
|
402
|
-
vertical-align:
|
|
408
|
+
vertical-align: middle;
|
|
403
409
|
inline-size: 24px;
|
|
404
|
-
}
|
|
405
|
-
.alert .dso-close::before {
|
|
406
410
|
content: "";
|
|
407
411
|
display: inline-block;
|
|
408
|
-
vertical-align: middle;
|
|
409
412
|
}
|
|
410
413
|
.alert:not(.dso-compact)::before {
|
|
411
414
|
inset-block-start: 15px;
|
|
@@ -505,8 +508,6 @@ dso-alert a:active {
|
|
|
505
508
|
block-size: 24px;
|
|
506
509
|
vertical-align: top;
|
|
507
510
|
inline-size: 24px;
|
|
508
|
-
}
|
|
509
|
-
.dso-attachments::after {
|
|
510
511
|
content: "";
|
|
511
512
|
display: inline-block;
|
|
512
513
|
}
|
|
@@ -522,8 +523,6 @@ dso-alert a:active {
|
|
|
522
523
|
padding-block: 4px;
|
|
523
524
|
padding-inline: 8px;
|
|
524
525
|
text-align: center;
|
|
525
|
-
}
|
|
526
|
-
.dso-badge {
|
|
527
526
|
--_dso-alert-success-border-color: #39870c;
|
|
528
527
|
--_dso-alert-error-border-color: #ce3f51;
|
|
529
528
|
--_dso-alert-info-border-color: #6ca4d9;
|
|
@@ -531,9 +530,6 @@ dso-alert a:active {
|
|
|
531
530
|
--link-color: currentColor;
|
|
532
531
|
--link-hover-color: currentColor;
|
|
533
532
|
--link-visited-color: currentColor;
|
|
534
|
-
--_dso-icon-button-tertiary-color: #fff;
|
|
535
|
-
background-color: #666;
|
|
536
|
-
color: #fff;
|
|
537
533
|
}
|
|
538
534
|
.dso-badge a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
539
535
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-wit"));
|
|
@@ -548,6 +544,9 @@ dso-alert a:active {
|
|
|
548
544
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-wit"));
|
|
549
545
|
}
|
|
550
546
|
.dso-badge {
|
|
547
|
+
--_dso-icon-button-tertiary-color: #fff;
|
|
548
|
+
background-color: #666;
|
|
549
|
+
color: #fff;
|
|
551
550
|
border-color: #666;
|
|
552
551
|
}
|
|
553
552
|
.dso-badge.badge-info {
|
|
@@ -558,9 +557,6 @@ dso-alert a:active {
|
|
|
558
557
|
--link-color: currentColor;
|
|
559
558
|
--link-hover-color: currentColor;
|
|
560
559
|
--link-visited-color: currentColor;
|
|
561
|
-
--_dso-icon-button-tertiary-color: #fff;
|
|
562
|
-
background-color: #2b5780;
|
|
563
|
-
color: #fff;
|
|
564
560
|
}
|
|
565
561
|
.dso-badge.badge-info a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
566
562
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-wit"));
|
|
@@ -575,6 +571,9 @@ dso-alert a:active {
|
|
|
575
571
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-wit"));
|
|
576
572
|
}
|
|
577
573
|
.dso-badge.badge-info {
|
|
574
|
+
--_dso-icon-button-tertiary-color: #fff;
|
|
575
|
+
background-color: #2b5780;
|
|
576
|
+
color: #fff;
|
|
578
577
|
border-color: #2b5780;
|
|
579
578
|
}
|
|
580
579
|
.dso-badge.badge-primary {
|
|
@@ -585,9 +584,6 @@ dso-alert a:active {
|
|
|
585
584
|
--link-color: currentColor;
|
|
586
585
|
--link-hover-color: currentColor;
|
|
587
586
|
--link-visited-color: currentColor;
|
|
588
|
-
--_dso-icon-button-tertiary-color: #fff;
|
|
589
|
-
background-color: #275937;
|
|
590
|
-
color: #fff;
|
|
591
587
|
}
|
|
592
588
|
.dso-badge.badge-primary a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
593
589
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-wit"));
|
|
@@ -602,6 +598,9 @@ dso-alert a:active {
|
|
|
602
598
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-wit"));
|
|
603
599
|
}
|
|
604
600
|
.dso-badge.badge-primary {
|
|
601
|
+
--_dso-icon-button-tertiary-color: #fff;
|
|
602
|
+
background-color: #275937;
|
|
603
|
+
color: #fff;
|
|
605
604
|
border-color: #275937;
|
|
606
605
|
}
|
|
607
606
|
.dso-badge.badge-success {
|
|
@@ -612,9 +611,6 @@ dso-alert a:active {
|
|
|
612
611
|
--link-color: currentColor;
|
|
613
612
|
--link-hover-color: currentColor;
|
|
614
613
|
--link-visited-color: currentColor;
|
|
615
|
-
--_dso-icon-button-tertiary-color: #fff;
|
|
616
|
-
background-color: #39870c;
|
|
617
|
-
color: #fff;
|
|
618
614
|
}
|
|
619
615
|
.dso-badge.badge-success a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
620
616
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-wit"));
|
|
@@ -629,6 +625,9 @@ dso-alert a:active {
|
|
|
629
625
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-wit"));
|
|
630
626
|
}
|
|
631
627
|
.dso-badge.badge-success {
|
|
628
|
+
--_dso-icon-button-tertiary-color: #fff;
|
|
629
|
+
background-color: #39870c;
|
|
630
|
+
color: #fff;
|
|
632
631
|
border-color: #39870c;
|
|
633
632
|
}
|
|
634
633
|
.dso-badge.badge-warning {
|
|
@@ -639,12 +638,6 @@ dso-alert a:active {
|
|
|
639
638
|
--link-color: currentColor;
|
|
640
639
|
--link-hover-color: currentColor;
|
|
641
640
|
--link-visited-color: currentColor;
|
|
642
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
643
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
644
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
645
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
646
|
-
background-color: #dcd400;
|
|
647
|
-
color: #191919;
|
|
648
641
|
}
|
|
649
642
|
.dso-badge.badge-warning a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
650
643
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -659,6 +652,12 @@ dso-alert a:active {
|
|
|
659
652
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
660
653
|
}
|
|
661
654
|
.dso-badge.badge-warning {
|
|
655
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
656
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
657
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
658
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
659
|
+
background-color: #dcd400;
|
|
660
|
+
color: #191919;
|
|
662
661
|
border-color: #dcd400;
|
|
663
662
|
}
|
|
664
663
|
.dso-badge.badge-error {
|
|
@@ -669,9 +668,6 @@ dso-alert a:active {
|
|
|
669
668
|
--link-color: currentColor;
|
|
670
669
|
--link-hover-color: currentColor;
|
|
671
670
|
--link-visited-color: currentColor;
|
|
672
|
-
--_dso-icon-button-tertiary-color: #fff;
|
|
673
|
-
background-color: #ce3f51;
|
|
674
|
-
color: #fff;
|
|
675
671
|
}
|
|
676
672
|
.dso-badge.badge-error a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
677
673
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-wit"));
|
|
@@ -686,6 +682,9 @@ dso-alert a:active {
|
|
|
686
682
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-wit"));
|
|
687
683
|
}
|
|
688
684
|
.dso-badge.badge-error {
|
|
685
|
+
--_dso-icon-button-tertiary-color: #fff;
|
|
686
|
+
background-color: #ce3f51;
|
|
687
|
+
color: #fff;
|
|
689
688
|
border-color: #ce3f51;
|
|
690
689
|
}
|
|
691
690
|
.dso-badge.badge-outline {
|
|
@@ -695,8 +694,6 @@ dso-alert a:active {
|
|
|
695
694
|
--_dso-alert-warning-border-color: initial;
|
|
696
695
|
background-color: #fff;
|
|
697
696
|
color: #191919;
|
|
698
|
-
}
|
|
699
|
-
.dso-badge.badge-outline {
|
|
700
697
|
border-color: #191919;
|
|
701
698
|
}
|
|
702
699
|
.dso-badge.badge-attention {
|
|
@@ -707,9 +704,6 @@ dso-alert a:active {
|
|
|
707
704
|
--link-color: currentColor;
|
|
708
705
|
--link-hover-color: currentColor;
|
|
709
706
|
--link-visited-color: currentColor;
|
|
710
|
-
--_dso-icon-button-tertiary-color: #fff;
|
|
711
|
-
background-color: #8b4a6a;
|
|
712
|
-
color: #fff;
|
|
713
707
|
}
|
|
714
708
|
.dso-badge.badge-attention a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
715
709
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-wit"));
|
|
@@ -724,6 +718,9 @@ dso-alert a:active {
|
|
|
724
718
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-wit"));
|
|
725
719
|
}
|
|
726
720
|
.dso-badge.badge-attention {
|
|
721
|
+
--_dso-icon-button-tertiary-color: #fff;
|
|
722
|
+
background-color: #8b4a6a;
|
|
723
|
+
color: #fff;
|
|
727
724
|
border-color: #8b4a6a;
|
|
728
725
|
}
|
|
729
726
|
|
|
@@ -841,12 +838,6 @@ dso-alert a:active {
|
|
|
841
838
|
--link-color: currentColor;
|
|
842
839
|
--link-hover-color: currentColor;
|
|
843
840
|
--link-visited-color: currentColor;
|
|
844
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
845
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
846
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
847
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
848
|
-
background-color: #e4f1d4;
|
|
849
|
-
color: #191919;
|
|
850
841
|
}
|
|
851
842
|
.dso-banner.alert-success a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
852
843
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -861,6 +852,12 @@ dso-alert a:active {
|
|
|
861
852
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
862
853
|
}
|
|
863
854
|
.dso-banner.alert-success {
|
|
855
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
856
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
857
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
858
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
859
|
+
background-color: #e4f1d4;
|
|
860
|
+
color: #191919;
|
|
864
861
|
border-color: #e4f1d4;
|
|
865
862
|
}
|
|
866
863
|
.dso-banner.alert-success.dso-icon .dso-banner-inner::before {
|
|
@@ -878,12 +875,6 @@ dso-alert a:active {
|
|
|
878
875
|
--link-color: currentColor;
|
|
879
876
|
--link-hover-color: currentColor;
|
|
880
877
|
--link-visited-color: currentColor;
|
|
881
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
882
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
883
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
884
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
885
|
-
background-color: #f5d8dc;
|
|
886
|
-
color: #191919;
|
|
887
878
|
}
|
|
888
879
|
.dso-banner.alert-error a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
889
880
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -898,6 +889,12 @@ dso-alert a:active {
|
|
|
898
889
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
899
890
|
}
|
|
900
891
|
.dso-banner.alert-error {
|
|
892
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
893
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
894
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
895
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
896
|
+
background-color: #f5d8dc;
|
|
897
|
+
color: #191919;
|
|
901
898
|
border-color: #f5d8dc;
|
|
902
899
|
}
|
|
903
900
|
.dso-banner.alert-error.dso-icon .dso-banner-inner::before {
|
|
@@ -915,12 +912,6 @@ dso-alert a:active {
|
|
|
915
912
|
--link-color: currentColor;
|
|
916
913
|
--link-hover-color: currentColor;
|
|
917
914
|
--link-visited-color: currentColor;
|
|
918
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
919
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
920
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
921
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
922
|
-
background-color: #e1ecf7;
|
|
923
|
-
color: #191919;
|
|
924
915
|
}
|
|
925
916
|
.dso-banner.alert-info a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
926
917
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -935,6 +926,12 @@ dso-alert a:active {
|
|
|
935
926
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
936
927
|
}
|
|
937
928
|
.dso-banner.alert-info {
|
|
929
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
930
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
931
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
932
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
933
|
+
background-color: #e1ecf7;
|
|
934
|
+
color: #191919;
|
|
938
935
|
border-color: #e1ecf7;
|
|
939
936
|
}
|
|
940
937
|
.dso-banner.alert-info.dso-icon .dso-banner-inner::before {
|
|
@@ -952,12 +949,6 @@ dso-alert a:active {
|
|
|
952
949
|
--link-color: currentColor;
|
|
953
950
|
--link-hover-color: currentColor;
|
|
954
951
|
--link-visited-color: currentColor;
|
|
955
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
956
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
957
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
958
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
959
|
-
background-color: #f8f6cc;
|
|
960
|
-
color: #191919;
|
|
961
952
|
}
|
|
962
953
|
.dso-banner.alert-warning a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
963
954
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -972,6 +963,12 @@ dso-alert a:active {
|
|
|
972
963
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
973
964
|
}
|
|
974
965
|
.dso-banner.alert-warning {
|
|
966
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
967
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
968
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
969
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
970
|
+
background-color: #f8f6cc;
|
|
971
|
+
color: #191919;
|
|
975
972
|
border-color: #f8f6cc;
|
|
976
973
|
}
|
|
977
974
|
.dso-banner.alert-warning.dso-icon .dso-banner-inner::before {
|
|
@@ -1093,12 +1090,6 @@ dso-banner[status=success] {
|
|
|
1093
1090
|
--link-color: currentColor;
|
|
1094
1091
|
--link-hover-color: currentColor;
|
|
1095
1092
|
--link-visited-color: currentColor;
|
|
1096
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
1097
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
1098
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
1099
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
1100
|
-
background-color: #e4f1d4;
|
|
1101
|
-
color: #191919;
|
|
1102
1093
|
}
|
|
1103
1094
|
dso-banner[status=success] a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
1104
1095
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -1113,6 +1104,12 @@ dso-banner[status=success] a:not(.dso-primary, .dso-secondary, .dso-tertiary):is
|
|
|
1113
1104
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
1114
1105
|
}
|
|
1115
1106
|
dso-banner[status=success] {
|
|
1107
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
1108
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
1109
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
1110
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
1111
|
+
background-color: #e4f1d4;
|
|
1112
|
+
color: #191919;
|
|
1116
1113
|
border-color: #e4f1d4;
|
|
1117
1114
|
}
|
|
1118
1115
|
dso-banner[status=success][icon] .dso-banner-inner::before {
|
|
@@ -1130,12 +1127,6 @@ dso-banner[status=error] {
|
|
|
1130
1127
|
--link-color: currentColor;
|
|
1131
1128
|
--link-hover-color: currentColor;
|
|
1132
1129
|
--link-visited-color: currentColor;
|
|
1133
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
1134
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
1135
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
1136
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
1137
|
-
background-color: #f5d8dc;
|
|
1138
|
-
color: #191919;
|
|
1139
1130
|
}
|
|
1140
1131
|
dso-banner[status=error] a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
1141
1132
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -1150,6 +1141,12 @@ dso-banner[status=error] a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([
|
|
|
1150
1141
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
1151
1142
|
}
|
|
1152
1143
|
dso-banner[status=error] {
|
|
1144
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
1145
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
1146
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
1147
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
1148
|
+
background-color: #f5d8dc;
|
|
1149
|
+
color: #191919;
|
|
1153
1150
|
border-color: #f5d8dc;
|
|
1154
1151
|
}
|
|
1155
1152
|
dso-banner[status=error][icon] .dso-banner-inner::before {
|
|
@@ -1167,12 +1164,6 @@ dso-banner[status=info] {
|
|
|
1167
1164
|
--link-color: currentColor;
|
|
1168
1165
|
--link-hover-color: currentColor;
|
|
1169
1166
|
--link-visited-color: currentColor;
|
|
1170
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
1171
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
1172
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
1173
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
1174
|
-
background-color: #e1ecf7;
|
|
1175
|
-
color: #191919;
|
|
1176
1167
|
}
|
|
1177
1168
|
dso-banner[status=info] a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
1178
1169
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -1187,6 +1178,12 @@ dso-banner[status=info] a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([h
|
|
|
1187
1178
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
1188
1179
|
}
|
|
1189
1180
|
dso-banner[status=info] {
|
|
1181
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
1182
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
1183
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
1184
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
1185
|
+
background-color: #e1ecf7;
|
|
1186
|
+
color: #191919;
|
|
1190
1187
|
border-color: #e1ecf7;
|
|
1191
1188
|
}
|
|
1192
1189
|
dso-banner[status=info][icon] .dso-banner-inner::before {
|
|
@@ -1204,12 +1201,6 @@ dso-banner[status=warning] {
|
|
|
1204
1201
|
--link-color: currentColor;
|
|
1205
1202
|
--link-hover-color: currentColor;
|
|
1206
1203
|
--link-visited-color: currentColor;
|
|
1207
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
1208
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
1209
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
1210
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
1211
|
-
background-color: #f8f6cc;
|
|
1212
|
-
color: #191919;
|
|
1213
1204
|
}
|
|
1214
1205
|
dso-banner[status=warning] a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
1215
1206
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -1224,6 +1215,12 @@ dso-banner[status=warning] a:not(.dso-primary, .dso-secondary, .dso-tertiary):is
|
|
|
1224
1215
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
1225
1216
|
}
|
|
1226
1217
|
dso-banner[status=warning] {
|
|
1218
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
1219
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
1220
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
1221
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
1222
|
+
background-color: #f8f6cc;
|
|
1223
|
+
color: #191919;
|
|
1227
1224
|
border-color: #f8f6cc;
|
|
1228
1225
|
}
|
|
1229
1226
|
dso-banner[status=warning][icon] .dso-banner-inner::before {
|
|
@@ -1348,10 +1345,6 @@ label.dso-primary {
|
|
|
1348
1345
|
background-color: var(--_dso-button-primary-background-color, #39870c);
|
|
1349
1346
|
border-color: var(--_dso-button-primary-border-color, #39870c);
|
|
1350
1347
|
color: var(--_dso-button-primary-color, #fff);
|
|
1351
|
-
}
|
|
1352
|
-
a.dso-primary,
|
|
1353
|
-
button.dso-primary,
|
|
1354
|
-
label.dso-primary {
|
|
1355
1348
|
border-width: 1px;
|
|
1356
1349
|
border-style: solid;
|
|
1357
1350
|
border-radius: 4px;
|
|
@@ -1553,10 +1546,6 @@ label.dso-secondary {
|
|
|
1553
1546
|
background-color: var(--_dso-button-secondary-background-color, #fff);
|
|
1554
1547
|
border-color: var(--_dso-button-secondary-border-color, #39870c);
|
|
1555
1548
|
color: var(--_dso-button-secondary-color, #39870c);
|
|
1556
|
-
}
|
|
1557
|
-
a.dso-secondary,
|
|
1558
|
-
button.dso-secondary,
|
|
1559
|
-
label.dso-secondary {
|
|
1560
1549
|
border-width: 1px;
|
|
1561
1550
|
border-style: solid;
|
|
1562
1551
|
border-radius: 4px;
|
|
@@ -1992,10 +1981,6 @@ label.dso-map {
|
|
|
1992
1981
|
background-color: var(--_dso-button-secondary-background-color, #fff);
|
|
1993
1982
|
border-color: var(--_dso-button-secondary-border-color, #39870c);
|
|
1994
1983
|
color: var(--_dso-button-secondary-color, #39870c);
|
|
1995
|
-
}
|
|
1996
|
-
a.dso-map,
|
|
1997
|
-
button.dso-map,
|
|
1998
|
-
label.dso-map {
|
|
1999
1984
|
border-width: 1px;
|
|
2000
1985
|
border-style: solid;
|
|
2001
1986
|
border-radius: 4px;
|
|
@@ -2427,8 +2412,6 @@ pre code {
|
|
|
2427
2412
|
}
|
|
2428
2413
|
.dso-context-wrapper .dso-context-select select {
|
|
2429
2414
|
background-image: var(--_dso-di-background-image, url("./di.svg#caret-down"));
|
|
2430
|
-
}
|
|
2431
|
-
.dso-context-wrapper .dso-context-select select {
|
|
2432
2415
|
-moz-appearance: none;
|
|
2433
2416
|
-webkit-appearance: none;
|
|
2434
2417
|
background-position: calc(100% - 8px);
|
|
@@ -2707,12 +2690,6 @@ del {
|
|
|
2707
2690
|
--link-color: currentColor;
|
|
2708
2691
|
--link-hover-color: currentColor;
|
|
2709
2692
|
--link-visited-color: currentColor;
|
|
2710
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
2711
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
2712
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
2713
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
2714
|
-
background-color: #f5d8dc;
|
|
2715
|
-
color: #191919;
|
|
2716
2693
|
}
|
|
2717
2694
|
del a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
2718
2695
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -2727,6 +2704,12 @@ del a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [hr
|
|
|
2727
2704
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
2728
2705
|
}
|
|
2729
2706
|
del {
|
|
2707
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
2708
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
2709
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
2710
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
2711
|
+
background-color: #f5d8dc;
|
|
2712
|
+
color: #191919;
|
|
2730
2713
|
--_dso-ozon-content-toggletip-color: colors.$zwart;
|
|
2731
2714
|
text-decoration: line-through;
|
|
2732
2715
|
--_dso-ozon-content-toggletip-text-decoration: underline line-through;
|
|
@@ -2807,8 +2790,6 @@ del {
|
|
|
2807
2790
|
block-size: 24px;
|
|
2808
2791
|
vertical-align: top;
|
|
2809
2792
|
inline-size: 24px;
|
|
2810
|
-
}
|
|
2811
|
-
.dso-description-term + .dso-description-content > a::before {
|
|
2812
2793
|
content: "";
|
|
2813
2794
|
display: block;
|
|
2814
2795
|
}
|
|
@@ -2862,12 +2843,6 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
2862
2843
|
--link-color: currentColor;
|
|
2863
2844
|
--link-hover-color: currentColor;
|
|
2864
2845
|
--link-visited-color: currentColor;
|
|
2865
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
2866
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
2867
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
2868
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
2869
|
-
background-color: #f2f2f2;
|
|
2870
|
-
color: #191919;
|
|
2871
2846
|
}
|
|
2872
2847
|
.dso-document-header a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
2873
2848
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -2882,6 +2857,12 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
2882
2857
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
2883
2858
|
}
|
|
2884
2859
|
.dso-document-header {
|
|
2860
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
2861
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
2862
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
2863
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
2864
|
+
background-color: #f2f2f2;
|
|
2865
|
+
color: #191919;
|
|
2885
2866
|
padding-block: 8px 16px;
|
|
2886
2867
|
padding-inline: 24px;
|
|
2887
2868
|
margin-inline: -16px -16px;
|
|
@@ -2909,12 +2890,6 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
2909
2890
|
--link-color: currentColor;
|
|
2910
2891
|
--link-hover-color: currentColor;
|
|
2911
2892
|
--link-visited-color: currentColor;
|
|
2912
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
2913
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
2914
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
2915
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
2916
|
-
background-color: #dcd400;
|
|
2917
|
-
color: #191919;
|
|
2918
2893
|
}
|
|
2919
2894
|
.dso-document-header.dso-variant-ontwerp .dso-document-header-status a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
2920
2895
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -2928,6 +2903,14 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
2928
2903
|
.dso-document-header.dso-variant-ontwerp .dso-document-header-status a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
2929
2904
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
2930
2905
|
}
|
|
2906
|
+
.dso-document-header.dso-variant-ontwerp .dso-document-header-status {
|
|
2907
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
2908
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
2909
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
2910
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
2911
|
+
background-color: #dcd400;
|
|
2912
|
+
color: #191919;
|
|
2913
|
+
}
|
|
2931
2914
|
.dso-document-header.dso-variant-ontwerp .dso-document-header-status dso-icon[icon=pencil] {
|
|
2932
2915
|
padding: 5px;
|
|
2933
2916
|
}
|
|
@@ -2939,9 +2922,6 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
2939
2922
|
--link-color: currentColor;
|
|
2940
2923
|
--link-hover-color: currentColor;
|
|
2941
2924
|
--link-visited-color: currentColor;
|
|
2942
|
-
--_dso-icon-button-tertiary-color: #fff;
|
|
2943
|
-
background-color: #275937;
|
|
2944
|
-
color: #fff;
|
|
2945
2925
|
}
|
|
2946
2926
|
.dso-document-header.dso-variant-besluitversie .dso-document-header-status a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
2947
2927
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-wit"));
|
|
@@ -2955,6 +2935,11 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
2955
2935
|
.dso-document-header.dso-variant-besluitversie .dso-document-header-status a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
2956
2936
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-wit"));
|
|
2957
2937
|
}
|
|
2938
|
+
.dso-document-header.dso-variant-besluitversie .dso-document-header-status {
|
|
2939
|
+
--_dso-icon-button-tertiary-color: #fff;
|
|
2940
|
+
background-color: #275937;
|
|
2941
|
+
color: #fff;
|
|
2942
|
+
}
|
|
2958
2943
|
.dso-document-header.dso-variant-besluitversie .dso-document-header-status dso-icon[icon=hammer] {
|
|
2959
2944
|
padding-block: 3px;
|
|
2960
2945
|
padding-inline: 2px;
|
|
@@ -2989,8 +2974,6 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
2989
2974
|
block-size: 24px;
|
|
2990
2975
|
vertical-align: top;
|
|
2991
2976
|
inline-size: 24px;
|
|
2992
|
-
}
|
|
2993
|
-
.dso-document-header.dso-document-header-sticky h1 button::after, .dso-document-header.dso-document-header-sticky h2 button::after, .dso-document-header.dso-document-header-sticky h3 button::after, .dso-document-header.dso-document-header-sticky h4 button::after, .dso-document-header.dso-document-header-sticky h5 button::after, .dso-document-header.dso-document-header-sticky h6 button::after, .dso-document-header.dso-document-header-sticky .h1 button::after, .dso-document-header.dso-document-header-sticky .h2 button::after, .dso-document-header.dso-document-header-sticky .h3 button::after, .dso-document-header.dso-document-header-sticky .h4 button::after, .dso-document-header.dso-document-header-sticky .h5 button::after, .dso-document-header.dso-document-header-sticky .h6 button::after {
|
|
2994
2977
|
content: "";
|
|
2995
2978
|
display: inline-block;
|
|
2996
2979
|
}
|
|
@@ -3316,9 +3299,6 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
3316
3299
|
block-size: 24px;
|
|
3317
3300
|
vertical-align: top;
|
|
3318
3301
|
inline-size: 24px;
|
|
3319
|
-
}
|
|
3320
|
-
.dso-dropdown-menu > button:not(.dso-primary):not(.dso-secondary):not(.dso-tertiary)::after,
|
|
3321
|
-
.dso-dropdown-menu > .dso-tertiary::after {
|
|
3322
3302
|
margin-inline-start: 4px;
|
|
3323
3303
|
position: relative;
|
|
3324
3304
|
inset-block-start: -2px;
|
|
@@ -3367,9 +3347,6 @@ dso-document-component[not-applicable] dso-document-component[not-applicable] {
|
|
|
3367
3347
|
block-size: 24px;
|
|
3368
3348
|
vertical-align: top;
|
|
3369
3349
|
inline-size: 24px;
|
|
3370
|
-
}
|
|
3371
|
-
.dso-dropdown-menu.dso-checkable li.dso-checked a::before,
|
|
3372
|
-
.dso-dropdown-menu.dso-checkable li.dso-checked button::before {
|
|
3373
3350
|
content: "";
|
|
3374
3351
|
display: block;
|
|
3375
3352
|
float: inline-start;
|
|
@@ -3501,9 +3478,6 @@ dso-dropdown-menu > .dso-tertiary::after {
|
|
|
3501
3478
|
block-size: 24px;
|
|
3502
3479
|
vertical-align: top;
|
|
3503
3480
|
inline-size: 24px;
|
|
3504
|
-
}
|
|
3505
|
-
dso-dropdown-menu > button:not(.dso-primary):not(.dso-secondary):not(.dso-tertiary)::after,
|
|
3506
|
-
dso-dropdown-menu > .dso-tertiary::after {
|
|
3507
3481
|
margin-inline-start: 4px;
|
|
3508
3482
|
position: relative;
|
|
3509
3483
|
inset-block-start: -2px;
|
|
@@ -3549,9 +3523,6 @@ dso-dropdown-menu[checkable] li.dso-checked button::before {
|
|
|
3549
3523
|
block-size: 24px;
|
|
3550
3524
|
vertical-align: top;
|
|
3551
3525
|
inline-size: 24px;
|
|
3552
|
-
}
|
|
3553
|
-
dso-dropdown-menu[checkable] li.dso-checked a::before,
|
|
3554
|
-
dso-dropdown-menu[checkable] li.dso-checked button::before {
|
|
3555
3526
|
content: "";
|
|
3556
3527
|
display: block;
|
|
3557
3528
|
float: inline-start;
|
|
@@ -3592,8 +3563,6 @@ footer {
|
|
|
3592
3563
|
margin-inline-end: calc(50% - 50vw);
|
|
3593
3564
|
padding-inline-start: calc(50vw - 50%);
|
|
3594
3565
|
padding-inline-end: calc(50vw - 50%);
|
|
3595
|
-
}
|
|
3596
|
-
footer {
|
|
3597
3566
|
--_dso-alert-success-border-color: #39870c;
|
|
3598
3567
|
--_dso-alert-error-border-color: #ce3f51;
|
|
3599
3568
|
--_dso-alert-info-border-color: #6ca4d9;
|
|
@@ -3601,12 +3570,6 @@ footer {
|
|
|
3601
3570
|
--link-color: currentColor;
|
|
3602
3571
|
--link-hover-color: currentColor;
|
|
3603
3572
|
--link-visited-color: currentColor;
|
|
3604
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
3605
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
3606
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
3607
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
3608
|
-
background-color: #f2f2f2;
|
|
3609
|
-
color: #191919;
|
|
3610
3573
|
}
|
|
3611
3574
|
footer a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
3612
3575
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -3621,6 +3584,12 @@ footer a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"],
|
|
|
3621
3584
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
3622
3585
|
}
|
|
3623
3586
|
footer {
|
|
3587
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
3588
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
3589
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
3590
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
3591
|
+
background-color: #f2f2f2;
|
|
3592
|
+
color: #191919;
|
|
3624
3593
|
border-block-start: 1px solid #ccc;
|
|
3625
3594
|
display: block;
|
|
3626
3595
|
margin-block-start: 48px;
|
|
@@ -3822,8 +3791,6 @@ form .dso-form-group-collection > legend h6, .dso-section-body .dso-form-group-c
|
|
|
3822
3791
|
.form-explanation-required::after {
|
|
3823
3792
|
content: "";
|
|
3824
3793
|
display: inline-block;
|
|
3825
|
-
}
|
|
3826
|
-
.form-explanation-required::after {
|
|
3827
3794
|
background: url("./di.svg#asterisk") no-repeat center;
|
|
3828
3795
|
background-size: cover;
|
|
3829
3796
|
block-size: 0.75rem;
|
|
@@ -3896,8 +3863,6 @@ form .dso-form-group-collection > legend h6, .dso-section-body .dso-form-group-c
|
|
|
3896
3863
|
.form-group.dso-checkboxes.dso-required .control-label::after {
|
|
3897
3864
|
content: "";
|
|
3898
3865
|
display: inline-block;
|
|
3899
|
-
}
|
|
3900
|
-
.form-group.dso-checkboxes.dso-required .control-label::after {
|
|
3901
3866
|
background: url("./di.svg#asterisk") no-repeat center;
|
|
3902
3867
|
background-size: cover;
|
|
3903
3868
|
block-size: 0.75rem;
|
|
@@ -3916,8 +3881,6 @@ form .dso-form-group-collection > legend h6, .dso-section-body .dso-form-group-c
|
|
|
3916
3881
|
.form-group.dso-confirm.dso-required .control-label::after {
|
|
3917
3882
|
content: "";
|
|
3918
3883
|
display: inline-block;
|
|
3919
|
-
}
|
|
3920
|
-
.form-group.dso-confirm.dso-required .control-label::after {
|
|
3921
3884
|
background: url("./di.svg#asterisk") no-repeat center;
|
|
3922
3885
|
background-size: cover;
|
|
3923
3886
|
block-size: 0.75rem;
|
|
@@ -3934,8 +3897,6 @@ form .dso-form-group-collection > legend h6, .dso-section-body .dso-form-group-c
|
|
|
3934
3897
|
.form-group.dso-files.dso-required .control-label::after {
|
|
3935
3898
|
content: "";
|
|
3936
3899
|
display: inline-block;
|
|
3937
|
-
}
|
|
3938
|
-
.form-group.dso-files.dso-required .control-label::after {
|
|
3939
3900
|
background: url("./di.svg#asterisk") no-repeat center;
|
|
3940
3901
|
background-size: cover;
|
|
3941
3902
|
block-size: 0.75rem;
|
|
@@ -4102,8 +4063,6 @@ form .dso-form-group-collection > legend h6, .dso-section-body .dso-form-group-c
|
|
|
4102
4063
|
.form-group.dso-input.dso-required .control-label::after {
|
|
4103
4064
|
content: "";
|
|
4104
4065
|
display: inline-block;
|
|
4105
|
-
}
|
|
4106
|
-
.form-group.dso-input.dso-required .control-label::after {
|
|
4107
4066
|
background: url("./di.svg#asterisk") no-repeat center;
|
|
4108
4067
|
background-size: cover;
|
|
4109
4068
|
block-size: 0.75rem;
|
|
@@ -4117,8 +4076,6 @@ form .dso-form-group-collection > legend h6, .dso-section-body .dso-form-group-c
|
|
|
4117
4076
|
.form-group.dso-radios.dso-required .control-label::after {
|
|
4118
4077
|
content: "";
|
|
4119
4078
|
display: inline-block;
|
|
4120
|
-
}
|
|
4121
|
-
.form-group.dso-radios.dso-required .control-label::after {
|
|
4122
4079
|
background: url("./di.svg#asterisk") no-repeat center;
|
|
4123
4080
|
background-size: cover;
|
|
4124
4081
|
block-size: 0.75rem;
|
|
@@ -4152,8 +4109,6 @@ form .dso-form-group-collection > legend h6, .dso-section-body .dso-form-group-c
|
|
|
4152
4109
|
.form-group.dso-select.dso-required .control-label::after {
|
|
4153
4110
|
content: "";
|
|
4154
4111
|
display: inline-block;
|
|
4155
|
-
}
|
|
4156
|
-
.form-group.dso-select.dso-required .control-label::after {
|
|
4157
4112
|
background: url("./di.svg#asterisk") no-repeat center;
|
|
4158
4113
|
background-size: cover;
|
|
4159
4114
|
block-size: 0.75rem;
|
|
@@ -4165,8 +4120,6 @@ form .dso-form-group-collection > legend h6, .dso-section-body .dso-form-group-c
|
|
|
4165
4120
|
}
|
|
4166
4121
|
.form-group.dso-select select:not([multiple]) {
|
|
4167
4122
|
background-image: var(--_dso-di-background-image, url("./di.svg#caret-down"));
|
|
4168
|
-
}
|
|
4169
|
-
.form-group.dso-select select:not([multiple]) {
|
|
4170
4123
|
-moz-appearance: none;
|
|
4171
4124
|
-webkit-appearance: none;
|
|
4172
4125
|
background-position: calc(100% - 8px);
|
|
@@ -4207,8 +4160,6 @@ form .dso-form-group-collection > legend h6, .dso-section-body .dso-form-group-c
|
|
|
4207
4160
|
.form-group.dso-textarea.dso-required .control-label::after {
|
|
4208
4161
|
content: "";
|
|
4209
4162
|
display: inline-block;
|
|
4210
|
-
}
|
|
4211
|
-
.form-group.dso-textarea.dso-required .control-label::after {
|
|
4212
4163
|
background: url("./di.svg#asterisk") no-repeat center;
|
|
4213
4164
|
background-size: cover;
|
|
4214
4165
|
block-size: 0.75rem;
|
|
@@ -4230,7 +4181,7 @@ form .dso-form-group-collection > legend h6, .dso-section-body .dso-form-group-c
|
|
|
4230
4181
|
}
|
|
4231
4182
|
|
|
4232
4183
|
.form-group {
|
|
4233
|
-
margin-block-end: 16px;
|
|
4184
|
+
margin-block-end: var(--_dso-form-group-margin-block-end, 16px);
|
|
4234
4185
|
}
|
|
4235
4186
|
.form-group + .form-group:not(.dso-static),
|
|
4236
4187
|
.form-group + .dso-form-buttons {
|
|
@@ -4319,8 +4270,6 @@ form .dso-form-group-collection > legend h6, .dso-section-body .dso-form-group-c
|
|
|
4319
4270
|
block-size: 24px;
|
|
4320
4271
|
vertical-align: top;
|
|
4321
4272
|
inline-size: 24px;
|
|
4322
|
-
}
|
|
4323
|
-
.form-group.dso-invalid .dso-message::before {
|
|
4324
4273
|
content: "";
|
|
4325
4274
|
display: block;
|
|
4326
4275
|
inset-inline-start: 0;
|
|
@@ -4526,15 +4475,13 @@ form > .row.dso-featured + .row div:not(.dso-rich-content) .h3:first-child {
|
|
|
4526
4475
|
position: relative;
|
|
4527
4476
|
min-block-size: 352px;
|
|
4528
4477
|
overflow: hidden;
|
|
4478
|
+
background-size: 0;
|
|
4529
4479
|
}
|
|
4530
4480
|
@media only screen and (min-width: 768px) {
|
|
4531
4481
|
.row.dso-banner {
|
|
4532
4482
|
padding-block-start: 24px;
|
|
4533
4483
|
}
|
|
4534
4484
|
}
|
|
4535
|
-
.row.dso-banner {
|
|
4536
|
-
background-size: 0;
|
|
4537
|
-
}
|
|
4538
4485
|
.row.dso-banner.no-button-banner {
|
|
4539
4486
|
min-block-size: 296px;
|
|
4540
4487
|
}
|
|
@@ -5401,12 +5348,6 @@ h6,
|
|
|
5401
5348
|
--link-color: currentColor;
|
|
5402
5349
|
--link-hover-color: currentColor;
|
|
5403
5350
|
--link-visited-color: currentColor;
|
|
5404
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
5405
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5406
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5407
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5408
|
-
background-color: #f2f2f2;
|
|
5409
|
-
color: #191919;
|
|
5410
5351
|
}
|
|
5411
5352
|
.dso-highlight-box:not(.dso-white, .dso-yellow, .dso-border) a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
5412
5353
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -5420,6 +5361,14 @@ h6,
|
|
|
5420
5361
|
.dso-highlight-box:not(.dso-white, .dso-yellow, .dso-border) a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
5421
5362
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
5422
5363
|
}
|
|
5364
|
+
.dso-highlight-box:not(.dso-white, .dso-yellow, .dso-border) {
|
|
5365
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
5366
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5367
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5368
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5369
|
+
background-color: #f2f2f2;
|
|
5370
|
+
color: #191919;
|
|
5371
|
+
}
|
|
5423
5372
|
.dso-highlight-box.dso-grey {
|
|
5424
5373
|
--_dso-alert-success-border-color: #39870c;
|
|
5425
5374
|
--_dso-alert-error-border-color: #ce3f51;
|
|
@@ -5428,12 +5377,6 @@ h6,
|
|
|
5428
5377
|
--link-color: currentColor;
|
|
5429
5378
|
--link-hover-color: currentColor;
|
|
5430
5379
|
--link-visited-color: currentColor;
|
|
5431
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
5432
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5433
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5434
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5435
|
-
background-color: #f2f2f2;
|
|
5436
|
-
color: #191919;
|
|
5437
5380
|
}
|
|
5438
5381
|
.dso-highlight-box.dso-grey a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
5439
5382
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -5447,6 +5390,14 @@ h6,
|
|
|
5447
5390
|
.dso-highlight-box.dso-grey a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
5448
5391
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
5449
5392
|
}
|
|
5393
|
+
.dso-highlight-box.dso-grey {
|
|
5394
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
5395
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5396
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5397
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5398
|
+
background-color: #f2f2f2;
|
|
5399
|
+
color: #191919;
|
|
5400
|
+
}
|
|
5450
5401
|
.dso-highlight-box.dso-white {
|
|
5451
5402
|
--_dso-alert-success-border-color: initial;
|
|
5452
5403
|
--_dso-alert-error-border-color: initial;
|
|
@@ -5463,12 +5414,6 @@ h6,
|
|
|
5463
5414
|
--link-color: currentColor;
|
|
5464
5415
|
--link-hover-color: currentColor;
|
|
5465
5416
|
--link-visited-color: currentColor;
|
|
5466
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
5467
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5468
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5469
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5470
|
-
background-color: #f8f6cc;
|
|
5471
|
-
color: #191919;
|
|
5472
5417
|
}
|
|
5473
5418
|
.dso-highlight-box.dso-yellow a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
5474
5419
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -5482,6 +5427,14 @@ h6,
|
|
|
5482
5427
|
.dso-highlight-box.dso-yellow a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
5483
5428
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
5484
5429
|
}
|
|
5430
|
+
.dso-highlight-box.dso-yellow {
|
|
5431
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
5432
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5433
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5434
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5435
|
+
background-color: #f8f6cc;
|
|
5436
|
+
color: #191919;
|
|
5437
|
+
}
|
|
5485
5438
|
.dso-highlight-box.dso-drop-shadow {
|
|
5486
5439
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
|
|
5487
5440
|
}
|
|
@@ -5496,8 +5449,6 @@ h6,
|
|
|
5496
5449
|
--_dso-alert-warning-border-color: initial;
|
|
5497
5450
|
background-color: #fff;
|
|
5498
5451
|
color: #191919;
|
|
5499
|
-
}
|
|
5500
|
-
.dso-highlight-box.dso-border:not(.dso-grey, .dso-yellow) {
|
|
5501
5452
|
border-color: #ccc;
|
|
5502
5453
|
}
|
|
5503
5454
|
.dso-highlight-box.dso-has-counter {
|
|
@@ -5609,12 +5560,6 @@ dso-highlight-box:not([white], [yellow], [border]) {
|
|
|
5609
5560
|
--link-color: currentColor;
|
|
5610
5561
|
--link-hover-color: currentColor;
|
|
5611
5562
|
--link-visited-color: currentColor;
|
|
5612
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
5613
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5614
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5615
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5616
|
-
background-color: #f2f2f2;
|
|
5617
|
-
color: #191919;
|
|
5618
5563
|
}
|
|
5619
5564
|
dso-highlight-box:not([white], [yellow], [border]) a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
5620
5565
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -5628,6 +5573,14 @@ dso-highlight-box:not([white], [yellow], [border]) a:not(.dso-primary, .dso-seco
|
|
|
5628
5573
|
dso-highlight-box:not([white], [yellow], [border]) a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
5629
5574
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
5630
5575
|
}
|
|
5576
|
+
dso-highlight-box:not([white], [yellow], [border]) {
|
|
5577
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
5578
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5579
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5580
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5581
|
+
background-color: #f2f2f2;
|
|
5582
|
+
color: #191919;
|
|
5583
|
+
}
|
|
5631
5584
|
dso-highlight-box[grey] {
|
|
5632
5585
|
--_dso-alert-success-border-color: #39870c;
|
|
5633
5586
|
--_dso-alert-error-border-color: #ce3f51;
|
|
@@ -5636,12 +5589,6 @@ dso-highlight-box[grey] {
|
|
|
5636
5589
|
--link-color: currentColor;
|
|
5637
5590
|
--link-hover-color: currentColor;
|
|
5638
5591
|
--link-visited-color: currentColor;
|
|
5639
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
5640
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5641
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5642
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5643
|
-
background-color: #f2f2f2;
|
|
5644
|
-
color: #191919;
|
|
5645
5592
|
}
|
|
5646
5593
|
dso-highlight-box[grey] a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
5647
5594
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -5655,6 +5602,14 @@ dso-highlight-box[grey] a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([h
|
|
|
5655
5602
|
dso-highlight-box[grey] a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
5656
5603
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
5657
5604
|
}
|
|
5605
|
+
dso-highlight-box[grey] {
|
|
5606
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
5607
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5608
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5609
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5610
|
+
background-color: #f2f2f2;
|
|
5611
|
+
color: #191919;
|
|
5612
|
+
}
|
|
5658
5613
|
dso-highlight-box[white] {
|
|
5659
5614
|
--_dso-alert-success-border-color: initial;
|
|
5660
5615
|
--_dso-alert-error-border-color: initial;
|
|
@@ -5671,12 +5626,6 @@ dso-highlight-box[yellow] {
|
|
|
5671
5626
|
--link-color: currentColor;
|
|
5672
5627
|
--link-hover-color: currentColor;
|
|
5673
5628
|
--link-visited-color: currentColor;
|
|
5674
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
5675
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5676
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5677
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5678
|
-
background-color: #f8f6cc;
|
|
5679
|
-
color: #191919;
|
|
5680
5629
|
}
|
|
5681
5630
|
dso-highlight-box[yellow] a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
5682
5631
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -5690,6 +5639,14 @@ dso-highlight-box[yellow] a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(
|
|
|
5690
5639
|
dso-highlight-box[yellow] a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
5691
5640
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
5692
5641
|
}
|
|
5642
|
+
dso-highlight-box[yellow] {
|
|
5643
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
5644
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5645
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5646
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5647
|
+
background-color: #f8f6cc;
|
|
5648
|
+
color: #191919;
|
|
5649
|
+
}
|
|
5693
5650
|
dso-highlight-box[drop-shadow] {
|
|
5694
5651
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
|
|
5695
5652
|
}
|
|
@@ -5704,8 +5661,6 @@ dso-highlight-box[border]:not([grey], [yellow]) {
|
|
|
5704
5661
|
--_dso-alert-warning-border-color: initial;
|
|
5705
5662
|
background-color: #fff;
|
|
5706
5663
|
color: #191919;
|
|
5707
|
-
}
|
|
5708
|
-
dso-highlight-box[border]:not([grey], [yellow]) {
|
|
5709
5664
|
border-color: #ccc;
|
|
5710
5665
|
}
|
|
5711
5666
|
dso-highlight-box[has-counter] {
|
|
@@ -5834,8 +5789,6 @@ img {
|
|
|
5834
5789
|
padding-block: 16px;
|
|
5835
5790
|
padding-inline: 16px 32px;
|
|
5836
5791
|
position: relative;
|
|
5837
|
-
}
|
|
5838
|
-
.dso-info:not(.dso-accordion-section) {
|
|
5839
5792
|
--_dso-alert-success-border-color: #39870c;
|
|
5840
5793
|
--_dso-alert-error-border-color: #ce3f51;
|
|
5841
5794
|
--_dso-alert-info-border-color: #6ca4d9;
|
|
@@ -5843,12 +5796,6 @@ img {
|
|
|
5843
5796
|
--link-color: currentColor;
|
|
5844
5797
|
--link-hover-color: currentColor;
|
|
5845
5798
|
--link-visited-color: currentColor;
|
|
5846
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
5847
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5848
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5849
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5850
|
-
background-color: #f2f2f2;
|
|
5851
|
-
color: #191919;
|
|
5852
5799
|
}
|
|
5853
5800
|
.dso-info:not(.dso-accordion-section) a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
5854
5801
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -5862,6 +5809,14 @@ img {
|
|
|
5862
5809
|
.dso-info:not(.dso-accordion-section) a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
5863
5810
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
5864
5811
|
}
|
|
5812
|
+
.dso-info:not(.dso-accordion-section) {
|
|
5813
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
5814
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5815
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5816
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5817
|
+
background-color: #f2f2f2;
|
|
5818
|
+
color: #191919;
|
|
5819
|
+
}
|
|
5865
5820
|
.dso-info:not(.dso-accordion-section) .dso-rich-content *:first-child {
|
|
5866
5821
|
margin-block-start: 0;
|
|
5867
5822
|
}
|
|
@@ -5894,12 +5849,6 @@ img {
|
|
|
5894
5849
|
--link-color: currentColor;
|
|
5895
5850
|
--link-hover-color: currentColor;
|
|
5896
5851
|
--link-visited-color: currentColor;
|
|
5897
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
5898
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5899
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5900
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5901
|
-
background-color: #f2f2f2;
|
|
5902
|
-
color: #191919;
|
|
5903
5852
|
}
|
|
5904
5853
|
.dso-info:not(.dso-accordion-section) a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
5905
5854
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -5913,6 +5862,14 @@ img {
|
|
|
5913
5862
|
.dso-info:not(.dso-accordion-section) a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
5914
5863
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
5915
5864
|
}
|
|
5865
|
+
.dso-info:not(.dso-accordion-section) {
|
|
5866
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
5867
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5868
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5869
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5870
|
+
background-color: #f2f2f2;
|
|
5871
|
+
color: #191919;
|
|
5872
|
+
}
|
|
5916
5873
|
.dso-info:not(.dso-accordion-section) > button {
|
|
5917
5874
|
background-color: transparent;
|
|
5918
5875
|
border-style: none;
|
|
@@ -5927,8 +5884,6 @@ img {
|
|
|
5927
5884
|
block-size: 24px;
|
|
5928
5885
|
vertical-align: top;
|
|
5929
5886
|
inline-size: 24px;
|
|
5930
|
-
}
|
|
5931
|
-
.dso-info:not(.dso-accordion-section) > button::before {
|
|
5932
5887
|
content: "";
|
|
5933
5888
|
display: inline-block;
|
|
5934
5889
|
}
|
|
@@ -5965,12 +5920,6 @@ dso-info {
|
|
|
5965
5920
|
--link-color: currentColor;
|
|
5966
5921
|
--link-hover-color: currentColor;
|
|
5967
5922
|
--link-visited-color: currentColor;
|
|
5968
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
5969
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5970
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5971
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5972
|
-
background-color: #f2f2f2;
|
|
5973
|
-
color: #191919;
|
|
5974
5923
|
}
|
|
5975
5924
|
dso-info a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
5976
5925
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -5984,6 +5933,14 @@ dso-info a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="tel:"], [
|
|
|
5984
5933
|
dso-info a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
5985
5934
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
5986
5935
|
}
|
|
5936
|
+
dso-info {
|
|
5937
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
5938
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
5939
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
5940
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
5941
|
+
background-color: #f2f2f2;
|
|
5942
|
+
color: #191919;
|
|
5943
|
+
}
|
|
5987
5944
|
|
|
5988
5945
|
.dso-info-button {
|
|
5989
5946
|
display: inline-block;
|
|
@@ -5995,11 +5952,6 @@ dso-info a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"]
|
|
|
5995
5952
|
text-align: start;
|
|
5996
5953
|
user-select: none;
|
|
5997
5954
|
vertical-align: middle;
|
|
5998
|
-
background-color: transparent;
|
|
5999
|
-
color: #39870c;
|
|
6000
|
-
border: 0;
|
|
6001
|
-
margin-inline-start: var(--_dt-info-button-margin-inline-start, 8px);
|
|
6002
|
-
padding: 0;
|
|
6003
5955
|
}
|
|
6004
5956
|
.dso-info-button:focus, .dso-info-button:focus-visible {
|
|
6005
5957
|
outline-offset: 2px;
|
|
@@ -6007,6 +5959,13 @@ dso-info a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"]
|
|
|
6007
5959
|
.dso-info-button:active {
|
|
6008
5960
|
outline: 0;
|
|
6009
5961
|
}
|
|
5962
|
+
.dso-info-button {
|
|
5963
|
+
background-color: transparent;
|
|
5964
|
+
color: #39870c;
|
|
5965
|
+
border: 0;
|
|
5966
|
+
margin-inline-start: var(--_dt-info-button-margin-inline-start, 8px);
|
|
5967
|
+
padding: 0;
|
|
5968
|
+
}
|
|
6010
5969
|
.dso-info-button.dso-info-secondary {
|
|
6011
5970
|
color: #666;
|
|
6012
5971
|
}
|
|
@@ -6073,8 +6032,6 @@ input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer
|
|
|
6073
6032
|
|
|
6074
6033
|
ins {
|
|
6075
6034
|
text-decoration: none;
|
|
6076
|
-
}
|
|
6077
|
-
ins {
|
|
6078
6035
|
--_dso-alert-success-border-color: #39870c;
|
|
6079
6036
|
--_dso-alert-error-border-color: #ce3f51;
|
|
6080
6037
|
--_dso-alert-info-border-color: #6ca4d9;
|
|
@@ -6082,12 +6039,6 @@ ins {
|
|
|
6082
6039
|
--link-color: currentColor;
|
|
6083
6040
|
--link-hover-color: currentColor;
|
|
6084
6041
|
--link-visited-color: currentColor;
|
|
6085
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
6086
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
6087
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
6088
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
6089
|
-
background-color: #e4f1d4;
|
|
6090
|
-
color: #191919;
|
|
6091
6042
|
}
|
|
6092
6043
|
ins a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
6093
6044
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -6102,6 +6053,12 @@ ins a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [hr
|
|
|
6102
6053
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
6103
6054
|
}
|
|
6104
6055
|
ins {
|
|
6056
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
6057
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
6058
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
6059
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
6060
|
+
background-color: #e4f1d4;
|
|
6061
|
+
color: #191919;
|
|
6105
6062
|
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5);
|
|
6106
6063
|
--_dso-ozon-content-toggletip-color: colors.$zwart;
|
|
6107
6064
|
}
|
|
@@ -6196,12 +6153,6 @@ ins {
|
|
|
6196
6153
|
--link-color: currentColor;
|
|
6197
6154
|
--link-hover-color: currentColor;
|
|
6198
6155
|
--link-visited-color: currentColor;
|
|
6199
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
6200
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
6201
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
6202
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
6203
|
-
background-color: #f2f2f2;
|
|
6204
|
-
color: #191919;
|
|
6205
6156
|
}
|
|
6206
6157
|
.dso-label a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
6207
6158
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -6215,6 +6166,14 @@ ins {
|
|
|
6215
6166
|
.dso-label a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
6216
6167
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
6217
6168
|
}
|
|
6169
|
+
.dso-label {
|
|
6170
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
6171
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
6172
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
6173
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
6174
|
+
background-color: #f2f2f2;
|
|
6175
|
+
color: #191919;
|
|
6176
|
+
}
|
|
6218
6177
|
.dso-label.dso-label-info {
|
|
6219
6178
|
--_dso-alert-success-border-color: #39870c;
|
|
6220
6179
|
--_dso-alert-error-border-color: #ce3f51;
|
|
@@ -6223,12 +6182,6 @@ ins {
|
|
|
6223
6182
|
--link-color: currentColor;
|
|
6224
6183
|
--link-hover-color: currentColor;
|
|
6225
6184
|
--link-visited-color: currentColor;
|
|
6226
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
6227
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
6228
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
6229
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
6230
|
-
background-color: #6ca4d9;
|
|
6231
|
-
color: #191919;
|
|
6232
6185
|
}
|
|
6233
6186
|
.dso-label.dso-label-info a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
6234
6187
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -6242,6 +6195,14 @@ ins {
|
|
|
6242
6195
|
.dso-label.dso-label-info a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
6243
6196
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
6244
6197
|
}
|
|
6198
|
+
.dso-label.dso-label-info {
|
|
6199
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
6200
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
6201
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
6202
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
6203
|
+
background-color: #6ca4d9;
|
|
6204
|
+
color: #191919;
|
|
6205
|
+
}
|
|
6245
6206
|
.dso-label.dso-label-primary {
|
|
6246
6207
|
--_dso-alert-success-border-color: #39870c;
|
|
6247
6208
|
--_dso-alert-error-border-color: #ce3f51;
|
|
@@ -6250,9 +6211,6 @@ ins {
|
|
|
6250
6211
|
--link-color: currentColor;
|
|
6251
6212
|
--link-hover-color: currentColor;
|
|
6252
6213
|
--link-visited-color: currentColor;
|
|
6253
|
-
--_dso-icon-button-tertiary-color: #fff;
|
|
6254
|
-
background-color: #275937;
|
|
6255
|
-
color: #fff;
|
|
6256
6214
|
}
|
|
6257
6215
|
.dso-label.dso-label-primary a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
6258
6216
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-wit"));
|
|
@@ -6266,6 +6224,11 @@ ins {
|
|
|
6266
6224
|
.dso-label.dso-label-primary a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
6267
6225
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-wit"));
|
|
6268
6226
|
}
|
|
6227
|
+
.dso-label.dso-label-primary {
|
|
6228
|
+
--_dso-icon-button-tertiary-color: #fff;
|
|
6229
|
+
background-color: #275937;
|
|
6230
|
+
color: #fff;
|
|
6231
|
+
}
|
|
6269
6232
|
.dso-label.dso-label-success {
|
|
6270
6233
|
--_dso-alert-success-border-color: #39870c;
|
|
6271
6234
|
--_dso-alert-error-border-color: #ce3f51;
|
|
@@ -6274,9 +6237,6 @@ ins {
|
|
|
6274
6237
|
--link-color: currentColor;
|
|
6275
6238
|
--link-hover-color: currentColor;
|
|
6276
6239
|
--link-visited-color: currentColor;
|
|
6277
|
-
--_dso-icon-button-tertiary-color: #fff;
|
|
6278
|
-
background-color: #39870c;
|
|
6279
|
-
color: #fff;
|
|
6280
6240
|
}
|
|
6281
6241
|
.dso-label.dso-label-success a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
6282
6242
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-wit"));
|
|
@@ -6290,6 +6250,11 @@ ins {
|
|
|
6290
6250
|
.dso-label.dso-label-success a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
6291
6251
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-wit"));
|
|
6292
6252
|
}
|
|
6253
|
+
.dso-label.dso-label-success {
|
|
6254
|
+
--_dso-icon-button-tertiary-color: #fff;
|
|
6255
|
+
background-color: #39870c;
|
|
6256
|
+
color: #fff;
|
|
6257
|
+
}
|
|
6293
6258
|
.dso-label.dso-label-warning {
|
|
6294
6259
|
--_dso-alert-success-border-color: #39870c;
|
|
6295
6260
|
--_dso-alert-error-border-color: #ce3f51;
|
|
@@ -6298,12 +6263,6 @@ ins {
|
|
|
6298
6263
|
--link-color: currentColor;
|
|
6299
6264
|
--link-hover-color: currentColor;
|
|
6300
6265
|
--link-visited-color: currentColor;
|
|
6301
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
6302
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
6303
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
6304
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
6305
|
-
background-color: #dcd400;
|
|
6306
|
-
color: #191919;
|
|
6307
6266
|
}
|
|
6308
6267
|
.dso-label.dso-label-warning a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
6309
6268
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -6317,6 +6276,14 @@ ins {
|
|
|
6317
6276
|
.dso-label.dso-label-warning a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
6318
6277
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
6319
6278
|
}
|
|
6279
|
+
.dso-label.dso-label-warning {
|
|
6280
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
6281
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
6282
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
6283
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
6284
|
+
background-color: #dcd400;
|
|
6285
|
+
color: #191919;
|
|
6286
|
+
}
|
|
6320
6287
|
.dso-label.dso-label-error {
|
|
6321
6288
|
--_dso-alert-success-border-color: #39870c;
|
|
6322
6289
|
--_dso-alert-error-border-color: #ce3f51;
|
|
@@ -6325,9 +6292,6 @@ ins {
|
|
|
6325
6292
|
--link-color: currentColor;
|
|
6326
6293
|
--link-hover-color: currentColor;
|
|
6327
6294
|
--link-visited-color: currentColor;
|
|
6328
|
-
--_dso-icon-button-tertiary-color: #fff;
|
|
6329
|
-
background-color: #ce3f51;
|
|
6330
|
-
color: #fff;
|
|
6331
6295
|
}
|
|
6332
6296
|
.dso-label.dso-label-error a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
6333
6297
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-wit"));
|
|
@@ -6341,6 +6305,11 @@ ins {
|
|
|
6341
6305
|
.dso-label.dso-label-error a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
6342
6306
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-wit"));
|
|
6343
6307
|
}
|
|
6308
|
+
.dso-label.dso-label-error {
|
|
6309
|
+
--_dso-icon-button-tertiary-color: #fff;
|
|
6310
|
+
background-color: #ce3f51;
|
|
6311
|
+
color: #fff;
|
|
6312
|
+
}
|
|
6344
6313
|
.dso-label.dso-label-bright {
|
|
6345
6314
|
--_dso-alert-success-border-color: initial;
|
|
6346
6315
|
--_dso-alert-error-border-color: initial;
|
|
@@ -6348,8 +6317,6 @@ ins {
|
|
|
6348
6317
|
--_dso-alert-warning-border-color: initial;
|
|
6349
6318
|
background-color: #fff;
|
|
6350
6319
|
color: #191919;
|
|
6351
|
-
}
|
|
6352
|
-
.dso-label.dso-label-bright {
|
|
6353
6320
|
outline: 1px solid #ccc;
|
|
6354
6321
|
outline-offset: -1px;
|
|
6355
6322
|
}
|
|
@@ -6361,9 +6328,6 @@ ins {
|
|
|
6361
6328
|
--link-color: currentColor;
|
|
6362
6329
|
--link-hover-color: currentColor;
|
|
6363
6330
|
--link-visited-color: currentColor;
|
|
6364
|
-
--_dso-icon-button-tertiary-color: #fff;
|
|
6365
|
-
background-color: #8b4a6a;
|
|
6366
|
-
color: #fff;
|
|
6367
6331
|
}
|
|
6368
6332
|
.dso-label.dso-label-attention a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
6369
6333
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-wit"));
|
|
@@ -6377,6 +6341,11 @@ ins {
|
|
|
6377
6341
|
.dso-label.dso-label-attention a:not(.dso-primary, .dso-secondary, .dso-tertiary):is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
6378
6342
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-wit"));
|
|
6379
6343
|
}
|
|
6344
|
+
.dso-label.dso-label-attention {
|
|
6345
|
+
--_dso-icon-button-tertiary-color: #fff;
|
|
6346
|
+
background-color: #8b4a6a;
|
|
6347
|
+
color: #fff;
|
|
6348
|
+
}
|
|
6380
6349
|
.dso-label.dso-label-filter {
|
|
6381
6350
|
--_dso-alert-success-border-color: #39870c;
|
|
6382
6351
|
--_dso-alert-error-border-color: #ce3f51;
|
|
@@ -6385,12 +6354,6 @@ ins {
|
|
|
6385
6354
|
--link-color: currentColor;
|
|
6386
6355
|
--link-hover-color: currentColor;
|
|
6387
6356
|
--link-visited-color: currentColor;
|
|
6388
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
6389
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
6390
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
6391
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
6392
|
-
background-color: #e1ecf7;
|
|
6393
|
-
color: #191919;
|
|
6394
6357
|
}
|
|
6395
6358
|
.dso-label.dso-label-filter a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
6396
6359
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -6405,6 +6368,12 @@ ins {
|
|
|
6405
6368
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
6406
6369
|
}
|
|
6407
6370
|
.dso-label.dso-label-filter {
|
|
6371
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
6372
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
6373
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
6374
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
6375
|
+
background-color: #e1ecf7;
|
|
6376
|
+
color: #191919;
|
|
6408
6377
|
border-inline-start: 5px solid #6ca4d9;
|
|
6409
6378
|
}
|
|
6410
6379
|
.dso-label.dso-label-toegevoegd {
|
|
@@ -6415,12 +6384,6 @@ ins {
|
|
|
6415
6384
|
--link-color: currentColor;
|
|
6416
6385
|
--link-hover-color: currentColor;
|
|
6417
6386
|
--link-visited-color: currentColor;
|
|
6418
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
6419
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
6420
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
6421
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
6422
|
-
background-color: #e4f1d4;
|
|
6423
|
-
color: #191919;
|
|
6424
6387
|
}
|
|
6425
6388
|
.dso-label.dso-label-toegevoegd a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
6426
6389
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -6435,6 +6398,12 @@ ins {
|
|
|
6435
6398
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
6436
6399
|
}
|
|
6437
6400
|
.dso-label.dso-label-toegevoegd {
|
|
6401
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
6402
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
6403
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
6404
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
6405
|
+
background-color: #e4f1d4;
|
|
6406
|
+
color: #191919;
|
|
6438
6407
|
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.5);
|
|
6439
6408
|
--_dso-ozon-content-toggletip-color: colors.$zwart;
|
|
6440
6409
|
}
|
|
@@ -6446,12 +6415,6 @@ ins {
|
|
|
6446
6415
|
--link-color: currentColor;
|
|
6447
6416
|
--link-hover-color: currentColor;
|
|
6448
6417
|
--link-visited-color: currentColor;
|
|
6449
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
6450
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
6451
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
6452
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
6453
|
-
background-color: #f5d8dc;
|
|
6454
|
-
color: #191919;
|
|
6455
6418
|
}
|
|
6456
6419
|
.dso-label.dso-label-verwijderd a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
6457
6420
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -6466,6 +6429,12 @@ ins {
|
|
|
6466
6429
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
6467
6430
|
}
|
|
6468
6431
|
.dso-label.dso-label-verwijderd {
|
|
6432
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
6433
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
6434
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
6435
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
6436
|
+
background-color: #f5d8dc;
|
|
6437
|
+
color: #191919;
|
|
6469
6438
|
--_dso-ozon-content-toggletip-color: colors.$zwart;
|
|
6470
6439
|
text-decoration: line-through;
|
|
6471
6440
|
--_dso-ozon-content-toggletip-text-decoration: underline line-through;
|
|
@@ -6579,8 +6548,6 @@ a:where(:not(.dso-primary, .dso-secondary, .dso-tertiary)).download {
|
|
|
6579
6548
|
background-size: 1.25em 1.25em;
|
|
6580
6549
|
padding-inline-end: var(--_dso-link-icon-padding-inline-end, 1.5em);
|
|
6581
6550
|
background-position: bottom 0 right 0;
|
|
6582
|
-
}
|
|
6583
|
-
a:where(:not(.dso-primary, .dso-secondary, .dso-tertiary)).download {
|
|
6584
6551
|
background-image: var(--_dso-di-background-image, url("./di.svg#download"));
|
|
6585
6552
|
}
|
|
6586
6553
|
a:where(:not(.dso-primary, .dso-secondary, .dso-tertiary)).download:hover, a:where(:not(.dso-primary, .dso-secondary, .dso-tertiary)).download:focus-visible {
|
|
@@ -6591,8 +6558,6 @@ a:where(:not(.dso-primary, .dso-secondary, .dso-tertiary)).extern {
|
|
|
6591
6558
|
background-size: 1.25em 1.25em;
|
|
6592
6559
|
padding-inline-end: var(--_dso-link-icon-padding-inline-end, 1.5em);
|
|
6593
6560
|
background-position: bottom 0 right 0;
|
|
6594
|
-
}
|
|
6595
|
-
a:where(:not(.dso-primary, .dso-secondary, .dso-tertiary)).extern {
|
|
6596
6561
|
background-image: var(--_dso-di-background-image, url("./di.svg#external-link"));
|
|
6597
6562
|
}
|
|
6598
6563
|
a:where(:not(.dso-primary, .dso-secondary, .dso-tertiary)).extern:hover, a:where(:not(.dso-primary, .dso-secondary, .dso-tertiary)).extern:focus-visible {
|
|
@@ -6603,8 +6568,6 @@ a:where(:not(.dso-primary, .dso-secondary, .dso-tertiary))[href^="tel:"] {
|
|
|
6603
6568
|
background-size: 1.25em 1.25em;
|
|
6604
6569
|
padding-inline-start: var(--_dso-link-icon-padding-inline-start, 1.5em);
|
|
6605
6570
|
background-position: bottom 0 left 0;
|
|
6606
|
-
}
|
|
6607
|
-
a:where(:not(.dso-primary, .dso-secondary, .dso-tertiary))[href^="tel:"] {
|
|
6608
6571
|
background-image: var(--_dso-di-background-image, url("./di.svg#call-grasgroen"));
|
|
6609
6572
|
}
|
|
6610
6573
|
a:where(:not(.dso-primary, .dso-secondary, .dso-tertiary))[href^="tel:"]:hover, a:where(:not(.dso-primary, .dso-secondary, .dso-tertiary))[href^="tel:"]:focus-visible {
|
|
@@ -6615,8 +6578,6 @@ a:where(:not(.dso-primary, .dso-secondary, .dso-tertiary))[href^="mailto:"] {
|
|
|
6615
6578
|
background-size: 1.25em 1.25em;
|
|
6616
6579
|
padding-inline-start: var(--_dso-link-icon-padding-inline-start, 1.5em);
|
|
6617
6580
|
background-position: bottom 0 left 0;
|
|
6618
|
-
}
|
|
6619
|
-
a:where(:not(.dso-primary, .dso-secondary, .dso-tertiary))[href^="mailto:"] {
|
|
6620
6581
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-grasgroen"));
|
|
6621
6582
|
}
|
|
6622
6583
|
a:where(:not(.dso-primary, .dso-secondary, .dso-tertiary))[href^="mailto:"]:hover, a:where(:not(.dso-primary, .dso-secondary, .dso-tertiary))[href^="mailto:"]:focus-visible {
|
|
@@ -6648,8 +6609,6 @@ a:where(:not(.dso-primary, .dso-secondary, .dso-tertiary))[href^="mailto:"]:hove
|
|
|
6648
6609
|
block-size: 24px;
|
|
6649
6610
|
vertical-align: top;
|
|
6650
6611
|
inline-size: 24px;
|
|
6651
|
-
}
|
|
6652
|
-
.dso-link-list a::before {
|
|
6653
6612
|
content: "";
|
|
6654
6613
|
display: inline-block;
|
|
6655
6614
|
margin-inline-start: -8px;
|
|
@@ -7109,13 +7068,10 @@ body:has(dso-modal.hydrated) {
|
|
|
7109
7068
|
background: url("./di.svg#times") no-repeat center;
|
|
7110
7069
|
background-size: cover;
|
|
7111
7070
|
block-size: 24px;
|
|
7112
|
-
vertical-align:
|
|
7071
|
+
vertical-align: middle;
|
|
7113
7072
|
inline-size: 24px;
|
|
7114
|
-
}
|
|
7115
|
-
.dso-modal .dso-close::before {
|
|
7116
7073
|
content: "";
|
|
7117
7074
|
display: inline-block;
|
|
7118
|
-
vertical-align: middle;
|
|
7119
7075
|
}
|
|
7120
7076
|
.dso-modal .dso-footer .dso-tertiary {
|
|
7121
7077
|
float: inline-start;
|
|
@@ -7490,8 +7446,6 @@ pre {
|
|
|
7490
7446
|
block-size: 24px;
|
|
7491
7447
|
vertical-align: top;
|
|
7492
7448
|
inline-size: 24px;
|
|
7493
|
-
}
|
|
7494
|
-
.dso-search-bar .dso-search-bar-input .dso-search-icon::before {
|
|
7495
7449
|
content: "";
|
|
7496
7450
|
display: inline-block;
|
|
7497
7451
|
font-size: 1rem;
|
|
@@ -7515,7 +7469,6 @@ pre {
|
|
|
7515
7469
|
background-image: none;
|
|
7516
7470
|
border: 1px solid #275937;
|
|
7517
7471
|
border-radius: 4px;
|
|
7518
|
-
border-width: 1px;
|
|
7519
7472
|
box-shadow: none;
|
|
7520
7473
|
display: block;
|
|
7521
7474
|
font-size: 1rem;
|
|
@@ -7554,8 +7507,6 @@ pre {
|
|
|
7554
7507
|
block-size: 24px;
|
|
7555
7508
|
vertical-align: top;
|
|
7556
7509
|
inline-size: 24px;
|
|
7557
|
-
}
|
|
7558
|
-
.dso-search-bar .dso-search-bar-input button::before {
|
|
7559
7510
|
content: "";
|
|
7560
7511
|
display: inline-block;
|
|
7561
7512
|
font-size: 1rem;
|
|
@@ -7640,12 +7591,6 @@ optgroup {
|
|
|
7640
7591
|
--link-color: currentColor;
|
|
7641
7592
|
--link-hover-color: currentColor;
|
|
7642
7593
|
--link-visited-color: currentColor;
|
|
7643
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
7644
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
7645
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
7646
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
7647
|
-
background-color: #f2f2f2;
|
|
7648
|
-
color: #191919;
|
|
7649
7594
|
}
|
|
7650
7595
|
.dso-shopping-cart .dso-status a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
7651
7596
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -7660,6 +7605,12 @@ optgroup {
|
|
|
7660
7605
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
7661
7606
|
}
|
|
7662
7607
|
.dso-shopping-cart .dso-status {
|
|
7608
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
7609
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
7610
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
7611
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
7612
|
+
background-color: #f2f2f2;
|
|
7613
|
+
color: #191919;
|
|
7663
7614
|
border: 0;
|
|
7664
7615
|
border-radius: 4px;
|
|
7665
7616
|
box-shadow: none;
|
|
@@ -7698,12 +7649,6 @@ optgroup {
|
|
|
7698
7649
|
--link-color: currentColor;
|
|
7699
7650
|
--link-hover-color: currentColor;
|
|
7700
7651
|
--link-visited-color: currentColor;
|
|
7701
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
7702
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
7703
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
7704
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
7705
|
-
background-color: #f2f2f2;
|
|
7706
|
-
color: #191919;
|
|
7707
7652
|
}
|
|
7708
7653
|
.dso-shopping-cart .dso-contents a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
7709
7654
|
background-image: var(--_dso-di-background-image, url("./di.svg#download-zwart"));
|
|
@@ -7718,9 +7663,14 @@ optgroup {
|
|
|
7718
7663
|
background-image: var(--_dso-di-background-image, url("./di.svg#email-zwart"));
|
|
7719
7664
|
}
|
|
7720
7665
|
.dso-shopping-cart .dso-contents {
|
|
7666
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
7667
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
7668
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
7669
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
7670
|
+
background-color: #f2f2f2;
|
|
7671
|
+
color: #191919;
|
|
7721
7672
|
border: 0;
|
|
7722
7673
|
border-radius: 4px;
|
|
7723
|
-
color: #000;
|
|
7724
7674
|
position: relative;
|
|
7725
7675
|
}
|
|
7726
7676
|
.dso-shopping-cart .dso-contents > .dso-delete {
|
|
@@ -7738,9 +7688,6 @@ optgroup {
|
|
|
7738
7688
|
.dso-shopping-cart ol {
|
|
7739
7689
|
padding-inline-start: 0;
|
|
7740
7690
|
list-style: none;
|
|
7741
|
-
}
|
|
7742
|
-
.dso-shopping-cart ul,
|
|
7743
|
-
.dso-shopping-cart ol {
|
|
7744
7691
|
--_dso-alert-success-border-color: #39870c;
|
|
7745
7692
|
--_dso-alert-error-border-color: #ce3f51;
|
|
7746
7693
|
--_dso-alert-info-border-color: #6ca4d9;
|
|
@@ -7748,12 +7695,6 @@ optgroup {
|
|
|
7748
7695
|
--link-color: currentColor;
|
|
7749
7696
|
--link-hover-color: currentColor;
|
|
7750
7697
|
--link-visited-color: currentColor;
|
|
7751
|
-
--_dso-icon-button-tertiary-color: #191919;
|
|
7752
|
-
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
7753
|
-
--_dso-icon-button-tertiary-active-color: #173521;
|
|
7754
|
-
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
7755
|
-
background-color: #f2f2f2;
|
|
7756
|
-
color: #191919;
|
|
7757
7698
|
}
|
|
7758
7699
|
.dso-shopping-cart ul a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible),
|
|
7759
7700
|
.dso-shopping-cart ol a:not(.dso-primary, .dso-secondary, .dso-tertiary):is(.download, .download:hover, .download:focus-visible) {
|
|
@@ -7773,6 +7714,12 @@ optgroup {
|
|
|
7773
7714
|
}
|
|
7774
7715
|
.dso-shopping-cart ul,
|
|
7775
7716
|
.dso-shopping-cart ol {
|
|
7717
|
+
--_dso-icon-button-tertiary-color: #191919;
|
|
7718
|
+
--_dso-icon-button-tertiary-hover-color: #4c4c4c;
|
|
7719
|
+
--_dso-icon-button-tertiary-active-color: #173521;
|
|
7720
|
+
--_dso-icon-button-tertiary-disabled-color: #999;
|
|
7721
|
+
background-color: #f2f2f2;
|
|
7722
|
+
color: #191919;
|
|
7776
7723
|
border-radius: 4px;
|
|
7777
7724
|
margin-block-end: 0;
|
|
7778
7725
|
margin-block-start: 0;
|