@utrecht/design-tokens 2.4.0 → 2.5.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 +7 -0
- package/dist/_mixin-theme.scss +41 -13
- package/dist/_mixin.scss +41 -13
- package/dist/_variables.scss +41 -13
- package/dist/dark/_mixin-theme.scss +41 -13
- package/dist/dark/_mixin.scss +41 -13
- package/dist/dark/_variables.scss +41 -13
- package/dist/dark/index.cjs +42 -14
- package/dist/dark/index.css +41 -13
- package/dist/dark/index.d.ts +35 -7
- package/dist/dark/index.flat.json +40 -12
- package/dist/dark/index.json +909 -181
- package/dist/dark/index.mjs +41 -13
- package/dist/dark/index.tokens.json +123 -212
- package/dist/dark/list.json +909 -181
- package/dist/dark/list.mjs +909 -181
- package/dist/dark/property.css +19 -6
- package/dist/dark/root.css +40 -12
- package/dist/dark/theme-prince-xml.css +41 -13
- package/dist/dark/theme.css +40 -12
- package/dist/dark/tokens.cjs +842 -231
- package/dist/dark/tokens.d.ts +78 -106
- package/dist/dark/tokens.json +842 -231
- package/dist/dark/variables.cjs +42 -14
- package/dist/dark/variables.css +40 -12
- package/dist/dark/variables.d.ts +35 -7
- package/dist/dark/variables.json +40 -12
- package/dist/dark/variables.less +41 -13
- package/dist/dark/variables.mjs +41 -13
- package/dist/index.cjs +42 -14
- package/dist/index.css +82 -26
- package/dist/index.d.ts +35 -7
- package/dist/index.flat.json +40 -12
- package/dist/index.json +903 -175
- package/dist/index.mjs +41 -13
- package/dist/index.tokens.json +123 -212
- package/dist/list.json +903 -175
- package/dist/list.mjs +903 -175
- package/dist/property.css +19 -6
- package/dist/root.css +40 -12
- package/dist/theme-prince-xml.css +41 -13
- package/dist/theme.css +40 -12
- package/dist/tokens.cjs +842 -231
- package/dist/tokens.d.ts +78 -106
- package/dist/tokens.json +842 -231
- package/dist/variables.cjs +42 -14
- package/dist/variables.css +40 -12
- package/dist/variables.d.ts +35 -7
- package/dist/variables.json +40 -12
- package/dist/variables.less +41 -13
- package/dist/variables.mjs +41 -13
- package/package.json +1 -1
- package/src/component/signalen/signalen.tokens.json +17 -0
- package/src/component/utrecht/body.tokens.json +11 -0
- package/src/component/utrecht/link-list.tokens.json +3 -0
- package/src/component/utrecht/nav-bar.tokens.json +0 -2
- package/src/component/utrecht/page-body.tokens.json +19 -0
- package/src/component/utrecht/page-footer.tokens.json +6 -4
- package/src/component/utrecht/page-header.tokens.json +14 -4
- package/src/component/utrecht/page.tokens.json +2 -2
- package/src/component/utrecht/root.tokens.json +8 -0
- package/project.json +0 -25
package/dist/variables.cjs
CHANGED
|
@@ -83,6 +83,11 @@ module.exports = {
|
|
|
83
83
|
"utrechtBlockquoteCaptionFontSize": "0.875rem",
|
|
84
84
|
"utrechtBlockquoteMarginBlockStart": "1.6em",
|
|
85
85
|
"utrechtBlockquoteMarginBlockEnd": "1.6em",
|
|
86
|
+
"utrechtBodyFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
87
|
+
"utrechtBodyFontSize": "1rem",
|
|
88
|
+
"utrechtBodyLineHeight": "1.4",
|
|
89
|
+
"utrechtBodyBackgroundColor": "hsl(0 0% 100%)",
|
|
90
|
+
"utrechtBodyColor": "hsl(0 0% 0%)",
|
|
86
91
|
"utrechtBreadcrumbNavMinBlockSize": "34px",
|
|
87
92
|
"utrechtBreadcrumbNavFontSize": "1rem",
|
|
88
93
|
"utrechtBreadcrumbNavItemPaddingBlockStart": "8px",
|
|
@@ -544,6 +549,7 @@ module.exports = {
|
|
|
544
549
|
"utrechtLinkListLinkFontWeight": "700",
|
|
545
550
|
"utrechtLinkListLinkTextDecoration": "none",
|
|
546
551
|
"utrechtLinkListIconSize": "14px",
|
|
552
|
+
"utrechtLinkListIconInsetBlockStart": "0.15em",
|
|
547
553
|
"utrechtLinkSocialBackgroundColor": "hsl(0 100% 40%)",
|
|
548
554
|
"utrechtLinkSocialBorderColor": "hsl(0 0% 100%)",
|
|
549
555
|
"utrechtLinkSocialBorderWidth": "2px",
|
|
@@ -625,8 +631,6 @@ module.exports = {
|
|
|
625
631
|
"utrechtMapcontrolbuttonPaddingInlineStart": "4px",
|
|
626
632
|
"utrechtMarkBackgroundColor": "hsl(48 100% 60%)",
|
|
627
633
|
"utrechtMarkColor": "hsl(0 0% 0%)",
|
|
628
|
-
"utrechtNavBarBackgroundColor": "hsl(0 0% 100%)",
|
|
629
|
-
"utrechtNavBarColor": "hsl(0 0% 0%)",
|
|
630
634
|
"utrechtNavBarContentMaxInlineSize": "1184px",
|
|
631
635
|
"utrechtNavBarLinkPaddingBlockEnd": "8px",
|
|
632
636
|
"utrechtNavBarLinkPaddingBlockStart": "8px",
|
|
@@ -666,28 +670,47 @@ module.exports = {
|
|
|
666
670
|
"utrechtOrderedListItemMarginBlockStart": "0.25em",
|
|
667
671
|
"utrechtOrderedListItemMarginBlockEnd": "0.25em",
|
|
668
672
|
"utrechtOrderedListItemPaddingInlineStart": "0",
|
|
673
|
+
"utrechtPageBodyContentBackgroundColor": "hsl(0 0% 100%)",
|
|
674
|
+
"utrechtPageBodyContentColor": "hsl(0 0% 0%)",
|
|
675
|
+
"utrechtPageBodyContentPaddingBlockStart": "0",
|
|
676
|
+
"utrechtPageBodyContentPaddingBlockEnd": "1em",
|
|
677
|
+
"utrechtPageBodyContentPaddingInlineStart": "2em",
|
|
678
|
+
"utrechtPageBodyContentMaxInlineSize": "1184px",
|
|
679
|
+
"utrechtPageBodyContentPaddingInlineEnd": "2.4em",
|
|
680
|
+
"utrechtPageBodyPaddingInlineEnd": "0",
|
|
681
|
+
"utrechtPageBodyPaddingInlineStart": "0",
|
|
682
|
+
"utrechtPageBodyPaddingBlockEnd": "0",
|
|
683
|
+
"utrechtPageBodyPaddingBlockStart": "0",
|
|
669
684
|
"utrechtPageContentPaddingBlockStart": "2em",
|
|
670
685
|
"utrechtPageContentPaddingBlockEnd": "2em",
|
|
671
686
|
"utrechtPageFooterColor": "hsl(0 0% 100%)",
|
|
672
687
|
"utrechtPageFooterBackgroundColor": "hsl(0 100% 40%)",
|
|
673
688
|
"utrechtPageFooterBackgroundImage": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
|
|
674
|
-
"
|
|
675
|
-
"
|
|
676
|
-
"
|
|
677
|
-
"
|
|
678
|
-
"utrechtPageHeaderPaddingBlockStart": "
|
|
679
|
-
"utrechtPageHeaderPaddingBlockEnd": "
|
|
680
|
-
"utrechtPageHeaderPaddingInlineStart": "
|
|
681
|
-
"utrechtPageHeaderPaddingInlineEnd": "
|
|
689
|
+
"utrechtPageFooterContentPaddingBlockEnd": "48px",
|
|
690
|
+
"utrechtPageFooterContentPaddingBlockStart": "48px",
|
|
691
|
+
"utrechtPageFooterContentMaxInlineSize": "1184px",
|
|
692
|
+
"utrechtPageFooterContentPaddingInline": "28px",
|
|
693
|
+
"utrechtPageHeaderPaddingBlockStart": "0",
|
|
694
|
+
"utrechtPageHeaderPaddingBlockEnd": "0",
|
|
695
|
+
"utrechtPageHeaderPaddingInlineStart": "0",
|
|
696
|
+
"utrechtPageHeaderPaddingInlineEnd": "0",
|
|
697
|
+
"utrechtPageHeaderContentBackgroundColor": "hsl(0 0% 100%)",
|
|
698
|
+
"utrechtPageHeaderContentColor": "hsl(0 0% 0%)",
|
|
699
|
+
"utrechtPageHeaderContentPaddingBlockStart": "1.8em",
|
|
700
|
+
"utrechtPageHeaderContentPaddingBlockEnd": "1em",
|
|
701
|
+
"utrechtPageHeaderContentPaddingInlineStart": "2em",
|
|
702
|
+
"utrechtPageHeaderContentPaddingInlineEnd": "2.4em",
|
|
703
|
+
"utrechtPageHeaderContentMaxInlineSize": "1184px",
|
|
704
|
+
"utrechtPageHeaderContentPaddingInline": "2em",
|
|
682
705
|
"utrechtPageBackgroundColor": "hsl(0 0% 100%)",
|
|
683
706
|
"utrechtPageColor": "hsl(0 0% 0%)",
|
|
684
707
|
"utrechtPageMarginInlineStart": "2em",
|
|
685
708
|
"utrechtPageMarginInlineEnd": "2em",
|
|
686
709
|
"utrechtPageMaxInlineSize": "1184px",
|
|
687
710
|
"utrechtPagePaddingBlockStart": "1.8em",
|
|
688
|
-
"utrechtPagePaddingInlineEnd": "
|
|
711
|
+
"utrechtPagePaddingInlineEnd": "0",
|
|
689
712
|
"utrechtPagePaddingBlockEnd": "1em",
|
|
690
|
-
"utrechtPagePaddingInlineStart": "
|
|
713
|
+
"utrechtPagePaddingInlineStart": "0",
|
|
691
714
|
"utrechtPaginationFontSize": "0.875rem",
|
|
692
715
|
"utrechtPaginationMarginBlockStart": "0",
|
|
693
716
|
"utrechtPaginationMarginBlockEnd": "1em",
|
|
@@ -739,6 +762,7 @@ module.exports = {
|
|
|
739
762
|
"utrechtRadioButtonBackgroundColor": "hsl(0 0% 100%)",
|
|
740
763
|
"utrechtRadioButtonBorderColor": "hsl(0 0% 30%)",
|
|
741
764
|
"utrechtRadioButtonBorderWidth": "2px",
|
|
765
|
+
"utrechtRadioButtonColor": "hsl(0 0% 100%)",
|
|
742
766
|
"utrechtRadioButtonSize": "24px",
|
|
743
767
|
"utrechtRadioButtonMarginInlineEnd": "12px",
|
|
744
768
|
"utrechtRadioButtonIconSize": "42%",
|
|
@@ -757,13 +781,14 @@ module.exports = {
|
|
|
757
781
|
"utrechtRadioButtonDisabledColor": "hsl(0 0% 100%)",
|
|
758
782
|
"utrechtRadioButtonInvalidBorderColor": "#990000",
|
|
759
783
|
"utrechtRadioButtonInvalidBorderWidth": "2px",
|
|
760
|
-
"utrechtRadioButtonColor": "hsl(0 0% 100%)",
|
|
761
784
|
"utrechtRadioButtonBorderRadius": "0",
|
|
762
785
|
"utrechtRichTextStrangerMarginBlockEnd": "32px",
|
|
763
786
|
"utrechtRichTextAcquaintanceMarginBlockEnd": "16px",
|
|
764
787
|
"utrechtRichTextFriendMarginBlockEnd": "8px",
|
|
765
788
|
"utrechtRichTextBestFriendMarginBlockEnd": "4px",
|
|
766
789
|
"utrechtRichTextConfidantMarginBlockEnd": 0,
|
|
790
|
+
"utrechtRootBackgroundColor": "hsl(0 0% 95%)",
|
|
791
|
+
"utrechtRootColor": "hsl(0 0% 10%)",
|
|
767
792
|
"utrechtSearchBarButtonBackgroundColor": "hsl(0 100% 40%)",
|
|
768
793
|
"utrechtSearchBarButtonBorderColor": "hsl(0 100% 40%)",
|
|
769
794
|
"utrechtSearchBarButtonColor": "hsl(0 0% 100%)",
|
|
@@ -1066,5 +1091,8 @@ module.exports = {
|
|
|
1066
1091
|
"ofPageFooterBg": "hsl(0 100% 40%)",
|
|
1067
1092
|
"ofPageFooterFg": "hsl(0 0% 100%)",
|
|
1068
1093
|
"ofProgressIndicatorBackgroundColor": "hsl(0 0% 100%)",
|
|
1069
|
-
"ofProgressIndicatorMobileBoxShadow": "0px 0px 2px 0px rgba(0 0 0 / 20%)"
|
|
1094
|
+
"ofProgressIndicatorMobileBoxShadow": "0px 0px 2px 0px rgba(0 0 0 / 20%)",
|
|
1095
|
+
"signalenModalDialogBackgroundColor": "hsl(0 0% 100%)",
|
|
1096
|
+
"signalenModalDialogColor": "hsl(0 0% 0%)",
|
|
1097
|
+
"signalenProgressBarBorderRadius": "4px"
|
|
1070
1098
|
};
|
package/dist/variables.css
CHANGED
|
@@ -137,19 +137,35 @@
|
|
|
137
137
|
--utrecht-pagination-page-link-background-color: transparent;
|
|
138
138
|
--utrecht-pagination-margin-block-start: 0;
|
|
139
139
|
--utrecht-pagination-margin-block-end: 1em;
|
|
140
|
-
--utrecht-page-padding-inline-start:
|
|
141
|
-
--utrecht-page-padding-inline-end:
|
|
140
|
+
--utrecht-page-padding-inline-start: 0;
|
|
141
|
+
--utrecht-page-padding-inline-end: 0;
|
|
142
142
|
--utrecht-page-padding-block-start: 1.8em;
|
|
143
143
|
--utrecht-page-padding-block-end: 1em;
|
|
144
144
|
--utrecht-page-max-inline-size: 1184px;
|
|
145
145
|
--utrecht-page-margin-inline-start: 2em;
|
|
146
146
|
--utrecht-page-margin-inline-end: 2em;
|
|
147
|
-
--utrecht-page-header-padding-inline-start:
|
|
148
|
-
--utrecht-page-header-padding-inline-end:
|
|
149
|
-
--utrecht-page-header-padding-block-start:
|
|
150
|
-
--utrecht-page-header-padding-block-end:
|
|
147
|
+
--utrecht-page-header-padding-inline-start: 0;
|
|
148
|
+
--utrecht-page-header-padding-inline-end: 0;
|
|
149
|
+
--utrecht-page-header-padding-block-start: 0;
|
|
150
|
+
--utrecht-page-header-padding-block-end: 0;
|
|
151
|
+
--utrecht-page-header-content-padding-inline-start: 2em;
|
|
152
|
+
--utrecht-page-header-content-padding-inline-end: 2.4em;
|
|
153
|
+
--utrecht-page-header-content-padding-inline: 2em;
|
|
154
|
+
--utrecht-page-header-content-padding-block-start: 1.8em;
|
|
155
|
+
--utrecht-page-header-content-padding-block-end: 1em;
|
|
156
|
+
--utrecht-page-header-content-max-inline-size: 1184px;
|
|
157
|
+
--utrecht-page-footer-content-max-inline-size: 1184px;
|
|
151
158
|
--utrecht-page-content-padding-block-start: 2em;
|
|
152
159
|
--utrecht-page-content-padding-block-end: 2em;
|
|
160
|
+
--utrecht-page-body-padding-inline-start: 0;
|
|
161
|
+
--utrecht-page-body-padding-inline-end: 0;
|
|
162
|
+
--utrecht-page-body-padding-block-start: 0;
|
|
163
|
+
--utrecht-page-body-padding-block-end: 0;
|
|
164
|
+
--utrecht-page-body-content-padding-inline-start: 2em;
|
|
165
|
+
--utrecht-page-body-content-padding-inline-end: 2.4em;
|
|
166
|
+
--utrecht-page-body-content-padding-block-start: 0;
|
|
167
|
+
--utrecht-page-body-content-padding-block-end: 1em;
|
|
168
|
+
--utrecht-page-body-content-max-inline-size: 1184px;
|
|
153
169
|
--utrecht-ordered-list-padding-inline-start: 28.8px;
|
|
154
170
|
--utrecht-ordered-list-margin-block-start: 0;
|
|
155
171
|
--utrecht-ordered-list-margin-block-end: 1em;
|
|
@@ -182,6 +198,7 @@
|
|
|
182
198
|
--utrecht-link-social-border-width: 2px;
|
|
183
199
|
--utrecht-link-list-link-text-decoration: none;
|
|
184
200
|
--utrecht-link-list-icon-size: 14px;
|
|
201
|
+
--utrecht-link-list-icon-inset-block-start: 0.15em;
|
|
185
202
|
--utrecht-link-icon-size: 1.2em;
|
|
186
203
|
--utrecht-link-hover-text-decoration-thickness: 3px;
|
|
187
204
|
--utrecht-link-hover-text-decoration: underline;
|
|
@@ -345,6 +362,7 @@
|
|
|
345
362
|
--utrecht-border-radius-none: 0;
|
|
346
363
|
--utrecht-border-radius-md: 4px;
|
|
347
364
|
--utrecht-border-radius-lg: 8px;
|
|
365
|
+
--utrecht-body-line-height: 1.4;
|
|
348
366
|
--utrecht-blockquote-margin-inline-start: 1.6em;
|
|
349
367
|
--utrecht-blockquote-margin-inline-end: 1.6em;
|
|
350
368
|
--utrecht-blockquote-margin-block-start: 1.6em;
|
|
@@ -370,6 +388,7 @@
|
|
|
370
388
|
--utrecht-accordion-button-icon-size: 24px;
|
|
371
389
|
--utrecht-accordion-button-hover-background-color: inherit;
|
|
372
390
|
--utrecht-accordion-button-border-width: 0;
|
|
391
|
+
--signalen-progress-bar-border-radius: 4px;
|
|
373
392
|
--of-progress-indicator-mobile-box-shadow: 0px 0px 2px 0px rgba(0 0 0 / 20%);
|
|
374
393
|
--nl-number-badge-padding-inline: 1ex;
|
|
375
394
|
--nl-number-badge-padding-block: 1ex;
|
|
@@ -461,6 +480,8 @@
|
|
|
461
480
|
--utrecht-search-bar-button-color: var(--utrecht-color-white);
|
|
462
481
|
--utrecht-search-bar-button-border-color: var(--utrecht-color-red-40);
|
|
463
482
|
--utrecht-search-bar-button-background-color: var(--utrecht-color-red-40);
|
|
483
|
+
--utrecht-root-color: var(--utrecht-color-grey-10);
|
|
484
|
+
--utrecht-root-background-color: var(--utrecht-color-grey-95);
|
|
464
485
|
--utrecht-rich-text-stranger-margin-block-end: var(--utrecht-space-block-2xl);
|
|
465
486
|
--utrecht-rich-text-friend-margin-block-end: var(--utrecht-space-block-xs);
|
|
466
487
|
--utrecht-rich-text-best-friend-margin-block-end: var(--utrecht-space-block-2xs);
|
|
@@ -499,14 +520,17 @@
|
|
|
499
520
|
--utrecht-pagination-page-link-current-background-color: var(--utrecht-color-blue-35);
|
|
500
521
|
--utrecht-pagination-page-link-color: var(--utrecht-color-blue-35);
|
|
501
522
|
--utrecht-pagination-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
502
|
-
--utrecht-page-
|
|
503
|
-
--utrecht-page-
|
|
504
|
-
--utrecht-page-footer-padding-
|
|
505
|
-
--utrecht-page-footer-padding-block-
|
|
523
|
+
--utrecht-page-header-content-color: var(--utrecht-color-black);
|
|
524
|
+
--utrecht-page-header-content-background-color: var(--utrecht-color-white);
|
|
525
|
+
--utrecht-page-footer-content-padding-inline: var(--utrecht-space-inline-2xl);
|
|
526
|
+
--utrecht-page-footer-content-padding-block-start: var(--utrecht-space-block-3xl);
|
|
527
|
+
--utrecht-page-footer-content-padding-block-end: var(--utrecht-space-block-3xl);
|
|
506
528
|
--utrecht-page-footer-color: var(--utrecht-color-white);
|
|
507
529
|
--utrecht-page-footer-background-image: linear-gradient(45deg, var(--utrecht-color-red-40), var(--utrecht-color-red-40) 50%, #d63433 50%);;
|
|
508
530
|
--utrecht-page-footer-background-color: var(--utrecht-color-red-40);
|
|
509
531
|
--utrecht-page-color: var(--utrecht-color-black);
|
|
532
|
+
--utrecht-page-body-content-color: var(--utrecht-color-black);
|
|
533
|
+
--utrecht-page-body-content-background-color: var(--utrecht-color-white);
|
|
510
534
|
--utrecht-page-background-color: var(--utrecht-color-white);
|
|
511
535
|
--utrecht-number-badge-padding-inline: var(--nl-number-badge-padding-inline); /* Default inline padding color for badge components */
|
|
512
536
|
--utrecht-number-badge-padding-block: var(--nl-number-badge-padding-block); /* Default block padding for badge components */
|
|
@@ -515,8 +539,6 @@
|
|
|
515
539
|
--utrecht-nav-bar-link-padding-block-start: var(--utrecht-space-block-xs);
|
|
516
540
|
--utrecht-nav-bar-link-padding-block-end: var(--utrecht-space-block-xs);
|
|
517
541
|
--utrecht-nav-bar-content-max-inline-size: var(--utrecht-page-max-inline-size);
|
|
518
|
-
--utrecht-nav-bar-color: var(--utrecht-color-black);
|
|
519
|
-
--utrecht-nav-bar-background-color: var(--utrecht-color-white);
|
|
520
542
|
--utrecht-menulijst-item-hover-color: var(--utrecht-color-blue-40);
|
|
521
543
|
--utrecht-menulijst-item-color: var(--utrecht-color-blue-35);
|
|
522
544
|
--utrecht-mapcontrolbutton-padding-inline-start: var(--utrecht-space-inline-2xs);
|
|
@@ -788,6 +810,10 @@
|
|
|
788
810
|
--utrecht-breadcrumb-nav-arrows-link-focus-color: var(--utrecht-color-black);
|
|
789
811
|
--utrecht-breadcrumb-nav-arrows-link-color: var(--utrecht-color-black);
|
|
790
812
|
--utrecht-breadcrumb-nav-arrows-link-background-color: var(--utrecht-color-grey-90);
|
|
813
|
+
--utrecht-body-font-size: var(--utrecht-typography-scale-md-font-size);
|
|
814
|
+
--utrecht-body-font-family: var(--utrecht-typography-sans-serif-font-family);
|
|
815
|
+
--utrecht-body-color: var(--utrecht-color-black);
|
|
816
|
+
--utrecht-body-background-color: var(--utrecht-color-white);
|
|
791
817
|
--utrecht-blockquote-content-font-size: var(--utrecht-typography-scale-lg-font-size);
|
|
792
818
|
--utrecht-blockquote-content-color: var(--utrecht-color-red-40);
|
|
793
819
|
--utrecht-blockquote-caption-font-size: var(--utrecht-typography-scale-sm-font-size);
|
|
@@ -1022,6 +1048,8 @@
|
|
|
1022
1048
|
--utrecht-badge-counter-border-radius: var(--utrecht-badge-counter-font-size); /* Default corner radius for badge components */
|
|
1023
1049
|
--utrecht-badge-color: var(--nl-data-badge-color); /* Default text color for badge components */
|
|
1024
1050
|
--utrecht-badge-background-color: var(--nl-data-badge-background-color); /* Default background color for badge components */
|
|
1051
|
+
--signalen-modal-dialog-color: var(--utrecht-body-color);
|
|
1052
|
+
--signalen-modal-dialog-background-color: var(--utrecht-body-background-color);
|
|
1025
1053
|
--of-progress-indicator-background-color: var(--utrecht-document-background-color);
|
|
1026
1054
|
--of-page-footer-fg: var(--utrecht-page-footer-color);
|
|
1027
1055
|
--of-page-footer-bg: var(--utrecht-page-footer-background-color);
|
package/dist/variables.d.ts
CHANGED
|
@@ -92,6 +92,11 @@ export const utrechtBlockquoteContentFontSize : string;
|
|
|
92
92
|
export const utrechtBlockquoteCaptionFontSize : string;
|
|
93
93
|
export const utrechtBlockquoteMarginBlockStart : string;
|
|
94
94
|
export const utrechtBlockquoteMarginBlockEnd : string;
|
|
95
|
+
export const utrechtBodyFontFamily : string;
|
|
96
|
+
export const utrechtBodyFontSize : string;
|
|
97
|
+
export const utrechtBodyLineHeight : string;
|
|
98
|
+
export const utrechtBodyBackgroundColor : string;
|
|
99
|
+
export const utrechtBodyColor : string;
|
|
95
100
|
export const utrechtBreadcrumbNavMinBlockSize : string;
|
|
96
101
|
export const utrechtBreadcrumbNavFontSize : string;
|
|
97
102
|
export const utrechtBreadcrumbNavItemPaddingBlockStart : string;
|
|
@@ -607,6 +612,7 @@ export const utrechtLinkListLinkColumnGap : string;
|
|
|
607
612
|
export const utrechtLinkListLinkFontWeight : string;
|
|
608
613
|
export const utrechtLinkListLinkTextDecoration : string;
|
|
609
614
|
export const utrechtLinkListIconSize : string;
|
|
615
|
+
export const utrechtLinkListIconInsetBlockStart : string;
|
|
610
616
|
export const utrechtLinkSocialBackgroundColor : string;
|
|
611
617
|
export const utrechtLinkSocialBorderColor : string;
|
|
612
618
|
export const utrechtLinkSocialBorderWidth : string;
|
|
@@ -688,8 +694,6 @@ export const utrechtMapcontrolbuttonPaddingInlineEnd : string;
|
|
|
688
694
|
export const utrechtMapcontrolbuttonPaddingInlineStart : string;
|
|
689
695
|
export const utrechtMarkBackgroundColor : string;
|
|
690
696
|
export const utrechtMarkColor : string;
|
|
691
|
-
export const utrechtNavBarBackgroundColor : string;
|
|
692
|
-
export const utrechtNavBarColor : string;
|
|
693
697
|
export const utrechtNavBarContentMaxInlineSize : string;
|
|
694
698
|
export const utrechtNavBarLinkPaddingBlockEnd : string;
|
|
695
699
|
export const utrechtNavBarLinkPaddingBlockStart : string;
|
|
@@ -732,19 +736,38 @@ export const utrechtOrderedListPaddingInlineStart : string;
|
|
|
732
736
|
export const utrechtOrderedListItemMarginBlockStart : string;
|
|
733
737
|
export const utrechtOrderedListItemMarginBlockEnd : string;
|
|
734
738
|
export const utrechtOrderedListItemPaddingInlineStart : string;
|
|
739
|
+
export const utrechtPageBodyContentBackgroundColor : string;
|
|
740
|
+
export const utrechtPageBodyContentColor : string;
|
|
741
|
+
export const utrechtPageBodyContentPaddingBlockStart : string;
|
|
742
|
+
export const utrechtPageBodyContentPaddingBlockEnd : string;
|
|
743
|
+
export const utrechtPageBodyContentPaddingInlineStart : string;
|
|
744
|
+
export const utrechtPageBodyContentMaxInlineSize : string;
|
|
745
|
+
export const utrechtPageBodyContentPaddingInlineEnd : string;
|
|
746
|
+
export const utrechtPageBodyPaddingInlineEnd : string;
|
|
747
|
+
export const utrechtPageBodyPaddingInlineStart : string;
|
|
748
|
+
export const utrechtPageBodyPaddingBlockEnd : string;
|
|
749
|
+
export const utrechtPageBodyPaddingBlockStart : string;
|
|
735
750
|
export const utrechtPageContentPaddingBlockStart : string;
|
|
736
751
|
export const utrechtPageContentPaddingBlockEnd : string;
|
|
737
752
|
export const utrechtPageFooterColor : string;
|
|
738
753
|
export const utrechtPageFooterBackgroundColor : string;
|
|
739
754
|
export const utrechtPageFooterBackgroundImage : string;
|
|
740
|
-
export const
|
|
741
|
-
export const
|
|
742
|
-
export const
|
|
743
|
-
export const
|
|
755
|
+
export const utrechtPageFooterContentPaddingBlockEnd : string;
|
|
756
|
+
export const utrechtPageFooterContentPaddingBlockStart : string;
|
|
757
|
+
export const utrechtPageFooterContentMaxInlineSize : string;
|
|
758
|
+
export const utrechtPageFooterContentPaddingInline : string;
|
|
744
759
|
export const utrechtPageHeaderPaddingBlockStart : string;
|
|
745
760
|
export const utrechtPageHeaderPaddingBlockEnd : string;
|
|
746
761
|
export const utrechtPageHeaderPaddingInlineStart : string;
|
|
747
762
|
export const utrechtPageHeaderPaddingInlineEnd : string;
|
|
763
|
+
export const utrechtPageHeaderContentBackgroundColor : string;
|
|
764
|
+
export const utrechtPageHeaderContentColor : string;
|
|
765
|
+
export const utrechtPageHeaderContentPaddingBlockStart : string;
|
|
766
|
+
export const utrechtPageHeaderContentPaddingBlockEnd : string;
|
|
767
|
+
export const utrechtPageHeaderContentPaddingInlineStart : string;
|
|
768
|
+
export const utrechtPageHeaderContentPaddingInlineEnd : string;
|
|
769
|
+
export const utrechtPageHeaderContentMaxInlineSize : string;
|
|
770
|
+
export const utrechtPageHeaderContentPaddingInline : string;
|
|
748
771
|
export const utrechtPageBackgroundColor : string;
|
|
749
772
|
export const utrechtPageColor : string;
|
|
750
773
|
export const utrechtPageMarginInlineStart : string;
|
|
@@ -805,6 +828,7 @@ export const utrechtPreHeadingMarginBlockStart : string;
|
|
|
805
828
|
export const utrechtRadioButtonBackgroundColor : string;
|
|
806
829
|
export const utrechtRadioButtonBorderColor : string;
|
|
807
830
|
export const utrechtRadioButtonBorderWidth : string;
|
|
831
|
+
export const utrechtRadioButtonColor : string;
|
|
808
832
|
export const utrechtRadioButtonSize : string;
|
|
809
833
|
export const utrechtRadioButtonMarginInlineEnd : string;
|
|
810
834
|
export const utrechtRadioButtonIconSize : string;
|
|
@@ -823,13 +847,14 @@ export const utrechtRadioButtonDisabledBorderColor : string;
|
|
|
823
847
|
export const utrechtRadioButtonDisabledColor : string;
|
|
824
848
|
export const utrechtRadioButtonInvalidBorderColor : string;
|
|
825
849
|
export const utrechtRadioButtonInvalidBorderWidth : string;
|
|
826
|
-
export const utrechtRadioButtonColor : string;
|
|
827
850
|
export const utrechtRadioButtonBorderRadius : string;
|
|
828
851
|
export const utrechtRichTextStrangerMarginBlockEnd : string;
|
|
829
852
|
export const utrechtRichTextAcquaintanceMarginBlockEnd : string;
|
|
830
853
|
export const utrechtRichTextFriendMarginBlockEnd : string;
|
|
831
854
|
export const utrechtRichTextBestFriendMarginBlockEnd : string;
|
|
832
855
|
export const utrechtRichTextConfidantMarginBlockEnd : string;
|
|
856
|
+
export const utrechtRootBackgroundColor : string;
|
|
857
|
+
export const utrechtRootColor : string;
|
|
833
858
|
export const utrechtSearchBarButtonBackgroundColor : string;
|
|
834
859
|
export const utrechtSearchBarButtonBorderColor : string;
|
|
835
860
|
export const utrechtSearchBarButtonColor : string;
|
|
@@ -1187,3 +1212,6 @@ export const ofPageFooterBg : string;
|
|
|
1187
1212
|
export const ofPageFooterFg : string;
|
|
1188
1213
|
export const ofProgressIndicatorBackgroundColor : string;
|
|
1189
1214
|
export const ofProgressIndicatorMobileBoxShadow : string;
|
|
1215
|
+
export const signalenModalDialogBackgroundColor : string;
|
|
1216
|
+
export const signalenModalDialogColor : string;
|
|
1217
|
+
export const signalenProgressBarBorderRadius : string;
|
package/dist/variables.json
CHANGED
|
@@ -109,6 +109,9 @@
|
|
|
109
109
|
"ofPageFooterFg": "hsl(0 0% 100%)",
|
|
110
110
|
"ofProgressIndicatorBackgroundColor": "hsl(0 0% 100%)",
|
|
111
111
|
"ofProgressIndicatorMobileBoxShadow": "0px 0px 2px 0px rgba(0 0 0 / 20%)",
|
|
112
|
+
"signalenModalDialogBackgroundColor": "hsl(0 0% 100%)",
|
|
113
|
+
"signalenModalDialogColor": "hsl(0 0% 0%)",
|
|
114
|
+
"signalenProgressBarBorderRadius": "4px",
|
|
112
115
|
"utrechtAccordionButtonActiveBackgroundColor": "hsl(0 0% 80%)",
|
|
113
116
|
"utrechtAccordionButtonActiveBorderColor": "hsl(0 0% 95%)",
|
|
114
117
|
"utrechtAccordionButtonActiveColor": "hsl(0 0% 10%)",
|
|
@@ -195,6 +198,11 @@
|
|
|
195
198
|
"utrechtBlockquoteMarginBlockStart": "1.6em",
|
|
196
199
|
"utrechtBlockquoteMarginInlineEnd": "1.6em",
|
|
197
200
|
"utrechtBlockquoteMarginInlineStart": "1.6em",
|
|
201
|
+
"utrechtBodyBackgroundColor": "hsl(0 0% 100%)",
|
|
202
|
+
"utrechtBodyColor": "hsl(0 0% 0%)",
|
|
203
|
+
"utrechtBodyFontFamily": "\"Lucida Grande\", \"Lucida Sans Unicode\", \"Lucida Sans\", \"Arial\", sans-serif",
|
|
204
|
+
"utrechtBodyFontSize": "1rem",
|
|
205
|
+
"utrechtBodyLineHeight": "1.4",
|
|
198
206
|
"utrechtBorderRadiusLg": "8px",
|
|
199
207
|
"utrechtBorderRadiusMd": "4px",
|
|
200
208
|
"utrechtBorderRadiusNone": "0",
|
|
@@ -662,6 +670,7 @@
|
|
|
662
670
|
"utrechtLinkHoverTextDecoration": "underline",
|
|
663
671
|
"utrechtLinkHoverTextDecorationThickness": "3px",
|
|
664
672
|
"utrechtLinkIconSize": "1.2em",
|
|
673
|
+
"utrechtLinkListIconInsetBlockStart": "0.15em",
|
|
665
674
|
"utrechtLinkListIconSize": "14px",
|
|
666
675
|
"utrechtLinkListLinkColumnGap": "8px",
|
|
667
676
|
"utrechtLinkListLinkFontWeight": "700",
|
|
@@ -742,8 +751,6 @@
|
|
|
742
751
|
"utrechtMarkColor": "hsl(0 0% 0%)",
|
|
743
752
|
"utrechtMenulijstItemColor": "hsl(211 60% 35%)",
|
|
744
753
|
"utrechtMenulijstItemHoverColor": "hsl(211 60% 40%)",
|
|
745
|
-
"utrechtNavBarBackgroundColor": "hsl(0 0% 100%)",
|
|
746
|
-
"utrechtNavBarColor": "hsl(0 0% 0%)",
|
|
747
754
|
"utrechtNavBarContentMaxInlineSize": "1184px",
|
|
748
755
|
"utrechtNavBarLinkPaddingBlockEnd": "8px",
|
|
749
756
|
"utrechtNavBarLinkPaddingBlockStart": "8px",
|
|
@@ -764,27 +771,46 @@
|
|
|
764
771
|
"utrechtOrderedListMarginBlockStart": "0",
|
|
765
772
|
"utrechtOrderedListPaddingInlineStart": "28.8px",
|
|
766
773
|
"utrechtPageBackgroundColor": "hsl(0 0% 100%)",
|
|
774
|
+
"utrechtPageBodyContentBackgroundColor": "hsl(0 0% 100%)",
|
|
775
|
+
"utrechtPageBodyContentColor": "hsl(0 0% 0%)",
|
|
776
|
+
"utrechtPageBodyContentMaxInlineSize": "1184px",
|
|
777
|
+
"utrechtPageBodyContentPaddingBlockEnd": "1em",
|
|
778
|
+
"utrechtPageBodyContentPaddingBlockStart": "0",
|
|
779
|
+
"utrechtPageBodyContentPaddingInlineEnd": "2.4em",
|
|
780
|
+
"utrechtPageBodyContentPaddingInlineStart": "2em",
|
|
781
|
+
"utrechtPageBodyPaddingBlockEnd": "0",
|
|
782
|
+
"utrechtPageBodyPaddingBlockStart": "0",
|
|
783
|
+
"utrechtPageBodyPaddingInlineEnd": "0",
|
|
784
|
+
"utrechtPageBodyPaddingInlineStart": "0",
|
|
767
785
|
"utrechtPageColor": "hsl(0 0% 0%)",
|
|
768
786
|
"utrechtPageContentPaddingBlockEnd": "2em",
|
|
769
787
|
"utrechtPageContentPaddingBlockStart": "2em",
|
|
770
788
|
"utrechtPageFooterBackgroundColor": "hsl(0 100% 40%)",
|
|
771
789
|
"utrechtPageFooterBackgroundImage": "linear-gradient(45deg, hsl(0 100% 40%), hsl(0 100% 40%) 50%, #d63433 50%);",
|
|
772
790
|
"utrechtPageFooterColor": "hsl(0 0% 100%)",
|
|
773
|
-
"
|
|
774
|
-
"
|
|
775
|
-
"
|
|
776
|
-
"
|
|
777
|
-
"
|
|
778
|
-
"
|
|
779
|
-
"
|
|
780
|
-
"
|
|
791
|
+
"utrechtPageFooterContentMaxInlineSize": "1184px",
|
|
792
|
+
"utrechtPageFooterContentPaddingBlockEnd": "48px",
|
|
793
|
+
"utrechtPageFooterContentPaddingBlockStart": "48px",
|
|
794
|
+
"utrechtPageFooterContentPaddingInline": "28px",
|
|
795
|
+
"utrechtPageHeaderContentBackgroundColor": "hsl(0 0% 100%)",
|
|
796
|
+
"utrechtPageHeaderContentColor": "hsl(0 0% 0%)",
|
|
797
|
+
"utrechtPageHeaderContentMaxInlineSize": "1184px",
|
|
798
|
+
"utrechtPageHeaderContentPaddingBlockEnd": "1em",
|
|
799
|
+
"utrechtPageHeaderContentPaddingBlockStart": "1.8em",
|
|
800
|
+
"utrechtPageHeaderContentPaddingInline": "2em",
|
|
801
|
+
"utrechtPageHeaderContentPaddingInlineEnd": "2.4em",
|
|
802
|
+
"utrechtPageHeaderContentPaddingInlineStart": "2em",
|
|
803
|
+
"utrechtPageHeaderPaddingBlockEnd": "0",
|
|
804
|
+
"utrechtPageHeaderPaddingBlockStart": "0",
|
|
805
|
+
"utrechtPageHeaderPaddingInlineEnd": "0",
|
|
806
|
+
"utrechtPageHeaderPaddingInlineStart": "0",
|
|
781
807
|
"utrechtPageMarginInlineEnd": "2em",
|
|
782
808
|
"utrechtPageMarginInlineStart": "2em",
|
|
783
809
|
"utrechtPageMaxInlineSize": "1184px",
|
|
784
810
|
"utrechtPagePaddingBlockEnd": "1em",
|
|
785
811
|
"utrechtPagePaddingBlockStart": "1.8em",
|
|
786
|
-
"utrechtPagePaddingInlineEnd": "
|
|
787
|
-
"utrechtPagePaddingInlineStart": "
|
|
812
|
+
"utrechtPagePaddingInlineEnd": "0",
|
|
813
|
+
"utrechtPagePaddingInlineStart": "0",
|
|
788
814
|
"utrechtPaginationFontSize": "0.875rem",
|
|
789
815
|
"utrechtPaginationMarginBlockEnd": "1em",
|
|
790
816
|
"utrechtPaginationMarginBlockStart": "0",
|
|
@@ -862,6 +888,8 @@
|
|
|
862
888
|
"utrechtRichTextConfidantMarginBlockEnd": 0,
|
|
863
889
|
"utrechtRichTextFriendMarginBlockEnd": "8px",
|
|
864
890
|
"utrechtRichTextStrangerMarginBlockEnd": "32px",
|
|
891
|
+
"utrechtRootBackgroundColor": "hsl(0 0% 95%)",
|
|
892
|
+
"utrechtRootColor": "hsl(0 0% 10%)",
|
|
865
893
|
"utrechtSearchBarButtonBackgroundColor": "hsl(0 100% 40%)",
|
|
866
894
|
"utrechtSearchBarButtonBorderColor": "hsl(0 100% 40%)",
|
|
867
895
|
"utrechtSearchBarButtonColor": "hsl(0 0% 100%)",
|
package/dist/variables.less
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly, this file was auto-generated.
|
|
3
3
|
|
|
4
|
+
@signalen-progress-bar-border-radius: 4px;
|
|
4
5
|
@of-progress-indicator-mobile-box-shadow: 0px 0px 2px 0px rgba(0 0 0 / 20%);
|
|
5
6
|
@nl-number-badge-padding-inline: 1ex;
|
|
6
7
|
@nl-number-badge-padding-block: 1ex;
|
|
@@ -151,19 +152,35 @@
|
|
|
151
152
|
@utrecht-pagination-page-link-background-color: transparent;
|
|
152
153
|
@utrecht-pagination-margin-block-end: 1em;
|
|
153
154
|
@utrecht-pagination-margin-block-start: 0;
|
|
154
|
-
@utrecht-page-padding-inline-start:
|
|
155
|
+
@utrecht-page-padding-inline-start: 0;
|
|
155
156
|
@utrecht-page-padding-block-end: 1em;
|
|
156
|
-
@utrecht-page-padding-inline-end:
|
|
157
|
+
@utrecht-page-padding-inline-end: 0;
|
|
157
158
|
@utrecht-page-padding-block-start: 1.8em;
|
|
158
159
|
@utrecht-page-max-inline-size: 1184px;
|
|
159
160
|
@utrecht-page-margin-inline-end: 2em;
|
|
160
161
|
@utrecht-page-margin-inline-start: 2em;
|
|
161
|
-
@utrecht-page-header-padding-inline
|
|
162
|
-
@utrecht-page-header-
|
|
163
|
-
@utrecht-page-header-padding-
|
|
164
|
-
@utrecht-page-header-padding-
|
|
162
|
+
@utrecht-page-header-content-padding-inline: 2em;
|
|
163
|
+
@utrecht-page-header-content-max-inline-size: 1184px;
|
|
164
|
+
@utrecht-page-header-content-padding-inline-end: 2.4em;
|
|
165
|
+
@utrecht-page-header-content-padding-inline-start: 2em;
|
|
166
|
+
@utrecht-page-header-content-padding-block-end: 1em;
|
|
167
|
+
@utrecht-page-header-content-padding-block-start: 1.8em;
|
|
168
|
+
@utrecht-page-header-padding-inline-end: 0;
|
|
169
|
+
@utrecht-page-header-padding-inline-start: 0;
|
|
170
|
+
@utrecht-page-header-padding-block-end: 0;
|
|
171
|
+
@utrecht-page-header-padding-block-start: 0;
|
|
172
|
+
@utrecht-page-footer-content-max-inline-size: 1184px;
|
|
165
173
|
@utrecht-page-content-padding-block-end: 2em;
|
|
166
174
|
@utrecht-page-content-padding-block-start: 2em;
|
|
175
|
+
@utrecht-page-body-padding-block-start: 0;
|
|
176
|
+
@utrecht-page-body-padding-block-end: 0;
|
|
177
|
+
@utrecht-page-body-padding-inline-start: 0;
|
|
178
|
+
@utrecht-page-body-padding-inline-end: 0;
|
|
179
|
+
@utrecht-page-body-content-padding-inline-end: 2.4em;
|
|
180
|
+
@utrecht-page-body-content-max-inline-size: 1184px;
|
|
181
|
+
@utrecht-page-body-content-padding-inline-start: 2em;
|
|
182
|
+
@utrecht-page-body-content-padding-block-end: 1em;
|
|
183
|
+
@utrecht-page-body-content-padding-block-start: 0;
|
|
167
184
|
@utrecht-ordered-list-item-padding-inline-start: 0;
|
|
168
185
|
@utrecht-ordered-list-item-margin-block-end: 0.25em;
|
|
169
186
|
@utrecht-ordered-list-item-margin-block-start: 0.25em;
|
|
@@ -200,6 +217,7 @@
|
|
|
200
217
|
@utrecht-link-social-icon-size: 26px;
|
|
201
218
|
@utrecht-link-social-size: 40px;
|
|
202
219
|
@utrecht-link-social-border-width: 2px;
|
|
220
|
+
@utrecht-link-list-icon-inset-block-start: 0.15em;
|
|
203
221
|
@utrecht-link-list-icon-size: 14px;
|
|
204
222
|
@utrecht-link-list-link-text-decoration: none;
|
|
205
223
|
@utrecht-icon-baseline-inset-block-start: 0.125em;
|
|
@@ -358,6 +376,7 @@
|
|
|
358
376
|
@utrecht-breadcrumb-nav-link-hover-text-decoration: underline;
|
|
359
377
|
@utrecht-breadcrumb-nav-link-focus-text-decoration: underline;
|
|
360
378
|
@utrecht-breadcrumb-nav-min-block-size: 34px;
|
|
379
|
+
@utrecht-body-line-height: 1.4;
|
|
361
380
|
@utrecht-blockquote-margin-block-end: 1.6em;
|
|
362
381
|
@utrecht-blockquote-margin-block-start: 1.6em;
|
|
363
382
|
@utrecht-blockquote-margin-inline-end: 1.6em;
|
|
@@ -530,11 +549,12 @@
|
|
|
530
549
|
@utrecht-search-bar-button-color: @utrecht-color-white;
|
|
531
550
|
@utrecht-search-bar-button-border-color: @utrecht-color-red-40;
|
|
532
551
|
@utrecht-search-bar-button-background-color: @utrecht-color-red-40;
|
|
552
|
+
@utrecht-root-color: @utrecht-color-grey-10;
|
|
553
|
+
@utrecht-root-background-color: @utrecht-color-grey-95;
|
|
533
554
|
@utrecht-rich-text-best-friend-margin-block-end: @utrecht-space-block-2xs;
|
|
534
555
|
@utrecht-rich-text-friend-margin-block-end: @utrecht-space-block-xs;
|
|
535
556
|
@utrecht-rich-text-acquaintance-margin-block-end: @utrecht-space-block-md;
|
|
536
557
|
@utrecht-rich-text-stranger-margin-block-end: @utrecht-space-block-2xl;
|
|
537
|
-
@utrecht-radio-button-color: @utrecht-color-white;
|
|
538
558
|
@utrecht-radio-button-disabled-color: @utrecht-color-white;
|
|
539
559
|
@utrecht-radio-button-disabled-border-color: @utrecht-color-grey-80;
|
|
540
560
|
@utrecht-radio-button-disabled-background-color: @utrecht-color-grey-80;
|
|
@@ -548,6 +568,7 @@
|
|
|
548
568
|
@utrecht-radio-button-checked-border-color: @utrecht-color-blue-40;
|
|
549
569
|
@utrecht-radio-button-checked-background-color: @utrecht-color-blue-40;
|
|
550
570
|
@utrecht-radio-button-active-background-color: @utrecht-color-blue-80;
|
|
571
|
+
@utrecht-radio-button-color: @utrecht-color-white;
|
|
551
572
|
@utrecht-pre-heading-margin-block-start: @utrecht-space-row-2xl;
|
|
552
573
|
@utrecht-pre-heading-font-size: @utrecht-typography-scale-md-font-size;
|
|
553
574
|
@utrecht-paragraph-small-font-size: @utrecht-typography-scale-sm-font-size;
|
|
@@ -570,13 +591,16 @@
|
|
|
570
591
|
@utrecht-pagination-font-size: @utrecht-typography-scale-sm-font-size;
|
|
571
592
|
@utrecht-page-color: @utrecht-color-black;
|
|
572
593
|
@utrecht-page-background-color: @utrecht-color-white;
|
|
573
|
-
@utrecht-page-
|
|
574
|
-
@utrecht-page-
|
|
575
|
-
@utrecht-page-footer-padding-inline
|
|
576
|
-
@utrecht-page-footer-padding-
|
|
594
|
+
@utrecht-page-header-content-color: @utrecht-color-black;
|
|
595
|
+
@utrecht-page-header-content-background-color: @utrecht-color-white;
|
|
596
|
+
@utrecht-page-footer-content-padding-inline: @utrecht-space-inline-2xl;
|
|
597
|
+
@utrecht-page-footer-content-padding-block-start: @utrecht-space-block-3xl;
|
|
598
|
+
@utrecht-page-footer-content-padding-block-end: @utrecht-space-block-3xl;
|
|
577
599
|
@utrecht-page-footer-background-image: linear-gradient(45deg, @utrecht-color-red-40, @utrecht-color-red-40 50%, #d63433 50%);;
|
|
578
600
|
@utrecht-page-footer-background-color: @utrecht-color-red-40;
|
|
579
601
|
@utrecht-page-footer-color: @utrecht-color-white;
|
|
602
|
+
@utrecht-page-body-content-color: @utrecht-color-black;
|
|
603
|
+
@utrecht-page-body-content-background-color: @utrecht-color-white;
|
|
580
604
|
@utrecht-number-badge-padding-inline: @nl-number-badge-padding-inline; // Default inline padding color for badge components
|
|
581
605
|
@utrecht-number-badge-padding-block: @nl-number-badge-padding-block; // Default block padding for badge components
|
|
582
606
|
@utrecht-topnav-link-hover-background-color: @utrecht-color-black;
|
|
@@ -602,8 +626,6 @@
|
|
|
602
626
|
@utrecht-nav-bar-link-padding-block-start: @utrecht-space-block-xs;
|
|
603
627
|
@utrecht-nav-bar-link-padding-block-end: @utrecht-space-block-xs;
|
|
604
628
|
@utrecht-nav-bar-content-max-inline-size: @utrecht-page-max-inline-size;
|
|
605
|
-
@utrecht-nav-bar-color: @utrecht-color-black;
|
|
606
|
-
@utrecht-nav-bar-background-color: @utrecht-color-white;
|
|
607
629
|
@utrecht-mapcontrolbutton-padding-inline-start: @utrecht-space-inline-2xs;
|
|
608
630
|
@utrecht-mapcontrolbutton-padding-inline-end: @utrecht-space-inline-2xs;
|
|
609
631
|
@utrecht-mapcontrolbutton-padding-block-start: @utrecht-space-block-2xs;
|
|
@@ -873,6 +895,10 @@
|
|
|
873
895
|
@utrecht-breadcrumb-nav-item-padding-block-end: @utrecht-space-block-xs;
|
|
874
896
|
@utrecht-breadcrumb-nav-item-padding-block-start: @utrecht-space-block-xs;
|
|
875
897
|
@utrecht-breadcrumb-nav-font-size: @utrecht-typography-scale-md-font-size;
|
|
898
|
+
@utrecht-body-color: @utrecht-color-black;
|
|
899
|
+
@utrecht-body-background-color: @utrecht-color-white;
|
|
900
|
+
@utrecht-body-font-size: @utrecht-typography-scale-md-font-size;
|
|
901
|
+
@utrecht-body-font-family: @utrecht-typography-sans-serif-font-family;
|
|
876
902
|
@utrecht-blockquote-caption-font-size: @utrecht-typography-scale-sm-font-size;
|
|
877
903
|
@utrecht-blockquote-content-font-size: @utrecht-typography-scale-lg-font-size;
|
|
878
904
|
@utrecht-blockquote-content-color: @utrecht-color-red-40;
|
|
@@ -929,6 +955,8 @@
|
|
|
929
955
|
@utrecht-accordion-button-padding-inline-start: @utrecht-space-block-md;
|
|
930
956
|
@utrecht-accordion-button-padding-inline-end: @utrecht-space-block-md;
|
|
931
957
|
@utrecht-accordion-row-gap: @utrecht-space-block-xs;
|
|
958
|
+
@signalen-modal-dialog-color: @utrecht-body-color;
|
|
959
|
+
@signalen-modal-dialog-background-color: @utrecht-body-background-color;
|
|
932
960
|
@of-progress-indicator-background-color: @utrecht-document-background-color;
|
|
933
961
|
@of-page-footer-fg: @utrecht-page-footer-color;
|
|
934
962
|
@of-page-footer-bg: @utrecht-page-footer-background-color;
|