This repository has been archived on 2021-01-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
grav-plugin-eucookiepolicy/assets/css/cookiechoices.css
2016-06-10 15:03:45 +02:00

34 lines
No EOL
587 B
CSS
Executable file

#cookieChoiceInfo {
background-color: #FFF;
color: #000;
line-height: 1rem;
padding: 8px;
position: fixed;
text-align: center;
bottom: 0;
width: 100%;
z-index: 10000;
border-top: 3px solid #333;
}
#cookieChoiceInfo a{
padding: 5px;
border: 1px solid #333;
background-color: #555;
color: #fff;
display: inline-block;
margin-left: 24px;
}
@media screen and (max-width : 1280px) {
#cookieChoiceInfo span {
width: 100%;
}
#cookieChoiceInfo a{
min-width: 100px;
margin-top: 10px;
}
}