GhostManSec
Server: Apache
System: Linux webm019.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: exhehbu (1008962)
PHP: 8.0.30
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/exhehbu/wp/wp-content/plugins/complianz-terms-conditions/assets/css/admin/modules/icons.less
.cmplz-icon, .cmplz-icon-tooltip{
  display: flex;
  align-items: center;
  justify-content: center;
  svg{
	fill: currentColor;
  }
}

.cmplz-copy-shortcode{
  cursor:pointer;
  display: flex;
  justify-content: center;
  transition: transform 0.1s ease-in;
  &.cmplz-click-animation .cmplz-icon{
	animation: beat 0.4s ease-out;
  }
  @keyframes beat {
	0% {
	  transform: scale(1);
	}
	50% {
	  transform: scale(0.80);
	}
	95% {
	  transform: scale(1.1);
	}
	100% {
	  transform: scale(1);
	}
  }
}

.cmplz-copy-shortcode-text {
  right:10000px;
  position:absolute;
  background-color:#fff;
  padding: 0;
  white-space: nowrap;
}