/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.wp-block-animatikon-motionfx {
	// border: 1px dotted #f00;
    visibility: visible;
	min-height: 50px;
    width: 100%;

    .block-editor-inner-blocks {
        height: 100%;
        width: 100%;
        .block-editor-block-list__layout {
            height: 100%;
            width: 100%;
        }
    }
}

// Disable filling of SVGs in the toolbar
.block-editor-block-toolbar .components-button svg {
	&.no-fill {
		fill: none;
	}
}
// Disable filling of SVGs in the Inspector
.block-editor-block-inspector .components-button svg {
	&.no-fill {
		fill: none;
		stroke: currentColor;
	}
}


// .block-editor-inner-blocks,
// .block-editor-block-list__layout {
// 	display: contents; // 🔑 wrapper „znika” i nie psuje flexa
// }
