From b482acda6796d9d7e992cc8eefc9a2305377924e Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 15 Nov 2021 16:19:40 +0100 Subject: [PATCH] eu cookie banner changes --- css/style.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/css/style.css b/css/style.css index 68de812..07e1633 100644 --- a/css/style.css +++ b/css/style.css @@ -114,6 +114,8 @@ div.region-top { padding: 1rem 3rem; border-radius: 0.4rem; } + + /******************* MENU */ @@ -450,6 +452,28 @@ footer img { padding-right: 10px; } +/****************** + EU COOKIE BANNER + */ + +div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab { + background-color: #bdbdbd; +} +.disagree-button.eu-cookie-compliance-more-button, .eu-cookie-compliance-agree-button, .eu-cookie-compliance-default-button, .eu-cookie-compliance-hide-button, .eu-cookie-compliance-more-button-thank-you, .eu-cookie-withdraw-button { + box-shadow: none; + background: none; + border: none; + color: unset; + font-family: unset; + font-weight: unset; + text-shadow: none; + color: #555; + background-color: #eee; + border-color: #ececec; + padding: 1rem 3rem; + border-radius: 0.4rem; +} + /****************** MEDIA QUERIES */