# post-carousel/4.0.2/src/blocks/shortcode/editor.scss

Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog &amp; News, version 4.0.2. 23 lines.

- Page: https://pluginprobe.com/plugins/post-carousel/4.0.2/code/src/blocks/shortcode/editor.scss
- Raw: https://pluginprobe.com/plugins/post-carousel/4.0.2/raw/src/blocks/shortcode/editor.scss
- Modified: 2026-04-24T11:48:54+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/post-carousel/4.0.2/code/src/blocks/shortcode/editor.scss#L10-L20`.

```scss
.spsp-gutenberg-shortcode.editor-styles-wrapper::after {
    height: 0px;
}
.wp-block-smart-post-show-pro-shortcode {
    .components-placeholder__label svg {
        color: var( --sp-smart-primary-2-400 );
    }
    .sp-pcp-container {
        pointer-events: none;
    }
}

.spsp-gutenberg-shortcode.editor-styles-wrapper {
    .spsp-shortcode-selector {
        width: 250px;
        padding: 5px 25px 5px 5px;
        border: 1px solid #ccc;
        font-size: 13px;
        line-height: 2;
        min-height: 35px;
        border-radius: 3px;
    }
}
```
