generator-f6html
Version:
Paquete básico para proyectos Fullsix en HTML5, responsive, bootstrap y con SASS
111 lines (89 loc) • 1.95 kB
CSS
.layer-cookies {
background: rgba(17, 30, 46, 1);
position: fixed;
bottom:0;
left: 0;
width: 100%;
padding: 20px 60px 20px 20px;
-webkit-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 5px 9px 0px rgba(50, 50, 50, 0.55);
z-index: 3000000;
display: none;
box-sizing: border-box;
font-family: 'futura-medium', arial, sans-serif;
font-weight: 100;
}
.layer-cookies .wrapper .text{
margin-top: 1.1em;
margin-bottom: 1em;
}
.layer-cookies p {
color: #fff;
font-size: 15px;
line-height: 1.4;
text-align: center;
width: 98%;
}
.layer-cookies a{
color: #fff;
text-decoration: underline;
}
.layer-cookies a.close_cookies {
width: 22px;
height: 22px;
display: block;
background: rgba(17, 30, 46, 1);
border-radius: 15px;
color: #fff;
border: 1px solid #fff;
position: absolute;
top: 10px;
right: 40px;
text-align: center;
padding-left: 3px;
padding-right: 3px;
line-height: 1.4;
font-size: 16px;
font-family: 'futura-medium', arial, sans-serif;
text-decoration: none;
}
.layer-cookies a.close_cookies span{
text-indent: -99999px;
visibility: hidden;
}
.layer-cookies a.close_cookies:hover{
text-decoration: underline;
}
.visually-hidden{
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
overflow: hidden;
clip: rect(0 0 0 0);
clip: rect(0, 0, 0, 0);
position: absolute;
}
/* --------------- Media Queries ----------------- */
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 768px) {
.layer-cookies {
left: 0;
width: auto;
padding-right: 3em;
}
.layer-cookies p {
color: #fff;
font-size: 16px;
line-height: 20px;
text-align: center;
width: 98%;
}
.layer-cookies a.close_cookies {
right: 10px;
}
}