@import './variables.less';

@header-text-size: 18px;
:global {
    .app_editor {
        .main_form_content {
            height : '100px';
        }
                
        .page {
            width: 100%;
            height: 100%;
            background-color: @body-background;
            border-width: 3px;
        }
   
        .main_form_header {
            height : 50px;
            background-color: @heading-color;    
            color: @text-color-inverse;
            padding: 10px 15px;
            font-size: @header-text-size;

            font-weight: bold;
        }
        
        .main_form_content_panel {
            width: 100%;
            background-color: @body-background;
        }
        
        .main_form_header .button {
            align-self: center;
            margin-right: 5px;
        }
        
        .main_form_left_side { 
            width: 400px;
            min-width: 200px;
            max-width: 600px;
        }
        
        .left_side_panel {
            overflow: auto;
            padding: 0px;
        }
        
        .left_side_collapse{
            width: 100%;
            background-color: @body-background;
        }
    }   
}
