# ghostkit/3.3.3/gutenberg/blocks/twitter/styles/editor.scss

Block Animations, Motion &amp; Scroll Effects – Ghost Kit, version 3.3.3. 21 lines.

- Page: https://pluginprobe.com/plugins/ghostkit/3.3.3/code/gutenberg/blocks/twitter/styles/editor.scss
- Raw: https://pluginprobe.com/plugins/ghostkit/3.3.3/raw/gutenberg/blocks/twitter/styles/editor.scss
- Modified: 2024-02-18T18:40:24+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/ghostkit/3.3.3/code/gutenberg/blocks/twitter/styles/editor.scss#L10-L20`.

```scss
/**
 * Editor Styles
 */
@import "./variables";

.editor-styles-wrapper {
	/* stylelint-disable-next-line no-invalid-position-at-import-rule */
	@import "./style";
}

// loading spinner.
.ghostkit-twitter-spinner {
	width: 100%;
	margin-bottom: 13px;

	> span {
		float: left;
		margin: 0;
	}
}

```
