@import './variables.less';

.object_tree { 
    width: 100%;
    min-width: 200px;
    max-width: 800px;
    background-color: white;
    overflow: auto;
}

.object_property_tree_panel {
    width: 400px
}

.object_property_panel { 
    width: 400px;
    min-width: 200px;
    max-width: 800px;
    overflow: auto;
}