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/roofleak/assets/scss/theme-responsive/partials/_page-frame.scss
@media screen and ( min-width: $grid-breakpoint-lg ) {
	
	$frame-width: 20px;

	.lqd-page-frame {
		position: absolute;
		z-index: 3;
		background-color: var(--color-primary);
	
		&[data-orientation=h] {
			left: 0;
			width: 100%;
			height: $frame-width;
		}
		&[data-orientation=v] {
			top: 0;
			width: $frame-width;
			height: 100%;
		}
	}
	.lqd-page-frame-top {
		top: 0;
		transform-origin: center top;
	}
	.lqd-page-frame-right {
		right: 0;
		transform-origin: right center;
	}
	.lqd-page-frame-bottom {
		bottom: 0;
		transform-origin: center bottom;
	}
	.lqd-page-frame-left {
		left: 0;
		transform-origin: left center;
	}

	// Body
	.page-has-frame {

		#wrap {
			padding: $frame-width;
		}

		// Sticky Header
		.is-stuck {
			left: $frame-width;
			right: $frame-width;
		}

		// Megamenu
		.megamenu {

			&.megamenu-fullwidth {

				.nav-item-children {
					width: calc( 100vw - 40px );
					left: calc(50% + 10px) !important;
					right: calc(50% + 10px) !important;
					margin-left: calc(-50vw + 10px) !important;
					margin-right: calc(-50vw + 10px) !important;
				}
				.megamenu-container {
					width: calc( 100vw - 40px ) !important;
				}
			}
		}

	}
}