Cookie-Einstellungen in Footer aufnehmen

This commit is contained in:
2026-08-27 12:51:02 +02:00
parent da7132d4ce
commit 2179744ddf
13 changed files with 95 additions and 14 deletions
+35
View File
@@ -103,6 +103,41 @@
padding: 0.55rem 0.7rem;
}
.footer-cookie-settings {
appearance: none;
background: transparent;
border: 0;
border-bottom: dotted 1px;
border-radius: 0;
box-shadow: none;
color: inherit !important;
cursor: pointer;
font: inherit;
font-weight: inherit;
height: auto;
letter-spacing: inherit;
line-height: inherit;
margin: 0;
padding: 0;
text-transform: none;
}
.footer-cookie-settings:hover {
background: transparent;
border-bottom-color: transparent;
color: #38761d !important;
}
.footer-cookie-settings:focus-visible {
outline: solid 3px #f0b429;
outline-offset: 3px;
}
.public-footer-links .footer-cookie-settings {
color: #3d4449 !important;
margin: 0 0.5rem;
}
@media screen and (max-width: 736px) {
.analytics-consent {
padding: 1rem;