@utrecht/design-tokens 2.3.0 → 2.4.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 +14 -0
- package/dist/_mixin-theme.scss +124 -63
- package/dist/_mixin.scss +124 -63
- package/dist/_variables.scss +124 -63
- package/dist/dark/_mixin-theme.scss +124 -63
- package/dist/dark/_mixin.scss +124 -63
- package/dist/dark/_variables.scss +124 -63
- package/dist/dark/index.cjs +62 -1
- package/dist/dark/index.css +124 -63
- package/dist/dark/index.d.ts +62 -1
- package/dist/dark/index.flat.json +62 -1
- package/dist/dark/index.json +1046 -102
- package/dist/dark/index.mjs +62 -1
- package/dist/dark/index.tokens.json +246 -36
- package/dist/dark/list.json +1046 -102
- package/dist/dark/list.mjs +1046 -102
- package/dist/dark/property.css +0 -1
- package/dist/dark/root.css +124 -63
- package/dist/dark/theme-prince-xml.css +124 -63
- package/dist/dark/theme.css +124 -63
- package/dist/dark/tokens.cjs +1209 -116
- package/dist/dark/tokens.d.ts +177 -20
- package/dist/dark/tokens.json +1209 -116
- package/dist/dark/variables.cjs +62 -1
- package/dist/dark/variables.css +124 -63
- package/dist/dark/variables.d.ts +62 -1
- package/dist/dark/variables.json +62 -1
- package/dist/dark/variables.less +124 -63
- package/dist/dark/variables.mjs +62 -1
- package/dist/index.cjs +62 -1
- package/dist/index.css +248 -126
- package/dist/index.d.ts +62 -1
- package/dist/index.flat.json +62 -1
- package/dist/index.json +1046 -102
- package/dist/index.mjs +62 -1
- package/dist/index.tokens.json +246 -36
- package/dist/list.json +1046 -102
- package/dist/list.mjs +1046 -102
- package/dist/property.css +0 -1
- package/dist/root.css +124 -63
- package/dist/theme-prince-xml.css +124 -63
- package/dist/theme.css +124 -63
- package/dist/tokens.cjs +1209 -116
- package/dist/tokens.d.ts +177 -20
- package/dist/tokens.json +1209 -116
- package/dist/variables.cjs +62 -1
- package/dist/variables.css +124 -63
- package/dist/variables.d.ts +62 -1
- package/dist/variables.json +62 -1
- package/dist/variables.less +124 -63
- package/dist/variables.mjs +62 -1
- package/package.json +1 -1
- package/src/component/nl/code-block.tokens.json +13 -0
- package/src/component/nl/code.tokens.json +11 -0
- package/src/component/nl/data-badge.tokens.json +22 -0
- package/src/component/nl/heading.tokens.json +48 -0
- package/src/component/nl/mark.tokens.json +8 -0
- package/src/component/nl/number-badge.tokens.json +23 -0
- package/src/component/nl/paragraph.tokens.json +20 -0
- package/src/component/nl/skip-link.tokens.json +16 -0
- package/src/component/utrecht/badge.tokens.json +5 -5
- package/src/component/utrecht/code-block.tokens.json +9 -9
- package/src/component/utrecht/heading-1.tokens.json +4 -4
- package/src/component/utrecht/heading-2.tokens.json +4 -4
- package/src/component/utrecht/heading-3.tokens.json +4 -4
- package/src/component/utrecht/heading-4.tokens.json +4 -4
- package/src/component/utrecht/heading-5.tokens.json +4 -4
- package/src/component/utrecht/heading-6.tokens.json +4 -4
- package/src/component/utrecht/mark.tokens.json +2 -2
- package/src/component/utrecht/number-badge.tokens.json +6 -6
- package/src/component/utrecht/paragraph.tokens.json +8 -8
- package/src/component/utrecht/skip-link.tokens.json +10 -10
- package/src/component/utrecht/badge-data.tokens.json +0 -8
package/dist/_variables.scss
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
3
|
|
|
4
4
|
$of-progress-indicator-mobile-box-shadow: 0px 0px 2px 0px rgba(0 0 0 / 20%);
|
|
5
|
+
$nl-number-badge-padding-inline: 1ex;
|
|
6
|
+
$nl-number-badge-padding-block: 1ex;
|
|
7
|
+
$nl-data-badge-border-radius: 0;
|
|
8
|
+
$nl-code-block-padding-inline: 20px;
|
|
9
|
+
$nl-code-block-padding-block: 20px;
|
|
10
|
+
$nl-code-block-font-family: "Monaco";
|
|
5
11
|
$denhaag-process-steps-sub-step-marker-size: 12px;
|
|
6
12
|
$denhaag-process-steps-step-marker-size: 28px;
|
|
7
13
|
$utrecht-toptask-nav-link-grid-max-inline-size: 240px;
|
|
@@ -166,8 +172,6 @@ $utrecht-ordered-list-margin-block-end: 1em;
|
|
|
166
172
|
$utrecht-ordered-list-margin-block-start: 0;
|
|
167
173
|
$utrecht-number-data-negative-color: red;
|
|
168
174
|
$utrecht-number-data-positive-color: green;
|
|
169
|
-
$utrecht-number-badge-padding-inline: 1ex; // Default inline padding color for badge components
|
|
170
|
-
$utrecht-number-badge-padding-block: 1ex; // Default block padding for badge components
|
|
171
175
|
$utrecht-topnav-link-focus-text-decoration: none;
|
|
172
176
|
$utrecht-topnav-link-focus-border-type: dotted;
|
|
173
177
|
$utrecht-mapcontrolbutton-margin-inline-start: 0;
|
|
@@ -308,10 +312,6 @@ $utrecht-action-busy-cursor: wait;
|
|
|
308
312
|
$utrecht-action-activate-cursor: pointer;
|
|
309
313
|
$utrecht-column-layout-column-width: 350px;
|
|
310
314
|
$utrecht-column-layout-column-rule-width: 2px;
|
|
311
|
-
$utrecht-code-block-padding-inline-end: 20px;
|
|
312
|
-
$utrecht-code-block-padding-inline-start: 20px;
|
|
313
|
-
$utrecht-code-block-padding-block-end: 20px;
|
|
314
|
-
$utrecht-code-block-padding-block-start: 20px;
|
|
315
315
|
$utrecht-checkbox-margin-block-start: 0;
|
|
316
316
|
$utrecht-checkbox-focus-border-width: 2px;
|
|
317
317
|
$utrecht-checkbox-size: 24px;
|
|
@@ -362,7 +362,6 @@ $utrecht-blockquote-margin-block-end: 1.6em;
|
|
|
362
362
|
$utrecht-blockquote-margin-block-start: 1.6em;
|
|
363
363
|
$utrecht-blockquote-margin-inline-end: 1.6em;
|
|
364
364
|
$utrecht-blockquote-margin-inline-start: 1.6em;
|
|
365
|
-
$utrecht-badge-border-radius: 0; // Default corner radius for badge components
|
|
366
365
|
$utrecht-badge-counter-padding-inline: 1ex; // Default inline padding color for badge components
|
|
367
366
|
$utrecht-badge-counter-padding-block: 1ex; // Default block padding for badge components
|
|
368
367
|
$utrecht-backdrop-reduced-transparency-opacity: 0.98;
|
|
@@ -378,6 +377,53 @@ $utrecht-accordion-panel-border-width: 2px;
|
|
|
378
377
|
$utrecht-accordion-button-icon-size: 24px;
|
|
379
378
|
$utrecht-accordion-button-hover-background-color: inherit;
|
|
380
379
|
$utrecht-accordion-button-border-width: 0;
|
|
380
|
+
$nl-skip-link-focus-visible-text-decoration: $utrecht-link-focus-visible-text-decoration;
|
|
381
|
+
$nl-skip-link-text-decoration: $utrecht-link-text-decoration;
|
|
382
|
+
$nl-paragraph-small-font-size: $utrecht-typography-scale-sm-font-size;
|
|
383
|
+
$nl-paragraph-lead-line-height: $utrecht-typography-line-height-md;
|
|
384
|
+
$nl-paragraph-lead-font-weight: $utrecht-typography-weight-scale-normal-font-weight;
|
|
385
|
+
$nl-paragraph-lead-font-size: $utrecht-typography-scale-xl-font-size;
|
|
386
|
+
$nl-paragraph-line-height: $utrecht-typography-line-height-md;
|
|
387
|
+
$nl-paragraph-font-weight: $utrecht-typography-weight-scale-normal-font-weight;
|
|
388
|
+
$nl-paragraph-font-size: $utrecht-typography-scale-md-font-size;
|
|
389
|
+
$nl-paragraph-font-family: $utrecht-typography-sans-serif-font-family;
|
|
390
|
+
$nl-number-badge-font-size: $utrecht-typography-scale-md-font-size;
|
|
391
|
+
$nl-number-badge-color: $utrecht-color-white;
|
|
392
|
+
$nl-number-badge-background-color: $utrecht-color-red-40;
|
|
393
|
+
$nl-mark-color: $utrecht-color-black;
|
|
394
|
+
$nl-mark-background-color: $utrecht-color-yellow-60;
|
|
395
|
+
$nl-heading-level-6-line-height: $utrecht-typography-line-height-md;
|
|
396
|
+
$nl-heading-level-6-font-weight: $utrecht-typography-weight-scale-normal-font-weight;
|
|
397
|
+
$nl-heading-level-6-font-size: $utrecht-typography-scale-sm-font-size;
|
|
398
|
+
$nl-heading-level-6-font-family: $utrecht-typography-sans-serif-font-family;
|
|
399
|
+
$nl-heading-level-5-line-height: $utrecht-typography-line-height-md;
|
|
400
|
+
$nl-heading-level-5-font-weight: $utrecht-typography-weight-scale-normal-font-weight;
|
|
401
|
+
$nl-heading-level-5-font-size: $utrecht-typography-scale-sm-font-size;
|
|
402
|
+
$nl-heading-level-5-font-family: $utrecht-typography-sans-serif-font-family;
|
|
403
|
+
$nl-heading-level-4-line-height: $utrecht-typography-line-height-md;
|
|
404
|
+
$nl-heading-level-4-font-weight: $utrecht-typography-weight-scale-normal-font-weight;
|
|
405
|
+
$nl-heading-level-4-font-size: $utrecht-typography-scale-lg-font-size;
|
|
406
|
+
$nl-heading-level-4-font-family: $utrecht-typography-sans-serif-font-family;
|
|
407
|
+
$nl-heading-level-3-line-height: $utrecht-typography-line-height-sm;
|
|
408
|
+
$nl-heading-level-3-font-weight: $utrecht-typography-weight-scale-normal-font-weight;
|
|
409
|
+
$nl-heading-level-3-font-size: $utrecht-typography-scale-xl-font-size;
|
|
410
|
+
$nl-heading-level-3-font-family: $utrecht-typography-sans-serif-font-family;
|
|
411
|
+
$nl-heading-level-2-line-height: $utrecht-typography-line-height-sm;
|
|
412
|
+
$nl-heading-level-2-font-weight: $utrecht-typography-weight-scale-bold-font-weight;
|
|
413
|
+
$nl-heading-level-2-font-size: $utrecht-typography-scale-xl-font-size;
|
|
414
|
+
$nl-heading-level-2-font-family: $utrecht-typography-sans-serif-font-family;
|
|
415
|
+
$nl-heading-level-1-line-height: $utrecht-typography-line-height-sm;
|
|
416
|
+
$nl-heading-level-1-font-weight: $utrecht-typography-weight-scale-bold-font-weight;
|
|
417
|
+
$nl-heading-level-1-font-size: $utrecht-typography-scale-4xl-font-size;
|
|
418
|
+
$nl-heading-level-1-font-family: $utrecht-typography-sans-serif-font-family;
|
|
419
|
+
$nl-data-badge-padding-inline: $utrecht-space-inline-sm;
|
|
420
|
+
$nl-data-badge-padding-block: $utrecht-space-block-xs;
|
|
421
|
+
$nl-data-badge-color: $utrecht-color-white;
|
|
422
|
+
$nl-data-badge-background-color: $utrecht-color-grey-30;
|
|
423
|
+
$nl-code-block-line-height: $utrecht-typography-line-height-md;
|
|
424
|
+
$nl-code-block-font-size: $utrecht-typography-scale-md-font-size;
|
|
425
|
+
$nl-code-block-color: $utrecht-color-black;
|
|
426
|
+
$nl-code-block-background-color: $utrecht-color-grey-95;
|
|
381
427
|
$denhaag-process-steps-sub-step-heading-font-weight: $utrecht-typography-weight-scale-normal-font-weight;
|
|
382
428
|
$denhaag-process-steps-sub-step-heading-font-size: $utrecht-typography-scale-sm-font-size;
|
|
383
429
|
$denhaag-process-steps-sub-step-heading-color: $utrecht-color-grey-15;
|
|
@@ -461,8 +507,6 @@ $utrecht-spotlight-section-padding-block-end: $utrecht-space-block-sm;
|
|
|
461
507
|
$utrecht-spotlight-section-padding-block-start: $utrecht-space-block-md;
|
|
462
508
|
$utrecht-spotlight-section-color: $utrecht-color-black;
|
|
463
509
|
$utrecht-spotlight-section-background-color: $utrecht-color-grey-90;
|
|
464
|
-
$utrecht-skip-link-focus-visible-text-decoration: $utrecht-link-focus-visible-text-decoration;
|
|
465
|
-
$utrecht-skip-link-text-decoration: $utrecht-link-text-decoration;
|
|
466
510
|
$utrecht-separator-margin-block-start: $utrecht-space-block-md;
|
|
467
511
|
$utrecht-separator-margin-block-end: $utrecht-space-block-md;
|
|
468
512
|
$utrecht-separator-color: $utrecht-color-grey-90;
|
|
@@ -507,14 +551,7 @@ $utrecht-radio-button-active-background-color: $utrecht-color-blue-80;
|
|
|
507
551
|
$utrecht-pre-heading-margin-block-start: $utrecht-space-row-2xl;
|
|
508
552
|
$utrecht-pre-heading-font-size: $utrecht-typography-scale-md-font-size;
|
|
509
553
|
$utrecht-paragraph-small-font-size: $utrecht-typography-scale-sm-font-size;
|
|
510
|
-
$utrecht-paragraph-lead-line-height: $utrecht-typography-line-height-md;
|
|
511
|
-
$utrecht-paragraph-lead-font-weight: $utrecht-typography-weight-scale-normal-font-weight;
|
|
512
|
-
$utrecht-paragraph-lead-font-size: $utrecht-typography-scale-xl-font-size;
|
|
513
554
|
$utrecht-paragraph-margin-block-start: $utrecht-space-block-md;
|
|
514
|
-
$utrecht-paragraph-line-height: $utrecht-typography-line-height-md;
|
|
515
|
-
$utrecht-paragraph-font-weight: $utrecht-typography-weight-scale-normal-font-weight;
|
|
516
|
-
$utrecht-paragraph-font-size: $utrecht-typography-scale-md-font-size;
|
|
517
|
-
$utrecht-paragraph-font-family: $utrecht-typography-sans-serif-font-family;
|
|
518
555
|
$utrecht-pagination-relative-link-hover-color: $utrecht-color-white;
|
|
519
556
|
$utrecht-pagination-relative-link-hover-border-color: $utrecht-color-blue-35;
|
|
520
557
|
$utrecht-pagination-relative-link-hover-background-color: $utrecht-color-blue-35;
|
|
@@ -540,9 +577,8 @@ $utrecht-page-footer-padding-inline-end: $utrecht-space-inline-2xl;
|
|
|
540
577
|
$utrecht-page-footer-background-image: linear-gradient(45deg, $utrecht-color-red-40, $utrecht-color-red-40 50%, #d63433 50%);;
|
|
541
578
|
$utrecht-page-footer-background-color: $utrecht-color-red-40;
|
|
542
579
|
$utrecht-page-footer-color: $utrecht-color-white;
|
|
543
|
-
$utrecht-number-badge-
|
|
544
|
-
$utrecht-number-badge-
|
|
545
|
-
$utrecht-number-badge-background-color: $utrecht-color-red-40;
|
|
580
|
+
$utrecht-number-badge-padding-inline: $nl-number-badge-padding-inline; // Default inline padding color for badge components
|
|
581
|
+
$utrecht-number-badge-padding-block: $nl-number-badge-padding-block; // Default block padding for badge components
|
|
546
582
|
$utrecht-topnav-link-hover-background-color: $utrecht-color-black;
|
|
547
583
|
$utrecht-topnav-link-focus-outline-color: $utrecht-color-black;
|
|
548
584
|
$utrecht-topnav-link-focus-background-color: $utrecht-color-yellow-80;
|
|
@@ -568,8 +604,6 @@ $utrecht-nav-bar-link-padding-block-end: $utrecht-space-block-xs;
|
|
|
568
604
|
$utrecht-nav-bar-content-max-inline-size: $utrecht-page-max-inline-size;
|
|
569
605
|
$utrecht-nav-bar-color: $utrecht-color-black;
|
|
570
606
|
$utrecht-nav-bar-background-color: $utrecht-color-white;
|
|
571
|
-
$utrecht-mark-color: $utrecht-color-black;
|
|
572
|
-
$utrecht-mark-background-color: $utrecht-color-yellow-60;
|
|
573
607
|
$utrecht-mapcontrolbutton-padding-inline-start: $utrecht-space-inline-2xs;
|
|
574
608
|
$utrecht-mapcontrolbutton-padding-inline-end: $utrecht-space-inline-2xs;
|
|
575
609
|
$utrecht-mapcontrolbutton-padding-block-start: $utrecht-space-block-2xs;
|
|
@@ -626,30 +660,6 @@ $utrecht-index-char-nav-gap: $utrecht-space-column-sm;
|
|
|
626
660
|
$utrecht-index-char-nav-margin-block-end: $utrecht-space-block-md;
|
|
627
661
|
$utrecht-index-char-nav-margin-block-start: $utrecht-space-block-lg;
|
|
628
662
|
$utrecht-heading-font-weight: $utrecht-typography-weight-scale-bold-font-weight;
|
|
629
|
-
$utrecht-heading-6-line-height: $utrecht-typography-line-height-md;
|
|
630
|
-
$utrecht-heading-6-font-weight: $utrecht-typography-weight-scale-normal-font-weight;
|
|
631
|
-
$utrecht-heading-6-font-size: $utrecht-typography-scale-sm-font-size;
|
|
632
|
-
$utrecht-heading-6-font-family: $utrecht-typography-sans-serif-font-family;
|
|
633
|
-
$utrecht-heading-5-line-height: $utrecht-typography-line-height-md;
|
|
634
|
-
$utrecht-heading-5-font-weight: $utrecht-typography-weight-scale-normal-font-weight;
|
|
635
|
-
$utrecht-heading-5-font-size: $utrecht-typography-scale-sm-font-size;
|
|
636
|
-
$utrecht-heading-5-font-family: $utrecht-typography-sans-serif-font-family;
|
|
637
|
-
$utrecht-heading-4-line-height: $utrecht-typography-line-height-md;
|
|
638
|
-
$utrecht-heading-4-font-weight: $utrecht-typography-weight-scale-normal-font-weight;
|
|
639
|
-
$utrecht-heading-4-font-size: $utrecht-typography-scale-lg-font-size;
|
|
640
|
-
$utrecht-heading-4-font-family: $utrecht-typography-sans-serif-font-family;
|
|
641
|
-
$utrecht-heading-3-line-height: $utrecht-typography-line-height-sm;
|
|
642
|
-
$utrecht-heading-3-font-weight: $utrecht-typography-weight-scale-normal-font-weight;
|
|
643
|
-
$utrecht-heading-3-font-size: $utrecht-typography-scale-xl-font-size;
|
|
644
|
-
$utrecht-heading-3-font-family: $utrecht-typography-sans-serif-font-family;
|
|
645
|
-
$utrecht-heading-2-line-height: $utrecht-typography-line-height-sm;
|
|
646
|
-
$utrecht-heading-2-font-weight: $utrecht-typography-weight-scale-bold-font-weight;
|
|
647
|
-
$utrecht-heading-2-font-size: $utrecht-typography-scale-xl-font-size;
|
|
648
|
-
$utrecht-heading-2-font-family: $utrecht-typography-sans-serif-font-family;
|
|
649
|
-
$utrecht-heading-1-line-height: $utrecht-typography-line-height-sm;
|
|
650
|
-
$utrecht-heading-1-font-weight: $utrecht-typography-weight-scale-bold-font-weight;
|
|
651
|
-
$utrecht-heading-1-font-size: $utrecht-typography-scale-4xl-font-size;
|
|
652
|
-
$utrecht-heading-1-font-family: $utrecht-typography-sans-serif-font-family;
|
|
653
663
|
$utrecht-form-toggle-focus-border-color: $utrecht-color-black;
|
|
654
664
|
$utrecht-form-toggle-checked-accent-color: $utrecht-color-blue-35;
|
|
655
665
|
$utrecht-form-toggle-thumb-disabled-background-color: $utrecht-color-white;
|
|
@@ -726,12 +736,13 @@ $utrecht-feedback-danger-fill-color: $utrecht-color-white;
|
|
|
726
736
|
$utrecht-feedback-danger-color: $utrecht-color-red-40;
|
|
727
737
|
$utrecht-column-layout-gap: $utrecht-space-column-md;
|
|
728
738
|
$utrecht-column-layout-column-rule-color: $utrecht-color-grey-80;
|
|
739
|
+
$utrecht-code-block-padding-inline-end: $nl-code-block-padding-inline;
|
|
740
|
+
$utrecht-code-block-padding-inline-start: $nl-code-block-padding-inline;
|
|
741
|
+
$utrecht-code-block-padding-block-end: $nl-code-block-padding-block;
|
|
742
|
+
$utrecht-code-block-padding-block-start: $nl-code-block-padding-block;
|
|
729
743
|
$utrecht-code-block-margin-block-end: $utrecht-space-block-lg;
|
|
730
744
|
$utrecht-code-block-margin-block-start: $utrecht-space-block-lg;
|
|
731
|
-
$utrecht-code-block-
|
|
732
|
-
$utrecht-code-block-font-size: $utrecht-typography-scale-md-font-size;
|
|
733
|
-
$utrecht-code-block-color: $utrecht-color-black;
|
|
734
|
-
$utrecht-code-block-background-color: $utrecht-color-grey-95;
|
|
745
|
+
$utrecht-code-block-font-family: $nl-code-block-font-family;
|
|
735
746
|
$utrecht-checkbox-indeterminate-background-color: $utrecht-color-blue-40;
|
|
736
747
|
$utrecht-checkbox-checked-background-color: $utrecht-color-blue-40;
|
|
737
748
|
$utrecht-checkbox-checked-border-color: $utrecht-color-blue-40;
|
|
@@ -866,10 +877,7 @@ $utrecht-blockquote-caption-font-size: $utrecht-typography-scale-sm-font-size;
|
|
|
866
877
|
$utrecht-blockquote-content-font-size: $utrecht-typography-scale-lg-font-size;
|
|
867
878
|
$utrecht-blockquote-content-color: $utrecht-color-red-40;
|
|
868
879
|
$utrecht-badge-font-style: $utrecht-typography-font-style-normal;
|
|
869
|
-
$utrecht-badge-
|
|
870
|
-
$utrecht-badge-padding-block: $utrecht-space-block-xs; // Default block padding for badge components
|
|
871
|
-
$utrecht-badge-color: $utrecht-color-white; // Default text color for badge components
|
|
872
|
-
$utrecht-badge-background-color: $utrecht-color-grey-30; // Default background color for badge components
|
|
880
|
+
$utrecht-badge-border-radius: $nl-data-badge-border-radius; // Default corner radius for badge components
|
|
873
881
|
$utrecht-badge-list-item-margin-inline: $utrecht-space-block-sm;
|
|
874
882
|
$utrecht-badge-list-item-margin-block: $utrecht-space-block-xs;
|
|
875
883
|
$utrecht-badge-counter-font-size: $utrecht-typography-scale-md-font-size;
|
|
@@ -925,28 +933,64 @@ $of-progress-indicator-background-color: $utrecht-document-background-color;
|
|
|
925
933
|
$of-page-footer-fg: $utrecht-page-footer-color;
|
|
926
934
|
$of-page-footer-bg: $utrecht-page-footer-background-color;
|
|
927
935
|
$of-layout-background: $utrecht-document-background-color;
|
|
936
|
+
$nl-skip-link-focus-visible-background-color: $utrecht-topnav-link-focus-background-color;
|
|
937
|
+
$nl-skip-link-focus-visible-color: $utrecht-topnav-link-focus-color;
|
|
938
|
+
$nl-skip-link-padding-inline: $utrecht-button-padding-inline-start;
|
|
939
|
+
$nl-skip-link-padding-block: $utrecht-button-padding-block-start;
|
|
940
|
+
$nl-skip-link-color: $utrecht-topnav-link-color;
|
|
941
|
+
$nl-skip-link-background-color: $utrecht-topnav-list-background-color;
|
|
942
|
+
$nl-paragraph-lead-color: $utrecht-document-color;
|
|
943
|
+
$nl-number-badge-border-radius: $nl-number-badge-font-size;
|
|
928
944
|
$denhaag-process-steps-sub-step-line-color: $denhaag-process-steps-step-line-color;
|
|
929
945
|
$utrecht-toptask-link-hover-color: $utrecht-button-primary-action-hover-color;
|
|
930
946
|
$utrecht-toptask-link-hover-background-color: $utrecht-button-primary-action-hover-background-color;
|
|
931
947
|
$utrecht-toptask-link-color: $utrecht-button-primary-action-color;
|
|
932
948
|
$utrecht-toptask-link-background-color: $utrecht-button-primary-action-background-color;
|
|
933
|
-
$utrecht-skip-link-focus-
|
|
934
|
-
$utrecht-skip-link-
|
|
935
|
-
$utrecht-skip-link-padding-inline-end: $utrecht-button-padding-inline-end;
|
|
936
|
-
$utrecht-skip-link-padding-inline-start: $utrecht-button-padding-inline-start;
|
|
937
|
-
$utrecht-skip-link-padding-block-end: $utrecht-button-padding-block-end;
|
|
938
|
-
$utrecht-skip-link-padding-block-start: $utrecht-button-padding-block-start;
|
|
939
|
-
$utrecht-skip-link-color: $utrecht-topnav-link-color;
|
|
940
|
-
$utrecht-skip-link-background-color: $utrecht-topnav-list-background-color;
|
|
949
|
+
$utrecht-skip-link-focus-visible-text-decoration: $nl-skip-link-focus-visible-text-decoration;
|
|
950
|
+
$utrecht-skip-link-text-decoration: $nl-skip-link-text-decoration;
|
|
941
951
|
$utrecht-radio-button-border-color: $utrecht-form-control-border-color;
|
|
942
952
|
$utrecht-radio-button-background-color: $utrecht-form-control-background-color;
|
|
943
|
-
$utrecht-paragraph-lead-
|
|
944
|
-
$utrecht-
|
|
953
|
+
$utrecht-paragraph-lead-line-height: $nl-paragraph-lead-line-height;
|
|
954
|
+
$utrecht-paragraph-lead-font-weight: $nl-paragraph-lead-font-weight;
|
|
955
|
+
$utrecht-paragraph-lead-font-size: $nl-paragraph-lead-font-size;
|
|
956
|
+
$utrecht-paragraph-line-height: $nl-paragraph-line-height;
|
|
957
|
+
$utrecht-paragraph-font-weight: $nl-paragraph-font-weight;
|
|
958
|
+
$utrecht-paragraph-font-size: $nl-paragraph-font-size;
|
|
959
|
+
$utrecht-paragraph-font-family: $nl-paragraph-font-family;
|
|
960
|
+
$utrecht-number-badge-font-size: $nl-number-badge-font-size;
|
|
961
|
+
$utrecht-number-badge-color: $nl-number-badge-color; // Default text color for badge components
|
|
962
|
+
$utrecht-number-badge-background-color: $nl-number-badge-background-color;
|
|
963
|
+
$utrecht-mark-color: $nl-mark-color;
|
|
964
|
+
$utrecht-mark-background-color: $nl-mark-background-color;
|
|
945
965
|
$utrecht-listbox-border-width: $utrecht-form-control-border-width;
|
|
946
966
|
$utrecht-listbox-border-color: $utrecht-form-control-border-color;
|
|
947
967
|
$utrecht-link-visited-color: $utrecht-link-color;
|
|
948
968
|
$utrecht-link-hover-color: $utrecht-link-focus-color;
|
|
949
969
|
$utrecht-link-active-color: $utrecht-link-color;
|
|
970
|
+
$utrecht-heading-6-line-height: $nl-heading-level-6-line-height;
|
|
971
|
+
$utrecht-heading-6-font-weight: $nl-heading-level-6-font-weight;
|
|
972
|
+
$utrecht-heading-6-font-size: $nl-heading-level-6-font-size;
|
|
973
|
+
$utrecht-heading-6-font-family: $nl-heading-level-6-font-family;
|
|
974
|
+
$utrecht-heading-5-line-height: $nl-heading-level-5-line-height;
|
|
975
|
+
$utrecht-heading-5-font-weight: $nl-heading-level-5-font-weight;
|
|
976
|
+
$utrecht-heading-5-font-size: $nl-heading-level-5-font-size;
|
|
977
|
+
$utrecht-heading-5-font-family: $nl-heading-level-5-font-family;
|
|
978
|
+
$utrecht-heading-4-line-height: $nl-heading-level-4-line-height;
|
|
979
|
+
$utrecht-heading-4-font-weight: $nl-heading-level-4-font-weight;
|
|
980
|
+
$utrecht-heading-4-font-size: $nl-heading-level-4-font-size;
|
|
981
|
+
$utrecht-heading-4-font-family: $nl-heading-level-4-font-family;
|
|
982
|
+
$utrecht-heading-3-line-height: $nl-heading-level-3-line-height;
|
|
983
|
+
$utrecht-heading-3-font-weight: $nl-heading-level-3-font-weight;
|
|
984
|
+
$utrecht-heading-3-font-size: $nl-heading-level-3-font-size;
|
|
985
|
+
$utrecht-heading-3-font-family: $nl-heading-level-3-font-family;
|
|
986
|
+
$utrecht-heading-2-line-height: $nl-heading-level-2-line-height;
|
|
987
|
+
$utrecht-heading-2-font-weight: $nl-heading-level-2-font-weight;
|
|
988
|
+
$utrecht-heading-2-font-size: $nl-heading-level-2-font-size;
|
|
989
|
+
$utrecht-heading-2-font-family: $nl-heading-level-2-font-family;
|
|
990
|
+
$utrecht-heading-1-line-height: $nl-heading-level-1-line-height;
|
|
991
|
+
$utrecht-heading-1-font-weight: $nl-heading-level-1-font-weight;
|
|
992
|
+
$utrecht-heading-1-font-size: $nl-heading-level-1-font-size;
|
|
993
|
+
$utrecht-heading-1-font-family: $nl-heading-level-1-font-family;
|
|
950
994
|
$utrecht-form-field-error-message-color: $utrecht-feedback-invalid-color;
|
|
951
995
|
$utrecht-form-field-description-warning-color: $utrecht-feedback-warning-color;
|
|
952
996
|
$utrecht-form-field-description-invalid-color: $utrecht-feedback-invalid-color;
|
|
@@ -966,6 +1010,10 @@ $utrecht-feedback-warning-border-color: $utrecht-feedback-warning-color;
|
|
|
966
1010
|
$utrecht-feedback-warning-background-color: $utrecht-feedback-warning-color;
|
|
967
1011
|
$utrecht-feedback-danger-border-color: $utrecht-feedback-danger-color;
|
|
968
1012
|
$utrecht-feedback-danger-background-color: $utrecht-feedback-danger-color;
|
|
1013
|
+
$utrecht-code-block-line-height: $nl-code-block-line-height;
|
|
1014
|
+
$utrecht-code-block-font-size: $nl-code-block-font-size;
|
|
1015
|
+
$utrecht-code-block-color: $nl-code-block-color;
|
|
1016
|
+
$utrecht-code-block-background-color: $nl-code-block-background-color;
|
|
969
1017
|
$utrecht-checkbox-color: $utrecht-form-control-color;
|
|
970
1018
|
$utrecht-checkbox-border-color: $utrecht-form-control-border-color;
|
|
971
1019
|
$utrecht-checkbox-background-color: $utrecht-form-control-background-color;
|
|
@@ -980,9 +1028,22 @@ $utrecht-button-pressed-color: $utrecht-button-active-color;
|
|
|
980
1028
|
$utrecht-button-pressed-background-color: $utrecht-button-active-background-color;
|
|
981
1029
|
$utrecht-breadcrumb-nav-arrows-link-focus-background-color: $utrecht-focus-background-color;
|
|
982
1030
|
$utrecht-breadcrumb-nav-link-focus-background-color: $utrecht-focus-background-color;
|
|
1031
|
+
$utrecht-badge-padding-inline: $nl-data-badge-padding-inline; // Default inline padding color for badge components
|
|
1032
|
+
$utrecht-badge-padding-block: $nl-data-badge-padding-block; // Default block padding for badge components
|
|
1033
|
+
$utrecht-badge-color: $nl-data-badge-color; // Default text color for badge components
|
|
1034
|
+
$utrecht-badge-background-color: $nl-data-badge-background-color; // Default background color for badge components
|
|
983
1035
|
$utrecht-badge-counter-border-radius: $utrecht-badge-counter-font-size; // Default corner radius for badge components
|
|
984
1036
|
$of-layout-bg: $of-layout-background;
|
|
1037
|
+
$utrecht-skip-link-focus-color: $nl-skip-link-focus-visible-color;
|
|
1038
|
+
$utrecht-skip-link-focus-background-color: $nl-skip-link-focus-visible-background-color;
|
|
1039
|
+
$utrecht-skip-link-padding-inline-end: $nl-skip-link-padding-inline;
|
|
1040
|
+
$utrecht-skip-link-padding-inline-start: $nl-skip-link-padding-inline;
|
|
1041
|
+
$utrecht-skip-link-padding-block-end: $nl-skip-link-padding-block;
|
|
1042
|
+
$utrecht-skip-link-padding-block-start: $nl-skip-link-padding-block;
|
|
1043
|
+
$utrecht-skip-link-color: $nl-skip-link-color;
|
|
1044
|
+
$utrecht-skip-link-background-color: $nl-skip-link-background-color;
|
|
985
1045
|
$utrecht-radio-button-invalid-border-color: $utrecht-form-control-invalid-border-color;
|
|
1046
|
+
$utrecht-number-badge-border-radius: $nl-number-badge-border-radius;
|
|
986
1047
|
$utrecht-form-field-invalid-border-inline-start-color: $utrecht-form-control-invalid-border-color;
|
|
987
1048
|
$utrecht-form-field-description-valid-color: $utrecht-feedback-valid-color;
|
|
988
1049
|
$utrecht-feedback-active-border-color: $utrecht-feedback-safe-border-color;
|
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
|
|
5
5
|
@mixin utrecht-theme--dark {
|
|
6
6
|
--of-progress-indicator-mobile-box-shadow: 0px 0px 2px 0px rgba(0 0 0 / 20%);
|
|
7
|
+
--nl-number-badge-padding-inline: 1ex;
|
|
8
|
+
--nl-number-badge-padding-block: 1ex;
|
|
9
|
+
--nl-data-badge-border-radius: 0;
|
|
10
|
+
--nl-code-block-padding-inline: 20px;
|
|
11
|
+
--nl-code-block-padding-block: 20px;
|
|
12
|
+
--nl-code-block-font-family: "Monaco";
|
|
7
13
|
--denhaag-process-steps-sub-step-marker-size: 12px;
|
|
8
14
|
--denhaag-process-steps-step-marker-size: 28px;
|
|
9
15
|
--utrecht-toptask-nav-link-grid-max-inline-size: 240px;
|
|
@@ -168,8 +174,6 @@
|
|
|
168
174
|
--utrecht-ordered-list-margin-block-start: 0;
|
|
169
175
|
--utrecht-number-data-negative-color: red;
|
|
170
176
|
--utrecht-number-data-positive-color: green;
|
|
171
|
-
--utrecht-number-badge-padding-inline: 1ex; /* Default inline padding color for badge components */
|
|
172
|
-
--utrecht-number-badge-padding-block: 1ex; /* Default block padding for badge components */
|
|
173
177
|
--utrecht-topnav-link-focus-text-decoration: none;
|
|
174
178
|
--utrecht-topnav-link-focus-border-type: dotted;
|
|
175
179
|
--utrecht-mapcontrolbutton-margin-inline-start: 0;
|
|
@@ -311,10 +315,6 @@
|
|
|
311
315
|
--utrecht-action-activate-cursor: pointer;
|
|
312
316
|
--utrecht-column-layout-column-width: 350px;
|
|
313
317
|
--utrecht-column-layout-column-rule-width: 2px;
|
|
314
|
-
--utrecht-code-block-padding-inline-end: 20px;
|
|
315
|
-
--utrecht-code-block-padding-inline-start: 20px;
|
|
316
|
-
--utrecht-code-block-padding-block-end: 20px;
|
|
317
|
-
--utrecht-code-block-padding-block-start: 20px;
|
|
318
318
|
--utrecht-checkbox-margin-block-start: 0;
|
|
319
319
|
--utrecht-checkbox-focus-border-width: 2px;
|
|
320
320
|
--utrecht-checkbox-size: 24px;
|
|
@@ -365,7 +365,6 @@
|
|
|
365
365
|
--utrecht-blockquote-margin-block-start: 1.6em;
|
|
366
366
|
--utrecht-blockquote-margin-inline-end: 1.6em;
|
|
367
367
|
--utrecht-blockquote-margin-inline-start: 1.6em;
|
|
368
|
-
--utrecht-badge-border-radius: 0; /* Default corner radius for badge components */
|
|
369
368
|
--utrecht-badge-counter-padding-inline: 1ex; /* Default inline padding color for badge components */
|
|
370
369
|
--utrecht-badge-counter-padding-block: 1ex; /* Default block padding for badge components */
|
|
371
370
|
--utrecht-backdrop-reduced-transparency-opacity: 0.98;
|
|
@@ -383,6 +382,53 @@
|
|
|
383
382
|
--utrecht-accordion-button-icon-size: 24px;
|
|
384
383
|
--utrecht-accordion-button-hover-background-color: inherit;
|
|
385
384
|
--utrecht-accordion-button-border-width: 0;
|
|
385
|
+
--nl-skip-link-focus-visible-text-decoration: var(--utrecht-link-focus-visible-text-decoration);
|
|
386
|
+
--nl-skip-link-text-decoration: var(--utrecht-link-text-decoration);
|
|
387
|
+
--nl-paragraph-small-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
388
|
+
--nl-paragraph-lead-line-height: var(--utrecht-typography-line-height-md);
|
|
389
|
+
--nl-paragraph-lead-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
390
|
+
--nl-paragraph-lead-font-size: var(--utrecht-typography-scale-xl-font-size);
|
|
391
|
+
--nl-paragraph-line-height: var(--utrecht-typography-line-height-md);
|
|
392
|
+
--nl-paragraph-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
393
|
+
--nl-paragraph-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
394
|
+
--nl-paragraph-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
395
|
+
--nl-number-badge-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
396
|
+
--nl-number-badge-color: var(--utrecht-color-white);
|
|
397
|
+
--nl-number-badge-background-color: var(--utrecht-color-red-40);
|
|
398
|
+
--nl-mark-color: var(--utrecht-color-black);
|
|
399
|
+
--nl-mark-background-color: var(--utrecht-color-yellow-60);
|
|
400
|
+
--nl-heading-level-6-line-height: var(--utrecht-typography-line-height-md);
|
|
401
|
+
--nl-heading-level-6-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
402
|
+
--nl-heading-level-6-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
403
|
+
--nl-heading-level-6-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
404
|
+
--nl-heading-level-5-line-height: var(--utrecht-typography-line-height-md);
|
|
405
|
+
--nl-heading-level-5-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
406
|
+
--nl-heading-level-5-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
407
|
+
--nl-heading-level-5-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
408
|
+
--nl-heading-level-4-line-height: var(--utrecht-typography-line-height-md);
|
|
409
|
+
--nl-heading-level-4-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
410
|
+
--nl-heading-level-4-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
411
|
+
--nl-heading-level-4-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
412
|
+
--nl-heading-level-3-line-height: var(--utrecht-typography-line-height-sm);
|
|
413
|
+
--nl-heading-level-3-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
414
|
+
--nl-heading-level-3-font-size: var(--utrecht-typography-scale-xl-font-size);
|
|
415
|
+
--nl-heading-level-3-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
416
|
+
--nl-heading-level-2-line-height: var(--utrecht-typography-line-height-sm);
|
|
417
|
+
--nl-heading-level-2-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
418
|
+
--nl-heading-level-2-font-size: var(--utrecht-typography-scale-xl-font-size);
|
|
419
|
+
--nl-heading-level-2-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
420
|
+
--nl-heading-level-1-line-height: var(--utrecht-typography-line-height-sm);
|
|
421
|
+
--nl-heading-level-1-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
422
|
+
--nl-heading-level-1-font-size: var(--utrecht-typography-scale-4xl-font-size);
|
|
423
|
+
--nl-heading-level-1-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
424
|
+
--nl-data-badge-padding-inline: var(--utrecht-space-inline-sm);
|
|
425
|
+
--nl-data-badge-padding-block: var(--utrecht-space-block-xs);
|
|
426
|
+
--nl-data-badge-color: var(--utrecht-color-white);
|
|
427
|
+
--nl-data-badge-background-color: var(--utrecht-color-grey-30);
|
|
428
|
+
--nl-code-block-line-height: var(--utrecht-typography-line-height-md);
|
|
429
|
+
--nl-code-block-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
430
|
+
--nl-code-block-color: var(--utrecht-color-black);
|
|
431
|
+
--nl-code-block-background-color: var(--utrecht-color-grey-95);
|
|
386
432
|
--denhaag-process-steps-sub-step-heading-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
387
433
|
--denhaag-process-steps-sub-step-heading-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
388
434
|
--denhaag-process-steps-sub-step-heading-color: var(--utrecht-color-grey-15);
|
|
@@ -468,8 +514,6 @@
|
|
|
468
514
|
--utrecht-spotlight-section-padding-block-start: var(--utrecht-space-block-md);
|
|
469
515
|
--utrecht-spotlight-section-color: var(--utrecht-color-grey-15);
|
|
470
516
|
--utrecht-spotlight-section-background-color: var(--utrecht-color-grey-20);
|
|
471
|
-
--utrecht-skip-link-focus-visible-text-decoration: var(--utrecht-link-focus-visible-text-decoration);
|
|
472
|
-
--utrecht-skip-link-text-decoration: var(--utrecht-link-text-decoration);
|
|
473
517
|
--utrecht-separator-margin-block-start: var(--utrecht-space-block-md);
|
|
474
518
|
--utrecht-separator-margin-block-end: var(--utrecht-space-block-md);
|
|
475
519
|
--utrecht-separator-color: var(--utrecht-color-grey-90);
|
|
@@ -514,14 +558,7 @@
|
|
|
514
558
|
--utrecht-pre-heading-margin-block-start: var(--utrecht-space-row-2xl);
|
|
515
559
|
--utrecht-pre-heading-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
516
560
|
--utrecht-paragraph-small-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
517
|
-
--utrecht-paragraph-lead-line-height: var(--utrecht-typography-line-height-md);
|
|
518
|
-
--utrecht-paragraph-lead-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
519
|
-
--utrecht-paragraph-lead-font-size: var(--utrecht-typography-scale-xl-font-size);
|
|
520
561
|
--utrecht-paragraph-margin-block-start: var(--utrecht-space-block-md);
|
|
521
|
-
--utrecht-paragraph-line-height: var(--utrecht-typography-line-height-md);
|
|
522
|
-
--utrecht-paragraph-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
523
|
-
--utrecht-paragraph-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
524
|
-
--utrecht-paragraph-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
525
562
|
--utrecht-pagination-relative-link-hover-color: var(--utrecht-color-white);
|
|
526
563
|
--utrecht-pagination-relative-link-hover-border-color: var(--utrecht-color-blue-35);
|
|
527
564
|
--utrecht-pagination-relative-link-hover-background-color: var(--utrecht-color-blue-35);
|
|
@@ -547,9 +584,8 @@
|
|
|
547
584
|
--utrecht-page-footer-background-image: linear-gradient(45deg, var(--utrecht-color-red-40), var(--utrecht-color-red-40) 50%, #d63433 50%);;
|
|
548
585
|
--utrecht-page-footer-background-color: var(--utrecht-color-red-40);
|
|
549
586
|
--utrecht-page-footer-color: var(--utrecht-color-white);
|
|
550
|
-
--utrecht-number-badge-
|
|
551
|
-
--utrecht-number-badge-
|
|
552
|
-
--utrecht-number-badge-background-color: var(--utrecht-color-red-40);
|
|
587
|
+
--utrecht-number-badge-padding-inline: var(--nl-number-badge-padding-inline); /* Default inline padding color for badge components */
|
|
588
|
+
--utrecht-number-badge-padding-block: var(--nl-number-badge-padding-block); /* Default block padding for badge components */
|
|
553
589
|
--utrecht-topnav-link-hover-background-color: var(--utrecht-color-black);
|
|
554
590
|
--utrecht-topnav-link-focus-outline-color: var(--utrecht-color-black);
|
|
555
591
|
--utrecht-topnav-link-focus-background-color: var(--utrecht-color-yellow-80);
|
|
@@ -575,8 +611,6 @@
|
|
|
575
611
|
--utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
|
|
576
612
|
--utrecht-nav-bar-color: var(--utrecht-color-black);
|
|
577
613
|
--utrecht-nav-bar-background-color: var(--utrecht-color-white);
|
|
578
|
-
--utrecht-mark-color: var(--utrecht-color-black);
|
|
579
|
-
--utrecht-mark-background-color: var(--utrecht-color-yellow-60);
|
|
580
614
|
--utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
|
|
581
615
|
--utrecht-mapcontrolbutton-padding-inline-end: var(--utrecht-space-inline-2xs);
|
|
582
616
|
--utrecht-mapcontrolbutton-padding-block-start: var(--utrecht-space-block-2xs);
|
|
@@ -633,30 +667,6 @@
|
|
|
633
667
|
--utrecht-index-char-nav-margin-block-end: var(--utrecht-space-block-md);
|
|
634
668
|
--utrecht-index-char-nav-margin-block-start: var(--utrecht-space-block-lg);
|
|
635
669
|
--utrecht-heading-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
636
|
-
--utrecht-heading-6-line-height: var(--utrecht-typography-line-height-md);
|
|
637
|
-
--utrecht-heading-6-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
638
|
-
--utrecht-heading-6-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
639
|
-
--utrecht-heading-6-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
640
|
-
--utrecht-heading-5-line-height: var(--utrecht-typography-line-height-md);
|
|
641
|
-
--utrecht-heading-5-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
642
|
-
--utrecht-heading-5-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
643
|
-
--utrecht-heading-5-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
644
|
-
--utrecht-heading-4-line-height: var(--utrecht-typography-line-height-md);
|
|
645
|
-
--utrecht-heading-4-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
646
|
-
--utrecht-heading-4-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
647
|
-
--utrecht-heading-4-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
648
|
-
--utrecht-heading-3-line-height: var(--utrecht-typography-line-height-sm);
|
|
649
|
-
--utrecht-heading-3-font-weight: var(--utrecht-typography-weight-scale-normal-font-weight);
|
|
650
|
-
--utrecht-heading-3-font-size: var(--utrecht-typography-scale-xl-font-size);
|
|
651
|
-
--utrecht-heading-3-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
652
|
-
--utrecht-heading-2-line-height: var(--utrecht-typography-line-height-sm);
|
|
653
|
-
--utrecht-heading-2-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
654
|
-
--utrecht-heading-2-font-size: var(--utrecht-typography-scale-xl-font-size);
|
|
655
|
-
--utrecht-heading-2-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
656
|
-
--utrecht-heading-1-line-height: var(--utrecht-typography-line-height-sm);
|
|
657
|
-
--utrecht-heading-1-font-weight: var(--utrecht-typography-weight-scale-bold-font-weight);
|
|
658
|
-
--utrecht-heading-1-font-size: var(--utrecht-typography-scale-4xl-font-size);
|
|
659
|
-
--utrecht-heading-1-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
660
670
|
--utrecht-form-toggle-focus-border-color: var(--utrecht-color-black);
|
|
661
671
|
--utrecht-form-toggle-checked-accent-color: var(--utrecht-color-blue-35);
|
|
662
672
|
--utrecht-form-toggle-thumb-disabled-background-color: var(--utrecht-color-white);
|
|
@@ -732,12 +742,13 @@
|
|
|
732
742
|
--utrecht-feedback-danger-color: var(--utrecht-color-red-40);
|
|
733
743
|
--utrecht-column-layout-gap: var(--utrecht-space-column-md);
|
|
734
744
|
--utrecht-column-layout-column-rule-color: var(--utrecht-color-grey-80);
|
|
745
|
+
--utrecht-code-block-padding-inline-end: var(--nl-code-block-padding-inline);
|
|
746
|
+
--utrecht-code-block-padding-inline-start: var(--nl-code-block-padding-inline);
|
|
747
|
+
--utrecht-code-block-padding-block-end: var(--nl-code-block-padding-block);
|
|
748
|
+
--utrecht-code-block-padding-block-start: var(--nl-code-block-padding-block);
|
|
735
749
|
--utrecht-code-block-margin-block-end: var(--utrecht-space-block-lg);
|
|
736
750
|
--utrecht-code-block-margin-block-start: var(--utrecht-space-block-lg);
|
|
737
|
-
--utrecht-code-block-
|
|
738
|
-
--utrecht-code-block-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
739
|
-
--utrecht-code-block-color: var(--utrecht-color-black);
|
|
740
|
-
--utrecht-code-block-background-color: var(--utrecht-color-grey-95);
|
|
751
|
+
--utrecht-code-block-font-family: var(--nl-code-block-font-family);
|
|
741
752
|
--utrecht-checkbox-indeterminate-background-color: var(--utrecht-color-blue-40);
|
|
742
753
|
--utrecht-checkbox-checked-background-color: var(--utrecht-color-blue-40);
|
|
743
754
|
--utrecht-checkbox-checked-border-color: var(--utrecht-color-blue-40);
|
|
@@ -869,10 +880,7 @@
|
|
|
869
880
|
--utrecht-blockquote-content-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
870
881
|
--utrecht-blockquote-content-color: var(--utrecht-color-red-40);
|
|
871
882
|
--utrecht-badge-font-style: var(--utrecht-typography-font-style-normal);
|
|
872
|
-
--utrecht-badge-
|
|
873
|
-
--utrecht-badge-padding-block: var(--utrecht-space-block-xs); /* Default block padding for badge components */
|
|
874
|
-
--utrecht-badge-color: var(--utrecht-color-white); /* Default text color for badge components */
|
|
875
|
-
--utrecht-badge-background-color: var(--utrecht-color-grey-30); /* Default background color for badge components */
|
|
883
|
+
--utrecht-badge-border-radius: var(--nl-data-badge-border-radius); /* Default corner radius for badge components */
|
|
876
884
|
--utrecht-badge-list-item-margin-inline: var(--utrecht-space-block-sm);
|
|
877
885
|
--utrecht-badge-list-item-margin-block: var(--utrecht-space-block-xs);
|
|
878
886
|
--utrecht-badge-counter-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
@@ -928,28 +936,64 @@
|
|
|
928
936
|
--of-page-footer-fg: var(--utrecht-page-footer-color);
|
|
929
937
|
--of-page-footer-bg: var(--utrecht-page-footer-background-color);
|
|
930
938
|
--of-layout-background: var(--utrecht-document-background-color);
|
|
939
|
+
--nl-skip-link-focus-visible-background-color: var(--utrecht-topnav-link-focus-background-color);
|
|
940
|
+
--nl-skip-link-focus-visible-color: var(--utrecht-topnav-link-focus-color);
|
|
941
|
+
--nl-skip-link-padding-inline: var(--utrecht-button-padding-inline-start);
|
|
942
|
+
--nl-skip-link-padding-block: var(--utrecht-button-padding-block-start);
|
|
943
|
+
--nl-skip-link-color: var(--utrecht-topnav-link-color);
|
|
944
|
+
--nl-skip-link-background-color: var(--utrecht-topnav-list-background-color);
|
|
945
|
+
--nl-paragraph-lead-color: var(--utrecht-document-color);
|
|
946
|
+
--nl-number-badge-border-radius: var(--nl-number-badge-font-size);
|
|
931
947
|
--denhaag-process-steps-sub-step-line-color: var(--denhaag-process-steps-step-line-color);
|
|
932
948
|
--utrecht-toptask-link-hover-color: var(--utrecht-button-primary-action-hover-color);
|
|
933
949
|
--utrecht-toptask-link-hover-background-color: var(--utrecht-button-primary-action-hover-background-color);
|
|
934
950
|
--utrecht-toptask-link-color: var(--utrecht-button-primary-action-color);
|
|
935
951
|
--utrecht-toptask-link-background-color: var(--utrecht-button-primary-action-background-color);
|
|
936
|
-
--utrecht-skip-link-focus-
|
|
937
|
-
--utrecht-skip-link-
|
|
938
|
-
--utrecht-skip-link-padding-inline-end: var(--utrecht-button-padding-inline-end);
|
|
939
|
-
--utrecht-skip-link-padding-inline-start: var(--utrecht-button-padding-inline-start);
|
|
940
|
-
--utrecht-skip-link-padding-block-end: var(--utrecht-button-padding-block-end);
|
|
941
|
-
--utrecht-skip-link-padding-block-start: var(--utrecht-button-padding-block-start);
|
|
942
|
-
--utrecht-skip-link-color: var(--utrecht-topnav-link-color);
|
|
943
|
-
--utrecht-skip-link-background-color: var(--utrecht-topnav-list-background-color);
|
|
952
|
+
--utrecht-skip-link-focus-visible-text-decoration: var(--nl-skip-link-focus-visible-text-decoration);
|
|
953
|
+
--utrecht-skip-link-text-decoration: var(--nl-skip-link-text-decoration);
|
|
944
954
|
--utrecht-radio-button-border-color: var(--utrecht-form-control-border-color);
|
|
945
955
|
--utrecht-radio-button-background-color: var(--utrecht-form-control-background-color);
|
|
946
|
-
--utrecht-paragraph-lead-
|
|
947
|
-
--utrecht-
|
|
956
|
+
--utrecht-paragraph-lead-line-height: var(--nl-paragraph-lead-line-height);
|
|
957
|
+
--utrecht-paragraph-lead-font-weight: var(--nl-paragraph-lead-font-weight);
|
|
958
|
+
--utrecht-paragraph-lead-font-size: var(--nl-paragraph-lead-font-size);
|
|
959
|
+
--utrecht-paragraph-line-height: var(--nl-paragraph-line-height);
|
|
960
|
+
--utrecht-paragraph-font-weight: var(--nl-paragraph-font-weight);
|
|
961
|
+
--utrecht-paragraph-font-size: var(--nl-paragraph-font-size);
|
|
962
|
+
--utrecht-paragraph-font-family: var(--nl-paragraph-font-family);
|
|
963
|
+
--utrecht-number-badge-font-size: var(--nl-number-badge-font-size);
|
|
964
|
+
--utrecht-number-badge-color: var(--nl-number-badge-color); /* Default text color for badge components */
|
|
965
|
+
--utrecht-number-badge-background-color: var(--nl-number-badge-background-color);
|
|
966
|
+
--utrecht-mark-color: var(--nl-mark-color);
|
|
967
|
+
--utrecht-mark-background-color: var(--nl-mark-background-color);
|
|
948
968
|
--utrecht-listbox-border-width: var(--utrecht-form-control-border-width);
|
|
949
969
|
--utrecht-listbox-border-color: var(--utrecht-form-control-border-color);
|
|
950
970
|
--utrecht-link-visited-color: var(--utrecht-link-color);
|
|
951
971
|
--utrecht-link-hover-color: var(--utrecht-link-focus-color);
|
|
952
972
|
--utrecht-link-active-color: var(--utrecht-link-color);
|
|
973
|
+
--utrecht-heading-6-line-height: var(--nl-heading-level-6-line-height);
|
|
974
|
+
--utrecht-heading-6-font-weight: var(--nl-heading-level-6-font-weight);
|
|
975
|
+
--utrecht-heading-6-font-size: var(--nl-heading-level-6-font-size);
|
|
976
|
+
--utrecht-heading-6-font-family: var(--nl-heading-level-6-font-family);
|
|
977
|
+
--utrecht-heading-5-line-height: var(--nl-heading-level-5-line-height);
|
|
978
|
+
--utrecht-heading-5-font-weight: var(--nl-heading-level-5-font-weight);
|
|
979
|
+
--utrecht-heading-5-font-size: var(--nl-heading-level-5-font-size);
|
|
980
|
+
--utrecht-heading-5-font-family: var(--nl-heading-level-5-font-family);
|
|
981
|
+
--utrecht-heading-4-line-height: var(--nl-heading-level-4-line-height);
|
|
982
|
+
--utrecht-heading-4-font-weight: var(--nl-heading-level-4-font-weight);
|
|
983
|
+
--utrecht-heading-4-font-size: var(--nl-heading-level-4-font-size);
|
|
984
|
+
--utrecht-heading-4-font-family: var(--nl-heading-level-4-font-family);
|
|
985
|
+
--utrecht-heading-3-line-height: var(--nl-heading-level-3-line-height);
|
|
986
|
+
--utrecht-heading-3-font-weight: var(--nl-heading-level-3-font-weight);
|
|
987
|
+
--utrecht-heading-3-font-size: var(--nl-heading-level-3-font-size);
|
|
988
|
+
--utrecht-heading-3-font-family: var(--nl-heading-level-3-font-family);
|
|
989
|
+
--utrecht-heading-2-line-height: var(--nl-heading-level-2-line-height);
|
|
990
|
+
--utrecht-heading-2-font-weight: var(--nl-heading-level-2-font-weight);
|
|
991
|
+
--utrecht-heading-2-font-size: var(--nl-heading-level-2-font-size);
|
|
992
|
+
--utrecht-heading-2-font-family: var(--nl-heading-level-2-font-family);
|
|
993
|
+
--utrecht-heading-1-line-height: var(--nl-heading-level-1-line-height);
|
|
994
|
+
--utrecht-heading-1-font-weight: var(--nl-heading-level-1-font-weight);
|
|
995
|
+
--utrecht-heading-1-font-size: var(--nl-heading-level-1-font-size);
|
|
996
|
+
--utrecht-heading-1-font-family: var(--nl-heading-level-1-font-family);
|
|
953
997
|
--utrecht-form-field-error-message-color: var(--utrecht-feedback-invalid-color);
|
|
954
998
|
--utrecht-form-field-description-warning-color: var(--utrecht-feedback-warning-color);
|
|
955
999
|
--utrecht-form-field-description-invalid-color: var(--utrecht-feedback-invalid-color);
|
|
@@ -969,6 +1013,10 @@
|
|
|
969
1013
|
--utrecht-feedback-warning-background-color: var(--utrecht-feedback-warning-color);
|
|
970
1014
|
--utrecht-feedback-danger-border-color: var(--utrecht-feedback-danger-color);
|
|
971
1015
|
--utrecht-feedback-danger-background-color: var(--utrecht-feedback-danger-color);
|
|
1016
|
+
--utrecht-code-block-line-height: var(--nl-code-block-line-height);
|
|
1017
|
+
--utrecht-code-block-font-size: var(--nl-code-block-font-size);
|
|
1018
|
+
--utrecht-code-block-color: var(--nl-code-block-color);
|
|
1019
|
+
--utrecht-code-block-background-color: var(--nl-code-block-background-color);
|
|
972
1020
|
--utrecht-checkbox-color: var(--utrecht-form-control-color);
|
|
973
1021
|
--utrecht-checkbox-border-color: var(--utrecht-form-control-border-color);
|
|
974
1022
|
--utrecht-checkbox-background-color: var(--utrecht-form-control-background-color);
|
|
@@ -993,9 +1041,22 @@
|
|
|
993
1041
|
--utrecht-button-pressed-background-color: var(--utrecht-button-active-background-color);
|
|
994
1042
|
--utrecht-breadcrumb-nav-arrows-link-focus-background-color: var(--utrecht-focus-background-color);
|
|
995
1043
|
--utrecht-breadcrumb-nav-link-focus-background-color: var(--utrecht-focus-background-color);
|
|
1044
|
+
--utrecht-badge-padding-inline: var(--nl-data-badge-padding-inline); /* Default inline padding color for badge components */
|
|
1045
|
+
--utrecht-badge-padding-block: var(--nl-data-badge-padding-block); /* Default block padding for badge components */
|
|
1046
|
+
--utrecht-badge-color: var(--nl-data-badge-color); /* Default text color for badge components */
|
|
1047
|
+
--utrecht-badge-background-color: var(--nl-data-badge-background-color); /* Default background color for badge components */
|
|
996
1048
|
--utrecht-badge-counter-border-radius: var(--utrecht-badge-counter-font-size); /* Default corner radius for badge components */
|
|
997
1049
|
--of-layout-bg: var(--of-layout-background);
|
|
1050
|
+
--utrecht-skip-link-focus-color: var(--nl-skip-link-focus-visible-color);
|
|
1051
|
+
--utrecht-skip-link-focus-background-color: var(--nl-skip-link-focus-visible-background-color);
|
|
1052
|
+
--utrecht-skip-link-padding-inline-end: var(--nl-skip-link-padding-inline);
|
|
1053
|
+
--utrecht-skip-link-padding-inline-start: var(--nl-skip-link-padding-inline);
|
|
1054
|
+
--utrecht-skip-link-padding-block-end: var(--nl-skip-link-padding-block);
|
|
1055
|
+
--utrecht-skip-link-padding-block-start: var(--nl-skip-link-padding-block);
|
|
1056
|
+
--utrecht-skip-link-color: var(--nl-skip-link-color);
|
|
1057
|
+
--utrecht-skip-link-background-color: var(--nl-skip-link-background-color);
|
|
998
1058
|
--utrecht-radio-button-invalid-border-color: var(--utrecht-form-control-invalid-border-color);
|
|
1059
|
+
--utrecht-number-badge-border-radius: var(--nl-number-badge-border-radius);
|
|
999
1060
|
--utrecht-form-field-invalid-border-inline-start-color: var(--utrecht-form-control-invalid-border-color);
|
|
1000
1061
|
--utrecht-form-field-description-valid-color: var(--utrecht-feedback-valid-color);
|
|
1001
1062
|
--utrecht-feedback-active-border-color: var(--utrecht-feedback-safe-border-color);
|