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/_css-generator.scss
// ------------------------------------------------------------------------------------------------
// CSS GENERATOR
// ------------------------------------------------------------------------------------------------

@if $page-css-generator {

	.xts-css-generator {

		h4 {
			margin-bottom: 15px;
			font-size: 18px;
		}
	}

	// ------------------------------------------
	// CHECKBOX GROUPS
	// ------------------------------------------

	.css-options-box {

		h3 {
			margin-top: 0;
		}

		.css-checkbox {

			label {
				position: relative;
				display: inline-block;

				margin-inline-start: -30px;
				padding-inline-start: 30px;
			}

			.css-checkbox {
				margin-bottom: 10px;

				&:last-child {
					margin-bottom: 0;
				}

				label {
					margin-bottom: 0;
					font-weight: 400;
				}

				.css-checkbox {

					label {
						font-size: 12px;
					}
				}
			}
		}

		> .css-checkbox {
			padding: 20px;
			border-radius: var(--xts-brd-radius);
			background-color: var(--xts-group-bg-color);

			> label {
				font-weight: 600;
			}

			+ .css-checkbox {
				margin-top: 15px;
			}

			> .css-checkbox-children {
				margin-bottom: 0;
			}
		}

		&:not(:last-child) {
			margin-bottom: 25px;
		}
	}

	.css-checkbox-children {
		margin-top: 10px;

		margin-inline-start: 20px;
	}

	.css-checkbox {

		&.wooComm {
			padding-bottom: 0 !important;

			> .css-checkbox-children {

				> .css-checkbox {
					margin-bottom: 20px;
				}
			}
		}
	}

	.xts-generate-btn {
		margin-top: 20px;
	}

	// ------------------------------------------
	// FILE INFORMATION
	// ------------------------------------------

	.css-file-information {
		margin-top: 40px;

		.xts-table {
			max-width: 500px;
		}
	}

	.css-file-actions {

		.css-update-button {
			margin-inline-end: 7px;
		}
	}

} // END IF