@import '../variables.less';
:global {
    .mis_main_form {
        min-height: 800px;
        
        .header_title {
            padding:0 24px;
            font-size: 24px;
            font-weight: bold;
            line-height: 64px;
            white-space: nowrap;
        }
        .header_menu {
            float: right;
        }
        
        .header_menu_item {
            color: @link-color;
            margin: 0 6px;
            cursor: pointer;   
            transition: color 0.3s;     
        }
        
        .header_menu_item:hover {
            margin: 0 6px;
            color: @link-hover-color;
        }
        
        .header_menu_avatar {
            background-color: @link-color;
            margin-right: 5px;
        }
        
        .breadcrumb {
            margin: 8px 16px 0 16px;
            white-space: nowrap;
        }
        
        .content {
            margin: 0;
            padding: 0px;
            background: @body-background;
            min-height: 280;
            height: 100%;
        }
    }
}
