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/main-top-level.scss
.ct-theme-editor-styles {

	&.ct-structure-normal .editor-styles-wrapper {
		--block-max-width: var(--normal-container-max-width);
		--block-wide-max-width: calc(var(--normal-container-max-width) + var(--wide-offset) * 2);
	}

	&.ct-structure-narrow .editor-styles-wrapper {
		--block-max-width: var(--narrow-container-max-width);
		--block-wide-max-width: calc(var(--narrow-container-max-width) + var(--wide-offset) * 2);
	}


	// page structure (boxed/normal)
	.edit-post-layout .edit-post-visual-editor {
		background-color: #fcfcfc;

		.edit-post-visual-editor__content-area > div {
			border: none !important;
			border-radius: initial !important;
			box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);

			&.is-desktop-preview {
				height: initial !important;
			}
		}
	}
}