HEX
Server: Apache
System: Linux b5.s-host.com.ua 4.18.0-305.10.2.el7.x86_64 #1 SMP Fri Jul 23 21:00:55 UTC 2021 x86_64
User: unelbhzm (1470)
PHP: 8.0.18
Disabled: NONE
Upload Files
File: /sites/nuofama.com/wp-content/themes/blocksy/static/sass/backend/editor/blocks/general.scss
:root,
htmlroot {
	height: initial;
}

:root {

	// conditions
	--true: initial;
	--false: ;

	// page structure (boxed/normal)
	box-sizing: border-box;
	box-shadow: var(--has-boxed, var(--box-shadow));
	max-width: var(--has-boxed, var(--block-max-width));
	border-radius: var(--has-boxed, var(--border-radius));
	padding: var(--has-boxed, var(--boxed-content-spacing));

	width: calc(100% - 20px);
	margin-inline: auto;
	margin-block: var(--has-boxed, 10px);
	

	// post/page title
	.edit-post-visual-editor__post-title-wrapper {
		margin-top: var(--has-wide, 3rem);

		.editor-post-title {
			margin-top: 0;
			margin-bottom: 0;
		}
	}

	// full width blocks
	.is-root-container > .alignfull {
		margin-left: var(--has-wide, -10px);
    	margin-right: var(--has-wide, -10px);
	} 
	

	// has background
	.has-background {

		&:is(p, .wp-block-group) {
			padding: 30px;
			box-sizing: border-box;
		}
	}
}