.components-button.editor-post-publish-panel__toggle,
.components-button.editor-post-publish-button {

    position: relative;

    &::before {

        content: "\f147";
        display: inline-block;
        font-family: 'dashicons', sans-serif;
        margin-right: 0.5em;
        font-size: 1.5em;
        line-height: 1.5em;
        padding: 0;

    }

}

body.rm_tmc-locked {

    opacity: 0.3;
    pointer-events: none;

}