// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.

//
// Video Portal Example App
// --------------------------------------------------
// Fabric NavBar override styles


.ms-NavBar.is-open {
  .ms-NavBar-items {
    z-index: 1;
  }
}

.ms-NavBar-link {
  color: $ms-color-neutralPrimary;
  text-decoration: none;
}

@media (min-width: $ms-screen-md-min) {
  .ms-NavBar-item {
    &.is-selected {
      font-size: inherit;
    }
  }
}
