Your IP : 216.73.216.187


Current Path : /home/exhehbu/wp/wp-content/plugins/complianz-gdpr/assets/css/admin/modules/toast/
Upload File :
Current File : /home/exhehbu/wp/wp-content/plugins/complianz-gdpr/assets/css/admin/modules/toast/minimal.scss

@charset "UTF-8";

@import 'variables';

@keyframes #{$rt-namespace}__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.#{$rt-namespace}__progress-bar {
  animation: #{$rt-namespace}__trackProgress linear 1 forwards;
}