b0y-101 Mini Shell


Current Path : E:/www/km/wp2/wp-content/plugins/cartflows/wizard/assets/src/
File Upload :
Current File : E:/www/km/wp2/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-bg--overlay {
		content: "";
		display: flex;
		background-color: rgba( 0, 0, 0, 0.4 );
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.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;
	}
}

Copyright © 2019 by b0y-101