@conduction/theme 1.1.3 → 1.1.5
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/README.md +5 -1
- package/conduction-design-tokens/dist/design-tokens.css +17 -1
- package/conduction-design-tokens/dist/index.js +17 -1
- package/conduction-design-tokens/dist/index.json +367 -0
- package/conduction-design-tokens/dist/index.less +17 -1
- package/conduction-design-tokens/dist/index.scss +17 -1
- package/conduction-design-tokens/dist/tokens.json +378 -15
- package/conduction-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/conduction-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/commonground-design-tokens/dist/design-tokens.css +17 -1
- package/municipalities/commonground-design-tokens/dist/index.js +17 -1
- package/municipalities/commonground-design-tokens/dist/index.json +367 -0
- package/municipalities/commonground-design-tokens/dist/index.less +17 -1
- package/municipalities/commonground-design-tokens/dist/index.scss +17 -1
- package/municipalities/commonground-design-tokens/dist/tokens.json +378 -15
- package/municipalities/commonground-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/commonground-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/dimpact-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/dimpact-design-tokens/dist/index.js +18 -1
- package/municipalities/dimpact-design-tokens/dist/index.json +388 -0
- package/municipalities/dimpact-design-tokens/dist/index.less +18 -1
- package/municipalities/dimpact-design-tokens/dist/index.scss +18 -1
- package/municipalities/dimpact-design-tokens/dist/tokens.json +399 -15
- package/municipalities/dimpact-design-tokens/src/brand/dimpact/color.tokens.json +3 -0
- package/municipalities/dimpact-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/dimpact-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/dinkelland-design-tokens/dist/index.js +18 -1
- package/municipalities/dinkelland-design-tokens/dist/index.json +388 -0
- package/municipalities/dinkelland-design-tokens/dist/index.less +18 -1
- package/municipalities/dinkelland-design-tokens/dist/index.scss +18 -1
- package/municipalities/dinkelland-design-tokens/dist/tokens.json +399 -15
- package/municipalities/dinkelland-design-tokens/src/brand/dinkelland/color.tokens.json +3 -0
- package/municipalities/dinkelland-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/dinkelland-design-tokens/src/component/utrecht/button.tokens.json +18 -18
- package/municipalities/epe-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/epe-design-tokens/dist/index.js +18 -1
- package/municipalities/epe-design-tokens/dist/index.json +388 -0
- package/municipalities/epe-design-tokens/dist/index.less +18 -1
- package/municipalities/epe-design-tokens/dist/index.scss +18 -1
- package/municipalities/epe-design-tokens/dist/tokens.json +399 -15
- package/municipalities/epe-design-tokens/src/brand/epe/color.tokens.json +3 -0
- package/municipalities/epe-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/epe-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/gouda-design-tokens/LICENSE.md +17 -0
- package/municipalities/gouda-design-tokens/README.md +3 -0
- package/municipalities/gouda-design-tokens/dist/design-tokens.css +622 -0
- package/municipalities/gouda-design-tokens/dist/font.css +8 -0
- package/municipalities/gouda-design-tokens/dist/index.css +7 -0
- package/municipalities/gouda-design-tokens/dist/index.js +620 -0
- package/municipalities/gouda-design-tokens/dist/index.json +12657 -0
- package/municipalities/gouda-design-tokens/dist/index.less +619 -0
- package/municipalities/gouda-design-tokens/dist/index.scss +619 -0
- package/municipalities/gouda-design-tokens/dist/tokens.json +13396 -0
- package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -0
- package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -0
- package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -0
- package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -0
- package/municipalities/gouda-design-tokens/package.json +41 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/color.tokens.json +96 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/font-size.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/size.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/brand/gouda/typography.tokens.json +45 -0
- package/municipalities/gouda-design-tokens/src/common/utrecht/action.tokens.json +9 -0
- package/municipalities/gouda-design-tokens/src/common/utrecht/space.tokens.json +28 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/card-wrapper.tokens.json +30 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/checkbox.tokens.json +69 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/download-card.tokens.json +28 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/navigation.tokens.json +79 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/select.tokens.json +39 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
- package/municipalities/gouda-design-tokens/src/component/conduction/tooltip.tokens.json +17 -0
- package/municipalities/gouda-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/button.tokens.json +152 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/code.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/document.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +37 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/link.tokens.json +33 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/list.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/page.tokens.json +11 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/table.tokens.json +60 -0
- package/municipalities/gouda-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
- package/municipalities/gouda-design-tokens/src/config.json +58 -0
- package/municipalities/gouda-design-tokens/src/font.js +4 -0
- package/municipalities/gouda-design-tokens/src/font.scss +10 -0
- package/municipalities/gouda-design-tokens/src/index.scss +8 -0
- package/municipalities/gouda-design-tokens/style-dictionary.config.js +6 -0
- package/municipalities/leiden-design-tokens/dist/design-tokens.css +16 -1
- package/municipalities/leiden-design-tokens/dist/index.js +16 -1
- package/municipalities/leiden-design-tokens/dist/index.json +339 -0
- package/municipalities/leiden-design-tokens/dist/index.less +16 -1
- package/municipalities/leiden-design-tokens/dist/index.scss +16 -1
- package/municipalities/leiden-design-tokens/dist/tokens.json +352 -15
- package/municipalities/leiden-design-tokens/src/brand/leiden/color.tokens.json +3 -0
- package/municipalities/leiden-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/leiden-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.js +18 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.json +388 -0
- package/municipalities/noaberkracht-design-tokens/dist/index.less +18 -1
- package/municipalities/noaberkracht-design-tokens/dist/index.scss +18 -1
- package/municipalities/noaberkracht-design-tokens/dist/tokens.json +399 -15
- package/municipalities/noaberkracht-design-tokens/src/brand/noaberkracht/color.tokens.json +3 -0
- package/municipalities/noaberkracht-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/noaberkracht-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +17 -1
- package/municipalities/noordwijk-design-tokens/dist/index.js +17 -1
- package/municipalities/noordwijk-design-tokens/dist/index.json +367 -0
- package/municipalities/noordwijk-design-tokens/dist/index.less +17 -1
- package/municipalities/noordwijk-design-tokens/dist/index.scss +17 -1
- package/municipalities/noordwijk-design-tokens/dist/tokens.json +378 -15
- package/municipalities/noordwijk-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/noordwijk-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +17 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.js +17 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.json +367 -0
- package/municipalities/open-webconcept-design-tokens/dist/index.less +17 -1
- package/municipalities/open-webconcept-design-tokens/dist/index.scss +17 -1
- package/municipalities/open-webconcept-design-tokens/dist/tokens.json +378 -15
- package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/open-webconcept-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/opencatalogi-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.js +5 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.json +97 -0
- package/municipalities/opencatalogi-design-tokens/dist/index.less +5 -1
- package/municipalities/opencatalogi-design-tokens/dist/index.scss +5 -1
- package/municipalities/opencatalogi-design-tokens/dist/tokens.json +108 -3
- package/municipalities/opencatalogi-design-tokens/src/components/conduction/navigation.tokens.json +15 -3
- package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +5 -1
- package/municipalities/rotterdam-design-tokens/dist/index.js +5 -1
- package/municipalities/rotterdam-design-tokens/dist/index.json +97 -0
- package/municipalities/rotterdam-design-tokens/dist/index.less +5 -1
- package/municipalities/rotterdam-design-tokens/dist/index.scss +5 -1
- package/municipalities/rotterdam-design-tokens/dist/tokens.json +108 -3
- package/municipalities/rotterdam-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/sloterburg-design-tokens/dist/design-tokens.css +13 -1
- package/municipalities/sloterburg-design-tokens/dist/index.js +13 -1
- package/municipalities/sloterburg-design-tokens/dist/index.json +270 -0
- package/municipalities/sloterburg-design-tokens/dist/index.less +13 -1
- package/municipalities/sloterburg-design-tokens/dist/index.scss +13 -1
- package/municipalities/sloterburg-design-tokens/dist/tokens.json +278 -16
- package/municipalities/sloterburg-design-tokens/src/brand/sloterburg/color.tokens.json +3 -3
- package/municipalities/sloterburg-design-tokens/src/component/conduction/navigation.tokens.json +8 -4
- package/municipalities/sloterburg-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +18 -1
- package/municipalities/tubbergen-design-tokens/dist/index.js +18 -1
- package/municipalities/tubbergen-design-tokens/dist/index.json +388 -0
- package/municipalities/tubbergen-design-tokens/dist/index.less +18 -1
- package/municipalities/tubbergen-design-tokens/dist/index.scss +18 -1
- package/municipalities/tubbergen-design-tokens/dist/tokens.json +399 -15
- package/municipalities/tubbergen-design-tokens/src/brand/tubbergen/color.tokens.json +3 -0
- package/municipalities/tubbergen-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/tubbergen-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +22 -7
- package/municipalities/xxllnc-design-tokens/dist/index.js +22 -7
- package/municipalities/xxllnc-design-tokens/dist/index.json +351 -12
- package/municipalities/xxllnc-design-tokens/dist/index.less +22 -7
- package/municipalities/xxllnc-design-tokens/dist/index.scss +22 -7
- package/municipalities/xxllnc-design-tokens/dist/tokens.json +364 -27
- package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -0
- package/municipalities/xxllnc-design-tokens/src/component/conduction/logo.tokens.json +2 -2
- package/municipalities/xxllnc-design-tokens/src/component/conduction/navigation.tokens.json +19 -7
- package/municipalities/xxllnc-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/municipalities/zutphen-design-tokens/dist/design-tokens.css +17 -3
- package/municipalities/zutphen-design-tokens/dist/index.js +17 -3
- package/municipalities/zutphen-design-tokens/dist/index.json +329 -4
- package/municipalities/zutphen-design-tokens/dist/index.less +17 -3
- package/municipalities/zutphen-design-tokens/dist/index.scss +17 -3
- package/municipalities/zutphen-design-tokens/dist/tokens.json +340 -17
- package/municipalities/zutphen-design-tokens/src/component/conduction/navigation.tokens.json +15 -3
- package/municipalities/zutphen-design-tokens/src/component/utrecht/button.tokens.json +12 -12
- package/package.json +3 -2
|
@@ -2726,6 +2726,103 @@
|
|
|
2726
2726
|
"box-shadow"
|
|
2727
2727
|
]
|
|
2728
2728
|
},
|
|
2729
|
+
{
|
|
2730
|
+
"value": "unset",
|
|
2731
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2732
|
+
"isSource": true,
|
|
2733
|
+
"original": {
|
|
2734
|
+
"value": "unset"
|
|
2735
|
+
},
|
|
2736
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBackgroundColor",
|
|
2737
|
+
"attributes": {
|
|
2738
|
+
"category": "conduction",
|
|
2739
|
+
"type": "primary",
|
|
2740
|
+
"item": "top-nav",
|
|
2741
|
+
"subitem": "dropdown",
|
|
2742
|
+
"state": "current"
|
|
2743
|
+
},
|
|
2744
|
+
"path": [
|
|
2745
|
+
"conduction",
|
|
2746
|
+
"primary",
|
|
2747
|
+
"top-nav",
|
|
2748
|
+
"dropdown",
|
|
2749
|
+
"current",
|
|
2750
|
+
"background-color"
|
|
2751
|
+
]
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
"value": "inset 0 -4px #0b612d",
|
|
2755
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2756
|
+
"isSource": true,
|
|
2757
|
+
"original": {
|
|
2758
|
+
"value": "inset 0 -4px {tubbergen.color.primary}"
|
|
2759
|
+
},
|
|
2760
|
+
"name": "conductionPrimaryTopNavDropdownCurrentBoxShadow",
|
|
2761
|
+
"attributes": {
|
|
2762
|
+
"category": "conduction",
|
|
2763
|
+
"type": "primary",
|
|
2764
|
+
"item": "top-nav",
|
|
2765
|
+
"subitem": "dropdown",
|
|
2766
|
+
"state": "current"
|
|
2767
|
+
},
|
|
2768
|
+
"path": [
|
|
2769
|
+
"conduction",
|
|
2770
|
+
"primary",
|
|
2771
|
+
"top-nav",
|
|
2772
|
+
"dropdown",
|
|
2773
|
+
"current",
|
|
2774
|
+
"box-shadow"
|
|
2775
|
+
]
|
|
2776
|
+
},
|
|
2777
|
+
{
|
|
2778
|
+
"value": "#0b612d",
|
|
2779
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2780
|
+
"isSource": true,
|
|
2781
|
+
"original": {
|
|
2782
|
+
"value": "{tubbergen.color.primary}"
|
|
2783
|
+
},
|
|
2784
|
+
"name": "conductionPrimaryTopNavDropdownCurrentColor",
|
|
2785
|
+
"attributes": {
|
|
2786
|
+
"category": "conduction",
|
|
2787
|
+
"type": "primary",
|
|
2788
|
+
"item": "top-nav",
|
|
2789
|
+
"subitem": "dropdown",
|
|
2790
|
+
"state": "current"
|
|
2791
|
+
},
|
|
2792
|
+
"path": [
|
|
2793
|
+
"conduction",
|
|
2794
|
+
"primary",
|
|
2795
|
+
"top-nav",
|
|
2796
|
+
"dropdown",
|
|
2797
|
+
"current",
|
|
2798
|
+
"color"
|
|
2799
|
+
]
|
|
2800
|
+
},
|
|
2801
|
+
{
|
|
2802
|
+
"value": "inset 4px 0 #0b612d",
|
|
2803
|
+
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
2804
|
+
"isSource": true,
|
|
2805
|
+
"original": {
|
|
2806
|
+
"value": "inset 4px 0 {tubbergen.color.primary}"
|
|
2807
|
+
},
|
|
2808
|
+
"name": "conductionPrimaryTopNavDropdownCurrentMobileBoxShadow",
|
|
2809
|
+
"attributes": {
|
|
2810
|
+
"category": "conduction",
|
|
2811
|
+
"type": "primary",
|
|
2812
|
+
"item": "top-nav",
|
|
2813
|
+
"subitem": "dropdown",
|
|
2814
|
+
"state": "current"
|
|
2815
|
+
},
|
|
2816
|
+
"path": [
|
|
2817
|
+
"conduction",
|
|
2818
|
+
"primary",
|
|
2819
|
+
"top-nav",
|
|
2820
|
+
"dropdown",
|
|
2821
|
+
"current",
|
|
2822
|
+
"mobile",
|
|
2823
|
+
"box-shadow"
|
|
2824
|
+
]
|
|
2825
|
+
},
|
|
2729
2826
|
{
|
|
2730
2827
|
"value": "#ffffff",
|
|
2731
2828
|
"filePath": "src/component/conduction/navigation.tokens.json",
|
|
@@ -5381,6 +5478,27 @@
|
|
|
5381
5478
|
"46"
|
|
5382
5479
|
]
|
|
5383
5480
|
},
|
|
5481
|
+
{
|
|
5482
|
+
"value": "#808080",
|
|
5483
|
+
"filePath": "src/brand/tubbergen/color.tokens.json",
|
|
5484
|
+
"isSource": true,
|
|
5485
|
+
"original": {
|
|
5486
|
+
"value": "#808080"
|
|
5487
|
+
},
|
|
5488
|
+
"name": "tubbergenColorGrey50",
|
|
5489
|
+
"attributes": {
|
|
5490
|
+
"category": "tubbergen",
|
|
5491
|
+
"type": "color",
|
|
5492
|
+
"item": "grey",
|
|
5493
|
+
"subitem": "50"
|
|
5494
|
+
},
|
|
5495
|
+
"path": [
|
|
5496
|
+
"tubbergen",
|
|
5497
|
+
"color",
|
|
5498
|
+
"grey",
|
|
5499
|
+
"50"
|
|
5500
|
+
]
|
|
5501
|
+
},
|
|
5384
5502
|
{
|
|
5385
5503
|
"value": "#9aa1ab",
|
|
5386
5504
|
"comment": "Base/Grey",
|
|
@@ -7646,6 +7764,69 @@
|
|
|
7646
7764
|
"color"
|
|
7647
7765
|
]
|
|
7648
7766
|
},
|
|
7767
|
+
{
|
|
7768
|
+
"value": "#d1d1d1",
|
|
7769
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7770
|
+
"isSource": true,
|
|
7771
|
+
"original": {
|
|
7772
|
+
"value": "{tubbergen.color.grey.82}"
|
|
7773
|
+
},
|
|
7774
|
+
"name": "utrechtButtonDisabledBackgroundColor",
|
|
7775
|
+
"attributes": {
|
|
7776
|
+
"category": "utrecht",
|
|
7777
|
+
"type": "button",
|
|
7778
|
+
"item": "disabled",
|
|
7779
|
+
"subitem": "background-color"
|
|
7780
|
+
},
|
|
7781
|
+
"path": [
|
|
7782
|
+
"utrecht",
|
|
7783
|
+
"button",
|
|
7784
|
+
"disabled",
|
|
7785
|
+
"background-color"
|
|
7786
|
+
]
|
|
7787
|
+
},
|
|
7788
|
+
{
|
|
7789
|
+
"value": "#d1d1d1",
|
|
7790
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7791
|
+
"isSource": true,
|
|
7792
|
+
"original": {
|
|
7793
|
+
"value": "{tubbergen.color.grey.82}"
|
|
7794
|
+
},
|
|
7795
|
+
"name": "utrechtButtonDisabledBorderColor",
|
|
7796
|
+
"attributes": {
|
|
7797
|
+
"category": "utrecht",
|
|
7798
|
+
"type": "button",
|
|
7799
|
+
"item": "disabled",
|
|
7800
|
+
"subitem": "border-color"
|
|
7801
|
+
},
|
|
7802
|
+
"path": [
|
|
7803
|
+
"utrecht",
|
|
7804
|
+
"button",
|
|
7805
|
+
"disabled",
|
|
7806
|
+
"border-color"
|
|
7807
|
+
]
|
|
7808
|
+
},
|
|
7809
|
+
{
|
|
7810
|
+
"value": "#808080",
|
|
7811
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
7812
|
+
"isSource": true,
|
|
7813
|
+
"original": {
|
|
7814
|
+
"value": "{tubbergen.color.grey.50}"
|
|
7815
|
+
},
|
|
7816
|
+
"name": "utrechtButtonDisabledColor",
|
|
7817
|
+
"attributes": {
|
|
7818
|
+
"category": "utrecht",
|
|
7819
|
+
"type": "button",
|
|
7820
|
+
"item": "disabled",
|
|
7821
|
+
"subitem": "color"
|
|
7822
|
+
},
|
|
7823
|
+
"path": [
|
|
7824
|
+
"utrecht",
|
|
7825
|
+
"button",
|
|
7826
|
+
"disabled",
|
|
7827
|
+
"color"
|
|
7828
|
+
]
|
|
7829
|
+
},
|
|
7649
7830
|
{
|
|
7650
7831
|
"value": "\"Lato\", Arial, sans-serif",
|
|
7651
7832
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -7947,6 +8128,75 @@
|
|
|
7947
8128
|
"color"
|
|
7948
8129
|
]
|
|
7949
8130
|
},
|
|
8131
|
+
{
|
|
8132
|
+
"value": "#d1d1d1",
|
|
8133
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8134
|
+
"isSource": true,
|
|
8135
|
+
"original": {
|
|
8136
|
+
"value": "{tubbergen.color.grey.82}"
|
|
8137
|
+
},
|
|
8138
|
+
"name": "utrechtButtonPrimaryActionDisabledBackgroundColor",
|
|
8139
|
+
"attributes": {
|
|
8140
|
+
"category": "utrecht",
|
|
8141
|
+
"type": "button",
|
|
8142
|
+
"item": "primary-action",
|
|
8143
|
+
"subitem": "disabled",
|
|
8144
|
+
"state": "background-color"
|
|
8145
|
+
},
|
|
8146
|
+
"path": [
|
|
8147
|
+
"utrecht",
|
|
8148
|
+
"button",
|
|
8149
|
+
"primary-action",
|
|
8150
|
+
"disabled",
|
|
8151
|
+
"background-color"
|
|
8152
|
+
]
|
|
8153
|
+
},
|
|
8154
|
+
{
|
|
8155
|
+
"value": "#d1d1d1",
|
|
8156
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8157
|
+
"isSource": true,
|
|
8158
|
+
"original": {
|
|
8159
|
+
"value": "{tubbergen.color.grey.82}"
|
|
8160
|
+
},
|
|
8161
|
+
"name": "utrechtButtonPrimaryActionDisabledBorderColor",
|
|
8162
|
+
"attributes": {
|
|
8163
|
+
"category": "utrecht",
|
|
8164
|
+
"type": "button",
|
|
8165
|
+
"item": "primary-action",
|
|
8166
|
+
"subitem": "disabled",
|
|
8167
|
+
"state": "border-color"
|
|
8168
|
+
},
|
|
8169
|
+
"path": [
|
|
8170
|
+
"utrecht",
|
|
8171
|
+
"button",
|
|
8172
|
+
"primary-action",
|
|
8173
|
+
"disabled",
|
|
8174
|
+
"border-color"
|
|
8175
|
+
]
|
|
8176
|
+
},
|
|
8177
|
+
{
|
|
8178
|
+
"value": "#808080",
|
|
8179
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8180
|
+
"isSource": true,
|
|
8181
|
+
"original": {
|
|
8182
|
+
"value": "{tubbergen.color.grey.50}"
|
|
8183
|
+
},
|
|
8184
|
+
"name": "utrechtButtonPrimaryActionDisabledColor",
|
|
8185
|
+
"attributes": {
|
|
8186
|
+
"category": "utrecht",
|
|
8187
|
+
"type": "button",
|
|
8188
|
+
"item": "primary-action",
|
|
8189
|
+
"subitem": "disabled",
|
|
8190
|
+
"state": "color"
|
|
8191
|
+
},
|
|
8192
|
+
"path": [
|
|
8193
|
+
"utrecht",
|
|
8194
|
+
"button",
|
|
8195
|
+
"primary-action",
|
|
8196
|
+
"disabled",
|
|
8197
|
+
"color"
|
|
8198
|
+
]
|
|
8199
|
+
},
|
|
7950
8200
|
{
|
|
7951
8201
|
"value": "#b0d4be",
|
|
7952
8202
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -8259,6 +8509,75 @@
|
|
|
8259
8509
|
"color"
|
|
8260
8510
|
]
|
|
8261
8511
|
},
|
|
8512
|
+
{
|
|
8513
|
+
"value": "#d1d1d1",
|
|
8514
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8515
|
+
"isSource": true,
|
|
8516
|
+
"original": {
|
|
8517
|
+
"value": "{tubbergen.color.grey.82}"
|
|
8518
|
+
},
|
|
8519
|
+
"name": "utrechtButtonSecondaryActionDisabledBackgroundColor",
|
|
8520
|
+
"attributes": {
|
|
8521
|
+
"category": "utrecht",
|
|
8522
|
+
"type": "button",
|
|
8523
|
+
"item": "secondary-action",
|
|
8524
|
+
"subitem": "disabled",
|
|
8525
|
+
"state": "background-color"
|
|
8526
|
+
},
|
|
8527
|
+
"path": [
|
|
8528
|
+
"utrecht",
|
|
8529
|
+
"button",
|
|
8530
|
+
"secondary-action",
|
|
8531
|
+
"disabled",
|
|
8532
|
+
"background-color"
|
|
8533
|
+
]
|
|
8534
|
+
},
|
|
8535
|
+
{
|
|
8536
|
+
"value": "#d1d1d1",
|
|
8537
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8538
|
+
"isSource": true,
|
|
8539
|
+
"original": {
|
|
8540
|
+
"value": "{tubbergen.color.grey.82}"
|
|
8541
|
+
},
|
|
8542
|
+
"name": "utrechtButtonSecondaryActionDisabledBorderColor",
|
|
8543
|
+
"attributes": {
|
|
8544
|
+
"category": "utrecht",
|
|
8545
|
+
"type": "button",
|
|
8546
|
+
"item": "secondary-action",
|
|
8547
|
+
"subitem": "disabled",
|
|
8548
|
+
"state": "border-color"
|
|
8549
|
+
},
|
|
8550
|
+
"path": [
|
|
8551
|
+
"utrecht",
|
|
8552
|
+
"button",
|
|
8553
|
+
"secondary-action",
|
|
8554
|
+
"disabled",
|
|
8555
|
+
"border-color"
|
|
8556
|
+
]
|
|
8557
|
+
},
|
|
8558
|
+
{
|
|
8559
|
+
"value": "#808080",
|
|
8560
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8561
|
+
"isSource": true,
|
|
8562
|
+
"original": {
|
|
8563
|
+
"value": "{tubbergen.color.grey.50}"
|
|
8564
|
+
},
|
|
8565
|
+
"name": "utrechtButtonSecondaryActionDisabledColor",
|
|
8566
|
+
"attributes": {
|
|
8567
|
+
"category": "utrecht",
|
|
8568
|
+
"type": "button",
|
|
8569
|
+
"item": "secondary-action",
|
|
8570
|
+
"subitem": "disabled",
|
|
8571
|
+
"state": "color"
|
|
8572
|
+
},
|
|
8573
|
+
"path": [
|
|
8574
|
+
"utrecht",
|
|
8575
|
+
"button",
|
|
8576
|
+
"secondary-action",
|
|
8577
|
+
"disabled",
|
|
8578
|
+
"color"
|
|
8579
|
+
]
|
|
8580
|
+
},
|
|
8262
8581
|
{
|
|
8263
8582
|
"value": "#ffffff",
|
|
8264
8583
|
"filePath": "src/component/utrecht/button.tokens.json",
|
|
@@ -8418,6 +8737,75 @@
|
|
|
8418
8737
|
"color"
|
|
8419
8738
|
]
|
|
8420
8739
|
},
|
|
8740
|
+
{
|
|
8741
|
+
"value": "#d1d1d1",
|
|
8742
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8743
|
+
"isSource": true,
|
|
8744
|
+
"original": {
|
|
8745
|
+
"value": "{tubbergen.color.grey.82}"
|
|
8746
|
+
},
|
|
8747
|
+
"name": "utrechtButtonSubtleDisabledBackgroundColor",
|
|
8748
|
+
"attributes": {
|
|
8749
|
+
"category": "utrecht",
|
|
8750
|
+
"type": "button",
|
|
8751
|
+
"item": "subtle",
|
|
8752
|
+
"subitem": "disabled",
|
|
8753
|
+
"state": "background-color"
|
|
8754
|
+
},
|
|
8755
|
+
"path": [
|
|
8756
|
+
"utrecht",
|
|
8757
|
+
"button",
|
|
8758
|
+
"subtle",
|
|
8759
|
+
"disabled",
|
|
8760
|
+
"background-color"
|
|
8761
|
+
]
|
|
8762
|
+
},
|
|
8763
|
+
{
|
|
8764
|
+
"value": "#d1d1d1",
|
|
8765
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8766
|
+
"isSource": true,
|
|
8767
|
+
"original": {
|
|
8768
|
+
"value": "{tubbergen.color.grey.82}"
|
|
8769
|
+
},
|
|
8770
|
+
"name": "utrechtButtonSubtleDisabledBorderColor",
|
|
8771
|
+
"attributes": {
|
|
8772
|
+
"category": "utrecht",
|
|
8773
|
+
"type": "button",
|
|
8774
|
+
"item": "subtle",
|
|
8775
|
+
"subitem": "disabled",
|
|
8776
|
+
"state": "border-color"
|
|
8777
|
+
},
|
|
8778
|
+
"path": [
|
|
8779
|
+
"utrecht",
|
|
8780
|
+
"button",
|
|
8781
|
+
"subtle",
|
|
8782
|
+
"disabled",
|
|
8783
|
+
"border-color"
|
|
8784
|
+
]
|
|
8785
|
+
},
|
|
8786
|
+
{
|
|
8787
|
+
"value": "#808080",
|
|
8788
|
+
"filePath": "src/component/utrecht/button.tokens.json",
|
|
8789
|
+
"isSource": true,
|
|
8790
|
+
"original": {
|
|
8791
|
+
"value": "{tubbergen.color.grey.50}"
|
|
8792
|
+
},
|
|
8793
|
+
"name": "utrechtButtonSubtleDisabledColor",
|
|
8794
|
+
"attributes": {
|
|
8795
|
+
"category": "utrecht",
|
|
8796
|
+
"type": "button",
|
|
8797
|
+
"item": "subtle",
|
|
8798
|
+
"subitem": "disabled",
|
|
8799
|
+
"state": "color"
|
|
8800
|
+
},
|
|
8801
|
+
"path": [
|
|
8802
|
+
"utrecht",
|
|
8803
|
+
"button",
|
|
8804
|
+
"subtle",
|
|
8805
|
+
"disabled",
|
|
8806
|
+
"color"
|
|
8807
|
+
]
|
|
8808
|
+
},
|
|
8421
8809
|
{
|
|
8422
8810
|
"value": "#f5f5f5",
|
|
8423
8811
|
"filePath": "src/component/utrecht/code.tokens.json",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 20 Dec 2023 15:38:44 GMT
|
|
4
4
|
|
|
5
5
|
@conduction-tooltip-z-index: 9999;
|
|
6
6
|
@conduction-tooltip-border-radius: 0px;
|
|
@@ -64,6 +64,7 @@
|
|
|
64
64
|
@conduction-primary-top-nav-padding-inline-start: 16px;
|
|
65
65
|
@conduction-primary-top-nav-padding-inline-end: 16px;
|
|
66
66
|
@conduction-primary-top-nav-item-padding: 18px;
|
|
67
|
+
@conduction-primary-top-nav-dropdown-current-background-color: unset;
|
|
67
68
|
@conduction-primary-top-nav-current-background-color: unset;
|
|
68
69
|
@conduction-logo-navbar-background-image: url('https://www.tubbergen.nl/sites/all/themes/tubbergen/logo.svg');
|
|
69
70
|
@conduction-logo-navbar-block-size: 50px;
|
|
@@ -188,6 +189,7 @@
|
|
|
188
189
|
@tubbergen-color-grey-82: #d1d1d1;
|
|
189
190
|
@tubbergen-color-grey-72: #AEB6C2;
|
|
190
191
|
@tubbergen-color-grey-64: #9aa1ab; // Base/Grey
|
|
192
|
+
@tubbergen-color-grey-50: #808080;
|
|
191
193
|
@tubbergen-color-grey-46: #767676;
|
|
192
194
|
@tubbergen-color-grey-42: #6b6b6b;
|
|
193
195
|
@tubbergen-color-grey-38: #5c6066;
|
|
@@ -458,8 +460,14 @@
|
|
|
458
460
|
@utrecht-code-block-background-color: @tubbergen-color-lightgrey-96;
|
|
459
461
|
@utrecht-code-font-family: @tubbergen-typography-monospace-font-family;
|
|
460
462
|
@utrecht-code-background-color: @tubbergen-color-lightgrey-96;
|
|
463
|
+
@utrecht-button-subtle-disabled-color: @tubbergen-color-grey-50;
|
|
464
|
+
@utrecht-button-subtle-disabled-border-color: @tubbergen-color-grey-82;
|
|
465
|
+
@utrecht-button-subtle-disabled-background-color: @tubbergen-color-grey-82;
|
|
461
466
|
@utrecht-button-secondary-action-focus-background-color: @tubbergen-color-white-100;
|
|
462
467
|
@utrecht-button-secondary-action-hover-background-color: @tubbergen-color-white-100;
|
|
468
|
+
@utrecht-button-secondary-action-disabled-color: @tubbergen-color-grey-50;
|
|
469
|
+
@utrecht-button-secondary-action-disabled-border-color: @tubbergen-color-grey-82;
|
|
470
|
+
@utrecht-button-secondary-action-disabled-background-color: @tubbergen-color-grey-82;
|
|
463
471
|
@utrecht-button-secondary-action-font-weight: @tubbergen-typography-font-weight-normal;
|
|
464
472
|
@utrecht-button-secondary-action-border-width: @tubbergen-size-3xs;
|
|
465
473
|
@utrecht-button-secondary-action-background-color: @tubbergen-color-white-100;
|
|
@@ -472,6 +480,9 @@
|
|
|
472
480
|
@utrecht-button-primary-action-hover-color: @tubbergen-color-green-21;
|
|
473
481
|
@utrecht-button-primary-action-hover-border-color: @tubbergen-color-green-76;
|
|
474
482
|
@utrecht-button-primary-action-hover-background-color: @tubbergen-color-green-76;
|
|
483
|
+
@utrecht-button-primary-action-disabled-color: @tubbergen-color-grey-50;
|
|
484
|
+
@utrecht-button-primary-action-disabled-border-color: @tubbergen-color-grey-82;
|
|
485
|
+
@utrecht-button-primary-action-disabled-background-color: @tubbergen-color-grey-82;
|
|
475
486
|
@utrecht-button-primary-action-color: @tubbergen-color-green-21;
|
|
476
487
|
@utrecht-button-primary-action-border-width: @tubbergen-size-3xs;
|
|
477
488
|
@utrecht-button-primary-action-border-color: @tubbergen-color-green-76;
|
|
@@ -479,6 +490,9 @@
|
|
|
479
490
|
@utrecht-button-hover-color: @tubbergen-color-black-0;
|
|
480
491
|
@utrecht-button-hover-border-color: @tubbergen-color-blue-84;
|
|
481
492
|
@utrecht-button-hover-background-color: @tubbergen-color-blue-84;
|
|
493
|
+
@utrecht-button-disabled-color: @tubbergen-color-grey-50;
|
|
494
|
+
@utrecht-button-disabled-border-color: @tubbergen-color-grey-82;
|
|
495
|
+
@utrecht-button-disabled-background-color: @tubbergen-color-grey-82;
|
|
482
496
|
@utrecht-button-icon-gap: @tubbergen-size-xs;
|
|
483
497
|
@utrecht-button-padding-inline-end: @tubbergen-size-xs;
|
|
484
498
|
@utrecht-button-padding-inline-start: @tubbergen-size-xs;
|
|
@@ -573,6 +587,9 @@
|
|
|
573
587
|
@conduction-secondary-top-nav-current-box-shadow: inset 0 -4px @tubbergen-color-primary;
|
|
574
588
|
@conduction-secondary-top-nav-current-color: @tubbergen-color-primary;
|
|
575
589
|
@conduction-secondary-top-nav-hover-color: @tubbergen-color-primary;
|
|
590
|
+
@conduction-primary-top-nav-dropdown-current-mobile-box-shadow: inset 4px 0 @tubbergen-color-primary;
|
|
591
|
+
@conduction-primary-top-nav-dropdown-current-box-shadow: inset 0 -4px @tubbergen-color-primary;
|
|
592
|
+
@conduction-primary-top-nav-dropdown-current-color: @tubbergen-color-primary;
|
|
576
593
|
@conduction-primary-top-nav-current-mobile-box-shadow: inset 4px 0 @tubbergen-color-primary;
|
|
577
594
|
@conduction-primary-top-nav-current-box-shadow: inset 0 -4px @tubbergen-color-primary;
|
|
578
595
|
@conduction-primary-top-nav-current-color: @tubbergen-color-primary;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Wed, 20 Dec 2023 15:38:43 GMT
|
|
4
4
|
|
|
5
5
|
$conduction-tooltip-z-index: 9999;
|
|
6
6
|
$conduction-tooltip-border-radius: 0px;
|
|
@@ -64,6 +64,7 @@ $conduction-primary-top-nav-padding-block-end: 16px;
|
|
|
64
64
|
$conduction-primary-top-nav-padding-inline-start: 16px;
|
|
65
65
|
$conduction-primary-top-nav-padding-inline-end: 16px;
|
|
66
66
|
$conduction-primary-top-nav-item-padding: 18px;
|
|
67
|
+
$conduction-primary-top-nav-dropdown-current-background-color: unset;
|
|
67
68
|
$conduction-primary-top-nav-current-background-color: unset;
|
|
68
69
|
$conduction-logo-navbar-background-image: url('https://www.tubbergen.nl/sites/all/themes/tubbergen/logo.svg');
|
|
69
70
|
$conduction-logo-navbar-block-size: 50px;
|
|
@@ -188,6 +189,7 @@ $tubbergen-color-grey-97: #f7f7f7;
|
|
|
188
189
|
$tubbergen-color-grey-82: #d1d1d1;
|
|
189
190
|
$tubbergen-color-grey-72: #AEB6C2;
|
|
190
191
|
$tubbergen-color-grey-64: #9aa1ab; // Base/Grey
|
|
192
|
+
$tubbergen-color-grey-50: #808080;
|
|
191
193
|
$tubbergen-color-grey-46: #767676;
|
|
192
194
|
$tubbergen-color-grey-42: #6b6b6b;
|
|
193
195
|
$tubbergen-color-grey-38: #5c6066;
|
|
@@ -458,8 +460,14 @@ $utrecht-code-block-font-family: $tubbergen-typography-monospace-font-family;
|
|
|
458
460
|
$utrecht-code-block-background-color: $tubbergen-color-lightgrey-96;
|
|
459
461
|
$utrecht-code-font-family: $tubbergen-typography-monospace-font-family;
|
|
460
462
|
$utrecht-code-background-color: $tubbergen-color-lightgrey-96;
|
|
463
|
+
$utrecht-button-subtle-disabled-color: $tubbergen-color-grey-50;
|
|
464
|
+
$utrecht-button-subtle-disabled-border-color: $tubbergen-color-grey-82;
|
|
465
|
+
$utrecht-button-subtle-disabled-background-color: $tubbergen-color-grey-82;
|
|
461
466
|
$utrecht-button-secondary-action-focus-background-color: $tubbergen-color-white-100;
|
|
462
467
|
$utrecht-button-secondary-action-hover-background-color: $tubbergen-color-white-100;
|
|
468
|
+
$utrecht-button-secondary-action-disabled-color: $tubbergen-color-grey-50;
|
|
469
|
+
$utrecht-button-secondary-action-disabled-border-color: $tubbergen-color-grey-82;
|
|
470
|
+
$utrecht-button-secondary-action-disabled-background-color: $tubbergen-color-grey-82;
|
|
463
471
|
$utrecht-button-secondary-action-font-weight: $tubbergen-typography-font-weight-normal;
|
|
464
472
|
$utrecht-button-secondary-action-border-width: $tubbergen-size-3xs;
|
|
465
473
|
$utrecht-button-secondary-action-background-color: $tubbergen-color-white-100;
|
|
@@ -472,6 +480,9 @@ $utrecht-button-primary-action-focus-background-color: $tubbergen-color-green-76
|
|
|
472
480
|
$utrecht-button-primary-action-hover-color: $tubbergen-color-green-21;
|
|
473
481
|
$utrecht-button-primary-action-hover-border-color: $tubbergen-color-green-76;
|
|
474
482
|
$utrecht-button-primary-action-hover-background-color: $tubbergen-color-green-76;
|
|
483
|
+
$utrecht-button-primary-action-disabled-color: $tubbergen-color-grey-50;
|
|
484
|
+
$utrecht-button-primary-action-disabled-border-color: $tubbergen-color-grey-82;
|
|
485
|
+
$utrecht-button-primary-action-disabled-background-color: $tubbergen-color-grey-82;
|
|
475
486
|
$utrecht-button-primary-action-color: $tubbergen-color-green-21;
|
|
476
487
|
$utrecht-button-primary-action-border-width: $tubbergen-size-3xs;
|
|
477
488
|
$utrecht-button-primary-action-border-color: $tubbergen-color-green-76;
|
|
@@ -479,6 +490,9 @@ $utrecht-button-primary-action-background-color: $tubbergen-color-green-76;
|
|
|
479
490
|
$utrecht-button-hover-color: $tubbergen-color-black-0;
|
|
480
491
|
$utrecht-button-hover-border-color: $tubbergen-color-blue-84;
|
|
481
492
|
$utrecht-button-hover-background-color: $tubbergen-color-blue-84;
|
|
493
|
+
$utrecht-button-disabled-color: $tubbergen-color-grey-50;
|
|
494
|
+
$utrecht-button-disabled-border-color: $tubbergen-color-grey-82;
|
|
495
|
+
$utrecht-button-disabled-background-color: $tubbergen-color-grey-82;
|
|
482
496
|
$utrecht-button-icon-gap: $tubbergen-size-xs;
|
|
483
497
|
$utrecht-button-padding-inline-end: $tubbergen-size-xs;
|
|
484
498
|
$utrecht-button-padding-inline-start: $tubbergen-size-xs;
|
|
@@ -573,6 +587,9 @@ $conduction-pagination-item-background-color: $tubbergen-color-primary;
|
|
|
573
587
|
$conduction-secondary-top-nav-current-box-shadow: inset 0 -4px $tubbergen-color-primary;
|
|
574
588
|
$conduction-secondary-top-nav-current-color: $tubbergen-color-primary;
|
|
575
589
|
$conduction-secondary-top-nav-hover-color: $tubbergen-color-primary;
|
|
590
|
+
$conduction-primary-top-nav-dropdown-current-mobile-box-shadow: inset 4px 0 $tubbergen-color-primary;
|
|
591
|
+
$conduction-primary-top-nav-dropdown-current-box-shadow: inset 0 -4px $tubbergen-color-primary;
|
|
592
|
+
$conduction-primary-top-nav-dropdown-current-color: $tubbergen-color-primary;
|
|
576
593
|
$conduction-primary-top-nav-current-mobile-box-shadow: inset 4px 0 $tubbergen-color-primary;
|
|
577
594
|
$conduction-primary-top-nav-current-box-shadow: inset 0 -4px $tubbergen-color-primary;
|
|
578
595
|
$conduction-primary-top-nav-current-color: $tubbergen-color-primary;
|