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

#app {
  .navbar {
    background-color: transparent;
  }
  .openSidebar {
    .navbar {
      .navbar-box.navbar-fixed {
        width: calc(100% - #{$--sidebar-open-width});
      }
    }
  }
  .hideSidebar {
    .navbar {
      .navbar-box.navbar-fixed {
        width: calc(100% - #{$--sidebar-hide-width}) !important;
      }
    }
  }
}
