-
-
-
- {brandName &&
{brandName}}
+ {/* The logo link section is recreated here, to make sure the header menu wraps at the right spot */}
+
+
diff --git a/proprietary/tokens/src/components/ams/header.tokens.json b/proprietary/tokens/src/components/ams/header.tokens.json
index 47ebb3e437..627937db76 100644
--- a/proprietary/tokens/src/components/ams/header.tokens.json
+++ b/proprietary/tokens/src/components/ams/header.tokens.json
@@ -1,18 +1,21 @@
{
"ams": {
"header": {
+ "font-family": { "value": "{ams.typography.font-family}" },
"padding-block": { "value": "{ams.space.grid.sm}" },
"padding-inline": {
"value": "{ams.grid.padding-inline}",
"comment": "Must be the Grid inline padding, to make sure Header and Grid line up"
},
- "branding": {
- "column-gap": { "value": "{ams.space.md}" },
- "row-gap": { "value": "{ams.space.grid.xs}" }
- },
"logo-link": {
+ "column-gap": { "value": "{ams.space.md}" },
"outline-offset": { "value": "{ams.focus.outline-offset}" }
},
+ "brand-name": {
+ "color": { "value": "{ams.color.text.default}" },
+ "font-size": { "value": "{ams.typography.heading.4.font-size}" },
+ "font-weight": { "value": "{ams.typography.heading.font-weight}" }
+ },
"mega-menu": {
"button": {
"cursor": { "value": "{ams.cursor.interactive}" },