File: /var/www/zaklada/html/lib/scss/core/_cookies.scss
.cookie {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #fff;
z-index: 99;
padding: 13px 0 0;
h2 {
margin-bottom: 9px;
text-align: left;
text-transform: none;
}
p {
font-size: rem(16);
line-height: 1.5;
color: $color-black;
font-weight: 400;
margin-bottom: 15px;
@media screen and (min-width: 768px) {
font-size: rem(19);
margin-bottom: 22px;
}
}
.inline-buttons {
.btn {
margin-right: 10px;
margin-bottom: 8px;
@media screen and (min-width: 768px) {
margin-right: 18px;
margin-bottom: 20px;
}
&:last-of-type {
margin-right: 0;
}
}
}
label {
color: $color-text-dark;
}
}