Schwebenden Cookie-Schalter entfernen
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
.analytics-consent[hidden],
|
||||
.analytics-consent-settings[hidden] {
|
||||
.analytics-consent[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@@ -49,8 +48,7 @@
|
||||
gap: 0.75rem;
|
||||
}
|
||||
|
||||
.analytics-consent__actions button,
|
||||
.analytics-consent-settings {
|
||||
.analytics-consent__actions button {
|
||||
appearance: none;
|
||||
background: #38761d;
|
||||
border: solid 2px #38761d;
|
||||
@@ -69,8 +67,7 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.analytics-consent__actions button:hover,
|
||||
.analytics-consent-settings:hover {
|
||||
.analytics-consent__actions button:hover {
|
||||
background: #2f6418;
|
||||
border-color: #2f6418;
|
||||
}
|
||||
@@ -86,23 +83,11 @@
|
||||
color: #244f13 !important;
|
||||
}
|
||||
|
||||
.analytics-consent__actions button:focus-visible,
|
||||
.analytics-consent-settings:focus-visible {
|
||||
.analytics-consent__actions button:focus-visible {
|
||||
outline: solid 3px #f0b429;
|
||||
outline-offset: 3px;
|
||||
}
|
||||
|
||||
.analytics-consent-settings {
|
||||
position: fixed;
|
||||
bottom: 0.75rem;
|
||||
left: 0.75rem;
|
||||
z-index: 9999;
|
||||
background: #ffffff;
|
||||
color: #2f6418 !important;
|
||||
font-size: 0.75rem;
|
||||
padding: 0.55rem 0.7rem;
|
||||
}
|
||||
|
||||
.footer-cookie-settings {
|
||||
appearance: none;
|
||||
background: transparent;
|
||||
|
||||
Reference in New Issue
Block a user