.editor-element {
    .editor-element-common__load--error {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #939BA6;
        font-size: 14px;
        background-color: #F8FAFC;
        text-align: center;
        .editor-element-common__load--icon {
            display: block;
            width: 44px;
            height: 32px;
            margin-bottom: 12px;
            background-image: url(../assets/svg/load-error.svg);
            background-repeat: no-repeat;
        }
    }
}