# slider-blocks/2.11.0/src/blocks/before-after/editor.scss

GutSlider – All in One Slider and Carousel Blocks for Gutenberg, version 2.11.0. 56 lines.

- Page: https://pluginprobe.com/plugins/slider-blocks/2.11.0/code/src/blocks/before-after/editor.scss
- Raw: https://pluginprobe.com/plugins/slider-blocks/2.11.0/raw/src/blocks/before-after/editor.scss
- Modified: 2026-02-21T13:53:58+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/slider-blocks/2.11.0/code/src/blocks/before-after/editor.scss#L10-L20`.

```scss
/*
* Style Works for Editor Only
*/

.gutslider-compare-block--loaded {
    width: 100%;
    height: 180px;
    border: 1px solid #007cba;
    border-radius: 2px;
    display: flex;
    align-items: stretch;

    .gutslider-placeholder {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;

        img {
            max-width: 100%;
        }
    }

    .gutslider-placeholder + .gutslider-placeholder {
        border-left: 1px solid #007cba;
    }

    .components-button.icgbp__upload_btn {
        border: 1px solid #007cba;
        border-radius: 2px;
        background: #007cba;
        color: #fff;
        padding: 10px !important;
        height: 40px;
        font-size: 13px;
        cursor: pointer;
        transition: 0.2s;
    }

    .components-button.icgbp__upload_btn:hover {
        background: #000;
        border-color: #000;
    }
}

.wp-block-gutslider-photo-comparison {
    .icv__wrapper {
        height: 100% !important;
    }
    img {
        max-width: none !important;
        height: 100% !important;
    }
}

```
