From dcb9482d02709845c7800d5d3f6bda51434e02d9 Mon Sep 17 00:00:00 2001 From: Ajeet-Nellikeri <87430348+Ajeet-Nellikeri@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:22:01 +0530 Subject: [PATCH 01/12] Update styles.css Inserted addition px data --- styles/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/styles/styles.css b/styles/styles.css index 6ba8a1f5..73c1df9b 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -193,6 +193,7 @@ /* line height */ --line-height-120: 120%; --line-height-160: 160%; + --line-height-8: 8px; /* letter spacing */ --letter-spacing-0: 0; @@ -213,6 +214,7 @@ --spacer-element-08: 32px; --spacer-element-09: 40px; --spacer-element-10: 48px; + --spacer-element-11: 64px; /* layout spacers */ --spacer-layout-01: 16px; From 0ac797f0d371cbec962f98f641b2753c20344b0d Mon Sep 17 00:00:00 2001 From: Ajeet-Nellikeri <87430348+Ajeet-Nellikeri@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:26:23 +0530 Subject: [PATCH 02/12] Update content-text-body.css Updated the code for fixes mentioned in issue 914 --- blocks/content-text-body/content-text-body.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/blocks/content-text-body/content-text-body.css b/blocks/content-text-body/content-text-body.css index 540cf225..e426a631 100644 --- a/blocks/content-text-body/content-text-body.css +++ b/blocks/content-text-body/content-text-body.css @@ -12,9 +12,11 @@ /* Block - Content Text Body */ .content-text-body h2, .content-text-body h3, -.content-text-body h4, +.content-text-body h4 { + margin: var(--spacer-element-11) 0 0 0; +} .content-text-body h5 { - margin: var(--spacer-element-08) 0 0 0; + margin: var(--spacer-element-05) 0 0 0; } .content-text-body h5 { @@ -23,11 +25,16 @@ font-weight: 300; } +.content-text-body li::marker { + font-size: var(--font-size-21) !important; + line-height: var(--line-height-8); +} + .content-text-body p, .content-text-body ul, .content-text-body ol, .content-text-body blockquote { - margin: var(--spacer-element-08) 0 0 0; + margin: var(--spacer-element-03) 0 0 0; font-size: var(--font-size-16); } @@ -37,7 +44,7 @@ .content-text-body h5 + ul, .content-text-body h5 + p, .content-text-body p + ul { - margin-top: 0; + margin-top: 8; } .content-text-body p span.icon { From f0762d6dd8c466c3564c60c554b26fd4fa3c93d6 Mon Sep 17 00:00:00 2001 From: Ajeet-Nellikeri <87430348+Ajeet-Nellikeri@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:27:26 +0530 Subject: [PATCH 03/12] Update short-cards.css Fixes related to Issue 914 --- blocks/short-cards/short-cards.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/short-cards/short-cards.css b/blocks/short-cards/short-cards.css index ee69eb1a..41f0e06d 100644 --- a/blocks/short-cards/short-cards.css +++ b/blocks/short-cards/short-cards.css @@ -39,7 +39,7 @@ main .section.short-cards-container.section-full-width > .short-cards-wrapper:la min-height: var(--spacer-layout-06); padding: var(--spacer-element-08); font-size: var(--font-size-18); - font-family: var(--sans-serif-font-medium); + font-family: var(--sans-serif-font-regular); font-weight: 500; line-height: 160%; text-decoration: none; From 2db3c64404ece9e3eca730330d177abf87f8ec30 Mon Sep 17 00:00:00 2001 From: Ajeet-Nellikeri <87430348+Ajeet-Nellikeri@users.noreply.github.com> Date: Mon, 22 Jan 2024 17:05:10 +0530 Subject: [PATCH 04/12] Update content-text-body.css content-text-body h5 - merged into one --- blocks/content-text-body/content-text-body.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/blocks/content-text-body/content-text-body.css b/blocks/content-text-body/content-text-body.css index e426a631..a762c392 100644 --- a/blocks/content-text-body/content-text-body.css +++ b/blocks/content-text-body/content-text-body.css @@ -12,14 +12,13 @@ /* Block - Content Text Body */ .content-text-body h2, .content-text-body h3, + .content-text-body h4 { margin: var(--spacer-element-11) 0 0 0; } -.content-text-body h5 { - margin: var(--spacer-element-05) 0 0 0; -} .content-text-body h5 { + margin: var(--spacer-element-05) 0 0 0; font-family: var(--sans-serif-font-light); font-size: var(--font-size-16); font-weight: 300; From 8c0f75e1cd6904f4145f336ffd1143095b41b0da Mon Sep 17 00:00:00 2001 From: Ajeet-Nellikeri <87430348+Ajeet-Nellikeri@users.noreply.github.com> Date: Mon, 22 Jan 2024 21:00:10 +0530 Subject: [PATCH 05/12] Update breadcrumb.css Text replacement from "..." to "Home" --- blocks/breadcrumb/breadcrumb.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/breadcrumb/breadcrumb.css b/blocks/breadcrumb/breadcrumb.css index b700484c..1aa23a0b 100644 --- a/blocks/breadcrumb/breadcrumb.css +++ b/blocks/breadcrumb/breadcrumb.css @@ -76,7 +76,7 @@ main .section.breadcrumb-container > div:first-child > *:first-child > *:first-c } .breadcrumb .breadcrumb__col ul li.breadcrumb__ellipsis::before { - content: "..."; + content: "Home"; } .breadcrumb .breadcrumb__col ul li.breadcrumb__ellipsis span { From 578cb996c8581466a11539b088db8c9aedab7b74 Mon Sep 17 00:00:00 2001 From: Ajeet Nellikeri Date: Tue, 30 Jan 2024 17:35:49 +0530 Subject: [PATCH 06/12] Updated content-text-body.css Spacing re-adjusted to 8 px --- blocks/content-text-body/content-text-body.css | 5 ++++- styles/styles.css | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/blocks/content-text-body/content-text-body.css b/blocks/content-text-body/content-text-body.css index a762c392..28cef32a 100644 --- a/blocks/content-text-body/content-text-body.css +++ b/blocks/content-text-body/content-text-body.css @@ -26,7 +26,10 @@ .content-text-body li::marker { font-size: var(--font-size-21) !important; - line-height: var(--line-height-8); +} + +.content-text-body ul li { + margin: var(--spacer-element-03) 0 0 0; } .content-text-body p, diff --git a/styles/styles.css b/styles/styles.css index 73c1df9b..f22a1d4c 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -193,7 +193,6 @@ /* line height */ --line-height-120: 120%; --line-height-160: 160%; - --line-height-8: 8px; /* letter spacing */ --letter-spacing-0: 0; From 5a424fec9e7bb50ea55699576084157b2c6d94de Mon Sep 17 00:00:00 2001 From: Ajeet Nellikeri Date: Fri, 9 Feb 2024 18:44:26 +0530 Subject: [PATCH 07/12] 2 issues fixed MERATIVE-955 and MERATIVE-954 --- blocks/columns/columns.css | 2 +- blocks/leadspace/leadspace.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/blocks/columns/columns.css b/blocks/columns/columns.css index 6887c219..7410b369 100644 --- a/blocks/columns/columns.css +++ b/blocks/columns/columns.css @@ -685,7 +685,7 @@ main .columns > div > div > h4:first-child { .section-top-grid > div:nth-child(1) > div:nth-child(1), .article-content-wrapper ul { font-family: var(--sans-serif-font-light); - font-size: var(--font-size-21); + font-size: var(--font-size-16); font-weight: var(--font-weight-light); line-height: var(--line-height-160); letter-spacing: var(--letter-spacing-1); diff --git a/blocks/leadspace/leadspace.css b/blocks/leadspace/leadspace.css index f307a929..37fc2451 100644 --- a/blocks/leadspace/leadspace.css +++ b/blocks/leadspace/leadspace.css @@ -625,7 +625,7 @@ main div.leadspace-wrapper { .leadspace .button-group { display: flex; flex-flow: row nowrap; - align-items: center; + align-items: baseline; } .leadspace.brand-logo .button-group { From c413b011a8d2ad3e556049b9d55dcfab0a199618 Mon Sep 17 00:00:00 2001 From: Kanaksinh Rahevar <50567731+krzwt@users.noreply.github.com> Date: Tue, 2 Apr 2024 13:17:03 +0530 Subject: [PATCH 08/12] Update styles.css --- styles/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/styles.css b/styles/styles.css index f22a1d4c..99b98898 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -2180,4 +2180,5 @@ body.quick-links main .section > div { .section-content-body .section-content-body__text.show-more > *:not(button) { display: inherit; } + } From b28bf06ba21dc041c38e910e02e241dd8c17fd41 Mon Sep 17 00:00:00 2001 From: Kanaksinh <163413435+raj-bluetext@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:52:30 +0530 Subject: [PATCH 09/12] fix(Bullet Spacing and Text Size): Update reference.css and styles.css --- blocks/references/references.css | 2 +- styles/styles.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/blocks/references/references.css b/blocks/references/references.css index 1c83e9a6..73d8f28d 100644 --- a/blocks/references/references.css +++ b/blocks/references/references.css @@ -8,7 +8,7 @@ } .references ul, ol, li, a { - font-size: var(--font-size-14); + font-size: var(--font-size-21); font-family: var(--sans-serif-font-regular); color: var(--neutral-grey-tint140); } \ No newline at end of file diff --git a/styles/styles.css b/styles/styles.css index 99b98898..5bae1259 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -1817,6 +1817,11 @@ body.quick-links main .section > div { line-height: var(--line-height-160); letter-spacing: var(--letter-spacing-1); } + + .article-content-wrapper ul li { + font-size: inherit; + } + } /* Desktop */ @@ -2180,5 +2185,4 @@ body.quick-links main .section > div { .section-content-body .section-content-body__text.show-more > *:not(button) { display: inherit; } - } From bf730636a5e6ea7e68d9d68842b573b433c49722 Mon Sep 17 00:00:00 2001 From: Kanaksinh <163413435+raj-bluetext@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:33:11 +0530 Subject: [PATCH 10/12] Update references.css --- blocks/references/references.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blocks/references/references.css b/blocks/references/references.css index 73d8f28d..87b2c6a5 100644 --- a/blocks/references/references.css +++ b/blocks/references/references.css @@ -7,8 +7,8 @@ letter-spacing: var(--letter-spacing-001-em); } -.references ul, ol, li, a { +.references ul, .references ol, .references li, .references a { font-size: var(--font-size-21); - font-family: var(--sans-serif-font-regular); - color: var(--neutral-grey-tint140); + font-family: var(--sans-serif-font-light); + color: var(--neutral-carbon); } \ No newline at end of file From 835eaec0502b3e10d6e862f48ee51c0eb3dcaec0 Mon Sep 17 00:00:00 2001 From: Kanaksinh <163413435+raj-bluetext@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:39:42 +0530 Subject: [PATCH 11/12] Update references.css --- blocks/references/references.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blocks/references/references.css b/blocks/references/references.css index 87b2c6a5..1604c901 100644 --- a/blocks/references/references.css +++ b/blocks/references/references.css @@ -9,6 +9,6 @@ .references ul, .references ol, .references li, .references a { font-size: var(--font-size-21); - font-family: var(--sans-serif-font-light); - color: var(--neutral-carbon); + font-family: var(--sans-serif-font-regular); + color: var(--neutral-grey-tint140); } \ No newline at end of file From 201b31148afe3b14d0afcaad9cb0da7a2be76b08 Mon Sep 17 00:00:00 2001 From: Kanaksinh <163413435+raj-bluetext@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:55:59 +0530 Subject: [PATCH 12/12] Update references.css --- blocks/references/references.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blocks/references/references.css b/blocks/references/references.css index 1604c901..87b2c6a5 100644 --- a/blocks/references/references.css +++ b/blocks/references/references.css @@ -9,6 +9,6 @@ .references ul, .references ol, .references li, .references a { font-size: var(--font-size-21); - font-family: var(--sans-serif-font-regular); - color: var(--neutral-grey-tint140); + font-family: var(--sans-serif-font-light); + color: var(--neutral-carbon); } \ No newline at end of file