@import '../common/variables.scss';

#app {
  .breadcrumb-container {
    .app-breadcrumb {
      height: 36px;
      padding-top: 14px !important;
      padding-bottom: 0 !important;
      line-height: 22px !important;
      box-sizing: border-box;
    }
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
  }

  .app-main {
    overflow: visible;
    overflow: clip;
    padding: 0 15px 15px;
    box-sizing: border-box;
    background: none;
    height: 100%;
  }
  .openSidebar {
    .main-container {
      margin-left: $--sidebar-open-width;
    }
  }
}
