File "bottom-right-slide.css"

Full path: /home/satkhirabarta/public_html/wp-content/plugins/complianz-gdpr/cookiebanner/css/settings/animation/bottom-right-slide.css
File size: 361 B (361 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

#cmplz-cookiebanner-container .cmplz-cookiebanner {
  bottom: -50vh;
  -webkit-animation: slideIn 1s forwards;
  -webkit-animation-delay: 0s;
  animation: slideIn 1s forwards;
  animation-delay: 0s;
}
@-webkit-keyframes slideIn {
  100% {
    bottom: 0;
  }
}
@keyframes slideIn {
  100% {
    bottom: 0;
  }
}
/*# sourceMappingURL=bottom-right-slide.css.map */