?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/complianz-gdpr/cookiebanner/css/settings/animation/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/complianz-gdpr/cookiebanner/css/settings

?? Viewing: bottom-left-slide.css

.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-left-slide.css.map */


??

??