From 09ec545a69d5eafeac4b71bfa991255bae67cdcc Mon Sep 17 00:00:00 2001 From: Kian Date: Wed, 14 Aug 2024 13:41:42 +0100 Subject: [PATCH] [Docs Site] Fix styling of OneTrust cookie button (#16122) --- src/components/OneTrust.astro | 17 ++++++++++++++++- src/components/overrides/Footer.astro | 11 ++++++++--- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/src/components/OneTrust.astro b/src/components/OneTrust.astro index b80787bd940971..1024f16dd5107e 100644 --- a/src/components/OneTrust.astro +++ b/src/components/OneTrust.astro @@ -34,8 +34,23 @@ Cookie Settings + + \ No newline at end of file diff --git a/src/components/overrides/Footer.astro b/src/components/overrides/Footer.astro index 0d5bed629b038a..6fa60a0f64231b 100644 --- a/src/components/overrides/Footer.astro +++ b/src/components/overrides/Footer.astro @@ -100,7 +100,8 @@ if (import.meta.env.CF_PAGES_BRANCH === "production" || import.meta.env.GITHUB_R ))} - {isProduction && } + {isProduction && } + @@ -111,12 +112,16 @@ if (import.meta.env.CF_PAGES_BRANCH === "production" || import.meta.env.GITHUB_R {links.map(([text, href]) => ( {text} ))} - {isProduction && } + {isProduction && +
+ +
+ } )