File "editor.scss"

Full path: /home/webcknlt/admissiontell.com/wp-content/plugins/generateblocks/src/blocks/looper/editor.scss
File size: 322 B (322 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

.gb-block-preview {
	isolation: isolate;

	&:where(a, button ),
	*:not(.gb-block-preview__toggle) {
		pointer-events: none !important;
	}

	&__toggle {
		cursor: pointer;
		position: absolute;
    inset: 0;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
		z-index: 10;
	}
}