HEX
Server: LiteSpeed
System: Linux w5304130.sdnsbox.com 4.18.0-425.3.1.lve.el8.x86_64 #1 SMP Tue Nov 22 22:59:23 EST 2022 x86_64
User: makefitmeserver (1001)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/makefitmeserver/public_html/wp-content/plugins/cartflows/wizard/assets/src/WizardApp.scss
body.cartflows-setup #wpadminbar {
	display: none !important;
}

.wcf-setup-wizard-page-wrapper {
	.wcf-field__data {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: space-between;

		.wcf-field__data--label {
			width: 40%;
		}
		.wcf-field__data--content {
			width: 60%;
		}
	}

	.wcf-content-blocked {
		pointer-events: none;
	}
	.wcf-content-blocked::before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		background-color: rgba( 247, 247, 247, 0.02 );
		left: 0;
	}

	.wcf-wizard--plugin-install {
		input[type="checkbox"]:checked::before {
			background-image: url( "../images/check-icon.svg" );
			content: "" !important;
			font-size: 18px;
			background-size: 15px;
			background-repeat: no-repeat;
			width: 100%;
			height: 100%;
			top: 4px;
			left: 5px;
			position: relative;
		}
	}
}