diff --git a/src/app/globals.css b/src/app/globals.css index 80f346c..bedef70 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -153,7 +153,11 @@ body.site-product-menu-open footer { } .cookie-consent-panel { + background: #fff; border-radius: 8px; + box-shadow: + 0 18px 64px rgba(15, 18, 20, 0.22), + 0 2px 14px rgba(15, 18, 20, 0.1) !important; } .about-html { diff --git a/src/components/site/cookie-consent.tsx b/src/components/site/cookie-consent.tsx index 4b35ee0..62eadc2 100644 --- a/src/components/site/cookie-consent.tsx +++ b/src/components/site/cookie-consent.tsx @@ -33,7 +33,7 @@ export function CookieConsent({ locale }: { locale: Locale }) { return (
-
+