File: /var/www/innodrive/src/scss/blocks/cookie-bar.scss
.cookie-bar {
position: fixed;
bottom: 0;
width: 100%;
background: white;
padding: 20px 0;
z-index: 100;
border-top: thin solid #d7d7d7;
@include media('tablet-m') {
padding: 10px 0;
}
.cookie-bar__container {
@extend %page-container;
display: flex;
align-items: center;
justify-content: space-between;
}
.cookie-text {
font-size: 14px;
line-height: 35px;
@include media('tablet-m') {
line-height: 24px;
padding-right: 10px;
}
}
.cookie-accept {
width: 200px;
padding: 0 17.5px;
font-size: 12.5px;
line-height: 33px;
font-weight: 700;
letter-spacing: 0.05em;
text-align: center;
text-transform: uppercase;
background-color: #fff;
color: #4dc1e7;
border: 1px solid #4dc1e7;
border-radius: 17px;
cursor: pointer;
}
}