10 lines
165 B
CSS
10 lines
165 B
CSS
#cookie-information {
|
|
padding: 15px 0;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
color: #dedede;
|
|
background: #334c75;
|
|
}
|
|
#cookie-information a {
|
|
color: #FFF;
|
|
} |