Cookie-Einstellungen in Footer aufnehmen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user