This repository has been archived on 2021-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
grav-plugin-eucookiepolicy/assets/css/cookiechoices.css

34 lines
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;
}
}