PK œqhYî¶J‚ßFßF)nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/ $#$#$#

Dir : /home/oligap/public_html/wp-content/themes/woodmart/inc/admin/assets/sass/pages/
Server: Linux cloud.virginhosting.lk 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
IP: 128.140.68.198
Choose File :

Url:
Dir : /home/oligap/public_html/wp-content/themes/woodmart/inc/admin/assets/sass/pages/_menus.scss

// ------------------------------------------------------------------------------------------------
// MENUS
// ------------------------------------------------------------------------------------------------

/*======================================================
=                 Menu custom fields                   =
======================================================*/

.nmi-item-custom-fields {
	display: none;
	clear: both;
	overflow: hidden;
	padding: 0;

	h4 {
		margin: 20px 0 10px;
	}
}

.nmi-div {
	clear: both;
	overflow: hidden;
	color: #A6A6A6;

	a {
		display: inline-block;
		text-decoration: none;

		&:hover {
			text-decoration: underline;
		}
	}
}

.nmi-upload-link {
	// margin-top: 5px;
	margin-bottom: 5px;
}

.menu-item {

	> *,
	.nmi-item-custom-fields > * {
		animation: wd-fadeInTooltip .4s ease;
	}

	label {

		input,
		select,
		textarea {
			margin-top: 5px;
		}
	}

	// h4.description-wide {
	// 	margin-top: 15px;
	// 	padding: 10px;
	// 	background-color: #F6F7F7;
	// }

	span.description {
		font-size: 12px;
		opacity: .8;
	}

	.description-wide {
		margin-bottom: 5px;
	}

	// .xts-add-block-link,
	// .xts-edit-block-link,
	// .nmi-upload-link a,
	// .nmi-current-image a {
	// 	display: inline-block;
	// 	margin-bottom: 0;
	// 	outline: none !important;
	// 	border-width: 2px;
	// 	border-color: rgba(0,0,0,.105);
	// 	border-bottom-style: solid;
	// 	box-shadow: none !important;
	// 	color: #333;
	// 	vertical-align: middle;
	// 	text-decoration: none;
	// 	font-weight: 600;
	// 	transition: all .25s ease;

	// 	margin-inline-end: 5px;

	// 	&:hover {
	// 		opacity: .8;
	// 	}
	// }

	.xts-add-block-link,
	.xts-edit-block-link {
		margin-top: 5px;
	}

	// .nmi-current-image {
	// 	margin-inline-end: 160px;

	// 	img {
	// 		display: inline-block;
	// 		margin-bottom: -6px;
	// 		padding: 3px;
	// 		border: 1px solid #EFEFEF;
	// 		background-color: #FFF;
	// 	}

	// 	.link-with-image {
	// 		margin-top: 0;
	// 		margin-bottom: 0;
	// 	}

	// 	&:first-child {

	// 		.link-with-image {
	// 			border-bottom: 0;
	// 		}

	// 		&:not(:last-child) {

	// 			.link-with-image {
	// 				border-bottom: 0;
	// 			}
	// 		}
	// 	}
	// }

	&:not(.menu-item-depth-0):not(.menu-item-depth-1) {

		.nmi-dropdown-title,
		.nmi-block,
		.nmi-dropdown-ajax,
		.nmi-color-scheme {
			display: none !important;
		}
	}

	&:not(.menu-item-depth-0) {

		.nmi-design,
		.nmi-event {
			display: none !important;
		}
	}

	.nmi-style-aside {
		display: none;
	}

	.nmi-icon {
		margin-top: 5px;

		.description {
			display: block;
			margin-top: 4px;

			code {
				padding: 2px 5px;
				font-size: 12px;
			}
		}
	}
}

// ------------------------------------------
// DESIGNS
// ------------------------------------------

.menu-item {

	&.wd-design-default {

		&.menu-item-depth-0 {

			.nmi-block,
			.nmi-dropdown-ajax {
				display: none !important;
			}
		}
	}

	&.wd-design-aside {

		.nmi-block,
		.nmi-dropdown-ajax {
			display: none !important;
		}

		.nmi-height {
			width: 100%;
		}

		.nmi-height,
		.nmi-style-aside {
			display: block !important;
		}
	}
}