You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

35 lines
371 B

/**
*
*
*
*/
.tiny-consent {
&__banner {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
height: auto;
margin: 1em;
}
&__cookies {
margin: 0;
padding: 0;
}
&__content {
display: none;
}
&__cookie {
display: none;
}
}
.show {
display: block;
}