eu cookie banner changes
This commit is contained in:
parent
b88efeb9ef
commit
b482acda67
|
@ -114,6 +114,8 @@ div.region-top {
|
||||||
padding: 1rem 3rem;
|
padding: 1rem 3rem;
|
||||||
border-radius: 0.4rem;
|
border-radius: 0.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*******************
|
/*******************
|
||||||
MENU */
|
MENU */
|
||||||
|
|
||||||
|
@ -450,6 +452,28 @@ footer img {
|
||||||
padding-right: 10px;
|
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
|
MEDIA QUERIES
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue