forked from markus/AMPERION_Webpage
new
This commit is contained in:
commit
1d8da2b6dd
824 changed files with 76366 additions and 0 deletions
26
public/cookieconsent/cookieconsent.css
Normal file
26
public/cookieconsent/cookieconsent.css
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
/* cookieconsent.css */
|
||||
|
||||
#cookieconsent {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
background-color: #000;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
padding: 10px;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
#cookieconsent button {
|
||||
background-color: #f1d600;
|
||||
color: #000;
|
||||
border: none;
|
||||
padding: 5px 10px;
|
||||
margin-left: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#cookieconsent a {
|
||||
color: #f1d600;
|
||||
text-decoration: underline;
|
||||
}
|
||||
1
public/cookieconsent/cookieconsent.min.js
vendored
Normal file
1
public/cookieconsent/cookieconsent.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue