Hugo theme component to add support for Matomo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
hugo-matomo/static/assets/hugo-matomo.css

22 lines
408 B

.cookie-banner {
align-items: center;
background: inherit;
border-radius: 5px;
border-width: 10px;
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.7);
position: fixed;
bottom: 40px;
left: 25%;
right: 25%;
width: 50%;
padding: 5px 14px;
display: flex;
text-align: center;
}
.consentCookieButton {
border-style: outset;
border-width: 2px;
padding: 0 10px 0 10px;
margin-left: 20px;
}