@import "../../../../abstracts/abstracts";

nav.navbar {
    #dbq-navbar-breadcrumbs {
        display: inline-block;
        overflow: hidden;
        height: 60px;

        // A custom multipanel header title will be displayed for controls like chats
        .dbqmp-view-header-title {
            display: flex;
            align-items: center;
            height: 100%;
            padding-left: 30px;
        }
    }
}

// For the portal styling we add a border between the logo and the breadcrumbs
.generic-folder-document-class-list-container {
    nav.navbar { 
        #dbq-navbar-breadcrumbs {
            //border-left: 1px solid rgba(0,0,0,.05);
        }
    }
}