34 lines
No EOL
587 B
CSS
Executable file
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;
|
|
}
|
|
} |