HEX
Server: LiteSpeed
System: Linux linux31.centraldnserver.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: salamatk (1501)
PHP: 8.1.33
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: //home/salamatk/.trash/woodmart1/inc/admin/assets/sass/pages/xtemos/_patcher.scss
// ------------------------------------------------------------------------------------------------
// PATCHER
// ------------------------------------------------------------------------------------------------

@if $page-patcher {

	.woodmart_page_xts_patcher {

		.xts-box-header {
			justify-content: space-between;
		}
	}

	.xts-patches-notice {

		.xts-success {
			margin-bottom: 15px;
		}
	}

	.xts-patch-item {
		min-width: 700px;

		> div {
			width: 100%;

			&:not(:last-child) {
				margin-inline-end: 15px;
			}
		}

		// &.xts-applied {

		// 	.xts-patch-apply {
		// 		display: none;
		// 	}

		// 	.xts-patch-label-applied {
		// 		display: inline-flex;
		// 	}
		// }
	}

	[class*="xts-patch-apply"] {
			
		.xts-applied & {
			display: none;
		}
	}

	.xts-patch-label-applied {

		.xts-applied & {
			display: inline-flex;
		}
	}


	.xts-patch-label-applied {
		display: none;
		align-items: center;
		min-height: 35px;
		vertical-align: middle;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 12px;

		&:before {
			color: var(--xts-secondary-color);
			font-size: 14px;

			margin-inline-end: 4px;
		}
	}

	.xts-patch-date {
		max-width: 160px;
		// white-space: nowrap;

		// flex-shrink: 0;

		.xts-table-row & {

			&:before {
				@include font-icon($xts-icon-clock);
			}
		}
	}

	.xts-patch-id {
		max-width: 90px;
	}

	.xts-patch-button-wrapper {
		max-width: 135px;
		text-align: end;
	}

	// .xts-empty-patches {

	// 	p {
	// 		margin-bottom: 0;
	// 	}
	// }
		
}