HEX
Server: Apache/2
System: Linux saturn 4.18.0-477.15.1.lve.2.el8.x86_64 #1 SMP Wed Aug 2 10:43:45 UTC 2023 x86_64
User: centuryt (1072)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/centuryt/public_html/wp-content/themes/emoza-woocommerce/assets/editor/editor.scss
/*
* Import variables
*/
@import "../../sass/abstracts/abstracts";

/*
* General
*/
.block-editor-block-list__block {
	margin-top: 0;
	margin-bottom: 25px;
}
@media (min-width: 1600px) {
	.wp-block {
		max-width: 1000px;
	}
}

/*
* Typography
*/
div.editor-styles-wrapper {
	@import "../../sass/base/typography/typography";

	.editor-post-title .editor-post-title__input {
		@include font-size(32);
    	margin: 0 0 12px;
		font-weight: 600;
		text-align: center;
	}
}

/*
* Elements
*/
div.editor-styles-wrapper {

	button:not(.components-button),
	a.button,
	.wp-block-button__link,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		border: 2px solid $color__primary;
		box-shadow: none;
		background: $color__primary;
		color: #fff;
		padding: 13px 24px;
		cursor: pointer;
		display: inline-block;
		transition: all 0.3s;
		border-radius: 0;
		height: auto;
		border-radius: 0;
		font-weight: 400;
		@include font-size(14);
	
		&:hover {
			color: #fff;
			background-color: $color__hover;
			border-color: $color__hover;
		}
	
		&:active,
		&:focus {
			color: #fff;
		}
	}
	a.wc-backward {
		color: #fff;
	}
	.is-style-outline .wp-block-button__link,
	.wp-block-button__link.is-style-outline {
		color: $color__primary;
		border: 2px solid $color__primary;
	}
	.wp-block-button {
		margin-bottom: 20px;
	}
	.wp-block-button.is-style-squared, 
	.wp-block-button__link.wp-block-button.is-style-squared {
		a {
			border-radius: 0;
		}
	}

	@import "../../sass/base/elements/links";

	.wp-block-freeform.block-library-rich-text__tinymce a {
		color: $color__primary;
		text-decoration: underline;

		&:hover,
		&:focus,
		&:active {
			color: $color__hover;
		}		
	}
	@import "../../sass/base/elements/lists";
	@import "../../sass/base/elements/tables";
}

/*
* Woocommerce
*/
$woocommerce__color-error: #e2401c;
$woocommerce__color-success: #0f834d;
$woocommerce__color-info: #3d9cd2;

div.editor-styles-wrapper {
	@import "../../sass/plugins/woocommerce/products";
	@import "../../sass/plugins/woocommerce/components";
}

/*
* Widget blocks
*/
.wp-block[data-type="core/widget-area"] {
	max-width: 300px;
}
div.editor-styles-wrapper {
	@import "../../sass/components/widgets/widget_blocks";
}