Create popup for cookie consent
This commit is contained in:
parent
de005b7791
commit
1be6b82419
5 changed files with 79 additions and 28 deletions
15
static/assets/css/hugo-matomo.css
Normal file
15
static/assets/css/hugo-matomo.css
Normal file
|
@ -0,0 +1,15 @@
|
|||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue