HEX
Server: nginx/1.26.3
System: Linux tnswh.tainosystems.com 6.12.74+deb13+1-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.74-2 (2026-03-08) x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/clients/client64/web77/web/wp-content/plugins/complianz-gdpr/assets/css/admin/base.less
.cmplz {
  margin: 0;
  font-size: var(--rsp-fs-300);
  box-sizing: border-box;
  line-height: 1.5;

  *, *:before, *:after {
    box-sizing: inherit;
  }

  body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin: 0;
    padding: 0;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  h1, h2, h3, h4, h5, h6 {
	color: var(--rsp-text-color);
	line-height: 1.5;
  }

  .h0 {
	font-size: var(--rsp-fs-900);
	font-weight: 700;
	letter-spacing: 0.025rem;
  }

  h1, .h1 {
	font-size: var(--rsp-fs-800);
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.025rem;
  }

  h2, .h2 {
	font-size: var(--rsp-fs-700);
	font-weight: 700;
	letter-spacing: 0.025rem;
  }

  h3, .h3 {
	font-size: var(--rsp-fs-600);
	font-weight: 600;
	letter-spacing: 0.0125rem;
  }

  h4, .h4 {
	font-size: var(--rsp-fs-500);
	font-weight: 600;
	letter-spacing: 0.0125rem;
  }

  h5, .h5 {
	font-size: var(--rsp-fs-400);
	font-weight: 400;
	letter-spacing: 0.1px;
  }

  h6, .h6 {
	font-size: var(--rsp-fs-300);
	letter-spacing: 0.1px;
  }

  p {
	color: var(--rsp-text-color);
	font-weight: 400;
	font-size: var(--rsp-fs-400);
	line-height: 1.5;
  }

  .small-text {
	font-size: var(--rsp-fs-200);
	line-height: 1.5;
	color: var(--rsp-text-color-light);
  }

  a {
	font-size: 1em;
  }

  //wordpress inserts notices after the first h1 or h2. To prevent breaking layout we insert an empty h1 tag at the start of our page, where WP can insert the notice.
  .cmplz-notice-hook-element {
	display: none !important;
  }

  // Hide nags from other plugins
  .error, .notice, .update-nag, .notice-info {
	&:not(.really-simple-plugins) {
	  display: none !important;
	}
  }
}