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/vc/_column.scss
.lqd-column {

	&.pull-down {
		margin-bottom: -340px;
	}
	&.pull-up-05x {
		margin-top: -4.5%;
	}
	&.pull-up {
		margin-top: -10%;
	}
	&.pull-up-2x {
		margin-top: -20%;
	}
	&.pull-up-3x {
		margin-top: -30%;
	}
	&.pull-up-4x {
		margin-top: -40%;
	}
}
.column-shadowed-1 {
	box-shadow: 0px 20px 50px 0px rgba(#000, 0.1);
}
.white-box-shadow {
	box-shadow: -10px 0px 30px 1px #ffffff, 10px 0px 30px 1px rgb(255, 255, 255);
}

.liquid-column-overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute !important;
	top: 0;
	left: 0;
	transition: background .3s,opacity .3s;
	border-radius: inherit;

	~ .lqd-column-inner {
		position: relative;
	}
}
.liquid-column-overlay-hover {
	opacity: 0;
}
.lqd-column {

	&:hover {

		.liquid-column-overlay-hover {
			opacity: 1;

			+ .liquid-column-overlay {
				opacity: 0;
			}
		}
	}
}