.studio-model-editor {
    height: 100%;
    width: 100%;

    >.studio-model-editor-header {
        height: 36px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 3px 8px;

        >.title {
            font-size: 14px;
            font-weight: 700;
            color: var(--view-font-color);
        }

        >.actions {

            >.ivu-btn {
                margin-left: 8px;
            }

            >.ivu-btn.close {
                background-color: transparent;
                border-color: transparent;
            }
        }
    }

    >.studio-model-editor-content {
        height: calc(100% - 36px);
        width: 100%;
    }
}