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

.wp-block-animatikon-reveal {
	border: 1px dotted #f00;
	min-height: 30px;
}

// Disable filling of SVGs in the toolbar (for Tabler icons)
.block-editor-block-toolbar .components-button svg {
	&.no-fill {
		fill: none;
	}
}
