website/styl/lib/_cookieinfo.styl

51 lines
822 B
Stylus

.cookieinfo{
position: fixed;
left: 0;
right: 0;
height: auto;
min-height: 21px;
z-index: 2147483647;
line-height: 21px;
padding: 8px 18px;
font-family: verdana, arial, sans-serif;
font-size: 14px;
text-align: center;
bottom: 0;
opacity: 1;
background-color: $back-color-3;
color: $text-color;
border: 1px solid $accent-color;
}
.cookieinfo-close{
float: right;
display: block;
padding: 5px 8px;
min-width: 100px;
margin-left: 5px;
border-radius: 5px;
cursor: pointer;
background-color: $accent-color;
color: #000;
text-align: center;
&:HOVER{
background-color: $accent-color-2;
}
}
.cookieinfo-text {
display:block;
padding:5px 0 5px 0;
}
.cookieinfo-link{
text-decoration: none;
color: $accent-color;
&:HOVER{
color: $accent-color-2;
}
}