// editor-guider
.editor-guider{
    
    .editor-guider-x,
    .editor-guider-y{
        border-style: dashed;
        border-color: #ff0000;
        border-width: 0;
        overflow: hidden;
        position: absolute;
        z-index: 5;
        
    }

    .editor-guider-x{
        border-top-width: 1px;
        width: 100%;
        height: 0;
    }
    .editor-guider-y{
        border-left-width: 1px;
        width: 0;
        height: 100%;
        
    }
    .editor-guider-canvas{
        border-style: solid;
    }
}