# ghostkit/3.4.1/gutenberg/blocks/icon/styles/editor.scss

Block Animations, Motion &amp; Scroll Effects – Ghost Kit, version 3.4.1. 15 lines.

- Page: https://pluginprobe.com/plugins/ghostkit/3.4.1/code/gutenberg/blocks/icon/styles/editor.scss
- Raw: https://pluginprobe.com/plugins/ghostkit/3.4.1/raw/gutenberg/blocks/icon/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.4.1/code/gutenberg/blocks/icon/styles/editor.scss#L10-L20`.

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

.ghostkit-icon {
	.components-dropdown {
		display: block;
	}

	> span {
		transition: transform 0.15s;
	}
}

```
