/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* #masthead {
	.menu-container:before {
		height: 150%;
		width: 100%;
		position: absolute;
		inset: 0;
		pointer-events: none;
	}
	&.style-dark-override .menu-container:before {
		background: linear-gradient(180deg, #1c393f 0%, #1c393f00 100%);
	}
	&.style-light-override .menu-container:before {
		background: linear-gradient(
			180deg,
			rgba(255, 255, 255, 1) 0%,
			rgba(255, 255, 255, 0) 100%
		);
	}
} */
