1 line
251 B
CSS
1 line
251 B
CSS
.cmplz-cookiebanner-container .cmplz-cookiebanner{bottom:-50vh;-webkit-animation:slideIn 1s forwards;-webkit-animation-delay:0;animation:slideIn 1s forwards;animation-delay:0}@-webkit-keyframes slideIn{100%{bottom:0}}@keyframes slideIn{100%{bottom:0}} |