HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: //home/diditleak.co.uk/public_html/wp-content/plugins/complianz-gdpr/assets/css/admin/base.scss
.cmplz {
	font-variant-numeric: tabular-nums; // https://css-tricks.com/almanac/properties/f/font-variant-numeric/
	margin: 0;
	margin-left: -20px;
	font-size: var(--rsp-fs-300);
	box-sizing: border-box;
	color: var(--rsp-text-color);
	font-weight: 400;
	line-height: 1.5;
	@media only screen and ( max-width: $rsp-break-xs)  {
		margin-left: -9px;
	}
	*, *: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;
	}

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

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

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

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

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

	}

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

	h6, .cmplz-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-300);
		line-height: 1.5;
	}

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

	a {
		font-size: var(--rsp-fs-300);;
	}

	//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;
	}
	&.really-simple-plugins{
		margin: var(--rsp-grid-gap);
	}
}