HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/demo/public_html/leakdetection/assets/scss/elements/_countdown.scss
.countdown {
	font-size: em(85);
	line-height: 1em;
	font-weight: 600;
	
	.countdown-row {
		display: flex;
		flex-flow: row wrap;
		align-items: center;
		justify-content: space-between;
	}
	.countdown-section {
		display: inline-flex;
		margin: 0 2%;
		flex-direction: column;
		text-align: center;
		position: relative;
	}
	.countdown-sep {
		margin-top: -0.35em;
	}
	.countdown-amount {
		letter-spacing: -0.05em;
		line-height: 1em;
	}
	.countdown-period {
		margin-top: em(8);
		font-size: em(15, 85);
		line-height: 1em;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		opacity: 0.5;
	}
	&.light {
		color: #fff;
	}
	&.primary {
		color: var(--color-primary);

		.countdown-period {
			color: #fff;
		}
	}

	&.countdown-sep-off {

		.countdown-sep {
			display: none;
		}
	}
}